Skip to content

Instantly share code, notes, and snippets.

@Steinhagen
Created October 7, 2023 11:07
Show Gist options
  • Save Steinhagen/e222fe4fd459eef9d8c93939d6425730 to your computer and use it in GitHub Desktop.
Save Steinhagen/e222fe4fd459eef9d8c93939d6425730 to your computer and use it in GitHub Desktop.
NixOS Mobile - Test modifications
This file has been truncated, but you can view the full file.
oct 07 09:55:18 nixos installer[1154]:
oct 07 09:55:18 nixos installer[1154]: => Partitioning and formatting...
oct 07 09:55:18 nixos installer[1154]: ===========================================
oct 07 09:55:18 nixos installer[1154]: = Mobile NixOS installer — disk formatter =
oct 07 09:55:18 nixos installer[1154]: ===========================================
oct 07 09:55:18 nixos installer[1154]:
oct 07 09:55:18 nixos installer[1154]: Identifying device type:
oct 07 09:55:18 nixos installer[1154]:
oct 07 09:55:18 nixos installer[1154]: Working on '/dev/mmcblk2' → '/dev/mmcblk2'
oct 07 09:55:18 nixos installer[1154]:
oct 07 09:55:18 nixos installer[1154]: Partitionning...
oct 07 09:55:18 nixos installer[1154]:
oct 07 09:55:18 nixos installer[1154]: $ wipefs --all --force /dev/mmcblk2
oct 07 09:55:18 nixos installer[1154]: /dev/mmcblk2: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54
oct 07 09:55:18 nixos installer[1154]: /dev/mmcblk2: 8 bytes were erased at offset 0x1ccefffe00 (gpt): 45 46 49 20 50 41 52 54
oct 07 09:55:18 nixos installer[1154]: /dev/mmcblk2: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
oct 07 09:55:18 nixos installer[1154]: $ echo label:\ gpt | sfdisk --quiet /dev/mmcblk2
oct 07 09:55:18 nixos installer[1154]: $ echo size\=524288,\ type\=8DA63339-0007-60C0-C436-083AC8230908,\ name\=boot,\ attrs\=\"LegacyBIOSBootable\" | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 09:55:19 nixos installer[1154]: $ echo size\=2048,\ type\=EF32A33B-A409-486C-9141-9FFB711F6266,\ name\=misc | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 09:55:20 nixos installer[1154]: $ echo size\=32768,\ type\=EBC597D0-2053-4B15-8B64-E0AAC75F4DB1,\ name\=persist | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 09:55:20 nixos installer[1154]: $ echo size\=30720,\ type\=989411FC-DFDF-40DE-9C6C-977218B794E7,\ name\=pstore,\ uuid\=989411FC-DFDF-40DE-9C6C-977218B794E7 | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 09:55:21 nixos installer[1154]: $ echo type\=0FC63DAF-8483-4772-8E79-3D69D8477DE4,\ name\=rootfs | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 09:55:21 nixos installer[1154]: Partition #5 contains a ext4 signature.
oct 07 09:55:21 nixos installer[1154]: Waiting for target partitions to show up...
oct 07 09:55:21 nixos installer[1154]: ... present!
oct 07 09:55:21 nixos installer[1154]:
oct 07 09:55:21 nixos installer[1154]: Making new LUKS volume...
oct 07 09:55:21 nixos installer[1154]:
oct 07 09:55:21 nixos installer[1154]: $ cryptsetup luksFormat /dev/mmcblk2p5 --uuid 7700872f-1089-48f0-9c44-f8fd3d8cb4cf --key-file -
oct 07 09:55:30 nixos installer[1154]:
oct 07 09:55:30 nixos installer[1154]: Opening LUKS volume...
oct 07 09:55:30 nixos installer[1154]:
oct 07 09:55:30 nixos installer[1154]: $ cryptsetup luksOpen /dev/mmcblk2p5 installer-rootfs --key-file -
oct 07 09:55:32 nixos installer[1154]: :: NOTE: rootfs block device changed from '/dev/mmcblk2p5' to '/dev/mapper/installer-rootfs'
oct 07 09:55:32 nixos installer[1154]:
oct 07 09:55:32 nixos installer[1154]: Formatting rootfs...
oct 07 09:55:32 nixos installer[1154]:
oct 07 09:55:32 nixos installer[1154]: $ mkfs.ext4 -F /dev/mapper/installer-rootfs -L MOBILE_NIXO_ROOT -U 1df6fcb4-ea66-4b0e-9d35-849fe6fc635d
oct 07 09:55:32 nixos installer[1154]: mke2fs 1.46.5 (30-Dec-2021)
oct 07 09:55:32 nixos installer[1154]: Creating filesystem with 30129664 4k blocks and 7536640 inodes
oct 07 09:55:32 nixos installer[1154]: Filesystem UUID: 1df6fcb4-ea66-4b0e-9d35-849fe6fc635d
oct 07 09:55:32 nixos installer[1154]: Superblock backups stored on blocks:
oct 07 09:55:32 nixos installer[1154]: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
oct 07 09:55:32 nixos installer[1154]: 4096000, 7962624, 11239424, 20480000, 23887872
oct 07 09:55:32 nixos installer[1154]:
oct 07 09:55:32 nixos installer[1154]: [57B blob data]
oct 07 09:55:32 nixos installer[1154]: [54B blob data]
oct 07 09:55:35 nixos installer[1154]: Creating journal (131072 blocks): done
oct 07 09:55:36 nixos installer[1154]: [105B blob data]
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: $ mount /dev/mapper/installer-rootfs /mnt
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: => Installing...
oct 07 09:55:36 nixos installer[1154]: ================================================
oct 07 09:55:36 nixos installer[1154]: = Mobile NixOS installer — automated installer =
oct 07 09:55:36 nixos installer[1154]: ================================================
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: :: Copying configuration...
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: Copying config to "/mnt/etc/nixos"
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: :: Building config
oct 07 09:55:36 nixos installer[1154]:
oct 07 09:55:36 nixos installer[1154]: Identifying device type:
oct 07 09:55:36 nixos installer[1154]: $ env NIX_PATH\=nixos-config\=/mnt/etc/nixos/configuration.nix:nixpkgs\=/nix/store/2bzirq90x8b7bndmc77n53pfnbqm8p9b-9m8drnpifyl5qsx93g6ll2xw6wkps03z-source:mobile-nixos\=/nix/store/zjzqx5qx7gxjsk54g6v3l0nad4lsqv8q-mobile-nixos nix-instantiate --extra-substituters auto\?trusted\=1 --store /mnt --json --eval \<nixpkgs/nixos\> --attr config.mobile.system.type
oct 07 09:55:41 nixos installer[1154]:
oct 07 09:55:41 nixos installer[1154]: Building the NixOS system...
oct 07 09:55:41 nixos installer[1154]: $ env NIX_PATH\=nixos-config\=/mnt/etc/nixos/configuration.nix:nixpkgs\=/nix/store/2bzirq90x8b7bndmc77n53pfnbqm8p9b-9m8drnpifyl5qsx93g6ll2xw6wkps03z-source:mobile-nixos\=/nix/store/zjzqx5qx7gxjsk54g6v3l0nad4lsqv8q-mobile-nixos nix-build --no-out-link --extra-substituters auto\?trusted\=1 --store /mnt --attr config.system.build.toplevel \<nixpkgs/nixos\>
oct 07 09:56:31 nixos installer[1154]: these 306 derivations will be built:
oct 07 09:56:31 nixos installer[1154]: /nix/store/0krzbvcam6q8cwbhimkpmf4qf5aq6c8l-etc-netgroup.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/0r135sa8bafc6hdaqhpgsbnv7ppvid4r-99-extra.rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/0sdcsdsgayg8rxhg8fcgkmzwk5j55fs5-i3lock-color.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1drhsdyg1v5ab9rfx1s3cpf9fr96dfsq-zram-reloader-start-pre.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/mscbsiz9hmhipcx9yfc42ggm0lah4sk4-zram-reloader-stop.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wfb7xsv0q5jyc1rcjn61d9j05p4mk3jw-zram-reloader-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/0vn4cdgavc6wbk8gn3lrklx2w193jrns-unit-zram-reloader.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/zdsckxbs5iy6sp4y9vd729rlw4czgwra-bootlogd-task.rb.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/0x1m3d3vgvcv85qcyqhimb7h86291nic-mobile-nixos-init-0.1.0.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/0xsbkz9abprhxm9mcbc30rm7ij6z5kif-unit-console-getty.service-disabled.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1aadyq9hvq4x7s1h6bi0ng1spi4956xa-unit-script-container_-post-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1ay5svx4s0jl43zjy2k8aq8cr1vghmh0-users-groups.json.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/cwkm6jsawk8yp1r9ah69vcgxb589wmsw-firewall-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gzf6xylq5qhv1m8p44s57xhcbqf3d09r-firewall-stop.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1bwjddm8f5i7gl60kawwfqrazw8xk47z-firewall-reload.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1f6q99wiy77r6pj63shzfdn28qb8y7pm-etc-kdeglobals.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1h4dkapkjpskamsvpjdzs1rxma5la7s7-unit-wireplumber.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1k7l6dwjbzachwkrvvszj2lx78yrikr6-unit-plymouth-quit-wait.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/1mi8dvjbpbhmadqjm2hbzsd3km1r4pmy-nixos-manual.desktop.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2205wfycckkb7k6094w8b0lc095lr881-unit-script-display-manager-pre-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/23d5zmq7w2ghsznmlrsjw1qkc0ykdr6f-unit-kmod-static-nodes.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/pnh03abkc26j2likxdr7j97dj83i1bx2-builder.pl.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2626pzpb2bli7ks0w6qz1p7sv11ifjhx-firmware.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/w5rdhivnm57vg5aqzdr29mjm6v9nkk6m-unit-script-prepare-kexec-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2j0kn5dg9dkdyydzib6yp70dc4gmbpx4-unit-prepare-kexec.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2kshw9dq77kqwwjfz2ms63dlijcr8lfg-nameservers.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2rq5jyzps8g311k7kk00s3xmw92xrdpk-unit-plymouth-kexec.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/2ydhim1zisq4y7cz1mr57i20d62064f0-boot-error.mrb.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/301dq294dnv1cbwzkdyzcck6xqa47hyl-unit-alsa-store.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kfq3k32jrvxfhi26hv9dkn1brsaxfszj-mount-pstore.sh.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/36l1b43pgmhrni23jyd36x1q9r2my2zb-unit-mount-pstore.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3aya04pva9k2aqqz3p2xnpayc9zkrhl4-unit-systemd-ask-password-plymouth.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3cilrz8gfghyzishxzjinqrf3iw1w3lk-unit-bluetooth.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3cs1rz9c9zcygyh1as9gqsw29f0a76if-unit-post-resume.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3jv7qrhd6v96lnjqq9hgzq4c62rlf815-unit-plymouth-read-write.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/42f2sz4qi5llf4xci8pjqd0ympjzclzx-unit-fs.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/56k8k5xdmjf0wz9zw5c6b2wpcphbm5jj-unit-plymouth-poweroff.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xmy4jwh21wizsk1326417cbilkcqdml-unit-systemd-journal-gatewayd.socket.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a6yr0vvmlzg991ndq5qrxs8gs3979g18-NetworkManager.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/6rb7f6dnlqndw0ciy03pjk3wsjszdsx0-unit-NetworkManager.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3zsi5c7ijii230vzvg5cavhbi36wxd1q-nixos-build-vms.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8g54wypi8i3h865ffbz43biknx0jzqqp-nixos-version.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8mgvbxp7knknz5kq3qpx6gwxi9l9lli1-nixos-rebuild.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3xq2973zxxmi0j0mghlaxacc3fr9crqw-perl-5.36.0-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a2n7vr190jxnwlg8pr8xp0fcv7vmak3r-command-not-found.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/c7bja6cd4lr47fddw6x0pcczsfq4907q-spacebar-22.09.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/v2s7f3ks505f5niy83sz31f8plc6rc4w-perl-5.36.0-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/dzp5dahcayh5l0vdxdpa72g0z34wbd47-nixos-container.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/frg2skydghjq9174jkq2hy9a7mjb686n-nixos-generate-config.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/yhcvb193cv1bmlhcp0pm6xss3k4y2myj-nixos-enter.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/i0k375gafb4imxjyl4723yp42za1z5g9-nixos-install.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/j5w7znl9ih2xbqhb3swj5c5wrvvyk5wd-xdg-portals.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3b081mcvqx5javrihqi6mw77qy0d3pdz-python3-minimal-3.10.7-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/968iadxnifadi5ijqn222k53j260y5rq-options.json.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rn4xg649x2i32givxigwg5diwl0bp9ik-options.xml.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kv886lfddv3vgp1ifjmwkgjhyjmp4gzq-options-docbook.xml.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/m18wdcj8ihs3jf97myfcsaq3632bpxvb-generated-docbook.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/hd8bczdphr73isqz698d653hq9rq41hz-nixos-manual-combined.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a92rr22pfizqmpx9f18g3ylzzyc5v4rq-manual-olinkdb.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kb3w1brcqv14pz2cdh7ggrnycmyr96yp-nixos-manpages.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nxxacva7zp0zvwvmgp2s8r6ikavcilsq-nixos-manual-html.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/b0dy0ykw4vi6lnrzksyif9fdb6vvvgcd-nixos-help.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wp2nb61f8ip9wwd745p5zbjymsd03jvs-nixos-help.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/n07xgcl1ri2gf2dvm5wxda39w33fgpp0-system-path.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/70cxldxgki66i99zwwiqw6sb63gq0a2s-unit-systemd-fsck-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7f8dkwhm6c7p10208m2n4lfx2mfly4m5-unit-systemd-oomd.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/v7x38l4l0ykpvmvnmdbzyhv23vz6bfqz-etc-journald.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7pkcns4drsqqka5dwidca4c6gy5vv1nb-unit-systemd-journald-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/837ij3iylzfvb579lcvd9z2kpyr7apcv-unit-systemd-logind.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/xcfk5zdap6g44c4j2h7hs63bnq4qw7cv-container-init.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/qpbxgx7m2ygmjf2ll2jcq1299mdp89dm-unit-script-container_-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sq9xwq289daksdpfkcn7m0vksnyzjfq8-unit-script-container_-pre-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/viqbd99cr1jnwk1zlbnjf22kf878zrvd-reload-container.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/87jkn0rs3qww8z0pkz8zw3ynjbj06b63-unit-container-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/67fz7p2c99hxr9llg3m763xdi265k6br-etc-timesyncd.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8bg45dwdyfs2gqkp4dfb7s6r86yrr4n6-unit-systemd-timesyncd.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8rkal8jxap1khmp6i28dnfm7c7wrrmaw-unit-save-hwclock.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/91akjk868wrrjcwczshdaxg1zxnjcx7d-unit-nix-daemon.socket.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/97m8j5mxph1zxghr39gd7fz5yw2ypzpz-unit-autovt-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9iwva9q524ksbbvv62hz211s6y48aaag-unit-polkit.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9qz9pxc2p9r537k0bkb1z538dkbynwxn-unit-systemd-pstore.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3c1p40i95y220jhnaxd8fcws9k5biy1z-string-hosts.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a729b5lwpmr874wvyv7b05zzwwdq4caf-localhost-hosts.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/n10izdz0z6vxd7na9g69558lygbj21vj-extra-hosts.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9zvhh98p7vdiv76xfd77rzavxyf723wv-hosts.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/f5wcr9gvysab6vp13yvzpynk794w953h-etc-nscd.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wdg1m17l365b5z8j4n433b5q0ik3ckjr-etc-nsswitch.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9r1sd88417aa3lhzz4h5x8c0rxg31g70-unit-nscd.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/akz9crcvczn1ljbswh37lrazl6jr4s07-unit-run-initramfs.mount.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/g4fiv49sizg1kp6cw241xi96f8aclvsk-desktops.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/jshk9m70ljma33sm81gj5dvxfk2c1h78-unit-script-display-manager-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/allgmaqbigykp4hqkj0kxr9db0pjzzr7-unit-display-manager.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/b4j4ghc4qlzbihgp401p0rjm5fcf49ma-unit-network-interfaces.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/bblh11nswgjn2x9i2g1hwhwcqybnv16b-unit-getty-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/bhvzp4ydpab1q35fmpxbbb004n0hg5ww-unit-systemd-journal-flush.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/bsw6lj3jcxv5h0ldglxvkfpv4gnpi014-unit-multi-user.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/c3h9sfryd4lmz17c1c8in81vq1cqxn6a-unit-plymouth-start.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/cgiri4hgsdhfvprdv5m13mhilan8xzzx-unit-system.slice.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/cz05wq54mn3xsjrx42i4b8khfm34zznn-unit-systemd-update-utmp.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/d2vg2j6zdpmg14fz3726cyyqyhx0g8rl-unit-accounts-daemon.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/f3mhjzw1dj4pxfcw6qh6bdmabx4h3hlq-etc-resolvconf.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/dcw9fbwzhx3vvjrs3hpiiid6ky9ydkvr-unit-resolvconf.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/drb0mq0pxb3m0advp2crj5kj28rlkqjv-unit-firewall.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/dxx6c350zwx87lg0rq27nq7w6111dq3i-unit-systemd-ask-password-plymouth.path.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r552h0rqrzwbj5gakvz9fsgivv0jvkyr-nix.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/f10fhb68vcwljxhl5gcavhjyv3ayp23s-unit-nix-daemon.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r4k17pvgk4b3f3ns5bk7haicdm9rx81k-02overridedns.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/g5vyjnzxv1xlvgmf013wvsdbw5c93mz8-unit-NetworkManager-dispatcher.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/q65rc7jasvsppp3vjx40np57fcwbmzdp-dbus-1.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gczl8hjgihlv42s6qjbp523hgkmw3mjf-unit-dbus.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gf5wqr89q46p49ylz3f1jdwryqihv3w7-unit-eg25-manager.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gsrwv94c0cqqcpm0y6spqhmhhrxw7cjs-unit-local-fs.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/hpz94zwrqsqc6ypvi16ywcm92lsvksjz-unit-serial-getty-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/i3y3a6qrkq7jkr3ihy3svcl76ijhfn5r-unit-user-runtime-dir-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/fb8121b12xf86n8dv1cc7vimfn4iq2wa-unit-script-zram-init-zram0-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/i85h8vk93m82waw4rdjzmhkbgirr3kxm-unit-zram-init-zram0.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ijr2x99vcs7h04l22r1zhcq6dwvvngiy-unit-systemd-journald.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/j44makr6hnmv8nfg44fdvwmi7fxp3fkm-unit-NetworkManager-wait-online.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/k6zxnlc0yp5amxdqh362b44r935ixd8p-logrotate.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/k37yn62ba8m77wkvwib33rqqasjk4l6n-unit-logrotate.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/yiydjamz15fsfwzk6jg75i2ihin92v5p-unit-script-network-local-commands-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/l33vk7j8nsmz6b5f9wh5s0ja9m1cyy0k-unit-network-local-commands.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/l4fvfq0qq9sqf5zrb3fr087xanz072dy-unit-systemd-random-seed.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/c7nljy7fgd1c15nhhw4bw6n56wd3lan7-nixos.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/l903b7q9hcd3syh4hybbzj1a7ramghln-unit-systemd-modules-load.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lbamnydskhakglqv2k925i1jlm05fhyb-unit-systemd-remount-fs.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lihg6nlyz67817l70w95y862k7ayb8nm-unit-systemd-udev-settle.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/37r9vb3bk6sr758np4ikhrb1fqs6m47x-vconsole.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/bkjmnva2a8n1dfnxfd8vaz9rh6j88637-console-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ma255ld3xxqrrlscmsfkm4arbw6q9kmv-unit-reload-systemd-vconsole-setup.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/n7jln57blsnqwridhqghpww97jxnmnq3-unit-network-online.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/hdljrs8nhdhpx91q4yplprcv474i835w-unit-script-post-resume-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/p6z073l00s7xdprhn0i8i4xfhvifg2xq-unit-post-resume.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/p9ancvfn14l5c4brgdfdbxcyhi7grjbd-unit-systemd-user-sessions.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wpbz0sw20dg9nlq0ahzjxvbxrpzn2zgl-unit-script-nix-gc-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/pk10wr9i3dxh3rmw0h0qzvhw3yh6aqib-unit-nix-gc.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/pl9kfc6d7pj2p1z5y3wwpsmmpgq845gq-unit-plymouth-reboot.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/pn1lzm379c7ljvb7mk14ldsrrhrxk42m-unit-systemd-backlight-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/px3whfq84hgw9kj8b3il8zh4s18vd1vx-unit-nix-optimise.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/qd5734h1msvp7fihzhxa19lr9al5srfg-unit-logrotate.timer.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/qmlvck7m700rgalrs18m96131qx6df31-unit--.slice.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r1wps388lcazn25462pj1gy6ydns5jnl-unit-pipewire.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/4wcxk0qjfissx2bnlhzbswabvnxcm34x-extra-udev-rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/741namdml760c207kz7zlsj8x4cqhbib-ipv6-privacy-extensions.rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/d95bf455dikkj37y4wirmfv0wrhlghz5-extra-hwdb-file.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z20kzs40lsvs0yhc6xam4ac3rnn0w6mb-ipv6-privacy-extensions.rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r74vlzdr3wkndcq34slar96ar2w9xrnw-unit-systemd-udevd.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rc2hksnn9z23g13b3p3y4c6ggmlhc32r-unit-remote-fs.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rfj9nr0i4w6myiafxwv19h3qhhha5qhx-unit-systemd-timedated.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rrid075rkg2mcdyngp170hzbg6skvrcw-unit-ModemManager.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sd1xfsmjcyawqjlx7s6szxndq8bwr90f-unit-pulseaudio.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sinhp5b4ph92aj3p71h3pql1pgnmfhiz-unit-logrotate-checkconf.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/swv84ciga7w1ivmjw8a3l9ahgrc4jin2-unit-pipewire-pulse.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/vji5nxxb80qadgnwwhqmfsb8jj96416f-unit-container-getty-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/s577yi4fbciqdpi2pmhp68h7375mlgnj-unit-script-network-setup-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wa1bvps792gv70q753jfz9anqky9z4v8-unit-network-setup.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/y4plllxcdmnvgmqd7mz6zyqmh4lf896b-unit-systemd-importd.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/y7j5m193fd8lh46gz9bwmz5lj3pg2rv3-unit-plymouth-halt.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/p8ch2hwfqvgqayk6r7s25m92z7glmi5m-audit-stop.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/v5vz16x6ap1cy1ccgxwn5nz0522j9g29-audit-disable.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/yjwgvhikcqzacdahxdvmyrg15c92j0kx-unit-audit.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/y0dlhy2cysr4c5rqfj8dpvdp8h699vk9-shutdown-ramfs-contents.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ynqik3ag56hxbl7s65k8zd662izh48sm-unit-generate-shutdown-ramfs.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z6zfvzkw6yw8whwbm2jd1igy2znmalgg-etc-60-nixos.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z4asrk3z9g10g4kkfn2vz9qh6kn03lhv-unit-systemd-sysctl.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z78j9lc277cs8vh626fl15ds61hfi3ck-unit-keys.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/zhnz8gxz9sdhn53jzl29nrn8z54fr8sj-unit-plymouth-quit.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/js6aqz9m62l26lkgyphwpr0vxfmmbibg-unit-script-pre-sleep-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/zrjsmzfcl604cxbrp85sr2r76x0nq40l-unit-pre-sleep.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/zw4bplafh1fl4mhm4yjf1fqkxmn9zb70-unit-user-.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/37d9i8sraj9ss2a6a48nnr32q73xpxqh-system-units.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3f0yf72pignzzhgkryc85a99aj20r5fk-boot-splash-assets.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/3hdg6y18ya2pcf78wi23jqdx73p6v58y-boot-splash.mrb.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8mrb49vdaa8wny4rwyzibvh1fvzi7z88-opengl-drivers.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/40s1534h0xld0hb1wnw11v8sspr123cf-nixos-tmpfiles.d.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/41hik616kga1mlrc18nlqv458jhmv943-Xresources-Xft.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/47r5z3nid6irxpvjsh6n2lsr1ny1si4h-smb-dummy.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/4m8h05yq7pdb5v6agqij6iqz578n25zc-unit-obex.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/4pbad6dhsn0i2ysira5is3l97znvxb80-etc-environment.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gzl7y3hj6caw3p0jaxkx0snj47zycsj4-lessconfig.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/526wxpzr6zxnzji3vkhgvyd4ykh9d4xr-set-environment.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/57i86i7vh225z6nan1nmx0vbgmkfymsr-kernel-configuration-validator-snippet.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/5bjax1x96fz366xnji7pxra497vq0l5h-runuser.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/5d30rdvsscim31p1m19x4rwpfk585ll5-lightdm-gtk-greeter.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/5lafa34p6k2dyqp9g8agv9hh4p2hfx4a-etc-man_db.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/5rizljljvhq66xlglkmqppqhrp8wv2g5-pine64-pinephonepro-boot-config.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/63i3q66rs1r95nlslhyp0hkx9c3p0r7q-daemon.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/68p6m3m491wxj1c6yvm9v96qc0z57g72-bootlogd-2023-07-20.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/69v1lv7y9vkr8sa58ab5j79ba6i92z3v-system-generators.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/6a9kikl987zjdszqpjw51dcy857bw335-chsh.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/77myklnnprgi33bkm0bsmdliszaixap8-lightdm-gtk-greeter-xgreeters.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7bp15qi437vz8gqndjvby69xyc7b0izj-etc-oomd.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7qpww5q42bafa82vg2a4cvdd1760bsm1-locale.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7r522j01qd0j5fq6f7ljaiyvn3fka6bp-unit-graphical-session.target.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7wdvqf8bkghrjq1l8bx2jybdsx7alawl-systemd-user.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7y182bibn5qxn6cwpgp4l2xz4qsa0v7m-chpasswd.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/7zgxcwn1ncngdz9dwl973pkkdhmz8ydq-etc-ssh_known_hosts.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8ilpy2h3nfj2cd2dyfj4019k3mbqglq9-unit-pulseaudio.socket.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8k5pb8hxzig857xxh4mhh5d04fnc7mfj-etc-10-nixos.rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/8phiq0p0piy47lapcqns42n2x4vyjp66-default.pa.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/91kmd8sbgdqz933sc0bmj40gfr2hflwm-etc-nanorc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/92q0jj8qhc8sjgamzrfqmfqxnmpn2x1f-etc-profile.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9606ywqpwgcvv71szki4pkgr6w71xra1-userdel.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9aamnyjcjysa3j0ckjb2k6m3sy4447zq-local-cmds.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9ays6vi562gmgqy9gad7ylsiymxb95dz-etc-user.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9g946d8f8dlnvmsccx6pvf3gqm8i4hh2-runuser-l.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9hm94ic6vxzy1cd55mlyd0fxpcslb50l-vlock.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/p70nsbcvbdvjyi3009xdkzj346b7ilq8-find-libs.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9jmhfkc1vhgq976r9b34nvw33c5d0vp4-extra-utils-pine64-pinephonepro-extra-utils.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/c4rniiwhj30wlkgn68avbglbk70v2hqb-logo_linux_clut224.ppm.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/cbckisrck3jjbsywdafpprk7yv33czs3-installkernel.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ikn7n8ymdxhh8yic2q9jjwf2gf7xicra-linux-6.4.7.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/9m76psdpxb7yjhc0dwxdvhglfjrb25p8-kernel-modules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/vk0icq4x9bwrq25szg5vrkak80qrw9zz-udev-path.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a49j5kdbizzmba8bvlbv396ayz5k68zi-udev-rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rrz57nlx86rnd8819m8mlvai7cm6f262-unit-script-plasma-early-setup-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a4cwrg1ky3vcn1y3i835csqgh5kc675h-unit-plasma-early-setup.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a4fhp2sajgcqp8yapl4hqf1x93ip678f-etc-registry.json.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/a9s0bqv3s4x4rldxhcf0bs4arak5nbad-etc-sleep.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/accbxhani5ikw0fq1rkqgn1x1hbfh723-settings.ini.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/adr7qlsbwj4i8sflz96785farm85acn0-asound.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/aiilf13s0290v4l3faf83smr6s6k4z8b-i3lock.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/an19jyyp1s9wck519pxrqd4g5fn2sidw-gtkrc-2.0.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/bb5iaxbj7sxvm63j1zfm86iavpi5qz1s-lightdm.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ipml05ym69m3dl761khgkhpry7w7g9xk-unit-script-nixos-activation-start.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/c0hb0gxjwxg1k55fq69f70dascy18qkm-unit-nixos-activation.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/d2d442api8z7kh6ja76dlnhdwwri89s6-groupmems.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/djl65qxhjpamib8rwldn662b23a6xk13-etc-UPower.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/djyfmp8mk97ziwlv0qgi6m80xnglkz9n-gdm.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/dp99nw4hmdnjkgghfcjd3chn40bl661i-etc-os-release.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/g495as2q5nz65xhwrm8j00arqa1h3z26-useradd.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gwpmpbyrl2pb1rk7xzka53lk14rl4y19-hwdb.bin.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/h345bhdfmprdxl8d4rl6z91vxkqjjz7y-useradd.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/jkk1b2z9c882ls3pnsp3j6adrl9vky68-kcminputrc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/srn3mjhpyx6rc3h8c5dkqla14hmffis2-lightdm-display-setup.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/qfcfqmswhaq02y2kq0mvx4x7p2vr5b22-xserver.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/vqyjwflcsz2hi9kbpyddws9b55y0x722-xserver-wrapper.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ys4hc03d1ch7m9igd5z446bqakjkjlkh-xsession-wrapper.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/had43sy4w52pn5ffhmryafkl8l4xmf0l-lightdm.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/hvcvhm35x7v0nziy7w641wngb26v08g1-etc-ssh_config.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/i2ylkd6dm30ja7bzi3k3hwbrp4lfbh7a-fontconfig-etc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/iawcn2yvxi9cqjx7j2w07z5wqgqizsms-plymouthd.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ibnkbmgg837pcnk8y70y9k5bzvakyw6s-tmpfiles.d.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ifss22w9v08ycv4b45q4ya5ba60mk2cg-xlock.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ivj9ljrld09jsi18svqv7b9mn1zc6czn-kdm.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/iw1mcfmymsng2nd7z9wfvx1rs1y9136c-login.defs.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/jcpi0bn6klpglirz73ssvh4finf5npx3-sddm.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/k3p9bw9dhl4s19sr8rjrq3k4wvavzb7d-etc-coredump.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/k6m1davkl1q9hhjszhsj1ak730f2dakr-etc-hostname.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kc1fm5i3w1vpb4x4mkv2pryxgszrnqny-etc-system.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/ks4dv75v6611sgks7sh00x29qa8wz3iz-sudo.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kvjv59dx0g2zasvabr5lrpdp6i97gybc-other.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/kvlpxkq2szacby0gjafhgc5hvzvm5sx2-chfn.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/l9pmbxwf79acnp5hy12dsfgxr5n6l3i0-plymouth-themes.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lab0l8418n32d8qjmzi86ailak0cllla-etc-host.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lsiwc1cb1zq2ampkp0mi1h916isg5lnc-etc-lsb-release.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lvpflbh83qpjlal765sd7qyg7v617s1l-main.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/m35j143sschci3pbxnm59dm5qdccbcrz-groupadd.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/mwrwkr6511ng0cq098fmg1jqv1znrn5l-etc-nixos.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nb62igl4mycb0x43qibp0cyrp2wry22j-usermod.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nc8m81162gpbqf8h4v0fa60qcla826ac-client.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nr638mk4dm4wmgrjva5xk7j43h2937d0-login.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nzsdz271182fpb1ly47315i8qnnmk9l8-etc-bashrc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/magrw2wwzad6zff9bb8nmiv6x6sxsl29-unit-dbus.socket.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/w12jm881plz659kxhqnf5azs5kkkiim2-unit-dbus.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z2ahzkgi81l0ybgzqd5fv96s64gkf7yb-unit-pulseaudio.service.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/plm3zlpjhn0hl3gsb8f7m8q4r1xw53y5-user-units.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/py9nx5lq185bq1hvski9dpb3cw7f0v45-system-shutdown.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/q9g339yaza0b4bqgy5izr5g5ic7fvqd0-issue.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r1vm2v8r9gb2m4pd4q8di83k8raakhgn-etc-shells.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/r3s1vrrv3mhyfz4pwg0qb91d1wsqyj7h-etc-firmware.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/s5c2mbr9fwbk18dglq2ljjqri5ijhm1v-passwd.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sli0wal9mfq9k4iqgnxf4q2gyafwainp-etc-logind.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sscrnjs3l8rwcvrjcj5wvxymhxxdr534-lightdm-greeter.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/sx0fwxwnn6jr8ri7r2632n40vzz9yrzc-alsoft.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/vxf1cqr6zkvycijnsnx9xgk580q2mllf-xscreensaver.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/w97jf7ppsdxc56hk8gsyq9kaynzbsswz-etc-lvm.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/w9942fbz8ajzlxhv6m7f48lm2wiy3g50-udisks2.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/whn13vs2sa3vhmr289z1ypw6aj3z2by7-etc-kwinrc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wq97yyfx8a22bii4p101mn0zw7pvcfxb-groupdel.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/wz5jvjq3s4w6qbjh7a23y2jrs5kprvif-libao.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/x1y84q94m5fblwsflyki58bhgcxds7vw-etc-00-keyboard.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/x8dzxnlssxrayl8qg96j6mcb9pg65pr1-users.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/x8f0dz7nnfmcm1nqk2a9vd5l8djjqqsq-kde.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/xargmm6sr2pli4ypds2ph0x2lidij1c2-lightdm-autologin.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/xkshv27xfmvls5wdmj2w1x8cbha6m4cx-su.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/xp60npljmm6r6hj6hqclqx4xmikd6fi4-polkit-1.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/xxb9y9kcl3kyzl65qqqa0pacdbar5g7i-groupmod.pam.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/yjxwhyx7hcr61rk2d463m49nv0rcr4k9-etc-fuse.conf.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/z4v3pvx31irj2a5f2swbx0slllc9ba56-etc-fstab.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/fyvga8srf9fx9yr2s9xzi8kg780v43h6-etc.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/gbpns4vbq1zx1xw39y4pba342j69nqcf-dtb-mapping.json.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/irxsg9p4yv0za4w27a2qkbd50kz0dcgy-perl-5.36.0-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lgqb76c61ala0rcas281sif09viwb4xf-pine64-pinephonepro-firmware.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/lpxdai837qzx261sb18mk7b6957m1sg5-init-wrapper.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/n7f7g245qk81r9li20jvgqrp5x2rrmwj-boot-recovery-menu.mrb.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/yl6wmkmmagyryjw2zxp3c94zv54i0wis-00-env.rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/nkin18wrf7989x7qxaj3adald06h1n0k-udev-rules.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rnbw430z90vfircqyy55k5yjyjglgkpq-firmware.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/q6p8maqbky6p9qq6bgvs7skxd2z0pqvk-mobile-nixos-initrd-pine64-pinephonepro.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/qs0ih9dvzypfbjywpg1ckh1s96s5ji6s-mounts.sh.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/s7fwm01y013ypwff6g3i7cskr31k6gbf-perl-5.36.0-env.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/vnv07cs4l9hv8d9c1h6fad5kr1jkr2l8-append-initrd-secrets.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/w528q72l8bgyaffb1h3407jr3g2a5dy8-ensure-all-wrappers-paths-exist.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/x2ry8bgff60kq3dwypy0gp71mx1hnhh6-stage-2-init.sh.drv
oct 07 09:56:31 nixos installer[1154]: /nix/store/rj5zxdssphvk5zq4gzh8hx6qzmjnfxj6-nixos-system-mobile-nixos-22.11pre-git.drv
oct 07 09:56:31 nixos installer[1154]: these 1199 paths will be fetched (1093.09 MiB download, 6613.88 MiB unpacked):
oct 07 09:56:31 nixos installer[1154]: /nix/store/01dwgiifv64ilf0mchd6zqyayqw5ar89-pipewire-0.3.59-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/02278j40by4jg3axwcsxgkihbllbbsr3-libICE-1.0.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/03bd2ncz1iy8awisn5m3lz4crq98d8s3-kitemviews-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/03isvr22g3fgyf4l0bi61iv83a13rvdc-kwrited-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/04rs81ab0r8hjs2mkifjpy315si47vj2-cmake-3.24.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/0602lvnmg5j9icpxjc43ccy12ld1hxpj-fontconfig-conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/06h3apk9llpirkl4y2wmp2clf00lfds4-plasma-workspace-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/06w6bxlvmw19b76j85gcr7ljzw6lyp9g-glu-9.0.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/084469av6mpnw4as456ywdc5y0ra8q38-plasma-dialer-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/08bbvlnds9irmgg5m7l7wbfpjvq3w3a7-libtirpc-1.3.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/0b9yp4fz3ncbzmciy4dbspiqpb0yf2py-SDL-1.2.15
oct 07 09:56:31 nixos installer[1154]: /nix/store/0biv3qli7m4j0q3pv8kcr9p5lbpilny6-NetworkManager-vpnc-1.2.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/0cxn0388frs374n7nz9fijybhb7vpvg5-perl5.36.0-HTTP-Cookies-6.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/0d56dld8mz5xrmnq2xky9p1x6hihpk9k-volume_key-0.3.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/0h9pyzj1khxj856w30j21vyzl7hwil4q-libopus-1.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/0iskksr1gjqf7n5pr7iazqmpxvd8cqzv-python3-3.10.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/0k9kvg02zby1fg0z52xpks3c1db1rxcn-strongswan-5.9.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/0pg5jzl66zcrg0k8pm2fdihbwakj2y13-kdoctools-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/0qyl2w3jyhlbqpnmc830znipysgcphjk-kjobwidgets-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/0rf0hsaxvzlrwx4ir0r69arcqp165wp3-perl5.36.0-LWP-MediaTypes-6.04
oct 07 09:56:31 nixos installer[1154]: /nix/store/0rfks2w0zm5al72czs8j706ayk4hk0i2-libXcomposite-0.4.5-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/0s4kcw3vfq4gsfrlsmv4lx48rvparg1f-libxshmfence-1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/0skfyiilm4ndb5wbm5sllda7xziilnyh-libcdio-2.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/0slqnq80yhw5hdzw4yswhjbmm11ay82f-binutils-2.39
oct 07 09:56:31 nixos installer[1154]: /nix/store/0sz7p61bf71gy8q1vy0241k59cwixbh5-isl-0.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/0v4bijkg3j2kyy8g85dadv46zjnwdbrz-kparts-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/0w3snndxbigz248cdikjqq45li07pf27-oxygen-5.26.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/0x42jz8jqncsmz7a01z6gqrvdrnsl1ji-alsa-utils-1.2.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/0x5rmf78kby5ffciw3h86f0zxsqvxa7x-font-adobe-100dpi-1.0.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/0xhi7j7zw3pjin4szy2avhibv99m92ms-twolame-2017-09-27
oct 07 09:56:31 nixos installer[1154]: /nix/store/0xq0pj1icx7q5962rnihd3iy4r6nn5ms-exiv2-0.27.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/0y9sjxzjn8dbv364390yzbdyglp2rrni-plasma-browser-integration-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/0zh9vv6wif1d1ys6i3ay5lymjalaani2-gtk+3-3.24.34
oct 07 09:56:31 nixos installer[1154]: /nix/store/1006qkwwafhjhzm10i7zy7csafp3fyh3-libcddb-1.3.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/12s09pzi50ck7580h6wr8zvijvnrjaan-tinyxml-2.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/13ybyzjj6xr28qdb43nn3mz8lz8kf80n-zstd-1.5.2-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/14c91fw1xpq6vzxa5wwmz97mpc2x91m2-python3.10-mistune-2.0.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/153dab5jdsjqqbwxzjf1987i9bn04lsi-perl5.36.0-XML-Twig-3.52
oct 07 09:56:31 nixos installer[1154]: /nix/store/18iq0pv1wwxya3pp1nwv3m0k8ck2894r-faad2-2.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/19a002iqslvm4achppkh9z8gxxdak5k7-kpipewire-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1a3m6ypsc7wbg7k9gwqwflhfmbjdss88-shared-mime-info-2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/1aww0a24v9zn8jjv3jksjnrvxgwcf0z1-solid-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/1dg9ng54k9s6661ngb4rywkh2qbrr143-perl5.36.0-HTTP-Date-6.05
oct 07 09:56:31 nixos installer[1154]: /nix/store/1gcxz32fixkl8lgdyi3z8ak9hwis3kzd-glib-2.74.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1gl4qask5g3l6hfw4nfygs0dswl8h8dn-libossp-uuid-1.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/1hcy26v6xj51csi1vbxvix4syz1h1y62-libpsl-0.21.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1hmszlavi1qlhz6r66arbilb2n0zw03j-qcoro-0.6.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/1hzmr02sjvvpgwylzh49kjv93cadf8hn-qtwebengine-5.15.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/1i7hygpl1c9ivha11ak636iy3pa8ph52-gawk-5.1.1-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/1k1ivgspaw8cl43w24jwndq886kgar92-pciutils-3.8.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/1k3iqlci2shs36ach45bqicnbb7wpfkw-libhwy-0.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/1k3wnnl4sv5j9bgxggd31agm6xbi89nc-dhcpcd-9.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1k9rm93hpbcj4qfna2a9hvacyq5sw4k8-llvm-14.0.6-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/1lmjaghv29vxq9qsxwlvc8ahingymr33-xauth-1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1m0w6bi7m0rfkrrlw7f93sz1hgqxfvqi-libXft-2.3.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/1na2fpz9bb8gnv8jzrn4za9pxwsisi48-boost-1.79.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/1nlhabpjsfclv75l7kjnjqj8lw9d5rrg-oxygen-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/1q0d2xxkwpybqd8qhj6daypjn3980r0m-spandsp-0.0.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/1r4lq89g7841vcnxq2kgmq7ij3ygmqmp-patch-2.7.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/1r6pprmjkc6i2njszvvd62fz9zrdmrvf-libXrender-0.9.10-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/1s59830smdiz8jhscawyfykzvv7sxqq9-f2fs-tools-1.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/1sjjkw3a25yvpfk78frl66sc0qb94k5m-openexr-2.5.8-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/1xazmn782hslhfhx94640zh0ilg9l84p-appstream-qt-0.15.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/1yrv2jgw00cr352sdb9ha4b27cy0p9ap-qtsvg-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/226n9ivv6mvf3l37nsb62ldd08w7cw7n-libXxf86vm-1.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/2277310wqy26jdzlf0cjpilahiq2zbah-kdbusaddons-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/23xfw1wrhpfbjc48hij9vf8b36y071ss-fuse-2.9.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/245fsdmbpc0wv5mahcs64k4lbj6x3vb0-djvulibre-3.5.28-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/247v33ag2zdnk70gr2spzw8d2bjsd7kq-libxslt-1.1.37
oct 07 09:56:31 nixos installer[1154]: /nix/store/24sznnck4qrn0387mg1p9db8h3yf5bi3-plasma-phonebook-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/2584jsr76796m937hk370g46c1n2l56a-xwayland-22.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/2591fv7lzxrz2z1fywri607s3mv7whl0-kcalendarcore-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/25pld8zxhnw56dda6iqikgmng2fv4gh9-gnumake-4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/2695xkp8zfm1kdh84fk8lqnpvya42cnv-kbookmarks-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/26wl8h4kf1g8klpprcx1mzxyh384m0f6-libvdpau-1.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/27i2kpimnlq49x1dyrkmpgj34dlisyyn-kplotting-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/283cp7bahgvmnmph172gpcii2q9nkdnp-xdg-utils-unstable-2020-10-21
oct 07 09:56:31 nixos installer[1154]: /nix/store/28k6g7dn9lzqn9xlh0bglf588l20858c-brotli-1.0.9-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/28py1s0jjsc2pryb584chp0ngyb5vyvl-fdk-aac-2.0.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/28vb09c36za4znwdw0xgh9kzgdqvxf87-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/29j1acvrx22bhnaqcrfxxhaq8fqyihgf-onig-6.9.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/2dxwhiz74bpykc4jxll8mfm4lvw9fwbz-kemoticons-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/2f0mb0vxfjkvyfq26ix021s6r5h0li9i-libXcomposite-0.4.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/2fawym443d109mjjga559ylcrsz9slld-libsoup-2.74.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/2gb5483y2c7vk68wxaj07jdrb2dmjj64-libcbor-0.9.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/2icsqmc7yqd6n16cf5842qygzq7ryn0i-libXcursor-1.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/2ii124nd257s1y7ljr4gzjrvrh7l7xsn-libselinux-3.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/2kvgf6iijzzb9vqix7wzli01cklhhq1d-qtgraphicaleffects-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/2ky6j9j8mh0czgihi74fp9r8szh12nr4-power-profiles-daemon-0.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/2mdvvj3dx9hnlg4fhkv7zlbbxlnaward-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/2mj63584avwz8wwi75dic957nf0z8p7f-qtwayland-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/2ndi8hblm073l74q2c1rnpzd1h95dnpk-libdrm-2.4.113
oct 07 09:56:31 nixos installer[1154]: /nix/store/2nsbzknqw0crs3ip3xs7npgyavy6fkfv-maliit-framework-2.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/2ppcjp0xmsjlwqqifnwmv0yvbizvh90m-util-linux-2.38.1-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/2q0h7xqrkavgfa4bd3q812jy0zvyikrh-taglib-1.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/2rlky8qwrhj2rfa4wr8yqark9szz6vc9-sonnet-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/2rz2jwhmz6qgbiynvwkwgj4mq3l0dyxm-bc-1.07.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/2v1m6n80lczf19mhp3krnrqd5acamqi5-make-initrd-ng-0.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/2w83xz70njpmvijgbrsvh9ss2a9ijqw6-qttools-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/2w9bi61imn5nn01dy09j4n28shsgyqyd-mkpasswd-5.5.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/2wkk4pqibckf2i1234f1knpgh72qwpmg-nix-bash-completions-0.6.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/2zi4i6i1a2cmxpxcn7ccsrgxg348yyy6-bzip2-1.0.8-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/30a16sw9ckscy4d8dcsvipvzp31mf0mm-openexr-2.5.8-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/30m80cn3amnk6p163dwji3jsymvagsag-libnl-3.7.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3105b2d5wkwzha585vz2yq2kxg3avf1k-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/3187i31bp9hvslqm0wc70ly96aiim5jh-geoclue-2.6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/327mqiqq4vn6dalxnd7r9iys7bb1grd0-kjobwidgets-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/361k5y5hx45hxlhg27w5x8vrzggp64y2-aws-crt-cpp-0.17.32
oct 07 09:56:31 nixos installer[1154]: /nix/store/36g9sy985pr0m80sghrvalrmbxjafdj2-nilfs-utils-2.2.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/36sq0pwh4i6ig7dc092fcp3rc5nqk9vw-ilmbase-2.5.8-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/36vvp6y10b4h8gg3q7fm4rbn53gwxrcm-xf86-video-fbdev-0.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/36ykkhf10flj9g85ns4qxg81sbmr0ibs-aws-c-s3-0.1.46
oct 07 09:56:31 nixos installer[1154]: /nix/store/3840qgvcd8k7f1fvfzk676dfyvbj32g7-xz-5.2.7-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/38n0pv9f25glpzcyaqm52hh85b2cym9k-libxml2-2.10.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/38ybkzcg2czrlw7apjbm2582h7a6ri7d-libksysguard-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/390izr1pc3fdaiskp6pl7rl4vjd9jrfm-libxslt-1.1.37-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/391i3k3xlprqrqx1hx23lbsd5c05ykab-kpty-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/39d7fsswywf6xl2f8mn2q5vk5y3gmgf1-perl5.36.0-DBI-1.643
oct 07 09:56:31 nixos installer[1154]: /nix/store/3brh91zc1jlzi18w2s2vnn5w1zx3szx1-xorg-server-1.20.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/3cmpsinzqgb0750n4vwsxcq3pdjmw5fv-python3.10-idna-3.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/3drwqdbjxn9g4cd68z6wq8wdvyrsazgp-phonon-backend-gstreamer-4.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3fqk0m4yqqhqy612isdmlzxl6gnlys03-libidn2-2.3.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/3gqsarfjlxpxbvqsjsvwcj0ajn8xa4hd-SDL2-2.24.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3gydi3m660gbmp3lb3hd4v9n0l9q36i9-xkeyboard-config-2.33
oct 07 09:56:31 nixos installer[1154]: /nix/store/3gzsb1h4gq5ivxcgxp5bdlkg8031mxsy-docbook5-5.0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/3h0x9gp4vpp5cxiqnb5jspqib21zpjmp-attr-2.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/3ikm6df4s0h0ndk2qwac0cy8fvsml07d-qtbase-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/3lc2gkpn2f6w8xb1ps78yiijxhins3zn-at-spi2-core-2.46.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/3lf2rcnxn9pd5qv0mqy073b0692l6qd5-gst-plugins-ugly-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/3lwjcn7q2lk2fxqql8cy6q990cyl6g8s-libusb-compat-0.1.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/3masxi4yikmx30sq32zsf2nyay7cs4wd-kguiaddons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3nz5sl6h3rpdwlmb29102qcpqsycwbb2-linux-firmware-20221012
oct 07 09:56:31 nixos installer[1154]: /nix/store/3pa21ckd2m4140asncd4lnvcr7flixyn-ldns-1.8.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/3pwjkmj3i94vdq3ds7p2nkijzw77kl90-kwindowsystem-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3q0g4w8krb8gj3sw79l2vj62vxyrcxg5-python3-3.10.7-env
oct 07 09:56:31 nixos installer[1154]: /nix/store/3qcbadz9cc6jl0jyflvhapfpdlragp37-calindori-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/3qk7m7z8ps1vi4lb2b0x18icsviihslg-xf86-input-evdev-2.10.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/3v1ch4wfag72kvajh1r9jpc6l40g10bi-perl5.36.0-DBD-SQLite-1.70
oct 07 09:56:31 nixos installer[1154]: /nix/store/3wsvvv77p5n3nq6bqynvnqzrbna27k1c-ffmpeg-4.4.2-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/3x5alcvvh6nrpvrb588xnqv1w9516x0b-knotifications-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/3xnzj2zlhaydcd30dl50kwab5mdhk81p-python3.10-brotlicffi-1.0.9.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/3z1wrlbl5xskn7nz3i34rnqs2ypvvalm-kwallet-pam-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/3z2wc64ycs57qixzp4naykk0swqgkgkd-xcb-util-image-0.4.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/40zz8d6gwr7q3s64n9mpq0pg8vfcy9yd-vo-aacenc-0.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/42px7pjk6sgzznk8j0c1qqjgnvfzi7ai-perl5.36.0-HTTP-Daemon-6.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/43c3ypj5z989dkdw11rkzrsaa3wdzcgi-knotifications-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/43hl9nahmgayfx08azwsql9zjqzyi0iy-gsm-1.0.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/45vsj6qc79ndmpshmf4ppin0icmc7cv8-libarchive-3.6.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/467p51i7x5779yiw4i6w4xs9h4ip73x0-libtool-2.4.7-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/46iqf1pygjr3pg5p0lsv5xh2myrqkfad-linux-pam-1.5.2-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/477wjwpyrcwkxnvziypcmprr87ahsk7l-gzip-1.12-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/47wgf7nqx2n2c4f38iyc206yw3p6gj0a-libXmu-1.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/48gv0h3sxhy85d0qmpv3chy10ci3mc8g-bash-interactive-5.1-p16
oct 07 09:56:31 nixos installer[1154]: /nix/store/4a337aasphch1aipihszdp72b9x0ljdp-kwidgetsaddons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/4apyxmspkabw6ps99aa1il5xnbkmzijg-liburcu-0.13.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/4b08hp25p4ikn6dv9y556sch7aq5w64q-dosfstools-4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/4bbwwsv57y3m1cbslhzmppzsh5jzprvs-libndp-1.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/4cmpk00x8kmcrxa2b54178w7lz6m5ci2-gtk+3-3.24.34-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/4fkqvhrzj2mp9knipi19y95gwgz7njz6-ktexteditor-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/4ig71c7q0fcss2i0vmdb3237bqy4h007-libzip-1.9.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/4jl2bc3vypr0avcjbsp2q45jh71k6p9w-glib-2.74.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/4kaq904frmsfqk1px19c3hv8af1whys3-eg25-manager-0.4.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/4mh84fd4mddrbhvip65f137fphh9k0ak-libjxl-0.6.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/4nhcx0ndfa374cgvi6x9sg73prmxmc04-publicsuffix-list-2021-09-03
oct 07 09:56:31 nixos installer[1154]: /nix/store/4ni30i3g5r94nqxaqf9bbn0gnfqjd88p-nss-cacert-3.83-p11kit
oct 07 09:56:31 nixos installer[1154]: /nix/store/4ns29xpfcfgqdhpasnxwjn5k4jd4cpgv-solid-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/4q72d1dyigr029i7ci231nmd7azsghg8-libvpx-1.12.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/4qnczk7y8rv7m76hi7aysabyhifc8xrk-audiotube-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/4qql88rmm5s90sx73386x6lbjfi75kv9-bluez-qt-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/4qxn7v5ry00wga6g42f1gabnpqyap8qs-perl5.36.0-File-Listing-6.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/4rmbxyg1b2y4qj3254x8s6mcnd8ab2kp-NetworkManager-l2tp-gnome-1.20.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/4rp03yypzbc8dj6kgdf83rf5b5rcivls-libraw-0.20.2.p2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/4s4kw15lb9xl5daliygcpwcbiz1n14yy-libraw-0.20.2.p2-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/4v4a5s15500w76mhmzs5fp5ndz292x22-fuse-3.11.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/4vkz53gxnwpj9psr0kzj24vwwis583c8-cpio-2.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/4w5r4h93lzxzlkgqjyhi5szg5c7cy6wg-inih-56
oct 07 09:56:31 nixos installer[1154]: /nix/store/4xz4i9mbhlya895jrbaaw9dkm4az515w-editorconfig-core-c-0.12.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/4y014cffgvczaqwx030ipdjrk7y08vi6-lvm2-2.03.16-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/4y4hi1nzhjflbxm9y9w0v79q0cp9pp13-wavpack-5.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/4ydhaj0qblgch55jqmsqf4pxb8m7iibj-qtwebchannel-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/51kyr20gqk2jrzak300ly5swi660bkc7-icu4c-71.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/51rb47pajrgfwpcmfrzv2h3s69jfy6ca-perl5.36.0-Encode-Locale-1.05
oct 07 09:56:31 nixos installer[1154]: /nix/store/51z7m5bvnh3x20wyvjr7597z6gv9px2l-kpeople-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/52fj60qa00lry4yxyqq0ahka5r5s7crl-kitemviews-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/52p2qkjcxifypk2lmq1rn598k4cnkfgb-libtiff-4.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/535c71zxq99lvb0ii9kaxx5qri6slazc-docbook-xml-4.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/53l0rb4dznsq0k24lwns3n2d2yf2xd40-krunner-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/551iyrmjgzm0rqgr6jppap7z0k12sjy3-nghttp2-1.49.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/55j6cr1ymr4zx8rwqx62i7d3gms9ngcy-layer-shell-qt-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/55wzdf9pzjabswr36llv7diabg4lsb63-lcms2-2.13.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/57q728r26hhkj3yp8h2kbf26xz13sjii-libXtst-1.2.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/57rsgvqbqwzzf1l3blx30h24wf5jz7dr-udisks-2.9.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/5994y7n9chs89l6k5sr9icpd1vvgyc3j-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/5a3a718h62hq0xbirnrz1kmjiv3bvi76-kpublictransport-22.08.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/5a7ka7ymv5svn19jhgdzrc1jys05zqhj-polkit-121-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5bwypxdjkdks40ljdrpijplh6zcg5gx1-xrandr-1.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5c6hqc7cxza8g5rcchzf4fcrb7n47885-plasma-framework-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5c9mmzav7342l31v8bcscijz0c4wgirm-qttools-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/5d62i010alsaf56iqv3xrym123cahfif-pango-1.50.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/5fk7kkk4jwz38ynabmrp2y551mwnrcm6-plasma-nano-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5fl19cc1q4a4n3cvj9mdcipb9anh32vq-lrdf-0.6.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5fx8lxlqqym37n7d0qlikvwk0xkw93a3-libXinerama-1.1.4-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/5h396l3ggpfs4pdhmvrwm173sqwgpnha-konsole-22.08.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/5h8zkmi4j9l1h28g30szhhl8maqw5552-fc-cache
oct 07 09:56:31 nixos installer[1154]: /nix/store/5hw88cnc0zl85z13rmkm0w98npgyc5ry-libkscreen-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5inqiz6ikxahsf21ldsx3bqvsspiah6z-perl5.36.0-File-BaseDir-0.08
oct 07 09:56:31 nixos installer[1154]: /nix/store/5iqii8wrlgac42dk1pzvri8xhsvjq0s2-libshout-2.4.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/5jmdzrckb0crs8dyz2z01m8p4nkf7cv1-libssh-0.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5kaw1db42j3wd0cbm9axmcbivsgdz7pp-modemmanager-qt-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5kyqfy505nxc638njbnaw1qr5q28dyxb-pango-1.50.11-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5lvkwj4b01i6gxvb4iz9rjrrjz6vjhly-libX11-1.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5lwsrdr98z4gxjwpy61fgv4zyy48k5d5-libheif-1.13.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5mc7mb3b10nxzyc675bxfilc0sx7mjvg-netpbm-11.0.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5mwwxf9fw6yvwmcjpcaglvyyx8njgb9s-python3.10-brotli-1.0.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/5nzkhhkny23plz07svc1fkp8kk8lqqaq-ki18n-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5p4j9hbsqc9lzdf735x75pj5y90fcf3w-libXt-1.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/5pacsldl38zns2v28x361r6xnqjmxvy5-libssh2-1.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5pmiwq8fc5n0d0cag5k3326lga4j5rpp-nlohmann_json-3.10.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/5pv551a7g38x1b6gwhlg82dspc8bcq93-libbytesize-2.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/5qvfnqr4x9bzfz7cs6amdci54qcp1sw5-qtquickcontrols2-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/5qz5a3qyajhl5fibf2nwhawlqf6rqg8k-kservice-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/5vnkwi0k76p70jh7d9xk9sqlw5jspicw-thin-provisioning-tools-0.9.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xl2s7jin12xvv154480jxmzcry9ama2-gcc-9.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xlfqwwin3fx6dyr84bbnnskd1ry3l8q-kdeclarative-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xv8lv4h3655gxqz8dpmah874ivy09zv-gpgme-1.18.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xvi3p7dhi94x0fm2ngays1hys6i17z6-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/5xy5fq2w9cgkhmgkki5xd1r7f3jaiwjh-elfutils-0.187
oct 07 09:56:31 nixos installer[1154]: /nix/store/5yli0rc52ash49ijvz7bnfr7z0w4wm4i-gstreamer-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/5yq2v8jfxp6nc604pm2yfli4hl8rhsa2-gupnp-igd-1.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/609qk2r16kx885hhy5l9ib6drh894kng-neon-0.32.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/60j3n770ac3fgq7fk44d3kb468vvwwki-aalib-1.4rc5
oct 07 09:56:31 nixos installer[1154]: /nix/store/62zbqbgrgz65p9ycz11kig705c1220ri-gnu-config-2021-01-25
oct 07 09:56:31 nixos installer[1154]: /nix/store/639fpj39sr03way7swl3zyzbhg8fd29w-kparts-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/639mcpih90021jq9v3hrya733glaijyq-kexec-tools-2.0.25
oct 07 09:56:31 nixos installer[1154]: /nix/store/63ww95mw1zia5vj90vlmkfvn9n6bm8v8-poppler-qt5-22.08.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/64jiclhl0fiwwi3rvfpbh20nzxgr22nf-xz-5.2.7-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/64s0p72iqqa67mahm74nz5jk8dmwznyp-libksysguard-5.26.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/67fvw7chgzph911skv4hhx4vkr66rivg-zstd-1.5.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/67vh8prllx56q5rqf3xwja8fs9hjsrkv-util-linux-minimal-2.38.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/68vq7380w16b7dgj1y0x0qgs6f1czzfj-mesa-22.2.1-drivers
oct 07 09:56:31 nixos installer[1154]: /nix/store/6asljq3n2ny1d7q3h8hcawkxvnmgl746-kwayland-integration-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/6c3m0p318qn5691fi7qfvy8qzmfx495k-dns-root-data-2019-01-11
oct 07 09:56:31 nixos installer[1154]: /nix/store/6cbinx5kr0iplnb08li82i1z76z361y3-gnum4-1.4.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/6df9asamrkmkjcmcxdxr8avksk5h4zz5-libpng-apng-1.6.37-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/6fmk7xp9lizlpmiz9jnnpk07yn6a11sk-plasma-workspace-wallpapers-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/6h8cz516w4wy8i2rv05400phrxdcpqim-kcoreaddons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/6jx8x6nzvzhj6m0lqvhympw2wfckyh6h-lilv-0.24.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/6krzbb7133zxyxgjy4ry9wcswymwz58k-cairo-1.16.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/6ld01h2pdsfmkllcy40c69y00yxf82yl-kconfigwidgets-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/6lndpyfgnf7jc2m6b5jbac9fmd3fgwsb-libpinyin-2.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/6lxibbg44nb40bq2z4yf67cpdhkdxda7-libaccounts-glib-1.24-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/6m23cvp1a62jkm80pxh984vjswm53l73-xlsclients-1.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/6mb9f5imph2pw2j59jx10zrl29gg3s3s-libpng-apng-1.6.37
oct 07 09:56:31 nixos installer[1154]: /nix/store/6mlxhl7r038k5rlhgicll4di059wi86p-keysmith-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/6ngl5xwph825hzi8drnj94fgsgqjn8ib-qtquickcontrols-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/6nr7p9x1g1sj8r9xassj30z8prkc80pk-libaom-3.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/6pz3az1fii22lch9xiqx9n7gwpbfm0g9-kde-gtk-config-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/6r7l5m4cn0032f8k3i8npglp9x3xm4hz-perl5.36.0-HTTP-Message-6.26
oct 07 09:56:31 nixos installer[1154]: /nix/store/6v8w5g1m30aj1zrmliw07vwxb2l8bgiz-libbpf-0.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/6vk6j8gq6ixp5xpq82z13wh0m252acp2-netpbm-11.0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/6vmzn89l6s25r514aqig35r75lqh03qi-coreutils-full-9.1-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16
oct 07 09:56:31 nixos installer[1154]: /nix/store/6wbhr39lnssbwm2mwhdq4hr8rxivjskf-libde265-1.0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/6wjcv3sqxlrcz7rmqzzwbbq62kzjwnkq-python3.10-pycryptodome-3.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/6xssjxjynqql2h2y0nnglgk90q90ia99-python3.10-yt-dlp-2022.10.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/6z1v0jxvaksk7lx5m7yg9m7n8hxxmr1v-freepats-20060219
oct 07 09:56:31 nixos installer[1154]: /nix/store/7083cv8l2jc25y1kk4lsdzfd5d85jrpq-kauth-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/71d2nmmzdg1v88jyipiqvblab5gmk10c-linux-pam-1.5.2-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/73sgi03p70lkdgcmxqsgyzcxzc28wxax-bluez-5.65
oct 07 09:56:31 nixos installer[1154]: /nix/store/748b151sg9lnm8w09yi1951m974rxyfb-kdoctools-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/75fc1pvqx70ka7wsv5cryim2835dh0fg-wildmidi-0.4.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/75zg4p9agfnby3q4yccwjfxgqkc63m98-kasts-22.09.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/76k0bmmg331sh2iv5nnc3f0z98gyr1wv-s2n-tls-1.3.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/7a6cm5h8hm1ck281rnzpynchrfgycbm9-perl5.36.0-Test-Fatal-0.016
oct 07 09:56:31 nixos installer[1154]: /nix/store/7axji5ab94l3mvsbf7m2ksppcryq7pq6-perl5.36.0-JSON-4.02
oct 07 09:56:31 nixos installer[1154]: /nix/store/7c0b22cvysi12kxg3s4p13z1c27fjazp-pine64-pinephonepro-firmware-xz
oct 07 09:56:31 nixos installer[1154]: /nix/store/7gdxq72srlvfqkz5ffcdnl8j4sswcf3l-kactivities-stats-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/7gyf0ma07hkh5k1r0bhzgv49j6fqc7pn-cdparanoia-III-10.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/7ircnh1w5gnbdr3kwqrq8jad3i0h3as2-cryptsetup-2.5.0-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/7is5rgj270mgnzlrvh3xbiinyynp2y0p-gdbm-1.23
oct 07 09:56:31 nixos installer[1154]: /nix/store/7lhb8vzjm8r55gjfd0dz4vm42s4f3ld6-networkmanager-qt-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/7mv6jhnf84qhl2cc9nrjs7p80myx4m0c-libjack2-1.9.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/7naqi11wp06f1p4yfnly1sg56c04rlmb-acl-2.3.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/7nd6s94jbknsy8vffmbiwiq3p93yqp8h-lazy-options.json
oct 07 09:56:31 nixos installer[1154]: /nix/store/7phsq56rs3xlni6kix47cjqnvkgikis9-libyaml-0.2.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/7pll8jpxxmjyyq7kdsa649czzb9026z8-openh264-2.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/7pp1k9igricrdk5bp7a1f01ccxniqnph-libjpeg-turbo-2.1.4-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/7pqvqvpnimf3k1lnr989lww98r0rs6xd-python3-3.10.7-env
oct 07 09:56:31 nixos installer[1154]: /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/7s8h1b3m3kmwlqw2nlvrb0kcbjwmrbf6-mtdev-1.1.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/7vhvs7xnr3rl4vn4sin9rc48z1bniyz0-python3.10-mutagen-1.45.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/7vlky78r019vp9vd0qn8fyx6d5xd6kn1-libpulseaudio-16.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/7ww0rzbzgrb20dsv1dm474d7algq82m0-editline-1.17.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/7y3lb9gdymcpicaa6rd70mv8nyq8rzzj-texinfo-interactive-6.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/7yidpiqayhw18l3ibddwbxnrm9z3cymh-libdc1394-2.2.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/8132vvp2f4rwna3fw4i38jx1rzjmlgay-celt-0.11.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/81xaq5v8y3xw6zz0qnc6svr4h5zdcjwp-qcoro-0.6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/853n3fhj7382175i8v4ycpx57q0pcqbn-lz4-1.9.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/85a0hzi8l308av641jxzi4xhvsirp1nl-nix-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/86117znq5fakblh6pikkrgbi4f2xvfjn-gfortran-9.5.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/869hr3fspv03scad97aw7wv38jh9dpmz-docbook-xsl-ns-1.79.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/873ja90pmw2pi1wjjgh85dqh9s5py3ip-xz-5.2.7-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/8763nv9mrax27lw2qghm8gmpn9kask5s-giflib-5.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/89y65ymji98yr7f0kxsgwbr0jjhb2fkd-serd-0.30.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/8a4kshcdzivqy184w0h1l85rf5a0ldlb-gnupg-2.3.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/8ac4canvnlrivki3lhw9cvgimxvkcfq3-wayland-protocols-1.26
oct 07 09:56:31 nixos installer[1154]: /nix/store/8b4gfr045jxccjal9njl8mkk2398z858-setxkbmap-1.3.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/8bn3djbd7x7kqn6kq70l72nma4vw7p8w-kiconthemes-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/8c6sf1m9cvrw222h73qnyfwbh774jq6y-readline-8.1p2
oct 07 09:56:31 nixos installer[1154]: /nix/store/8diyb7wz114dsrc63vbnh61r4zvpjgzc-kpeople-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/8fa7yx0xm1y83nfrldzidlqfa77m8ql5-libjxl-0.6.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/8hlw5f9ml3fzhr6nr8xdv44s4yjngkpb-bind-9.18.8-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/8ilabryf8z2yx7v76nhnijsiw5agkfx1-liberation-fonts-2.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/8imj78ka9qszlr59azb327yr82afxgd9-libffi-3.4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/8ip789cwzpx6913nrb8wwdsdmwx9mf52-exiv2-0.27.5-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/8k8xsl8kdhwxxhr7vx6avyg8nxzdjy9h-bash-interactive-5.1-p16-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/8m3sll6xhg8h0c8jnrvlfxx6aw2gla4r-dejavu-fonts-minimal-2.37
oct 07 09:56:31 nixos installer[1154]: /nix/store/8mjhg1n2jmfyziwxpbpywfija64j41q3-gnome-themes-extra-3.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/8myr00hxgnarzdjvgmqn9a137fmyrvxd-kactivities-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/8ndw1ki6iif7ppv4mi8hbxpw44i5jsy0-khotkeys-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/8nkf7n1sf770xggil2a1rhy0sskga8mh-audit-2.8.5-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/8pb2305qrzbfdrd3lg2cygn46mdsgmqz-python3.10-urllib3-1.26.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/8qjyjimqabqxg5i83ds4g5y3pz6kyl9k-media-player-info-24
oct 07 09:56:31 nixos installer[1154]: /nix/store/8rmilhsvpdh7ihq73nxz1zm8fv9zvlhq-kglobalaccel-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/8vblkxpiii7b9knyqyf2gp7m1p8k703w-python3.10-pycairo-1.21.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/8vinaw1zdml384lphhi2pbzqdnhllwjb-unifont-15.0.01
oct 07 09:56:31 nixos installer[1154]: /nix/store/8w2jlxq783xgpc7y7aplig4k2rabwzym-angelfish-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/8wipnp8g3gv07q21n19qgi7c030qaks1-libassuan-2.5.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/8x50n1pvlaf8vxcf4k7ibm8j3sflk9nn-libICE-1.0.10-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/8x5q8w1zy54yq1vqvqjvmzil4s58g4ni-stdenv-linux
oct 07 09:56:31 nixos installer[1154]: /nix/store/8xc29v0yhsng2zrz7f488ia0brd08ldn-libressl-3.6.0-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/8z81rys3jyjnld9q8nm8rd11f2yd1d1y-libXcursor-1.2.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/8zn1yy0s82z315izms5f4fp0jx94z150-libthai-0.1.29
oct 07 09:56:31 nixos installer[1154]: /nix/store/8zv54w1hyca8ksy4c74gf7g7s3p1p6mw-qca-qt5-2.3.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/8zxbxps2jbhsfx4xjdny1dqd015q0p01-syntax-highlighting-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/90lj2yc52is57bwkv75pkjd7422s2l4z-groff-1.22.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/928hn1lrs5qcnszh3iw8f8dldrv4d6r3-brotli-1.0.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/93fxqd0prbfwbnha89zhqk38vnb3f74c-boehm-gc-8.2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/94dxp6vln1f779k5van8y3kn0gqzpk99-gnused-4.8-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/95sjidmfcwwpkbvl5n9gaxzzbsnhj97r-poppler-data-0.4.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/95xg509gb5pki7ba9i94mlnn24ixi2v9-harfbuzz-5.2.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/998dslkrxmcp2q7n5q7ijnh6mhrl8i1h-bind-9.18.8-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/99a75x9n3a6505xdnmyginwr7zqanw4m-xinput-1.6.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/99nvia0wgdq7viairn7qz7hdhkpsw1v1-docbook-xsl-ns-1.79.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/9acc5qyq5i52kiimx9in3jci10yym8sy-gmp-with-cxx-6.2.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/9agrjaphmrnzx3m19c3cpqaan3s0klq7-xvidcore-1.3.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/9b2whn4r87jyrcy5hzz0m5dphwcarjx8-breeze-gtk-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/9blrmv2arbszv69adbhdi8f1wrhnlq0f-kxmlgui-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/9caiwddpjjy594dvxgw3lzc75l5741ww-kxmlgui-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/9cn06s06cqx7i75lyh46zp9yyrwfzw9a-libdv-1.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/9fjwww7v63pw89qs25pcg45f9aw2jbhf-font-cursor-misc-1.0.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/9fw954sflzp7a4wp4msk9kyxdwvvlfxc-x264-unstable-2021-06-13-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/9jzhdbvgr2varp3665q5lwl5v2hgigf0-systemd-251.5-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/9kv6lv1yl5vkk7fvmrjmi2fh8377nz8r-lttng-ust-2.13.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/9llkw7hl5aa6avmkk57bb6qy181sk7lc-systemd-stage-1-251.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/9mb743mvv4kanaxh84yxijf6izq4xncg-libmpeg2-0.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/9nw5sglbqghjay2983fysav46bv97qla-polkit-kde-agent-1-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/9p60w56l51g6a21j3bzyal917id76mv2-ebook-tools-0.2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/9qbi1lnbf20cixgd5cjx4my3bfk43l1l-xcb-util-0.4.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/9rv2fj9pmkwwz1p79as25208lrdigwvm-perl-5.36.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/9sj4q8r2hfbc4d9gsi53cq8md4kjmdxq-lirc-0.10.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/9sskbh8bcbs28alnqbv3hxv8kqvscxyl-zlib-1.2.12-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/9sz487s6kj5rk7qixq8w7c8pb8306rgh-python3.10-pyyaml-6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/9x7z8f23zjywnabvg0s48sq70nmh78nr-plasma-nm-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/9zag83z7zc8msan2hlrk61w1yafinmbb-networkmanager-1.40.2-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/a0a3zlfjwf2dvxymc29bjd5skdv28yvq-json-c-0.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/a0z3rvc0wsn5qjk9g5pl3h9mwgnnjbc2-kpeoplevcard-0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/a13mqinxxl01ck70zs7kaqh84zp6qx7a-openssl-3.0.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/a2ncns1lh0rfklybl5chr88fvr28laxr-nftables-1.0.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/a3ci9cpmi2aj9k7nar0gwd7j38xv01rp-lightdm-1.32.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/a5ww5mgzj4ix6b5fwqpb3s3q6yp9xg1x-pcre2-10.40-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/a7ha4vq94xy982ld5dw7jp0pgafkiq4g-kactivitymanagerd-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/a7x60hz3aaxjic65182yzc8mh8frp551-iptables-1.8.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/a895yipl86yi3jg3h466913b3zxb1dny-pulseaudio-16.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/a8akm8w1yhdphac3xnnvb2jbx8wj10ak-libinput-1.21.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/a8j6d2nasf2pp24zk887agysydgi4aky-libunistring-1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/a95zb9gmhnq3fy61p8ihrjb495lsa4c8-v4l-utils-1.22.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/a9g835zgfbqg8nnaz2dwyg7pkc8q2pcc-xcb-util-0.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/a9qw13lyn8a9flpb0j1zw6whvwq3z877-perl5.36.0-HTML-Parser-3.75
oct 07 09:56:31 nixos installer[1154]: /nix/store/aa1w8hywyzxhm2j11n60vja5bm3vlijb-kcrash-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/aaafy1jdac6ildw7mpi4wfmvzapbkccy-frameworkintegration-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/aakz4ny0hj2xglll06iaqfiafzf321ls-xfsprogs-5.19.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ab3i88bafnqvgv705cmf43yh3g8v1b0p-kwallet-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ab8gzcapcg7lgmvipmr5z7hgbc3zls2p-xl2tpd-1.3.17
oct 07 09:56:31 nixos installer[1154]: /nix/store/ac3dffb9lpza6j06gb8kfq5krs9dir6a-pipewire-0.3.59-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/acx1cs05ir5navr835kkl73qj8siw1li-libdaemon-0.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/ad15sa147ih8pl25xn0kj98dzsh6cp5m-libGL-1.5.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/ad77pydah1dq99zl10pgc1a92vg4ilkl-qtsvg-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/ag87d884599ny93lmzq7ajl1q5g6l933-openobex-1.7.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/agbp82lmgvg5lpfp4f37qz7jgwyf1wkb-qtlocation-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/agp7k4kvv4xdzc6an233iy6b6apw6m39-nss-3.79.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/ah9gyp7rxak9ig2q829myn6172jn302f-hack-font-3.003
oct 07 09:56:31 nixos installer[1154]: /nix/store/ahd40brnrf0qyqpiip5gzb3mvpkpzkqc-perl5.36.0-IO-Stringy-2.113
oct 07 09:56:31 nixos installer[1154]: /nix/store/ainmcrwm0jhm2akr7rifanvgk176a5i8-findutils-4.9.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ajnmiaxl6bxj3dzbw9nah392vcvnrnja-libnma-1.10.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/ajq9idbg9z5xxpwlvf5mx4ml47bq33ay-openssl-3.0.5-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/aky8ldgmicpcl23gdhbri6hqyl02pqaw-kwalletmanager-22.08.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/anlkk9ndc8n1xxsdif4l1jlpzhbx8l8p-python3.10-setuptools-65.3.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ap58c0c01v2w9d4qmac6ziajs700ks63-libvorbis-1.3.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/ap79srm726nsyla4v1m1jf8c3hkcqq14-openssh-9.1p1
oct 07 09:56:31 nixos installer[1154]: /nix/store/apanfd4g14zg1z9jvjjisg7bckbwzi8k-kdnssd-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/apfaxqla4fk7idjiqkby6159d67pnz4p-openconnect-9.01
oct 07 09:56:31 nixos installer[1154]: /nix/store/aqv8ki9g8m9nzwc4r1iqxxahdngykxib-libjxl-0.6.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/aqz8j1nr3c637s9v0m3zikzpiimbqdrx-knotifyconfig-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ar5ydad8r5prqrss8igmc25vs89a47f7-imagemagick-7.1.0-51-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/av00p5lw83szs0k9zbqyvcwbh77drzi6-libxmlb-0.3.10-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/av3yfj6f7qjdssn8r2ry5psaa8biw98x-gnuplot-5.4.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/av6qb8f0g3qs5wyzbg8bqalbmnl2aak0-kdelibs4support-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/av82vv7cjv8zc5gdg4rpzz0xgra6wzfs-lowdown-1.0.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/awx69cw67j7k1idxv4x4ggp5zjl9pbvk-system-sendmail-1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ax3i9wiy7s5r2579zjf7r33ccw29757s-bash-interactive-5.1-p16-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/b44j708756whjzdghlgknwj94c428dw0-gpm-unstable-2020-06-17
oct 07 09:56:31 nixos installer[1154]: /nix/store/b6jdwknwbjigzhzidk4xrrqn0v2zxcc1-aws-c-event-stream-0.2.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/b7051bqm0vpld1kz9ir5ay3sv52k6j4j-nghttp2-1.49.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/b84av3bvrkhcmrpkmbz2r2wr3j9ykm6a-qtsensors-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/b8xkqig466kd30dzl1wxps046svan0cx-purpose-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/b9sip2qnjlchf9zasrfnd14wpl6d04pf-aws-c-http-0.6.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/bbyp2givijw47dva2zp3hd1lzvfqscap-perl5.36.0-File-Slurp-9999.32
oct 07 09:56:31 nixos installer[1154]: /nix/store/bc8xysag478215d8kv3sv8mxc4h81d29-empty
oct 07 09:56:31 nixos installer[1154]: /nix/store/bcrch1qy4yx3g8m2k31q48vggkngzfvn-libXpm-3.5.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/bd087m39r0ky9gdb4b3c24v82wxykhl0-kio-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/bdrybmpgvgk8m6xvwajf0amblz1v9wjb-libarchive-3.6.1-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/bdv4wg7wpq4ixsabpkwnrazx33hnaqqh-kirigami-addons-0.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/bfrryg78f0rfhjwgfkncw0wkpds9kg7r-kconfigwidgets-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/bg9295hn9fps27a0l7vvj34xkfxx65b9-mjpegtools-2.2.1-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/bhpyqkjv2s15nx112kp50gq7vm744q1i-ethtool-6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/bi7r238qm8c21dzpwcz59fc3wlpnm8ly-nano-6.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/bi95wbx42rbvwqrhnfbp1fzn2a8w72ib-gzip-1.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/biv2118mzj5s6dj507daxsa0ssm85f18-libgcrypt-1.10.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/bll5ngd7c4vn9lyr5x1bjam1azrqng6r-gnutar-1.34
oct 07 09:56:31 nixos installer[1154]: /nix/store/blq5yxp7vxvxcwafsii4abrifwmak4zd-perl5.36.0-XML-Parser-2.46
oct 07 09:56:31 nixos installer[1154]: /nix/store/blwk6jxls802rcqvk95jzrys6ryrbl6x-python3-3.10.7-env
oct 07 09:56:31 nixos installer[1154]: /nix/store/bmbg2svr3156pixw1nj60l73l9cnazqq-libXi-1.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/bpavm2c9p2bqja01jbqnd0xmj1nfmhjn-stoken-0.92
oct 07 09:56:31 nixos installer[1154]: /nix/store/bq2ka27aqs5ahs25n0nqr1gn6qb9383h-qtkeychain-0.12.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/bqp2w8f72r258b4mnwa3c8lqsalsdkkk-libXrender-0.9.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/br77k1jz6h41sd1pb6g6m6vsnhs9anl6-elfutils-0.187-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/brgmbplkkqgnc20g0nvypwa0lvdkw4v0-ktextwidgets-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/bs3agmh1gzhmzfv1vfq3flmhxdj22v4x-gmp-with-cxx-6.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/bsi61j941j9763l8rk0n1v4l0xcyxysy-pcre-8.45
oct 07 09:56:31 nixos installer[1154]: /nix/store/bsiagnc5h0y3pq7g3hvgcr1bb8nb2gfd-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/bv8y4455myx3wphaiawhs8fwa08f8kxj-rtmpdump-unstable-2021-02-19
oct 07 09:56:31 nixos installer[1154]: /nix/store/bvlspcnrxls32wljdai4cj6r6bfb9lsi-font-misc-misc-1.1.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/bvvc1ivghv99znb47nr1cjiklyrisnz8-json-glib-1.6.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/bw4hiaq3v0i7f6n20sm1w0zs2s2qdzc6-xset-1.2.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/bwwxn5x33z2324q27g3gfhij0z1q7qsj-python3-minimal-3.10.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/bxg8m1wsdbp25axdplhzl4zs7agi4iry-gdk-pixbuf-2.42.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/bxg9xvhmsqxw9jiv7jp2vhqm5iyskd9s-lvgui-2023-05-01
oct 07 09:56:31 nixos installer[1154]: /nix/store/bymyx28c578c645zw14g8qpkh4j4b5fd-iodine-unstable-2019-09-27
oct 07 09:56:31 nixos installer[1154]: /nix/store/byw77db40fp6dvgx7xki2yn2l7v2b1qm-gst-libav-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/bz7n1a6gv94yb20a3a8v621yfzvfwls8-gcc-9.5.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/c14l8klxgngh85ngqk409r0hshywiqaq-kweather-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/c1jryk05qfvv6vb8ai6km815xm08573v-python3.10-pycparser-2.21
oct 07 09:56:31 nixos installer[1154]: /nix/store/c1mqci0xv3qkm7nabyiw1jb53jdxfz71-libpcap-1.10.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/c1qr03fra7ja7chbz00dny9zcaklpaby-libpciaccess-0.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/c25cs8a2df2k0j461vp7awxb172izidx-gnugrep-3.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/c36d6hx5rngwzmwch5r7qlk2fvl556ps-fontconfig-2.14.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/c3d2d6zs9m5crjf4c64ij8x3yy3npmyx-zeromq-4.3.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/c3fwr1lajklrsb3y10m09naavxjsv0xb-gnutar-1.34-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/c3n61l9zvnyp9vfrdps0kjyn0ifa8xa4-kcoreaddons-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/c4zl7ijwcpkcvajgbw676nxp01znmabk-libXrandr-1.5.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/c67c0z3fkdcbsb7c7j8gxh1msxwscq8h-aws-c-io-0.13.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/c7mgppkqdzrbsy6avkicq4mn47wwn6dr-curl-7.85.0-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/c7znk67db6wfz96ihjidnl2h8dsq7hi7-lndir-1.0.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/c9gf2znczxin4i63qnyzrjfry9cba5c6-graphene-1.10.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/c9h7sxiigsi2s4m390c8695jk5kmx0fm-shadow-4.11.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/cal0vrifhpbllm9jygi2r1bbgbn6nvf3-zimg-3.0.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/cdm2bwpw2f8lalf97nqv96ic1hps2d4i-popt-1.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/cdx19hvg3d71hvv73bww5firab8gq8zi-nix-2.11.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/cfif78i9knm3vaxyh4kf9blzwl6d8mr4-libcap-2.66-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/cfx2406h6drw2flyxxhyc4ggsqbswld9-libcaca-0.99.beta20
oct 07 09:56:31 nixos installer[1154]: /nix/store/cfzfccykhbhwbi67d6nymn4sarqinid2-findutils-4.9.0-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/cg89369chjdzsybldy28x6598l69sxcv-xkb-validated
oct 07 09:56:31 nixos installer[1154]: /nix/store/ch38iw0nff47wamk1hjkiy4ingqs2b8d-opencv-4.6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/chmcsxi70mw0b7cg2qqkxfm0n9inzbpa-SDL2-2.24.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ci09in4hhq4dygw0nrs91sz1wjdwf4wc-phonenumber-8.12.37
oct 07 09:56:31 nixos installer[1154]: /nix/store/ciwa0xihl9v6r98sbizcy4fcdrrf4896-aspell-0.60.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/cjn2i3pj22jlrj8i0whr15p0wd16zd5r-libdbusmenu-qt-0.9.3+16
oct 07 09:56:31 nixos installer[1154]: /nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/cmjg8jla4pbyci0rbjvdk7y36rprkap3-cups-2.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/cnisay55xkrpslx7qj91293wvl9016fd-font-adobe-75dpi-1.0.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/cnl5q60sjp1g9ij8hgnng6xls57yhq4k-pango-1.50.11-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/cnq6fd30c6dhyd5wxdvaxq9f5hiw5anl-NetworkManager-sstp-gnome-1.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/cpgi6cks3rxxrvb7bck5ximj7d88ci85-kpeople-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/cqaa3699zbp4dndshlj48lkm5s7ykkwv-kclock-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/cqsa98vd7xjbmma67m2ygc3r46svr4s8-libXdamage-1.1.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/cr6qs0166dh3c2l5pj4cmqw3nqivqd0g-libXrandr-1.5.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/cshl5zrk21r5f1jjqgkvjymm231j130v-python3.10-dbus-python-1.2.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/cv6007xaxvx5ak9nx1m8509yj2il9sri-qtcharts-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/cxrqrjx7pan6zb62x1aaki63n38pwq07-libksba-1.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/cyphy1nqf8d376clmpqi92q7iwxx9ysq-libaio-0.3.112
oct 07 09:56:31 nixos installer[1154]: /nix/store/cz87906jx6m9xjy9bg7a9v584dnqpmpz-net-tools-2.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/czim4kc76kz5390ndwdp4p5jqqm6f2a6-libglvnd-1.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/d05ivakdqmih8rnwwcq9k42lyp7mdy70-purpose-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/d1vbi6vkprqgw8yah28d27dgizjqgacj-sratom-0.6.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/d3n249rrs3m37cyj2lmkd6p7l8mx9jab-kmod-30-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/d3sp66wfyizk0y6nqjp38vgrgqf3cb1d-libxkbcommon-1.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/d6czcjn1l8gx7inw2sfss680c3mz0d0q-bluedevil-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/d7jbgkhqm6ryvc63zcc5mahk3nn7fc4g-gobject-introspection-1.74.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/d83zmjihb462djg8ycsn262kl3q6qr56-gssdp-1.4.0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/d84fvm94wsaa5583sqa8qand15b7jl4b-map-dtbs
oct 07 09:56:31 nixos installer[1154]: /nix/store/d8kkhsaqxfwq1n4rk4cr07p72s8fs284-kweathercore-0.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/da8lk55fjqcckhhg1r0k3bajk8jvw1ia-bash-interactive-5.1-p16-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/db24igk2ky2nw0bq09llwlr877c8fj5k-libavc1394-0.5.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/dbn507rrsmgmdxwknhb3554nmkl0kvgi-gyre-fonts-2.005
oct 07 09:56:31 nixos installer[1154]: /nix/store/dbzkhsr8r1yfc52gmpingvcqpi4kw7ql-krunner-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/dcxqa4df1b7d50dvcya5qfihmr0dfbdl-gtk+-2.24.33
oct 07 09:56:31 nixos installer[1154]: /nix/store/dd9jiq29bqb9lmj9dj7sv34b9q1kp88z-libGL-1.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ddggxxkc7wz4fdki7p3j847rgp4lw66y-libwacom-2.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ddha4c2qxk4n4lpmv3rm8f8wx2a9n0f2-perl5.36.0-libwww-perl-6.67
oct 07 09:56:31 nixos installer[1154]: /nix/store/dfdh5n4z2qdjqn1zf19kk6d7mxs9wla1-koko-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/dh6f3cqykjsvvfmdb7jz9lqp9dyczkzb-libchewing-unstable-2020-06-27
oct 07 09:56:31 nixos installer[1154]: /nix/store/dip9hhr9qpkg98b4a8c21q1ki5n15vif-at-spi2-core-2.46.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/djby6npdw6dk8ciw7rkc3nljhvqn8859-vpnc-scripts-unstable-2021-09-24
oct 07 09:56:31 nixos installer[1154]: /nix/store/dmppsrqfsinbzgpzsx6n4axf5w5vkv5b-aws-c-common-0.7.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/dpdafqn439lpzl61l34bqib4vshb3y3a-kdeplasma-addons-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/drixwppxf1lzdg80ldbyrbalyzbvd8x9-libdmtx-0.7.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/dryppyd82glpfz4lw6bjyarfln9zh0v0-ktrip-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/dsrihsfjqyr3ppxlrm2ivzjawwq7f2kp-mpfr-4.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/dvbvc5yyjywwq5hzxh1c8raglg0km2nr-kwallet-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/dwms675na1v8lbkyslvpza1yk9wj7d2l-fontconfig-2.14.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/dyn4div61r23wbhgn52n4q3096l187j6-djvulibre-3.5.28-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/dzg3wjf44dbf89dbpci4zr7nlqz3kjsz-nspr-4.35
oct 07 09:56:31 nixos installer[1154]: /nix/store/f12ygi7sf048gs2lsvx2qf7w1mfm2all-sonnet-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/f1g7w279jai1jz1hgiwjpya5da2v1zqm-hicolor-icon-theme-0.17
oct 07 09:56:31 nixos installer[1154]: /nix/store/f1ns59q5n7dyir7xmaq2fqjvxfi64v4b-python3-minimal-3.10.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/f2ijrd97y0z8n7kfzrbzhy9w64bgmh8f-xxHash-0.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/f2svfsm350vnxpp0q3dvkl03090bb24l-diffutils-3.8-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/f3si510wv0xyyiibcjvnjd3j57rj82mi-ntfs3g-2022.5.17
oct 07 09:56:31 nixos installer[1154]: /nix/store/f3z03i2zfyhssp747zm6cnzl3hlp25zh-zlib-1.2.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/f4sw074y2qazdjkp36wrzk9hv8l6i069-xcb-util-wm-0.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/f6by7f1nias6y5plyya4fq00wywcpjik-appstream-0.15.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/f6vg6sdb1nf0nrxdwcwiack8fbg25rag-ncurses-6.3-p20220507-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/f8kz3w81g0z89ynsr6qnzzfr09ivzb7i-libxml2-2.10.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/f8pxwin6p7bgi8mw0js8b4q0fpb5dmn9-qtdeclarative-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/f9abj66x4mwvcjnr4jygdbr2sid5vvw5-gcc-11.3.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/f9sp9ajs2imd33dcdavz5mksr7pc8izb-libcamera-unstable-2022-09-15
oct 07 09:56:31 nixos installer[1154]: /nix/store/fba2wbp5v61bg4m91vj1si82caj8d765-libuv-1.44.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/fcb62nqyln9fwwd8l0z53wy31s5s0g3l-perl5.36.0-HTTP-Negotiate-6.01
oct 07 09:56:31 nixos installer[1154]: /nix/store/fcmbaw82jxam5m54kd1xqa981yfwd7c3-libssh2-1.10.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/fcyrvn2vk4pmvd2h8626dfxjxh3f3qws-exfat-1.3.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/fdbx5zfcpflaw36h5vq4q42c8d5xf6w8-zstd-1.5.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/fdyp2f0s1adrh205fyljc31ih5lfw7c9-xcb-util-renderutil-0.3.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/ffr41w8cz47pyq3msz22f8zw1jp00j0l-qrencode-4.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/ffswrp4ds5jyymkr263vgw0sn3n51kki-nix-2.11.0-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/fg2vvnmjwf70l5bn6bah7r6n6i3a4r4y-powerdevil-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/fihzspvjfr27v5bm6v2qan23w2x16c4p-nano-6.4-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/fj5dvr0ng2mr1xqbkkdbn4kag022a7f4-null-modules
oct 07 09:56:31 nixos installer[1154]: /nix/store/fk1693j3g7mic60xx7jav7b1m5bysk8s-openssl-1.1.1q
oct 07 09:56:31 nixos installer[1154]: /nix/store/fkljm1rqqkn7g3vbrh18c71y2mgpamm4-perl5.36.0-Test-RequiresInternet-0.05
oct 07 09:56:31 nixos installer[1154]: /nix/store/fm98ra8yif5xa5ldpaidbm0qpmb79zwg-nettle-3.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/fq4l366kby1vr0c8d28k87p50cbmf4n1-fontconfig-2.14.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/frl40xan0196adbkabjyb35jw4jcih04-kquickcharts-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/fvj8d74j8g7j0dbvryjflp7ijysd3a0g-ncurses-6.3-p20220507
oct 07 09:56:31 nixos installer[1154]: /nix/store/fvr995msm8kdc4iz05lda5pp47znn8vq-libXv-1.0.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/fvvdyfq4hpn5ryc8dvm4xgw62ylsials-gupnp-1.4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/fww88jwylrkggivsxfw1a7x24xf2h3v3-modemmanager-qt-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/fxjl079bm4x68aidbipakhkvnjj6df54-liblqr-1-0.4.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/fy5wjfbh4qyrsvhn0w1738yhy340xqcf-kmod-blacklist-28-1ubuntu4
oct 07 09:56:31 nixos installer[1154]: /nix/store/fy6vglriv03pxbi3skgamnpph7dl8xcc-c-ares-1.18.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/fyzkpgfjgb85khfqhghfnbn288fvq1nf-chromaprint-1.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/fz5i1kdr66p7ffw7h69pmds5kvppgvg9-xz-5.2.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/g04yb2q71a1wr0d49879wm26sn859r8z-opencore-amr-0.1.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/g097lxa25ln958mrf3jjb8fancvr96vf-imagemagick-7.1.0-51
oct 07 09:56:31 nixos installer[1154]: /nix/store/g0bwa4ys8c9pkmja691aa3pmh2s2xyfp-xprop-1.2.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/g0n4vjsp5f5ymbfmisnikci8giiajwf6-libSM-1.2.3-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/g42ajamygdpym9aspjjgc9vpyvs1c2wx-libXfixes-6.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/g5i2ami4irryalm7afqpq4qp7x192r3f-dbus-1.14.4-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/g7hy55i5jvb6znzsa8j7cch80lrf4h99-kunitconversion-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/g9k0pqy3lcax0g2ckgqznin0c39clqs2-qtdeclarative-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/g9kcc17lwvy83zavjndc171g36vd9b5n-anthy-9100h
oct 07 09:56:31 nixos installer[1154]: /nix/store/g9pb1wp3siq1dnpds0ss72w4ny41bbaf-noto-fonts-2020-01-23
oct 07 09:56:31 nixos installer[1154]: /nix/store/gabkj880k3wkc9rwywisj5r1sw3vnklh-atomicparsley-20210715.151551.e7ad03a
oct 07 09:56:31 nixos installer[1154]: /nix/store/gadjkid74ydspa75rwzb3fy0plsiqsg7-libproxy-0.4.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/gavcv7jhy99sd3807c92vjll2rsdjq28-kcontacts-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/gb5q0k9nxigini0ffi16k5n4i425kk7z-libusb-1.0.26
oct 07 09:56:31 nixos installer[1154]: /nix/store/gbpd10ffpxicwrcck2i4zspky4xkbj5w-libmbim-1.26.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/gcy7r3yga3sh1fvhj6n71282lxqrqsyz-kwin-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/gda15x4nbb0yr5z7di67rj224q33s1zv-python3.10-dbus-python-1.2.18-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/gg3697a8dx96h62s5924546a4a2dmzfk-xfsprogs-5.19.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/gh55cr6zrnliv0hkhdp357y6kd6p9bh9-documentation-highlighter
oct 07 09:56:31 nixos installer[1154]: /nix/store/ghv4s066q93asvqzxw307mgvffxi68vh-kmod-30
oct 07 09:56:31 nixos installer[1154]: /nix/store/ghx8rzyab8zasj603fhs581jwdsmrskw-aws-c-sdkutils-0.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/gj0f2v6bnncmlnbq7pivx7zkw45cj4ig-tracker-3.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/glwxk1b50xn1hrk85xzcri327sv4f0kr-iputils-20211215
oct 07 09:56:31 nixos installer[1154]: /nix/store/gmifv392bw84c68gjy398dxhbp7qsf15-adwaita-icon-theme-43
oct 07 09:56:31 nixos installer[1154]: /nix/store/gmpi66bcqq2pxwlvlhk9z86qnx8qf6f1-libfontenc-1.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/gnahwpll0lzr53imckz2smmks7ik98hl-libcap-2.66
oct 07 09:56:31 nixos installer[1154]: /nix/store/gnscv5nl65v2ys8bnb614jkxy2pm9clm-hardshutdown-0.0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/gnsnjlra8igwvqcbp3746g38wf5sjdn3-kidletime-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/gp44azfngrrpgs329gw61mf3bqq90c0n-directfb-1.7.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/gq5h024lbzi3d13l0rbsbfw16kzzhsf9-imagemagick-7.1.0-51-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/gqr8kfrlv8farijgh7d7bn765c6xvcsc-boehm-gc-8.2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/grphgfih81mg333arldz24hm5lkbgby2-xcb-util-keysyms-0.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/grvkz13vfv1m0n3l0239zsrk1v4nb521-libpipeline-1.5.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/grwhafv0s9fl43ggmm5lbib3yb5cn8vp-libtiff-4.4.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/gsg7vbn5b2nwbcmbm45i18inz9p8s86h-librsvg-2.55.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/gsk239dllckp44c8sc7ijqffp7smpdxz-kdesignerplugin-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/gv4wq85vlq7mjfc2icg0rs7q2jralf2y-sound-theme-freedesktop-0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/gxdbrl92ggwpa3rk7nc9x15bvvx7x7jf-perl5.36.0-HTML-Tagset-3.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/gxqwymqh2k8bbj142dplcn160v8larnv-xdg-user-dirs-0.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/gygms3g821bkzlhl1gp5vh612jf3bxzi-kde-cli-tools-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/h1y3kh2mb2h3k35kcgxgpihwx42p8x47-signond-8.61
oct 07 09:56:31 nixos installer[1154]: /nix/store/h20bi7f8cv9i1q9d1hv3bmzcawar66mg-pine64-alsa-ucm
oct 07 09:56:31 nixos installer[1154]: /nix/store/h2mglvilsb8r1haric0aj7wjhl0lhh2x-kaccounts-integration-22.08.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/h3131vlh58dg75fqmpih08whm7rk4ggb-qtcharts-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/h431bcmwyz8cdbmfiaygcr4132931ygx-accountsservice-22.08.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/h45qd8bbnv28pdav0s09aapql63cc6j8-which-2.21
oct 07 09:56:31 nixos installer[1154]: /nix/store/h4f4h9c2a76k1rg0q08vlwhwv4ri7kg3-kdecoration-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/h51cf5n0hd0y6axmnxbi3xhidg0i5zld-fc-10-nixos-rendering.conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591
oct 07 09:56:31 nixos installer[1154]: /nix/store/h6biinnn532jijrz0iycp4zamgmnkx0p-jq-1.6-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/h7l2nx9b5asdmpsw6b7sx29b0zrcn6yw-openfortivpn-1.17.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/h9pjwmaqrs4srz9farnh8wqaaij4l3lz-libdrm-2.4.113-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/h9prlfavfqqi4w22ylb4pn2cax4vs1f8-gst-plugins-bad-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/h9q5himq2jvhnwsh3wf7shn0n34si9x8-npth-1.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/hbai7dmszzvcsq28r9jaw7rr0ss1jkjs-admin2Codes.txt
oct 07 09:56:31 nixos installer[1154]: /nix/store/hblkkygakxkgr7js82dnln1nmraw52k9-libmodplug-0.8.9.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hc01q9zvi42jfz2f3kib8j4pjwjpdsas-bzip2-1.0.8-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/hcq1rl2nrghrw7wjrh224b6m4vc9pnzs-libnma-1.10.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/hd9j2wnfcwg271gcgz9826dn0j5ls1ql-c-ares-1.18.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/hdl4db1rpdzykfywrzbm9vj6q484wx3l-duktape-2.7.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hdmgrgi53hf1akqcb18jixmwqkf480r0-NetworkManager-openvpn-1.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hdw2cssv05f0bk749b72hx0g1267kirv-kservice-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/hf72q9i8jbk2wrrnhgv89kzm0sqcnvwq-openjpeg-2.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hg89i2nif3fy1xgj9rrhpz6vpa01vv6b-perl5.36.0-File-DesktopEntry-0.22
oct 07 09:56:31 nixos installer[1154]: /nix/store/hifcax4ir4n0qiva7mjdxca908z370a6-knotifications-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/hk0nm6ib7rifnd6gk5851z24vgznnd1p-minimalX11Config
oct 07 09:56:31 nixos installer[1154]: /nix/store/hkgdwn560cy8xqvxn6r4ibyi4h2x581y-snappy-1.1.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/hm8wkk1rj0i6swmcwk3w21dwj3szcp29-gmp-with-cxx-stage4-6.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/hmzvam5kwqcx4i7j434hr5c5fhac345y-lightdm-gtk-greeter-2.0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/hnwmb4p3sliychv0ir9rlysg688h5gzy-kgamma5-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/hpvfbym5arr590xcqy5j7abdx4l587si-solid-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hr67zdkf92fd6q2slcahix2i2fs735zd-xcb-util-image-0.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hraipzbclz86j2gzhgvfc2r77sns1lxj-libXext-1.3.4-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/hrhdml7zdprws0h4rmwlsrfxhgqa5ya8-kfilemetadata-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hwpyjq58lsg14b2hk3s88s12l1nvg3bc-glib-networking-2.74.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/i0v1h1yxhs8gc4gzh239v82f0nijkla7-bcache-tools-1.0.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/i19d74ipy1jsfm9q1nqqykn4dis9f08d-kcompletion-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/i1bvgibf1vq0sg7gd59bnl69x8fsgr9f-kcodecs-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/i2nakv95g0kl17hqr5y1qq4d1ajd0r99-libevdev-1.13.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/i3ggkl2jfmlhid1wic5jsahj0xrzyh7c-iceauth-1.0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/i47kzfbgdi4pxijind30d6dp5jb6sgp9-python3.10-ytmusicapi-0.22.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/i4vxrpnhs74xcbpqa12wc94wczjrywdq-libkate-0.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/i56wrhn7fszvy1srw12lql32znfh32pl-python3.10-pygobject-3.42.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/i5lrzr1zaa9asclirb6f51v86jvh8hj7-khotkeys-5.26.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/i5nywkz6wc25s0ias3ggv0z3k1dg4pxc-iana-etc-20220915
oct 07 09:56:31 nixos installer[1154]: /nix/store/i6f4sb55k36hqfnk6mva44n8n92grp84-x265-3.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/i7djjkhssfgx2xb21nxf45jazjd9fcbr-systemd-251.5-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/i7h8iajpr96k845qgwbx8ak3f5lai0ni-pcsclite-1.9.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/i877ihgmmg700cflf5n35lbacbvl8a5x-fribidi-1.0.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/i8ppz42hyybfxwz3sw9vbs8vwmg6xpcx-libidn-1.41
oct 07 09:56:31 nixos installer[1154]: /nix/store/i8y22qylcd3f5s9sii9ilbb41nfkhbw7-libXinerama-1.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/i978vnkla7ml8vmxdki1nhx626jj9lhg-sonnet-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ibx0pgha5cv8wq4sq2n6gqv7dclxmhhr-krecorder-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/ic3flqwyxv54z7qbw05jifqxsch72l8f-rhash-1.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/ifd0mkvhzdp9i94v2g2p2scralv33q9g-libevent-2.1.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/ig92qlrdfj1cqrf440nsdaffadj6ck2d-less-608
oct 07 09:56:31 nixos installer[1154]: /nix/store/igpnbnvaz8a709k57k6sl5xlbfmfp7rm-glibc-2.35-163-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/igxjvw44kgz8kmhcqalhgvkrcf1dw9zp-obexftp-0.24.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/iidfjrd1n2cf9zhgslp072j9czm6brvr-NetworkManager-openconnect-1.2.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/im8bryv0crnrdk2qp2z5nc0dnfwxv94f-qtx11extras-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/ipnj51s4ayysdirjkydvdivcb42gmv0n-parted-3.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/iw3cppp2261incyyv64h2q83wc562jf2-aws-c-auth-0.6.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/iwsi17jhhd4pbihn2w59zl4181p6ppf0-plasma-settings-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/iz6n3b9x5yb09s8rxr0rnb5q5f1q5j68-kjobwidgets-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/j1sy9alqarbnzxpjd9xa9nhxq0svahn8-nss-cacert-3.83
oct 07 09:56:31 nixos installer[1154]: /nix/store/j3alrb3xjlpwxiic80hi4mnjpjwvp85f-libXaw-1.0.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/j3h2b2j26cmby8hphdx4d9y54i5lcrva-netpbm-11.0.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/j3lpb5rsiab77pv141v57fy3agn09b82-plasma-mobile-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/j3p8y7nc83bsxl8h19swdmhrzj2bqg6k-bash-completion-2.11
oct 07 09:56:31 nixos installer[1154]: /nix/store/j574hfz4r0krkqy7khl2dk7k1bn0jqrd-pixman-0.38.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/j5lql4lbxlnzkyf27lyxdbv9g4kjvwbk-prison-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/j66w35jsncr3cnii15ia30x9bfw485fp-libffi-3.4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/j6rbw9mp5va81d05ygsyfz9rxlgyq7sg-libev-4.33
oct 07 09:56:31 nixos installer[1154]: /nix/store/j70clncdxfad0905zsk96d93wni7p1nh-plymouth-logos
oct 07 09:56:31 nixos installer[1154]: /nix/store/j7gay7nw1fq2fxxi3swga7j7yh1m5pc9-bluez-qt-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/j7x5b449rybcnbjl1qdly8k7w9rkl9k3-ki18n-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/j8151l4g2z26ijlf6srgck5r5kjhy6w2-flite-2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/j90vs9n972p3b1rxv6ihxm03jd6czg69-gtk4-4.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/jahl50lcpbgmjaymkrfqwpn0b9rmnnv7-mailcap-2.1.53
oct 07 09:56:31 nixos installer[1154]: /nix/store/jcbccywhpffqlbhf8k1lpl8hy2j4fv3m-libxcrypt-4.4.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/jf1qk45lzp7n2wig7p38bd8mn258s8s8-mesa-22.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/jgl4nhaj2ml7aik6336lr44a225dm1kj-libwebp-1.2.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/jh5yhvaiaps105p8zzafiyna2jrxnkpv-openresolv-3.12.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/jhqashabddyh9g8kix0k62mypbhhpx1w-brotli-1.0.9-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/jilp5yr8x8v48gnv2pxzrw8s726pcf93-xkbcomp-1.4.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/jisk9lzhld7akh65x21hyd7q4wwlj9df-oxygen-sounds-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/jk7c7papx4ff6pcp7pa4x19a4ffcc58i-ktexteditor-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/jn5bzhay0dvgz5qpy4ychy34166lzsy1-xcb-util-renderutil-0.3.9-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/jnxnia1p0fjhrhr3csibiy9ibli8s035-plymouth-unstable-2021-10-18
oct 07 09:56:31 nixos installer[1154]: /nix/store/jp4bx2plbdfsdyhriv5i8g0mgnbz8dsv-libSM-1.2.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/jp5ln1rwdna610749mw6h289jbvbl2qp-openal-soft-1.22.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/jpkryv4rxh4kpwrsnbwajxwmqnflk6pk-xf86-input-libinput-1.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/jqlk2v1nh8a25l9i56dlxh7n6qah9kfx-libnfnetlink-1.0.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/jqri2dpgnldxj6idrv0xk6mwshlk65ga-pkg-config-0.29.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/jqvlljswjfg6lhh4pajxl0j2bb6aqxan-sstp-client-1.0.17
oct 07 09:56:31 nixos installer[1154]: /nix/store/js9kbz3s82vqxpws8kckxj8cbxbdhw15-kitemmodels-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/jwrbdvhd12r7xkw92pdi291f4dl5s54s-qtbase-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/jxk6sqfqa7k7vssa9miml8jmsbrh998h-hunspell-1.7.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/jxvhbgsd54jgc02srmdfm27s4s4z4pvi-attica-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/jyg3jpgpkhldryz7dyh736kcgydvhbmm-aws-c-cal-0.5.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/jyp53pcc5x8bik463zcg6nslwhj9bv4x-pkg-config-wrapper-0.29.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/jz8hkxd76rxb7ck7f54b0sk78b96p02i-graphite2-1.3.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/jzccxqv52xpgy11ygckhrrbms9i3xxr1-libatasmart-0.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/jzizkmfl64b2b4lrk49q92pw0r3bqr8f-binutils-wrapper-2.39
oct 07 09:56:31 nixos installer[1154]: /nix/store/k05xvd4iyd5zkfapg7w9ff92whsifwhf-ppp-2.4.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/k0hj8ddnhc44idndcz97ygv0vb6x813s-dtc-1.6.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/k0saixb29hgpjxl6hp7rj8wlnrpdwbs1-perl5.36.0-File-MimeInfo-0.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/k1kvqz1n31ynifial8p2s1vssqwwixj1-binutils-wrapper-2.39
oct 07 09:56:31 nixos installer[1154]: /nix/store/k2iz6ymv3pndpwyw9zishw1w1jixnybw-kio-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/k2s89ygvx457d13bgfwz55fyk0q9znmx-getent-glibc-2.35-163
oct 07 09:56:31 nixos installer[1154]: /nix/store/k5zxnrrg735q44f652hx4r5y3cz7r0xm-raptor2-unstable-2022-06-06
oct 07 09:56:31 nixos installer[1154]: /nix/store/k76lnha2lmv9li826cdacxinfwv8fxw6-ffmpeg-4.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/k7hh7p31czg91dizx3ydk3sr1jmvb4k4-dnsmasq-2.87
oct 07 09:56:31 nixos installer[1154]: /nix/store/k9jf4ciq4052k2ycrgimd1j8i10i6zcy-db-4.8.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/kc0jvlkbixw74qqgpjz6g83d61w0mrb7-kmod-debian-aliases.conf-22-1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/kca4szp724b1zdb2s907vsl29vw95v8j-gawk-5.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/kcx1n57dxhbixcrq42kmhgfmn07c2fjm-openssl-3.0.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/kdak0nn24g8y75nzcxd4j9qgfq1wv40x-libvisual-0.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/kfs8jpysdvmdfckaswmpjymijyjx2wq0-alsa-ucm-conf-1.2.7.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/khn82b7a92s4hnc7fnxvwjyla9f5waf4-kwayland-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/khv6b7jsrhdqbhc5zcn6wq8rm0q6ar5g-srt-1.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/kim1f3i63lcwjgq4il548map5zrdnj33-qtquickcontrols2-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/kk31gv41fygn814w4pk67kwdh40vf6jy-busybox-static-aarch64-unknown-linux-musl-1.35.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/kkf5xynb98vdlyj29nr011svhbci1dif-libndctl-71.1-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/kkjb3dh13v7lz7rk2amnip7yqz8rhma3-socat-1.7.4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/kksvn0c0n4znl5bcbdm9ql2742ax0xp1-acl-2.3.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/km38gqivc1z5mmyvjsdczdjpjainf8jf-xf86-video-ati-5eba006e4129e8015b822f9e1d2f1e613e252cda
oct 07 09:56:31 nixos installer[1154]: /nix/store/kmf5x8zs7w3h38xiq1xa8pngy5ph9gwx-sqlite-3.39.4-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/kmlj2mlfhv5l8h2aiaclpmps48xa41xx-libkrb5-1.20-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/kmmw4wql8cfqvxrs2msr08p7xc21hbv8-libical-3.0.15
oct 07 09:56:31 nixos installer[1154]: /nix/store/kmrb1kq4m0hygic5bjmszzn9wdgy3zg4-libdecor-0.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/knnskdxxw9rj1g5bjkq5c4dnfp86prbs-tpm2-tss-3.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/kpxp0j39a5j5sld2dvd46b0kb99y2hic-ell-0.53
oct 07 09:56:31 nixos installer[1154]: /nix/store/kq4lkcxq1gx57yf63l9358dlg9x001vm-qtquickcontrols-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/kqvicb8ynmj14n7girl2nlnhyp5gynnv-libgpiod-1.6.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/krj2fzr5djiap1ngk2cv2q6nva380cv8-lcms2-2.13.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/ksyvmlsk9z0bxfxxfyrw22j3hhqk3q8i-procps-3.3.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/kw16kgid5lr50k3yxn2f6f1lz1hmy713-perl5.36.0-String-ShellQuote-1.04
oct 07 09:56:31 nixos installer[1154]: /nix/store/kx4j7fa81acm3kyc45s9spkw4008l7gc-kirigami2-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/kyg6837smxvvil923vbbbw1vzxc5zggh-kinit-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/kz2ddg9l5n29pbkmg4m5jl6381g3pkqx-xterm-374
oct 07 09:56:31 nixos installer[1154]: /nix/store/kzl0sxq4hprmlrnbvjn2bglzs2h8pfii-libdvdnav-6.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/l0kvfzvykvp2i9q77jlpxjhk0z3j0ys0-sbc-1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/l0qp5h39ncnqqnr0dr765pzix3rhar43-libunwind-1.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/l0vrxgjk6hbc389qvxlsb9q8wv9hm8bk-orc-0.4.32
oct 07 09:56:31 nixos installer[1154]: /nix/store/l1q8d9fiwg59bypiiiv7ih7sjqgvz381-djvulibre-3.5.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/l2zy87zyh82k81jwvrqxifyyplvs9jb1-kemoticons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/l3l7hsc13qmgpyj5q6wxnryf27gkrq1j-perl5.36.0-Test-Needs-0.002006
oct 07 09:56:31 nixos installer[1154]: /nix/store/l56qfmqmi9nhdgbbzsfa05pnd4jyqc39-sudo-1.9.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/l5bv2hcicsn6v63x0ggadcsrkaxdpvl8-ksshaskpass-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/l5niv55b39zfd15k864a5nmpb5j6xc8g-jq-1.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/l5p89z6gmc62cg8bwqi4g1yf67qi944z-accounts-qt-1.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/l60qadv7jcrk9z6gxk0nmrbdhv9gsjp8-bind-9.18.8-host
oct 07 09:56:31 nixos installer[1154]: /nix/store/l68n98vgxqfc4iypp3421w8x8praf0r9-networkmanager-1.40.2-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/l6alxzf1srasw44jyl0za8wxp2xvifc9-libxslt-1.1.37-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/l99l0bgqjv4nflpzr5zqvcf0zp1glixa-libkexiv2-22.08.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/ladhd0d33k5m5gpgch38k017h3jcd4qx-ed-1.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/lba9i4m83k5p6jq326wh2jw75zx71fzf-gettext-0.21
oct 07 09:56:31 nixos installer[1154]: /nix/store/ldcvlnfzvy757kxcx9k2191qsfywjzp9-game-music-emu-0.6.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/ldjkz4ijip6qhalac42dl0h1nyfv53xs-avahi-0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/ldp0p1ma4rgq3ap78y2mnhrr35iyk3k5-polkit-qt-1-0.114.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/lgarg782q1h1q0mhx9mn8jsg6zm9rpkg-kded-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/lhgk4w5q2skx2579pq9isv0qrl6li4sh-noto-fonts-emoji-2.038
oct 07 09:56:31 nixos installer[1154]: /nix/store/lhxwsarq3n8dq8ha2l57flahid160v16-wayland-1.21.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/lhzk9122zdl7q6dsp3ia0yvqzaj8z964-aws-sdk-cpp-1.9.294
oct 07 09:56:31 nixos installer[1154]: /nix/store/lif38ailp3d54pbyjxl3bnw0105h1irw-jemalloc-5.3.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/lixf2h7mj0i974yxavwwcnjs3wmvhdms-libgpg-error-1.45
oct 07 09:56:31 nixos installer[1154]: /nix/store/ljdcf254niqjw3jgsi0w5izkq85cik4f-gawk-5.1.1-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/ljp4zk535pahnj1v5ihfqdz9mywqkq28-pcre2-10.40-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/lkqh235bzvxvnvhg9nmrqi6wjc944hzp-libxkbcommon-1.4.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/llayclilbj24c83ljwsdgchs68sh7hpl-kauth-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/llv3bq82y9vj981wqbwjx2njsf7pd3bp-ktextwidgets-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/lm8lpbqm38mapvgkp86xb84fyjg88ykv-perl5.36.0-URI-5.05
oct 07 09:56:31 nixos installer[1154]: /nix/store/lp4ib6b5y7rk1q9v3g7bib07164jffp3-kconfig-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/lqnlqf7hsgixi6fs4az7p2a3krpfrnbd-maliit-keyboard-2.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ls8axyhv0d5k6s10byyzjhx5wmx991ns-knewstuff-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/lsclag1xf0cqyc8j6fjxgaydz13gj5rv-qtquickcontrols2-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/lsyynci9hap20wblpm2yrgwrinjdfbfc-libiec61883-1.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/lv893xcr5b9y6nfh8vkk8kjx2k3xpdkb-qtwebsockets-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/lvpyp7cilizfaqni7shladwyjmqh3x87-kcmutils-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/lxs5jr4qavslaajz87j6837j4cghw9xg-libqaccessibilityclient-0.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/ly822x8scqg2j2d2hb3visa2d5a24z8s-libqalculate-4.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ly99c3qp07ijy9liszvjqrw8ylic80lx-perl5.36.0-WWW-RobotRules-6.02
oct 07 09:56:31 nixos installer[1154]: /nix/store/lycxg119m76j5h4nj0fg1rh84c740fk2-libapparmor-3.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/lyvnz0k6vb1d6888z1wjlv9x3v3g6ndm-cups-2.4.2-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/lzb1xyc8nn7ajiy1awp315is825m6na4-lcms2-2.13.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/lzrwcd45wnn43li6hkjh85f54q912pvv-dbus-1.14.4-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/m1fh128wy450h4iyb2rj7afpwamxrx58-libxcvt-0.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/m1n6z2vnhhm70mqppw0qp0d3cka9xi64-pipewire-0.3.59
oct 07 09:56:31 nixos installer[1154]: /nix/store/m1xll29nh0w0kf2waqs3v7kdc3pvp81c-qtwayland-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/m3q6f6d011s923z09c5wcda6ivdccq5c-expand-response-params
oct 07 09:56:31 nixos installer[1154]: /nix/store/m3wxp4vc6qi3c9l72bmnmz8nvyih554k-libxklavier-5.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/m431k9xz1i6mczg6s6mizxz09cn0whhx-libXau-1.0.9-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/m59v6qh9hra3mvwv6lnh49dwsxbhnrmf-admin1CodesASCII.txt
oct 07 09:56:31 nixos installer[1154]: /nix/store/m5zdnrp031hjh72d0k85dvrnwyxh9pz0-systemd-251.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/m719ldhznw1j8nqikjlna6vbazwk7j7i-openexr-2.5.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/m7blkx9ch99i5bwf1aqng02fhsp100nn-man-db-2.10.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/m7hihx40v2wlfx7f98jbbiahacmizvpp-qttools-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/m8gma8y5miawx07y8byrxqbnfwl4f20j-libXi-1.8-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/m9f00i23rgb18r7racsf9v8dhdq95aqm-openfec-1.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/m9wjb257rq84g000k4py8821raw7153p-systemd-default-tmpfiles
oct 07 09:56:31 nixos installer[1154]: /nix/store/maqa8xf4c2h685frjbv4s3cfj00sky43-glib-2.74.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mb0j2saampx69fgsdzcvp0zs35s0y79d-kwallet-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/mcg8m056qpdf9zprsh97b14hxr3xzay6-kconfig-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mdl63h8fimpdf9jv6wmr266kxrkcgy2k-kservice-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mdpq22f97bwyqfi2ljyn73f4bfghzr60-openblas-0.3.21
oct 07 09:56:31 nixos installer[1154]: /nix/store/mdz9l99frr964nkz6jjc5sdd36acgjlm-curl-7.85.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/mg66x0vi5slzw2vmlfl4p26vnm21f2ns-xf86-video-amdgpu-21.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mhp0vl8qw717g5k4n28yjarh3al7jmyi-libXt-1.2.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/mkmbwkn6g0sw5ckfhba0ik506lmihysx-libfreeaptx-0.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/mm9lhr6s2cri81g8g4acsrz7knw4fdyx-vpnc-unstable-2021-11-04
oct 07 09:56:31 nixos installer[1154]: /nix/store/mpk2n54vncrphmhygxgcq6l3a03q6llw-libsamplerate-0.1.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/mqvmxrb88j36i00bc3nf365avwmww69f-pcre2-10.40
oct 07 09:56:31 nixos installer[1154]: /nix/store/mr670f8j45ndbycpn4g63l7lbv55kxpi-dav1d-1.0.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mr8211h1zwhb7dm8pks90pakawc4xd2c-udisks-2.9.4-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/mv1swfznfaxfm4jb7j9i95ydb5j80i23-syndication-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mvrswsw50mh9ckc67f4l0p2v1f849m0z-rtkit-0.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/mw0p8z25wqba23nxdvwfpkxm7r8wgikj-karchive-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/mx4xvbikwlqknnjb93r1mrnn8z887j7x-dbus-1.14.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/mzjajkiylwrdg05ai8g10f1w3xqaqbwc-glibc-2.35-163-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/mzk8c9lz5z86yxlddaxska3g3a4d5vw7-expand-response-params
oct 07 09:56:31 nixos installer[1154]: /nix/store/n15ick823h5lh0s235z2aqnf3pfh64yc-readline-6.3p08
oct 07 09:56:31 nixos installer[1154]: /nix/store/n1cy74yzs01xbdnwwmbrjkjmvm51g5yj-kiconthemes-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/n3ic0rl86bkp4kar8arkgmlpw3yqgi7z-libXext-1.3.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/n3zsmahkmxfvkm0qqh7sn5c6qxr8f5d9-gst-plugins-base-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/n48843lbpr96cjaaqkm9vvir3w38db5g-alsa-topology-conf-1.2.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/n5dq27y0p3l7ajwac174imk5y1z41as4-ilmbase-2.5.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/n6dkrrhnsagdi9mszvvkwnf3h5ax57yv-libcerf-2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/n7924q8w892wa35yypwmnkgpn432axj3-libjpeg-turbo-2.1.4-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/n7znhqx42cgk0zp17jdlrfbh5nhqjash-sqlite-3.39.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/n8qgc92y25ypz8501xjkn683wlzg6pyg-libepoxy-1.5.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/n90j3bh4zs5zs5g0vinak05fcmndmrcr-iptables-1.8.8-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/nahhaib368m2y8n5j08jhmp6winfh3lk-speex-1.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/nb33xm4kk2kx78dd6rch31ksm3iwz59h-kiconthemes-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/nc7a633cyhw4dz30mjsvzf8h068292s6-file-5.43
oct 07 09:56:31 nixos installer[1154]: /nix/store/nc7hmmkzfk4ay6698qn2l5phmqagpkk6-python3.10-certifi-2022.09.24
oct 07 09:56:31 nixos installer[1154]: /nix/store/ncjm8281n4lz5qqhcb0sz95z4m9id9w0-mpg123-1.29.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/nd5v51m8ahxfxih23n968xiigs8347js-wayland-1.21.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/nf58b2gnw2yxhrxns7f1g2275zkfn82p-libsoup-3.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/nfvgji9sqx71rfngk8mppaq8nlf8mp76-kimageformats-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/nfy70ixbznm4sajwsr9nwhc3v99sjkv5-gnugrep-3.7-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/nh8ddl6hx6vkdixh4c1jaq5w2l6mqq6a-qtwebengine-5.15.11-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/nkjsxlciqqs5bky9rxafm7cmxmpnmllp-spacebar-22.09.tar.xz
oct 07 09:56:31 nixos installer[1154]: /nix/store/nm02xhgr4p2vrha31yblgqwxyks837sv-libaccounts-glib-1.24
oct 07 09:56:31 nixos installer[1154]: /nix/store/nndi2zxvfjmimqvxwgig0yn1a99vkff3-mariadb-connector-c-3.2.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/npbh3advs8r59cyq2xikvdbqadaqg83p-libffi-3.4.3-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/nprvd6h3px8vnrak5am8lmpd5h0n1bq8-attr-2.5.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/nqcxm6rr5iz80h9l5g9dg8shbdrjy33y-karchive-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/nqfbbmyg2zj5cxpqs9i7gxrnmamy69c9-gzip-1.12-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/nsm1i6dpws3327zx05cl6xjp1dsqqz72-protobuf-3.21.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/nv2hnaa0lamlbj7qxylsbfr2869balz1-libvmaf-2.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/nv9ma4lmy3hcd0g4p2c37i0hra8symql-gdk-pixbuf-2.42.9-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/nvb429g6byw8r1mk455ywiqbin0dnbvz-p11-kit-0.24.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/nw3rfzsw3r7gk878i308ja21jb28gh7b-breeze-icons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/nwp676kq90zg5sg6nlablv7pp7xrc5cy-plasma-framework-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/nxa36a74wp3ba4n4x80n7982xsh0k6j5-phonon-4.11.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/nzpb20p0bmfn1nzqjch29c6qcwmy8vry-librsvg-2.55.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/p0pinpvksjrxwd9csc0pcdj8979rydlm-kquickimageeditor-0.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/p1k09qd542wwd3ajcz81pbns6x1n4vn2-slang-2.3.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/p401nnh2gqzv9v0q3584qnlpyfldp0sk-libressl-3.6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/p47wkmsmaa5nzz6x0nvl1706grjsx0fx-libcanberra-0.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/p526gqbjaxwvcfxikw4kgqb47xdf64l9-wireless-regdb-2022.08.12-xz
oct 07 09:56:31 nixos installer[1154]: /nix/store/p6k0a5ry5p6i12j86bmq9gp7an57gqh8-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/p77pz52sgxk0krs6024wpsagk9y0rgyr-lvm2-with-dmeventd-2.03.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/p84k6kjkgbqybp9zjigamfl9x0v3pgc6-mcpp-2.7.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/p87c8r7ybbm5fsqgvijiv4v1z126w99g-aws-c-mqtt-0.7.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/p8qrz37d4npkfm9kvpj51xzvsgzj47iw-libmicrohttpd-0.9.71
oct 07 09:56:31 nixos installer[1154]: /nix/store/p9k7lm72mfx2s04x51qchan97z8hf7wc-libkrb5-1.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/p9lhbqgls0wxx3iw8q6jng99142r1hbv-alsa-plugins-1.2.7.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/p9ql652m83kmj386cinrhvwx5ngs46fw-wpa_supplicant-2.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/pdwj2ybvmdcq1q84qbzzljn1m0vb2gcp-sord-0.16.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/pdxd9l2kx2gzva45kw75knr605iryrvp-fftw-single-3.3.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/pgbi725qhchln5y2jja05y48b75c6f6g-attr-2.5.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/pgpyyvnvcqcfzl3pmnbar8jn1ix27van-kidletime-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/pgy49bv5b4sz18ga63839825m6caqazq-desktop-file-utils-0.26
oct 07 09:56:31 nixos installer[1154]: /nix/store/ph9cbk9aq05qxq4i8p7y3zddbp1m3kxg-libarchive-3.6.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/phcb1npg9rv2261082g6lw05vlvvivzh-expat-2.4.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/phg06if0vzb1zc9kbq3adrvsdc2hpq98-jansson-2.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/phk3h8sbihl3wgbijz143dbsba3h3v5y-libblockdev-2.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/pk6c5kh65kr30ry1wcvnsbi90qd3ban1-audiofile-0.3.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/pk7505py5g9pm1w012d25nhk9097vzi6-vulkan-loader-1.3.224.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/plb77cjwv3zazqz187385jz2n1bajqch-libcanberra-0.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/pnnch4g4lbj0pvx4hm91dx2vqm2djx7z-libmicrodns-0.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/ppnixrnyc2yhj3zmqgz4z52lzfgsciis-kpackage-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/pqk5x5czlpzafnbahhb9vykisgzvf93z-libedit-20210910-3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/psdwicbpl9qbslpd0ckdfymwgsjfghrx-fluidsynth-2.2.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/psp5i74jmm1hcsidnkv7s4373rrn251v-cyrus-sasl-2.1.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/pv5n7y0l9zsl9vnz45lkdr2d13rkdady-xrdb-1.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/pv7z0a6aphjb2cwff10ca3vda4b2dcsd-kcmutils-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/px3bc532qg2s3icpw7rn48q65xmmsrqg-man-db-2.10.2-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/pyr41x1x7q3n99x14479l0yq96q4j7s1-glibc-iconv-2.35
oct 07 09:56:31 nixos installer[1154]: /nix/store/pz0y8pihi7zx3mxv99g7vf4a880hhhla-unbound-1.17.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/pz6l7bad55r819rfgks30sad9qmrd1hy-qtmultimedia-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/pzmkihi7p66yf083dyzkkwd95vfshanm-util-linux-minimal-2.38.1-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/pzs0cqwf4pks6qmrjxmspn9n4blh8jbz-c-ares-1.18.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/q0az399bw31fq43yynzqvx2196vp11aa-kguiaddons-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/q1cnkcpn17krfg6s48c7jlczrfkqzxgv-libsodium-1.0.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/q1k3am8z9j5qvbpdmqv2wsfs4srvrpw0-stdenv-linux
oct 07 09:56:31 nixos installer[1154]: /nix/store/q2dmniyqy8gf0fc3g54y6a2lg2v0bmyw-kcodecs-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/q3mszfcq5s2lr9njn8js9zf6i4i7jyqm-kdbusaddons-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/q62yyb4phx8vl0g06dbxgc166dqnrv7a-liblc3-1.0.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/q78z91wd7kd6gv81rr2s3grq0dz39sw2-util-linux-2.38.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/q8fnhd8pafravfi5vwgqhfq1hiixn6wg-gsettings-desktop-schemas-43.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/q8rfrmjf0k1c5c2n5i4njsl3kd5jk3qk-libxcb-1.14-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/q9f8m7ip59gmqmk5iqav55gx2pymmd2z-perl5.36.0-Net-HTTP-6.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/q9lfln31fvdfj54a4bmrw0cardnxfi59-kcompletion-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/qb82wpjaf3j6pswhk73rkcd43si2nb1w-nix-wallpaper-simple-dark-gray_bottom.png
oct 07 09:56:31 nixos installer[1154]: /nix/store/qcccpcl3ghnf4w0mrndm3j0h9s662fv9-nghttp2-1.49.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/qch2knssdl539d62n8rwl23vaf9hycdh-acl-2.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/qf0fl70dp61n58gszy4m4kqvv1j1r2mx-xcb-util-wm-0.4.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/qfxh9fx6cycwvvn1rlyzbvcrhhzirn1k-cryptsetup-2.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/qj688ybkmbm8skqysj6l78p2q8vi4kbc-libheif-1.13.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/qjcaab7zrw3b7nv30f1q6fh230kv1m77-milou-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/qjd53nsdbyl03zs8r0vq2ifqk77km83i-libraw1394-2.1.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/qlfaijlqw58qqbdg5g06kbjf7xygi3ll-libasyncns-0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/qnh2miypk7h3dzk2jv5j6n4lygm4fxg1-linux-pam-1.5.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/qsfv3g82r1fla7ff5klp0dib5sbd1qy1-harfbuzz-5.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/qssz79dkbbkfkwgiji7423xmdqizw38x-libxkbfile-1.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/qwd1p5f6ia5jrwpwsy96n9k55wkh0z9w-callaudiod-0.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/qwv5yjfhgfmi0a0lf2dp5iv79171n9ha-ocl-icd-2.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/qxcq4cayz4q1jw70k3aa7xilmlfv0znj-presage-0.9.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/qy0x829r61sisnih3zrffnwh3w6pzbfb-kfilemetadata-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/qy1z35zsbvymkgraik36vh26s0vhwhb4-libpaper-1.1.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/qywyhr5s7507bn33svna1zfr37nf1ny3-xorgproto-2021.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/r18fq0nb1nf8i3kl8hwf81bfmpny78b4-openjpeg-2.5.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/r1rd08hqjl86mxg29jib4lqynhmfd112-qtmultimedia-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/r2686g1k653vzs4iwy9sh7zfxf9wa2dm-qtwebchannel-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/r2byipb59g4qvmidqp25kf8ica6k9zpx-ffmpeg-4.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/r357z1j0wp5dqazp7damlgbqcrmgm8q9-openldap-2.6.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/r51wljrmdqp1nnfgac3v20w3kw90lkwp-breeze-qt5-5.26.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/r56d6hfgkrb9a13ygvxby7hgab7q8njj-baloo-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/r6azk56vs5zzx2ivifmkpgrd6ny9zms1-qtdeclarative-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/r948p0iyk1rwb5f4msy54q7aj8r8lv1p-libnotify-0.8.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/r9c2rsfisb8bvqvaxdwjdjiclvm9aww2-attr-2.5.1-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/r9cr8kihg7vfr9lhpsi44x097gjlcmdi-kbd-2.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/rbq78md6ldw60w3dxz36fjnyx7ajwh49-gdk-pixbuf-loaders.cache
oct 07 09:56:31 nixos installer[1154]: /nix/store/rby2qrc79g74l9bl62cg1a79gpnbylhi-e2fsprogs-1.46.5-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/rcqcy02vly4jcqkx53fqirswpxszb4cc-knewstuff-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/rfiz7rxm5l34c74cy6gcrjl3g7ph2gyv-qtlocation-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/ri471yq4wx5lhbhcqcprgv4msmgw0npg-libXdmcp-1.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/ri76wqpav4dms18pp9r4fppj8m69dwz5-libnice-0.1.18
oct 07 09:56:31 nixos installer[1154]: /nix/store/rjd4k98lajg62cd8rah4c7vdjbygsl33-soxr-0.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/rjdgkxq464p2w6ajf957faya9lan5rlw-lame-3.100-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/rklgffy4g8626508j3mhz7085l3d01s4-perl5.36.0-Config-IniFiles-3.000003
oct 07 09:56:31 nixos installer[1154]: /nix/store/rmrlq1pldni46ci6ad9xqm19kjc8vpcj-e2fsprogs-1.46.5-info
oct 07 09:56:31 nixos installer[1154]: /nix/store/rn599772b04yacxd1y134zkb524viaw9-mruby-2.1.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/rqd7xhy55q8x24bwaxsi44y91mkl8vdh-dbus-1.14.4-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/rrfrh4zy8bmx9bhklpyg3g14ddys6k6a-simple-dark-gray-2018-08-28
oct 07 09:56:31 nixos installer[1154]: /nix/store/rrp0m4y6gsia96pj27hzm952b3zy08a6-util-linux-2.38.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/rsp53xsmmqw93fg4jq7vqf2amkrw1pnd-gd-2.3.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/rvzsxqgk96wrp185yzkfhbbbf6zkmpjs-strace-5.19
oct 07 09:56:31 nixos installer[1154]: /nix/store/ryz6947wdyjidhwjy8a7jpd6axwgvxq5-libva-2.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/s1ahbrsjq4gkblaprs2pzz00vz0rflm8-options-docbook.xml
oct 07 09:56:31 nixos installer[1154]: /nix/store/s1cqjq22a3rvh337cxj7azm7f8dzxmmn-plasma-desktop-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/s1vn3cgr404iczc1k1idxcw1rharcvgq-security-wrapper
oct 07 09:56:31 nixos installer[1154]: /nix/store/s2vgvrf4wy8mjhd1rmy5d8p8pkbg4qv2-kscreenlocker-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/s30vd814kxj1y7z6s89grpizc1w5k1b9-lesspipe-2.06
oct 07 09:56:31 nixos installer[1154]: /nix/store/s44603m18svr8h89k19fq5fsv2x0p0gh-ktextwidgets-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/s4hfb2raxjpqzva3m54wdg083j1haivl-plasma-pa-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/s4nmq856b53s0rlvvynnwxcfddy2kl98-nghttp2-1.49.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/s69j2f7pfz69v8d7im9hxlxrsab0fxyz-acl-2.3.1-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/s8jbq4qr575magm4ybd8vfcxf3vfaci5-kscreen-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/s9xx542j0jp56cz43vvwm6n5qdmz9xmx-breeze-qt5-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/samrvhpsnmjlqacvaaqycall1h9si1kc-dejavu-fonts-2.37
oct 07 09:56:31 nixos installer[1154]: /nix/store/sbqxniwwjvc3c2hhy6r11y5c3awba49p-qtvirtualkeyboard-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/sc0cvndba2h0d2gqr3cq8nrrm2nw3f9l-libqofono-0.103
oct 07 09:56:31 nixos installer[1154]: /nix/store/sdwwqgwznj1jay2lybjz7zvg2nsxrpqv-libnetfilter_conntrack-1.0.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/sf21mqr9rpd7n8rka54h65jbj2x7irnq-libfido2-1.12.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/sf23h5c16rihr5i8dnvvxn5ar9inrwp4-kirigami2-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/sf9l09anmln6n3pfbrj1b1hpi7inr1rq-libheif-1.13.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/sh341zpldjwj27xadwdllv9agax7h901-libraw-0.20.2.p2
oct 07 09:56:31 nixos installer[1154]: /nix/store/shkbj4ysr088vx2mdpr255q0rh008l8s-elfutils-0.187-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/si1jl4w3csf8qv482i9r7w257kg6z158-kded-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/siyrnbzvb15fhgc77c9xqs9y816n0kjy-shadow-4.11.1-su
oct 07 09:56:31 nixos installer[1154]: /nix/store/sjfq6gqak68s4a36ycinkmindiwrmq8j-kcoreaddons-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/sl08aq3nm9vxs7hzmflpgmblm2zx630h-qtwayland-5.15.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/slg6fxizzsiqk67xyd34h6kx97mvnc0j-libglvnd-1.5.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/smf6ffhakkkazxg5i10cs9y0k7vx70fc-source
oct 07 09:56:31 nixos installer[1154]: /nix/store/smmnp9r25i8sbwx0inskbpq8wxldlzwp-curl-7.85.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/smzmwh7340xbsyv4h1i0xzzci19k6g8s-fc-53-no-bitmaps.conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/spdqnk8d6prgqgn1ra323c26h9smsxyy-libdvdread-6.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/sqba0nskxwiawqmrjjmyv1yqf7l0vvkr-rsync-3.2.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/sqx061wygfi0nrvbvg4y12gys2cfxa64-extra-cmake-modules-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/sragqcfhr9vwpc4j6hhn1ba91ajsvm03-libopenmpt-0.6.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/srhakpyl27mphnb7clz211j8fm88j0yh-gcc-wrapper-9.5.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/srxgpx019qbk6l1hy1v0rczf75qpd1gb-wayland-1.21.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/ss2ah69dly0m1pfmykj0hr9i1rwpk6a4-libX11-1.8.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/sv7mxw95l6aywdnzfz4fk3f3vha4l33f-cups-2.4.2-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/sy81qzg3jaw280klrizlm82bf2yh7f45-tzdata-2022e
oct 07 09:56:31 nixos installer[1154]: /nix/store/v139w0h48zb2dprh0vxslz2hchhljzyk-patchelf-0.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/v1nimkvp7fn8si80xcd7wx9jsdqwn3zq-btrfs-progs-6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/v32wx6ndq99yq4zxswij5i6h2yz69sa5-getconf-glibc-2.35-163
oct 07 09:56:31 nixos installer[1154]: /nix/store/v373p49z4m8vyx0w4jjq4hl4hpnvjhjj-perl5.36.0-IPC-System-Simple-1.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/v3ba761gsmyzjycafr0nncn2mjhvyf81-cairo-1.16.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/v3s42i9ldwqrgkcjf4fkf6j787cahgqz-mobile-broadband-provider-info-20220725
oct 07 09:56:31 nixos installer[1154]: /nix/store/v43iff06j75mbwyvwljcv74wk6qpd9hq-rav1e-0.5.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/v4s1r39im8wj420zy1mhla06brvfdldi-kglobalaccel-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/v53xf6ybnjdxgpjn6abxpclghdyxldww-libxml2-2.10.2-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/v5a9skh5d79lvjza7q38hb23rls50y1w-libogg-1.3.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/v5jcfqd3zh7q3i7jd2azxydkqrd6cjyi-stdenv-linux
oct 07 09:56:31 nixos installer[1154]: /nix/store/v68w7y5vh195m0s81nqrqc0k210bxxvf-alligator-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/v6gwiwi5qm79090s3vk4093qvpfls5jl-expat-2.4.9-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/v6r5sql847cbwf2b478kkk0wzad645cb-lmdb-0.9.29
oct 07 09:56:31 nixos installer[1154]: /nix/store/v7bmx14n55yhag8i99r58xbn6c66vbk2-libjpeg-turbo-2.1.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/v7nkldkflbn3rfs42lkkcjdry0240ddj-python3.10-charset-normalizer-2.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/v8vz9fdpg27f03wjf104kla1najy6xva-mpfr-4.1.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/v8znwc7brw2b755iz58knramr1j6ngcb-speexdsp-1.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/v92zrxh2m6vg8xl3j6dcizpnib47hcmc-bubblewrap-0.6.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/vaacqlc0289ll7z0a1j9c9y0f8f4sl6c-zstd-1.5.2-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/vb22f8hpqwc6pji9kjs0zyqkdx9mmg9h-polkit-121
oct 07 09:56:31 nixos installer[1154]: /nix/store/vbahb014fxnrmj5hzfd70ivsvdd0l8j2-tremor-unstable-2018-03-16
oct 07 09:56:31 nixos installer[1154]: /nix/store/vdmxi88wckq38c8p6q9vdwghpc73nl77-lttng-ust-2.13.1-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/vdql1j5sgcpx69hl0cl11bbbi02dqczi-nixos-icons-2021-02-24
oct 07 09:56:31 nixos installer[1154]: /nix/store/vf277ncbwdfdbblbak23md28574pjh85-libcap-2.66-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/vf8jdfacsvhglpq5rcrx8l3sk65flvv4-dmraid-1.0.0.rc16
oct 07 09:56:31 nixos installer[1154]: /nix/store/vfshbxz20790z01j7b5g640icm357s8j-lzo-2.10
oct 07 09:56:31 nixos installer[1154]: /nix/store/vgn2mdgmpi875r6wm9q3qpp5n87n1a2y-libelf-0.8.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/vi1x4rd1m5a8kf3i7qvxms8v4k688cd0-xcb-util-keysyms-0.4.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/vkbgwqmcgm9s2rj8230wad30qakcbw39-time-1.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/vkn9mbjfq4ljw0blrrhymkzy6ba2ad81-libqmi-1.30.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/vliq7nhn71n19lx4qrfl65vadx07aybp-dconf-0.40.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/vmg117w5dczp421qnmy5r7a3lfzn4c90-xdg-desktop-portal-1.15.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/vnmixdz4hyc7ycl6zbq5i81d2fjwq2bi-fc-52-nixos-default-fonts.conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/vqb595pwi18pxccv063xmzhb9q74hbif-ldacBT-2.0.2.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/vqx9n6lnhbpq6lzlaybbg6j4x4cqf4zi-gpgme-1.18.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/vr93m34amw160pcrsphs9nfb4xb3air9-ki18n-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/vsf8mwsqrz1mfjfchqcac1qlj863hpbx-xcb-util-cursor-0.1.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/vsrwgmf5fz536wyrrriqmb8wqvcc6vlh-gui-assets
oct 07 09:56:31 nixos installer[1154]: /nix/store/vvbzljj3xpy4k6ph2c6j4k4skcaha3nm-hdf5-1.12.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/vvif2zaklwc73r07qj998d47lpn9bqyf-freetype-2.12.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/vwbcvzs5bnrv8gswj549q35zx3z8aw8n-fc-00-nixos-cache.conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/vxcn5k8pfn6s6ff7vz8is2c0dkwzrn0g-keyutils-1.6.3-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/vy5slrqvhr19a34snbal4mpsyp32n3a7-perl5.36.0-IO-HTML-1.004
oct 07 09:56:31 nixos installer[1154]: /nix/store/vyii81fn4ywlzsv6z67f8f5wfkm7483x-qqc2-desktop-style-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/vyxqv6dx6d37sm2csp4bvqbnl67p40w5-libXScrnSaver-1.2.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/vz47gxia1c2650lmh8bi940z158sm04v-perl5.36.0-Try-Tiny-0.30
oct 07 09:56:31 nixos installer[1154]: /nix/store/w09ynp8jz566psamkha71w91jb062n3c-xz-5.2.7-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/w12gyfmd4dlis2kk2w0067ly0cg9ww1h-qtsvg-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/w1bakv68k6vadx3kgin27za0b0rys178-font-util-1.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/w1xci299v0kk8r7mbp0l5rjysw259fkn-iso-codes-4.11.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/w4lccfndw3wzy38bmc9nvcnp4vwprnxj-libsndfile-1.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/w4v5nm5icj7qwn7854rl8xjhhvzhs59j-numactl-2.0.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/w5wf1mqihkag2ld2vdr2yc3fqryi5qkh-flex-2.6.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/w6f9lypxhkd38acz3kiqa3a0108xbsg8-zxing-cpp-1.4.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/w75xc63xv84rw4r31ymhhwhpgx7hwd2s-boot-error-assets
oct 07 09:56:31 nixos installer[1154]: /nix/store/wb8g1s7q74gkhqnwcl0yaiyivsldjnm1-curl-7.85.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/wcvx8z0m4s56vg9yyf1cmnrap6i34r4p-libtasn1-4.19.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/wd9390cczsqnid51ln4cxxzsvys9xmvd-perl-5.36.0-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/wh897r5mkb612dwiv970jl79s4nacd8k-kdeclarative-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/whcpzbcgg0pllwiqf340kafiqldi64hm-libressl-3.6.0-nc
oct 07 09:56:31 nixos installer[1154]: /nix/store/whk4g3iqhhbsy44cbrkrm8fqmvavb4q2-libbs2b-3.1.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/whr4gj5fxgvp20hja31jd1g22w23az52-libXfont2-2.0.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/wisyg6jqxac6fx0i1vhw3zi34fggkk21-gst-plugins-good-1.20.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/wizk47bnq3z3yyng5n20si8wflqr3wlw-acl-2.3.1-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/wk350hgvkgl17pmxrd8mhr751vx8hkz4-aws-checksums-0.1.13
oct 07 09:56:31 nixos installer[1154]: /nix/store/wk8f3fhmhkgi2dy9ay9bpwbc1h6dqpkd-qtfeedback-unstable-2018-09-03
oct 07 09:56:31 nixos installer[1154]: /nix/store/wkhalhpwh6hdha1550yvnic6f1h7h6n6-liblqr-1-0.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/wm7p3nfg9jbmbgdsv1y7il2zd88p53js-lttng-ust-2.13.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/wmlarwpdlyaqb66a3p4pnch0c86b3n89-a52dec-0.7.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/wnabygj4spqryfr5lyf1ymps6g8rcva9-python3.10-requests-2.28.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/wnc6h925nrpif28m9ibrphmiqbyx1i2z-minizip-1.2.12
oct 07 09:56:31 nixos installer[1154]: /nix/store/wndjpbhb7i82xdi5sj793im67d1yldam-flac-1.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/wnp9y76vb2jydmpy044lamz7f9axh9d0-diffutils-3.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/wph7hhrk99y661ksmrgvs71xks7w8p96-kconfig-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/wr2fmhnshvwl8kahxcnr1w336jbpsmwr-logrotate-3.20.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/wr82jjjkrbjwvpnky4c4axgy1xc1sn5l-dbus-1.14.4-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/wrqqvk1sallnhji6b5fa7il2qal3gvr4-freetype-2.12.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/ws0pwmy1h344hdqracjbbg5jj9cwr9db-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/wsgnqj4bag2i28gx93hhp9p1q3y0yi9d-libidn2-2.3.2-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/wvn7mr2hbhql33lls6z5m2a64xd74va2-qtbase-5.15.6-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/wvx01lym0x1f1h14mjswfjznv3ja6990-lm-sensors-3.6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/wxm10d89cbg695mzifmiw0nz6m4ncqwf-newt-0.52.21
oct 07 09:56:31 nixos installer[1154]: /nix/store/wxqp72525l1clpvzbjksz1swh78f77rp-libgudev-237
oct 07 09:56:31 nixos installer[1154]: /nix/store/wy4kwmm5m5hsz77zwjklnpb1dmzn74z6-libdvdcss-1.4.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/x1qk0rzp703nq428p7dbcsx8hrnpd6r5-xf86-video-nouveau-3ee7cbca8f9144a3bb5be7f71ce70558f548d268
oct 07 09:56:31 nixos installer[1154]: /nix/store/x206saak30mrl0ybi52w16arq199nimm-kalk-22.09
oct 07 09:56:31 nixos installer[1154]: /nix/store/x37gpy04yy5sy018zr73kqwl8k9px8v4-fontconfig-2.14.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/x40lfqxhzcmckkbpd2f6f7cyjky0i5w7-fa2b50d61364fbe3d6e2c655804605221ed43dce.patch
oct 07 09:56:31 nixos installer[1154]: /nix/store/x4x46fhbyz474zkb0m0fx4lcap0x3r9b-openssl-3.0.5-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/x6cl428bgvgs8mrypcjhk4dpma7jm04z-gnused-4.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/x6hamclby00zr2hf4qqngm6j8v3hxfx2-gcc-11.3.0-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/x6y7x7z8bjl398dfkhg9ck3jj1v510dw-syntax-highlighting-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/x78y4jbxv3gipmmrphymp4zvcfld9xyq-file-5.43
oct 07 09:56:31 nixos installer[1154]: /nix/store/x7rb6dzcd3anyy4xscbhvh8gfsy9kxzl-bzip2-1.0.8-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/x9vspfkn0q3div8caz478drqgiw1bmrc-libXfixes-6.0.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/xa43vmi9f9c8bp2s9nba5nvlggvgcafs-kholidays-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xa5siap08bf5k5bx95brqv01qx5djjh5-libmpc-1.2.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/xa92ghbyxqjf16azanba4ds5ba7pm2p9-kxmlgui-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xaasznkd1552vnvd8y1hiy2q78zmp48j-python3.10-pysocks-1.7.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/xasdq277sl4ng3xbs643nsxqqjx6lcw5-libass-0.16.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xb3ln1nnsr3x057qq7k89h3bwiv7b41q-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/xbd000g3sbyflmq1p2k7g80cv82gqij4-kxmlrpcclient-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xbhgp409kjpypb5br29a2xvpqf7gjjbh-libqrtr-glib-1.2.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/xc8whrv15v4w807myd3ciw4704if46mg-kcrash-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/xd6lfayl7hh5g372gq34hs156awh3rk0-libtiff-4.4.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/xfpinswva7lahp1jl5dygsa8kj52ps98-attr-2.5.1-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/xh0dj98h04bxc7xwlmkvyhvn1p3fxd3g-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/xh3dr6bwgj594ngn1239kr88b69ilywb-kwindowsystem-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/xhi9yz5idls5jfnzs95ziq8w3y1q5rnm-icu4c-71.1-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/xhrncaybq7a83dmd1ihlw358kga0r466-libxkbcommon-1.4.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/xicaz18b36g25w6icdi6iw1d0yr74ggx-libdatrie-2019-12-20-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/xicdf27w22kykw8bhyz50v5fmdgwv9nd-audit-2.8.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/xj49qb1svximsbmndk89gx6wxvbirh0y-libdrm-2.4.113-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/xj7mmm75wr21jkqxcy77qgl4x4l9h70w-kwayland-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/xjhyrbjwv8bcwjci7w5xpbij1mifsx3c-libseccomp-2.5.4-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/xjqzbbw4hvjv2n4ayqqax3kmqzc7d30w-qtwebsockets-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/xkl943zcqpjiqd0sm9wr581h4sc9cc5r-mobile-nixos-script-loader-0.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xkscyzs2pky9s5k97vr1c4ykp9qa6n46-frameworkintegration-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163
oct 07 09:56:31 nixos installer[1154]: /nix/store/xland1s3hdqkjvrzy0rcf8b52q7q01c5-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 09:56:31 nixos installer[1154]: /nix/store/xlxpa0i27yjbncl6g9lhwwcbgdwzrq8l-glibc-locales-2.35-163
oct 07 09:56:31 nixos installer[1154]: /nix/store/xlxvlfybdl3550wlwzfvsavw36qkl58x-texinfo-6.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/xmfdrznxricd4yml17b01pcqkijv2pbx-threadweaver-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xmi0jzj43ay72jh1nrw6pwn7g02kpzjf-libavif-0.10.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xn4aml5p1anvb62ppd2wsy6yii0s2c6y-libcap-2.66-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/xp0mipd6hcyna4lj680ag42dz2vf2kqb-kcontacts-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/xp35d41nbipa335c5yh9sk84xdzny96y-openvpn-2.5.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/xqjxygya9brlzfyqsdy0mc01qw7jcc0c-lvm2-2.03.16-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/xqv30mvj0wgg27djpfcyy343733mvs6h-bison-3.8.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/xrjpis447d75z0pfg4arijrdw852f4aj-libdeflate-1.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/xswhvnabi2mf93kjil4zgg626j4mnpc8-soundtouch-2.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/xv7qxgmgq8v8mi81gzzpjlfi8vqhh3d4-aws-c-compression-0.2.15
oct 07 09:56:31 nixos installer[1154]: /nix/store/xvakyzd5gx2jcgc5s7kj9j6w514i32pa-shadow-4.11.1-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/xxnagcmz9x33psw2hvr2bc1iiq09za1h-libmtp-1.1.20
oct 07 09:56:31 nixos installer[1154]: /nix/store/xy00qi2nsqndh82q8rk3sxvkg0966p5d-libnftnl-1.2.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/xzql71gn4j1z8xg9p4c7qhkpraqxjvcc-perl5.36.0-Net-DBus-1.2.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/y0583c9qr60jc4hhl1f9fphn7clv8h2a-nix-2.11.0-doc
oct 07 09:56:31 nixos installer[1154]: /nix/store/y07qnn4lv6llrl9zqrg8hzlhi2k79hhi-kbookmarks-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/y1hybm8h1kln0hg06c42m4g1wsblc0ig-freefont-ttf-20120503
oct 07 09:56:31 nixos installer[1154]: /nix/store/y1nl1q50747x6yi6440qscz9fzqcqfkj-kjs-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/y27j7n6kyc96gsnr4vpvvg3xs106j1qj-gptfdisk-1.0.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/y2ghhyhm5dkmsppn9q6gkg6fgswd6qff-coreutils-full-9.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/y3yb8rc7kjlf364pg0mkz947nr60c2zc-alsa-lib-1.2.7.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/y4vwjcba2fzlza4h7f4jx8kx56wgv4zk-kdesu-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/y8n3p0yv2p159nwwv8xk96fbbcivv929-util-linux-2.38.1-man
oct 07 09:56:31 nixos installer[1154]: /nix/store/y92806r7xsksrsxsx1gv061jvvb14nr0-libXxf86misc-1.0.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/y9c3lccsmjp99gvbp613ymrsi4n1mlls-perl5.36.0-TimeDate-2.33
oct 07 09:56:31 nixos installer[1154]: /nix/store/ya4973zdk9gaz331dalf93rfr7mwl4yi-shellwords.rb
oct 07 09:56:31 nixos installer[1154]: /nix/store/yal4kyl2blsf5dq24986rr75ayr64d2k-kjsembed-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/yam1miyn9d2144xz4603dzswacgkkk3s-sqlite-3.39.4-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/yhb54cpq8g1w8hrl5djgi49xfvm33dsj-gcr-3.41.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/yirdhbfk44l7fhmv7rpxamv2hkawrdyw-potrace-1.16
oct 07 09:56:31 nixos installer[1154]: /nix/store/ykbzlp8niyxfgz3bs40kw6sx4lyg50gv-gnutls-3.7.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/ykjk4605jxpkdqkmcivxmrfmkiscpmmv-libidn2-2.3.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/ykqgc64d8756n137zsadg7k7vw2f0ss7-python3.10-python-dbusmock-0.28.4
oct 07 09:56:31 nixos installer[1154]: /nix/store/ymg1dwd17i45zlqc6f0pi2qf2b40k1lj-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/yn02mkxb96fcza0l32jg62ixms57rfyk-libxcb-1.14
oct 07 09:56:31 nixos installer[1154]: /nix/store/yr33iy32pq6hjrxjlx34sgdmbh75w2pf-kpackage-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/yr53s2qy9rdd0qdab9ff7f8nfj01jjja-bzip2-1.0.8
oct 07 09:56:31 nixos installer[1154]: /nix/store/yskd1nqhcpb1aiiljsmsympidwk4s2gp-libtheora-1.1.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/ywi90mannvdn9s5v83g91hpyn27kmgqd-db-5.3.28
oct 07 09:56:31 nixos installer[1154]: /nix/store/yww04d1p7p6qanqzm997gzlbcb53qlg4-libcap-ng-0.8.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/ywxlscl51508400lhr4xzipvcixbrm72-gnupg-2.3.7
oct 07 09:56:31 nixos installer[1154]: /nix/store/yxpk2rnfp1pwkvxzj80ish7zrvxgax2l-xsetroot-1.1.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/yxqpw5q19hgsyp8gq1q7rl8f0fgp4gdy-qtxmlpatterns-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/yyfb97snwyn1k0ylxcqw1c8pm7a9pv37-webrtc-audio-processing-0.3.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/yyy883pib3pn22hs3qjb79rf5c8ln124-plasma-integration-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/z0cdhrvgnc07svzkj3yzj0higl1ggkm8-kactivities-5.99.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/z0gz506zdc8n928dsqgi6ysgzr1nha9s-qtsensors-5.15.6
oct 07 09:56:31 nixos installer[1154]: /nix/store/z1h507ybasmnhvi3qkx9rlwmwircyq1y-postgresql-14.5-lib
oct 07 09:56:31 nixos installer[1154]: /nix/store/z3ah186mz8nb3vncgrhjl8spx9ifcvh8-hook
oct 07 09:56:31 nixos installer[1154]: /nix/store/z49c85szg1p9r23dchil5mqcvs15k6la-python3.10-cffi-1.15.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/z4s7s6kysyyd9jnzabc140aiz69w60nd-kwidgetsaddons-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/z634i461h33vzam0sajn2b8p2zs7aj4z-kdbusaddons-5.99.0-bin
oct 07 09:56:31 nixos installer[1154]: /nix/store/z8h0sap98dkp6afcwiplgwnn4757gv74-ibus-1.5.27
oct 07 09:56:31 nixos installer[1154]: /nix/store/z8p5zgnw3r3rmg8jk9x8i6bcc3hci7ch-libsecret-0.20.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/zaxjh1s2knybyhzl45zh75khcmcpsnw4-libXft-2.3.6-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/zb8yfbcrrc9f20bwl6gvrf9l7y7wmr40-libsrtp-2.4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/zc860f5a82iq43ccqmdrhw0w4dvk36kw-plymouth-unstable-2021-10-18
oct 07 09:56:31 nixos installer[1154]: /nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/zdjlidwcbmvvyp5m3fknc0fvyzzirfk1-libmnl-1.0.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/zg69c7ri935fz3rgsyh6m7xmgw9amhd8-roc-toolkit-0.1.5
oct 07 09:56:31 nixos installer[1154]: /nix/store/zg9f98irf4j5lj7m310zrpa5d5ji0c5i-xdg-desktop-portal-kde-5.26.1
oct 07 09:56:31 nixos installer[1154]: /nix/store/zhv6yi32ir6mbgwc18f0p04lwfywa4yd-libXau-1.0.9
oct 07 09:56:31 nixos installer[1154]: /nix/store/zik42anx50k2i7yrrrfhy91c5nag508j-attica-5.99.0-dev
oct 07 09:56:31 nixos installer[1154]: /nix/store/zj14qryvnfkamph99g18d875knvirjwb-w3m-0.5.3+git20220429
oct 07 09:56:31 nixos installer[1154]: /nix/store/zj3qws0w8w6iy2499b3fzn5hkn7i1j6s-perl5.36.0-X11-Protocol-0.56
oct 07 09:56:31 nixos installer[1154]: /nix/store/zkywhm79i35wmlmyjrbjjk7hf3a0ncp5-python3.10-websockets-10.3
oct 07 09:56:31 nixos installer[1154]: /nix/store/zlav9j5fs4p70ijy69pmbpnpkplj57y4-sudoers
oct 07 09:56:31 nixos installer[1154]: /nix/store/zm99aicnxf3awmhmzxnk82lbakvr9bdb-iproute2-5.19.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/zmd7am8ljqd4v8zdwabbzdv8dlqmxmf0-fc-53-nixos-reject-type1.conf
oct 07 09:56:31 nixos installer[1154]: /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2
oct 07 09:56:31 nixos installer[1154]: /nix/store/zvd923w5kk7fmswqs3i8fpvbxksrmnap-nuke-references
oct 07 09:56:31 nixos installer[1154]: /nix/store/zxi6dq64m2nyznkvbzc5fip8hnl605g3-linux-headers-6.0
oct 07 09:56:31 nixos installer[1154]: /nix/store/zxknbk0snraw2rd3l7gkvhbly6466wwz-curl-7.85.0
oct 07 09:56:32 nixos installer[1154]: copying path '/nix/store/xlxpa0i27yjbncl6g9lhwwcbgdwzrq8l-glibc-locales-2.35-163' to 'local'...
oct 07 09:56:32 nixos installer[1154]: copying path '/nix/store/9jzhdbvgr2varp3665q5lwl5v2hgigf0-systemd-251.5-man' to 'local'...
oct 07 09:56:32 nixos installer[1154]: copying path '/nix/store/y8n3p0yv2p159nwwv8xk96fbbcivv929-util-linux-2.38.1-man' to 'local'...
oct 07 09:56:32 nixos installer[1154]: copying path '/nix/store/cg89369chjdzsybldy28x6598l69sxcv-xkb-validated' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/s69j2f7pfz69v8d7im9hxlxrsab0fxyz-acl-2.3.1-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/wizk47bnq3z3yyng5n20si8wflqr3wlw-acl-2.3.1-doc' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/m59v6qh9hra3mvwv6lnh49dwsxbhnrmf-admin1CodesASCII.txt' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/n48843lbpr96cjaaqkm9vvir3w38db5g-alsa-topology-conf-1.2.5.1' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/hbai7dmszzvcsq28r9jaw7rr0ss1jkjs-admin2Codes.txt' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/kfs8jpysdvmdfckaswmpjymijyjx2wq0-alsa-ucm-conf-1.2.7.1' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/xfpinswva7lahp1jl5dygsa8kj52ps98-attr-2.5.1-doc' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/r9c2rsfisb8bvqvaxdwjdjiclvm9aww2-attr-2.5.1-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/j3p8y7nc83bsxl8h19swdmhrzj2bqg6k-bash-completion-2.11' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/998dslkrxmcp2q7n5q7ijnh6mhrl8i1h-bind-9.18.8-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/w75xc63xv84rw4r31ymhhwhpgx7hwd2s-boot-error-assets' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/kk31gv41fygn814w4pk67kwdh40vf6jy-busybox-static-aarch64-unknown-linux-musl-1.35.0' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/2zi4i6i1a2cmxpxcn7ccsrgxg348yyy6-bzip2-1.0.8-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/6vmzn89l6s25r514aqig35r75lqh03qi-coreutils-full-9.1-info' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/7ircnh1w5gnbdr3kwqrq8jad3i0h3as2-cryptsetup-2.5.0-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/c7mgppkqdzrbsy6avkicq4mn47wwn6dr-curl-7.85.0-man' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/8m3sll6xhg8h0c8jnrvlfxx6aw2gla4r-dejavu-fonts-minimal-2.37' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/f2svfsm350vnxpp0q3dvkl03090bb24l-diffutils-3.8-info' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/6c3m0p318qn5691fi7qfvy8qzmfx495k-dns-root-data-2019-01-11' to 'local'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/3gzsb1h4gq5ivxcgxp5bdlkg8031mxsy-docbook5-5.0.1' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/samrvhpsnmjlqacvaaqycall1h9si1kc-dejavu-fonts-2.37' from 'https://cache.nixos.org'...
oct 07 09:56:33 nixos installer[1154]: copying path '/nix/store/gh55cr6zrnliv0hkhdp357y6kd6p9bh9-documentation-highlighter' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/bc8xysag478215d8kv3sv8mxc4h81d29-empty' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/x40lfqxhzcmckkbpd2f6f7cyjky0i5w7-fa2b50d61364fbe3d6e2c655804605221ed43dce.patch' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/h51cf5n0hd0y6axmnxbi3xhidg0i5zld-fc-10-nixos-rendering.conf' to 'local'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/vnmixdz4hyc7ycl6zbq5i81d2fjwq2bi-fc-52-nixos-default-fonts.conf' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/zmd7am8ljqd4v8zdwabbzdv8dlqmxmf0-fc-53-nixos-reject-type1.conf' to 'local'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/smzmwh7340xbsyv4h1i0xzzci19k6g8s-fc-53-no-bitmaps.conf' to 'local'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/0x5rmf78kby5ffciw3h86f0zxsqvxa7x-font-adobe-100dpi-1.0.3' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/cnisay55xkrpslx7qj91293wvl9016fd-font-adobe-75dpi-1.0.3' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/9fjwww7v63pw89qs25pcg45f9aw2jbhf-font-cursor-misc-1.0.3' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/bvlspcnrxls32wljdai4cj6r6bfb9lsi-font-misc-misc-1.1.2' from 'https://cache.nixos.org'...
oct 07 09:56:34 nixos installer[1154]: copying path '/nix/store/fq4l366kby1vr0c8d28k87p50cbmf4n1-fontconfig-2.14.0' to 'local'...
oct 07 09:56:35 nixos installer[1154]: copying path '/nix/store/y1hybm8h1kln0hg06c42m4g1wsblc0ig-freefont-ttf-20120503' from 'https://cache.nixos.org'...
oct 07 09:56:35 nixos installer[1154]: copying path '/nix/store/6z1v0jxvaksk7lx5m7yg9m7n8hxxmr1v-freepats-20060219' to 'local'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/ljdcf254niqjw3jgsi0w5izkq85cik4f-gawk-5.1.1-info' to 'local'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/1i7hygpl1c9ivha11ak636iy3pa8ph52-gawk-5.1.1-man' to 'local'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/62zbqbgrgz65p9ycz11kig705c1220ri-gnu-config-2021-01-25' from 'https://cache.nixos.org'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/94dxp6vln1f779k5van8y3kn0gqzpk99-gnused-4.8-info' to 'local'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/c3fwr1lajklrsb3y10m09naavxjsv0xb-gnutar-1.34-info' to 'local'...
oct 07 09:56:36 nixos installer[1154]: copying path '/nix/store/q8fnhd8pafravfi5vwgqhfq1hiixn6wg-gsettings-desktop-schemas-43.0' to 'local'...
oct 07 09:56:37 nixos installer[1154]: copying path '/nix/store/vsrwgmf5fz536wyrrriqmb8wqvcc6vlh-gui-assets' to 'local'...
oct 07 09:56:38 nixos installer[1154]: copying path '/nix/store/dbn507rrsmgmdxwknhb3554nmkl0kvgi-gyre-fonts-2.005' from 'https://cache.nixos.org'...
oct 07 09:56:38 nixos installer[1154]: copying path '/nix/store/477wjwpyrcwkxnvziypcmprr87ahsk7l-gzip-1.12-info' to 'local'...
oct 07 09:56:38 nixos installer[1154]: copying path '/nix/store/nqfbbmyg2zj5cxpqs9i7gxrnmamy69c9-gzip-1.12-man' to 'local'...
oct 07 09:56:38 nixos installer[1154]: copying path '/nix/store/ah9gyp7rxak9ig2q829myn6172jn302f-hack-font-3.003' from 'https://cache.nixos.org'...
oct 07 09:56:38 nixos installer[1154]: copying path '/nix/store/f1g7w279jai1jz1hgiwjpya5da2v1zqm-hicolor-icon-theme-0.17' to 'local'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/bsiagnc5h0y3pq7g3hvgcr1bb8nb2gfd-hook' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/ws0pwmy1h344hdqracjbbg5jj9cwr9db-hook' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/ymg1dwd17i45zlqc6f0pi2qf2b40k1lj-hook' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/z3ah186mz8nb3vncgrhjl8spx9ifcvh8-hook' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/535c71zxq99lvb0ii9kaxx5qri6slazc-docbook-xml-4.5' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/869hr3fspv03scad97aw7wv38jh9dpmz-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/99nvia0wgdq7viairn7qz7hdhkpsw1v1-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/gmifv392bw84c68gjy398dxhbp7qsf15-adwaita-icon-theme-43' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/nw3rfzsw3r7gk878i308ja21jb28gh7b-breeze-icons-5.99.0' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/i5nywkz6wc25s0ias3ggv0z3k1dg4pxc-iana-etc-20220915' to 'local'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/gq5h024lbzi3d13l0rbsbfw16kzzhsf9-imagemagick-7.1.0-51-doc' from 'https://cache.nixos.org'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/n90j3bh4zs5zs5g0vinak05fcmndmrcr-iptables-1.8.8-man' to 'local'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/w1xci299v0kk8r7mbp0l5rjysw259fkn-iso-codes-4.11.0' to 'local'...
oct 07 09:56:39 nixos installer[1154]: copying path '/nix/store/gsk239dllckp44c8sc7ijqffp7smpdxz-kdesignerplugin-5.99.0' from 'https://cache.nixos.org'...
oct 07 09:56:40 nixos installer[1154]: copying path '/nix/store/327mqiqq4vn6dalxnd7r9iys7bb1grd0-kjobwidgets-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 09:56:40 nixos installer[1154]: copying path '/nix/store/fy5wjfbh4qyrsvhn0w1738yhy340xqcf-kmod-blacklist-28-1ubuntu4' to 'local'...
oct 07 09:56:40 nixos installer[1154]: copying path '/nix/store/kc0jvlkbixw74qqgpjz6g83d61w0mrb7-kmod-debian-aliases.conf-22-1.1' to 'local'...
oct 07 09:56:40 nixos installer[1154]: copying path '/nix/store/0v4bijkg3j2kyy8g85dadv46zjnwdbrz-kparts-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 09:56:40 nixos installer[1154]: copying path '/nix/store/xj7mmm75wr21jkqxcy77qgl4x4l9h70w-kwayland-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 09:56:41 nixos installer[1154]: copying path '/nix/store/7nd6s94jbknsy8vffmbiwiq3p93yqp8h-lazy-options.json' from 'https://cache.nixos.org'...
oct 07 09:56:41 nixos installer[1154]: copying path '/nix/store/8ilabryf8z2yx7v76nhnijsiw5agkfx1-liberation-fonts-2.1.0' from 'https://cache.nixos.org'...
oct 07 09:56:41 nixos installer[1154]: copying path '/nix/store/1k3iqlci2shs36ach45bqicnbb7wpfkw-libhwy-0.15.0' from 'https://cache.nixos.org'...
oct 07 09:56:42 nixos installer[1154]: copying path '/nix/store/8xc29v0yhsng2zrz7f488ia0brd08ldn-libressl-3.6.0-man' to 'local'...
oct 07 09:56:42 nixos installer[1154]: copying path '/nix/store/a8j6d2nasf2pp24zk887agysydgi4aky-libunistring-1.0' to 'local'...
oct 07 09:56:42 nixos installer[1154]: copying path '/nix/store/3nz5sl6h3rpdwlmb29102qcpqsycwbb2-linux-firmware-20221012' from 'https://cache.nixos.org'...
oct 07 09:56:43 nixos installer[1154]: copying path '/nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591' from 'https://cache.nixos.org'...
oct 07 09:56:43 nixos installer[1154]: copying path '/nix/store/zxi6dq64m2nyznkvbzc5fip8hnl605g3-linux-headers-6.0' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/ykjk4605jxpkdqkmcivxmrfmkiscpmmv-libidn2-2.3.2' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/xqjxygya9brlzfyqsdy0mc01qw7jcc0c-lvm2-2.03.16-man' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/jahl50lcpbgmjaymkrfqwpn0b9rmnnv7-mailcap-2.1.53' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/px3bc532qg2s3icpw7rn48q65xmmsrqg-man-db-2.10.2-doc' to 'local'...
oct 07 09:56:44 nixos installer[1154]: copying path '/nix/store/8qjyjimqabqxg5i83ds4g5y3pz6kyl9k-media-player-info-24' from 'https://cache.nixos.org'...
oct 07 09:56:45 nixos installer[1154]: copying path '/nix/store/hk0nm6ib7rifnd6gk5851z24vgznnd1p-minimalX11Config' from 'https://cache.nixos.org'...
oct 07 09:56:45 nixos installer[1154]: copying path '/nix/store/v3s42i9ldwqrgkcjf4fkf6j787cahgqz-mobile-broadband-provider-info-20220725' to 'local'...
oct 07 09:56:45 nixos installer[1154]: copying path '/nix/store/fihzspvjfr27v5bm6v2qan23w2x16c4p-nano-6.4-info' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/f6vg6sdb1nf0nrxdwcwiack8fbg25rag-ncurses-6.3-p20220507-man' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/l68n98vgxqfc4iypp3421w8x8praf0r9-networkmanager-1.40.2-doc' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/9zag83z7zc8msan2hlrk61w1yafinmbb-networkmanager-1.40.2-man' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/551iyrmjgzm0rqgr6jppap7z0k12sjy3-nghttp2-1.49.0' from 'https://cache.nixos.org'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/ffswrp4ds5jyymkr263vgw0sn3n51kki-nix-2.11.0-man' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/2wkk4pqibckf2i1234f1knpgh72qwpmg-nix-bash-completions-0.6.8' to 'local'...
oct 07 09:56:46 nixos installer[1154]: copying path '/nix/store/qb82wpjaf3j6pswhk73rkcd43si2nb1w-nix-wallpaper-simple-dark-gray_bottom.png' from 'https://cache.nixos.org'...
oct 07 09:56:47 nixos installer[1154]: copying path '/nix/store/vdql1j5sgcpx69hl0cl11bbbi02dqczi-nixos-icons-2021-02-24' from 'https://cache.nixos.org'...
oct 07 09:56:47 nixos installer[1154]: copying path '/nix/store/5pmiwq8fc5n0d0cag5k3326lga4j5rpp-nlohmann_json-3.10.5' to 'local'...
oct 07 09:56:47 nixos installer[1154]: copying path '/nix/store/g9pb1wp3siq1dnpds0ss72w4ny41bbaf-noto-fonts-2020-01-23' from 'https://cache.nixos.org'...
oct 07 09:56:47 nixos installer[1154]: copying path '/nix/store/lhgk4w5q2skx2579pq9isv0qrl6li4sh-noto-fonts-emoji-2.038' from 'https://cache.nixos.org'...
oct 07 09:56:48 nixos installer[1154]: copying path '/nix/store/j1sy9alqarbnzxpjd9xa9nhxq0svahn8-nss-cacert-3.83' to 'local'...
oct 07 09:56:48 nixos installer[1154]: copying path '/nix/store/4ni30i3g5r94nqxaqf9bbn0gnfqjd88p-nss-cacert-3.83-p11kit' to 'local'...
oct 07 09:56:48 nixos installer[1154]: copying path '/nix/store/fj5dvr0ng2mr1xqbkkdbn4kag022a7f4-null-modules' from 'https://cache.nixos.org'...
oct 07 09:56:48 nixos installer[1154]: copying path '/nix/store/s1ahbrsjq4gkblaprs2pzz00vz0rflm8-options-docbook.xml' from 'https://cache.nixos.org'...
oct 07 09:56:49 nixos installer[1154]: copying path '/nix/store/jisk9lzhld7akh65x21hyd7q4wwlj9df-oxygen-sounds-5.26.1' from 'https://cache.nixos.org'...
oct 07 09:56:49 nixos installer[1154]: copying path '/nix/store/wmlarwpdlyaqb66a3p4pnch0c86b3n89-a52dec-0.7.4' from 'https://cache.nixos.org'...
oct 07 09:56:49 nixos installer[1154]: copying path '/nix/store/y3yb8rc7kjlf364pg0mkz947nr60c2zc-alsa-lib-1.2.7.2' to 'local'...
oct 07 09:56:49 nixos installer[1154]: copying path '/nix/store/g9kcc17lwvy83zavjndc171g36vd9b5n-anthy-9100h' from 'https://cache.nixos.org'...
oct 07 09:56:50 nixos installer[1154]: copying path '/nix/store/3h0x9gp4vpp5cxiqnb5jspqib21zpjmp-attr-2.5.1' to 'local'...
oct 07 09:56:50 nixos installer[1154]: copying path '/nix/store/dmppsrqfsinbzgpzsx6n4axf5w5vkv5b-aws-c-common-0.7.4' to 'local'...
oct 07 09:56:50 nixos installer[1154]: copying path '/nix/store/qch2knssdl539d62n8rwl23vaf9hycdh-acl-2.3.1' to 'local'...
oct 07 09:56:50 nixos installer[1154]: copying path '/nix/store/nprvd6h3px8vnrak5am8lmpd5h0n1bq8-attr-2.5.1-bin' to 'local'...
oct 07 09:56:51 nixos installer[1154]: copying path '/nix/store/7naqi11wp06f1p4yfnly1sg56c04rlmb-acl-2.3.1-bin' to 'local'...
oct 07 09:56:51 nixos installer[1154]: copying path '/nix/store/pgbi725qhchln5y2jja05y48b75c6f6g-attr-2.5.1-dev' from 'https://cache.nixos.org'...
oct 07 09:56:51 nixos installer[1154]: copying path '/nix/store/kksvn0c0n4znl5bcbdm9ql2742ax0xp1-acl-2.3.1-dev' from 'https://cache.nixos.org'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/xv7qxgmgq8v8mi81gzzpjlfi8vqhh3d4-aws-c-compression-0.2.15' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/ghx8rzyab8zasj603fhs581jwdsmrskw-aws-c-sdkutils-0.1.3' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/wk350hgvkgl17pmxrd8mhr751vx8hkz4-aws-checksums-0.1.13' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/928hn1lrs5qcnszh3iw8f8dldrv4d6r3-brotli-1.0.9' from 'https://cache.nixos.org'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/jhqashabddyh9g8kix0k62mypbhhpx1w-brotli-1.0.9-lib' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/xicdf27w22kykw8bhyz50v5fmdgwv9nd-audit-2.8.5' to 'local'...
oct 07 09:56:52 nixos installer[1154]: copying path '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0' from 'https://cache.nixos.org'...
oct 07 09:56:53 nixos installer[1154]: copying path '/nix/store/8nkf7n1sf770xggil2a1rhy0sskga8mh-audit-2.8.5-bin' to 'local'...
oct 07 09:56:53 nixos installer[1154]: copying path '/nix/store/28k6g7dn9lzqn9xlh0bglf588l20858c-brotli-1.0.9-dev' from 'https://cache.nixos.org'...
oct 07 09:56:54 nixos installer[1154]: copying path '/nix/store/yr53s2qy9rdd0qdab9ff7f8nfj01jjja-bzip2-1.0.8' to 'local'...
oct 07 09:56:54 nixos installer[1154]: copying path '/nix/store/fy6vglriv03pxbi3skgamnpph7dl8xcc-c-ares-1.18.1' from 'https://cache.nixos.org'...
oct 07 09:56:54 nixos installer[1154]: copying path '/nix/store/hc01q9zvi42jfz2f3kib8j4pjwjpdsas-bzip2-1.0.8-bin' to 'local'...
oct 07 09:56:54 nixos installer[1154]: copying path '/nix/store/pzs0cqwf4pks6qmrjxmspn9n4blh8jbz-c-ares-1.18.1' from 'https://cache.nixos.org'...
oct 07 09:56:55 nixos installer[1154]: copying path '/nix/store/x7rb6dzcd3anyy4xscbhvh8gfsy9kxzl-bzip2-1.0.8-dev' from 'https://cache.nixos.org'...
oct 07 09:56:55 nixos installer[1154]: copying path '/nix/store/7gyf0ma07hkh5k1r0bhzgv49j6fqc7pn-cdparanoia-III-10.2' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/hd9j2wnfcwg271gcgz9826dn0j5ls1ql-c-ares-1.18.1-dev' from 'https://cache.nixos.org'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/4vkz53gxnwpj9psr0kzj24vwwis583c8-cpio-2.13' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/mr670f8j45ndbycpn4g63l7lbv55kxpi-dav1d-1.0.0' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/4b08hp25p4ikn6dv9y556sch7aq5w64q-dosfstools-4.2' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/hdl4db1rpdzykfywrzbm9vj6q484wx3l-duktape-2.7.0' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/ladhd0d33k5m5gpgch38k017h3jcd4qx-ed-1.18' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/7ww0rzbzgrb20dsv1dm474d7algq82m0-editline-1.17.1' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/kpxp0j39a5j5sld2dvd46b0kb99y2hic-ell-0.53' to 'local'...
oct 07 09:56:56 nixos installer[1154]: copying path '/nix/store/m3q6f6d011s923z09c5wcda6ivdccq5c-expand-response-params' from 'https://cache.nixos.org'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/mzk8c9lz5z86yxlddaxska3g3a4d5vw7-expand-response-params' from 'https://cache.nixos.org'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/phcb1npg9rv2261082g6lw05vlvvivzh-expat-2.4.9' to 'local'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/18iq0pv1wwxya3pp1nwv3m0k8ck2894r-faad2-2.10.0' to 'local'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/v6gwiwi5qm79090s3vk4093qvpfls5jl-expat-2.4.9-dev' from 'https://cache.nixos.org'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/28py1s0jjsc2pryb584chp0ngyb5vyvl-fdk-aac-2.0.2' to 'local'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/j8151l4g2z26ijlf6srgck5r5kjhy6w2-flite-2.2' to 'local'...
oct 07 09:56:57 nixos installer[1154]: copying path '/nix/store/w1bakv68k6vadx3kgin27za0b0rys178-font-util-1.3.1' from 'https://cache.nixos.org'...
oct 07 09:56:58 nixos installer[1154]: copying path '/nix/store/i877ihgmmg700cflf5n35lbacbvl8a5x-fribidi-1.0.12' to 'local'...
oct 07 09:56:58 nixos installer[1154]: copying path '/nix/store/kca4szp724b1zdb2s907vsl29vw95v8j-gawk-5.1.1' to 'local'...
oct 07 09:56:58 nixos installer[1154]: copying path '/nix/store/x6hamclby00zr2hf4qqngm6j8v3hxfx2-gcc-11.3.0-lib' from 'https://cache.nixos.org'...
oct 07 09:56:58 nixos installer[1154]: copying path '/nix/store/bz7n1a6gv94yb20a3a8v621yfzvfwls8-gcc-9.5.0-lib' to 'local'...
oct 07 09:57:00 nixos installer[1154]: copying path '/nix/store/7is5rgj270mgnzlrvh3xbiinyynp2y0p-gdbm-1.23' to 'local'...
oct 07 09:57:00 nixos installer[1154]: copying path '/nix/store/pk6c5kh65kr30ry1wcvnsbi90qd3ban1-audiofile-0.3.6' to 'local'...
oct 07 09:57:00 nixos installer[1154]: copying path '/nix/store/93fxqd0prbfwbnha89zhqk38vnb3f74c-boehm-gc-8.2.2' to 'local'...
oct 07 09:57:01 nixos installer[1154]: copying path '/nix/store/gqr8kfrlv8farijgh7d7bn765c6xvcsc-boehm-gc-8.2.2' to 'local'...
oct 07 09:57:01 nixos installer[1154]: copying path '/nix/store/k9jf4ciq4052k2ycrgimd1j8i10i6zcy-db-4.8.30' to 'local'...
oct 07 09:57:01 nixos installer[1154]: copying path '/nix/store/ywi90mannvdn9s5v83g91hpyn27kmgqd-db-5.3.28' to 'local'...
oct 07 09:57:02 nixos installer[1154]: copying path '/nix/store/ldcvlnfzvy757kxcx9k2191qsfywjzp9-game-music-emu-0.6.3' to 'local'...
oct 07 09:57:02 nixos installer[1154]: copying path '/nix/store/lba9i4m83k5p6jq326wh2jw75zx71fzf-gettext-0.21' from 'https://cache.nixos.org'...
oct 07 09:57:02 nixos installer[1154]: copying path '/nix/store/86117znq5fakblh6pikkrgbi4f2xvfjn-gfortran-9.5.0-lib' to 'local'...
oct 07 09:57:02 nixos installer[1154]: copying path '/nix/store/8763nv9mrax27lw2qghm8gmpn9kask5s-giflib-5.2.1' to 'local'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/mzjajkiylwrdg05ai8g10f1w3xqaqbwc-glibc-2.35-163-bin' to 'local'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/bs3agmh1gzhmzfv1vfq3flmhxdj22v4x-gmp-with-cxx-6.2.1' to 'local'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/hm8wkk1rj0i6swmcwk3w21dwj3szcp29-gmp-with-cxx-stage4-6.2.1' to 'local'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/9acc5qyq5i52kiimx9in3jci10yym8sy-gmp-with-cxx-6.2.1-dev' from 'https://cache.nixos.org'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1' to 'local'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/v32wx6ndq99yq4zxswij5i6h2yz69sa5-getconf-glibc-2.35-163' from 'https://cache.nixos.org'...
oct 07 09:57:03 nixos installer[1154]: copying path '/nix/store/pdxd9l2kx2gzva45kw75knr605iryrvp-fftw-single-3.3.10' to 'local'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/wnp9y76vb2jydmpy044lamz7f9axh9d0-diffutils-3.8' to 'local'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/ainmcrwm0jhm2akr7rifanvgk176a5i8-findutils-4.9.0' to 'local'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/k2s89ygvx457d13bgfwz55fyk0q9znmx-getent-glibc-2.35-163' to 'local'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/igpnbnvaz8a709k57k6sl5xlbfmfp7rm-glibc-2.35-163-dev' to 'local'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/6cbinx5kr0iplnb08li82i1z76z361y3-gnum4-1.4.19' from 'https://cache.nixos.org'...
oct 07 09:57:04 nixos installer[1154]: copying path '/nix/store/25pld8zxhnw56dda6iqikgmng2fv4gh9-gnumake-4.3' from 'https://cache.nixos.org'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/x6cl428bgvgs8mrypcjhk4dpma7jm04z-gnused-4.8' to 'local'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/bll5ngd7c4vn9lyr5x1bjam1azrqng6r-gnutar-1.34' to 'local'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/cfzfccykhbhwbi67d6nymn4sarqinid2-findutils-4.9.0-info' to 'local'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/xqv30mvj0wgg27djpfcyy343733mvs6h-bison-3.8.2' from 'https://cache.nixos.org'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/w5wf1mqihkag2ld2vdr2yc3fqryi5qkh-flex-2.6.4' from 'https://cache.nixos.org'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/jz8hkxd76rxb7ck7f54b0sk78b96p02i-graphite2-1.3.14' to 'local'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/90lj2yc52is57bwkv75pkjd7422s2l4z-groff-1.22.4' to 'local'...
oct 07 09:57:05 nixos installer[1154]: copying path '/nix/store/43hl9nahmgayfx08azwsql9zjqzyi0iy-gsm-1.0.20' to 'local'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/bi95wbx42rbvwqrhnfbp1fzn2a8w72ib-gzip-1.12' to 'local'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/gnscv5nl65v2ys8bnb614jkxy2pm9clm-hardshutdown-0.0.1' from 'https://cache.nixos.org'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/xh0dj98h04bxc7xwlmkvyhvn1p3fxd3g-hook' from 'https://cache.nixos.org'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/51kyr20gqk2jrzak300ly5swi660bkc7-icu4c-71.1' to 'local'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/n5dq27y0p3l7ajwac174imk5y1z41as4-ilmbase-2.5.8' to 'local'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/pyr41x1x7q3n99x14479l0yq96q4j7s1-glibc-iconv-2.35' from 'https://cache.nixos.org'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/36sq0pwh4i6ig7dc092fcp3rc5nqk9vw-ilmbase-2.5.8-dev' from 'https://cache.nixos.org'...
oct 07 09:57:06 nixos installer[1154]: copying path '/nix/store/4w5r4h93lzxzlkgqjyhi5szg5c7cy6wg-inih-56' from 'https://cache.nixos.org'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/0sz7p61bf71gy8q1vy0241k59cwixbh5-isl-0.20' from 'https://cache.nixos.org'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/phg06if0vzb1zc9kbq3adrvsdc2hpq98-jansson-2.14' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/lif38ailp3d54pbyjxl3bnw0105h1irw-jemalloc-5.3.0' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/a0a3zlfjwf2dvxymc29bjd5skdv28yvq-json-c-0.16' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/vxcn5k8pfn6s6ff7vz8is2c0dkwzrn0g-keyutils-1.6.3-lib' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/rjdgkxq464p2w6ajf957faya9lan5rlw-lame-3.100-lib' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/55wzdf9pzjabswr36llv7diabg4lsb63-lcms2-2.13.1' to 'local'...
oct 07 09:57:07 nixos installer[1154]: copying path '/nix/store/vqb595pwi18pxccv063xmzhb9q74hbif-ldacBT-2.0.2.3' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/02278j40by4jg3axwcsxgkihbllbbsr3-libICE-1.0.10' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/zhv6yi32ir6mbgwc18f0p04lwfywa4yd-libXau-1.0.9' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/i3ggkl2jfmlhid1wic5jsahj0xrzyh7c-iceauth-1.0.8' from 'https://cache.nixos.org'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/8x50n1pvlaf8vxcf4k7ibm8j3sflk9nn-libICE-1.0.10-dev' from 'https://cache.nixos.org'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/ri471yq4wx5lhbhcqcprgv4msmgw0npg-libXdmcp-1.1.3' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/cyphy1nqf8d376clmpqi92q7iwxx9ysq-libaio-0.3.112' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/lycxg119m76j5h4nj0fg1rh84c740fk2-libapparmor-3.1.1' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/qlfaijlqw58qqbdg5g06kbjf7xygi3ll-libasyncns-0.8' from 'https://cache.nixos.org'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/cfif78i9knm3vaxyh4kf9blzwl6d8mr4-libcap-2.66-lib' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/yww04d1p7p6qanqzm997gzlbcb53qlg4-libcap-ng-0.8.3' to 'local'...
oct 07 09:57:08 nixos installer[1154]: copying path '/nix/store/glwxk1b50xn1hrk85xzcri327sv4f0kr-iputils-20211215' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/gnahwpll0lzr53imckz2smmks7ik98hl-libcap-2.66' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/2gb5483y2c7vk68wxaj07jdrb2dmjj64-libcbor-0.9.0' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/vf277ncbwdfdbblbak23md28574pjh85-libcap-2.66-doc' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/xn4aml5p1anvb62ppd2wsy6yii0s2c6y-libcap-2.66-man' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/1006qkwwafhjhzm10i7zy7csafp3fyh3-libcddb-1.3.2' from 'https://cache.nixos.org'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/n6dkrrhnsagdi9mszvvkwnf3h5ax57yv-libcerf-2.1' from 'https://cache.nixos.org'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/xhi9yz5idls5jfnzs95ziq8w3y1q5rnm-icu4c-71.1-dev' from 'https://cache.nixos.org'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/acx1cs05ir5navr835kkl73qj8siw1li-libdaemon-0.14' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/xicaz18b36g25w6icdi6iw1d0yr74ggx-libdatrie-2019-12-20-lib' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/6wbhr39lnssbwm2mwhdq4hr8rxivjskf-libde265-1.0.8' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/xrjpis447d75z0pfg4arijrdw852f4aj-libdeflate-1.8' to 'local'...
oct 07 09:57:09 nixos installer[1154]: copying path '/nix/store/drixwppxf1lzdg80ldbyrbalyzbvd8x9-libdmtx-0.7.7' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/wy4kwmm5m5hsz77zwjklnpb1dmzn74z6-libdvdcss-1.4.3' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/vgn2mdgmpi875r6wm9q3qpp5n87n1a2y-libelf-0.8.13' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/j6rbw9mp5va81d05ygsyfz9rxlgyq7sg-libev-4.33' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/i2nakv95g0kl17hqr5y1qq4d1ajd0r99-libevdev-1.13.0' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/spdqnk8d6prgqgn1ra323c26h9smsxyy-libdvdread-6.1.3' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/ifd0mkvhzdp9i94v2g2p2scralv33q9g-libevent-2.1.12' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/8imj78ka9qszlr59azb327yr82afxgd9-libffi-3.4.3' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/kzl0sxq4hprmlrnbvjn2bglzs2h8pfii-libdvdnav-6.1.1' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/j66w35jsncr3cnii15ia30x9bfw485fp-libffi-3.4.3' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/mkmbwkn6g0sw5ckfhba0ik506lmihysx-libfreeaptx-0.1.1' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/npbh3advs8r59cyq2xikvdbqadaqg83p-libffi-3.4.3-dev' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/lixf2h7mj0i974yxavwwcnjs3wmvhdms-libgpg-error-1.45' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/kqvicb8ynmj14n7girl2nlnhyp5gynnv-libgpiod-1.6.4' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/i8ppz42hyybfxwz3sw9vbs8vwmg6xpcx-libidn-1.41' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/wsgnqj4bag2i28gx93hhp9p1q3y0yi9d-libidn2-2.3.2-bin' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/v7bmx14n55yhag8i99r58xbn6c66vbk2-libjpeg-turbo-2.1.4' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/8wipnp8g3gv07q21n19qgi7c030qaks1-libassuan-2.5.5' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/biv2118mzj5s6dj507daxsa0ssm85f18-libgcrypt-1.10.1' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/i4vxrpnhs74xcbpqa12wc94wczjrywdq-libkate-0.4.1' to 'local'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/l1q8d9fiwg59bypiiiv7ih7sjqgvz381-djvulibre-3.5.28' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/n7924q8w892wa35yypwmnkgpn432axj3-libjpeg-turbo-2.1.4-bin' from 'https://cache.nixos.org'...
oct 07 09:57:10 nixos installer[1154]: copying path '/nix/store/p9k7lm72mfx2s04x51qchan97z8hf7wc-libkrb5-1.20' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/cxrqrjx7pan6zb62x1aaki63n38pwq07-libksba-1.6.2' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/kmlj2mlfhv5l8h2aiaclpmps48xa41xx-libkrb5-1.20-dev' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/3fqk0m4yqqhqy612isdmlzxl6gnlys03-libidn2-2.3.2-dev' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/q62yyb4phx8vl0g06dbxgc166dqnrv7a-liblc3-1.0.1' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/pnnch4g4lbj0pvx4hm91dx2vqm2djx7z-libmicrodns-0.2.0' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/zdjlidwcbmvvyp5m3fknc0fvyzzirfk1-libmnl-1.0.5' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/hblkkygakxkgr7js82dnln1nmraw52k9-libmodplug-0.8.9.0' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/7pp1k9igricrdk5bp7a1f01ccxniqnph-libjpeg-turbo-2.1.4-dev' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/9mb743mvv4kanaxh84yxijf6izq4xncg-libmpeg2-0.5.1' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/bhpyqkjv2s15nx112kp50gq7vm744q1i-ethtool-6.0' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/4bbwwsv57y3m1cbslhzmppzsh5jzprvs-libndp-1.8' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/jqlk2v1nh8a25l9i56dlxh7n6qah9kfx-libnfnetlink-1.0.2' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/xy00qi2nsqndh82q8rk3sxvkg0966p5d-libnftnl-1.2.3' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/sdwwqgwznj1jay2lybjz7zvg2nsxrpqv-libnetfilter_conntrack-1.0.9' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/30m80cn3amnk6p163dwji3jsymvagsag-libnl-3.7.0' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/v5a9skh5d79lvjza7q38hb23rls50y1w-libogg-1.3.5' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/0h9pyzj1khxj856w30j21vyzl7hwil4q-libopus-1.3.1' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/8132vvp2f4rwna3fw4i38jx1rzjmlgay-celt-0.11.3' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/wndjpbhb7i82xdi5sj793im67d1yldam-flac-1.4.1' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/1gl4qask5g3l6hfw4nfygs0dswl8h8dn-libossp-uuid-1.6.2' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/qy1z35zsbvymkgraik36vh26s0vhwhb4-libpaper-1.1.28' from 'https://cache.nixos.org'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/c1mqci0xv3qkm7nabyiw1jb53jdxfz71-libpcap-1.10.1' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/c1qr03fra7ja7chbz00dny9zcaklpaby-libpciaccess-0.16' to 'local'...
oct 07 09:57:11 nixos installer[1154]: copying path '/nix/store/grvkz13vfv1m0n3l0239zsrk1v4nb521-libpipeline-1.5.6' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/a7x60hz3aaxjic65182yzc8mh8frp551-iptables-1.8.8' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/qjd53nsdbyl03zs8r0vq2ifqk77km83i-libraw1394-2.1.2' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/2ndi8hblm073l74q2c1rnpzd1h95dnpk-libdrm-2.4.113' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/p401nnh2gqzv9v0q3584qnlpyfldp0sk-libressl-3.6.0' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/mpk2n54vncrphmhygxgcq6l3a03q6llw-libsamplerate-0.1.9' from 'https://cache.nixos.org'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/db24igk2ky2nw0bq09llwlr877c8fj5k-libavc1394-0.5.4' from 'https://cache.nixos.org'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/7yidpiqayhw18l3ibddwbxnrm9z3cymh-libdc1394-2.2.6' to 'local'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/xj49qb1svximsbmndk89gx6wxvbirh0y-libdrm-2.4.113-bin' from 'https://cache.nixos.org'...
oct 07 09:57:12 nixos installer[1154]: copying path '/nix/store/lsyynci9hap20wblpm2yrgwrinjdfbfc-libiec61883-1.2.0' from 'https://cache.nixos.org'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/whcpzbcgg0pllwiqf340kafiqldi64hm-libressl-3.6.0-nc' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/xjhyrbjwv8bcwjci7w5xpbij1mifsx3c-libseccomp-2.5.4-lib' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/q1cnkcpn17krfg6s48c7jlczrfkqzxgv-libsodium-1.0.18' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/wcvx8z0m4s56vg9yyf1cmnrap6i34r4p-libtasn1-4.19.0' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/8zn1yy0s82z315izms5f4fp0jx94z150-libthai-0.1.29' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/yskd1nqhcpb1aiiljsmsympidwk4s2gp-libtheora-1.1.1' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/08bbvlnds9irmgg5m7l7wbfpjvq3w3a7-libtirpc-1.3.3' from 'https://cache.nixos.org'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/4apyxmspkabw6ps99aa1il5xnbkmzijg-liburcu-0.13.2' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/467p51i7x5779yiw4i6w4xs9h4ip73x0-libtool-2.4.7-lib' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/h9pjwmaqrs4srz9farnh8wqaaij4l3lz-libdrm-2.4.113-dev' from 'https://cache.nixos.org'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/fba2wbp5v61bg4m91vj1si82caj8d765-libuv-1.44.2' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/zm99aicnxf3awmhmzxnk82lbakvr9bdb-iproute2-5.19.0' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/kdak0nn24g8y75nzcxd4j9qgfq1wv40x-libvisual-0.4.0' to 'local'...
oct 07 09:57:13 nixos installer[1154]: copying path '/nix/store/nv2hnaa0lamlbj7qxylsbfr2869balz1-libvmaf-2.3.1' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/ap58c0c01v2w9d4qmac6ziajs700ks63-libvorbis-1.3.7' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/4q72d1dyigr029i7ci231nmd7azsghg8-libvpx-1.12.0' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/yn02mkxb96fcza0l32jg62ixms57rfyk-libxcb-1.14' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/jcbccywhpffqlbhf8k1lpl8hy2j4fv3m-libxcrypt-4.4.28' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/w4lccfndw3wzy38bmc9nvcnp4vwprnxj-libsndfile-1.1.0' to 'local'...
oct 07 09:57:14 nixos installer[1154]: copying path '/nix/store/m1fh128wy450h4iyb2rj7afpwamxrx58-libxcvt-0.1.1' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/whk4g3iqhhbsy44cbrkrm8fqmvavb4q2-libbs2b-3.1.0' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/d3sp66wfyizk0y6nqjp38vgrgqf3cb1d-libxkbcommon-1.4.1' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/0s4kcw3vfq4gsfrlsmv4lx48rvparg1f-libxshmfence-1.3' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/5lvkwj4b01i6gxvb4iz9rjrrjz6vjhly-libX11-1.8.1' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/q8rfrmjf0k1c5c2n5i4njsl3kd5jk3qk-libxcb-1.14-dev' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/7phsq56rs3xlni6kix47cjqnvkgikis9-libyaml-0.2.5' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/qnh2miypk7h3dzk2jv5j6n4lygm4fxg1-linux-pam-1.5.2' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/k0hj8ddnhc44idndcz97ygv0vb6x813s-dtc-1.6.1' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/v6r5sql847cbwf2b478kkk0wzad645cb-lmdb-0.9.29' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/c7znk67db6wfz96ihjidnl2h8dsq7hi7-lndir-1.0.3' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/2f0mb0vxfjkvyfq26ix021s6r5h0li9i-libXcomposite-0.4.5' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/n3ic0rl86bkp4kar8arkgmlpw3yqgi7z-libXext-1.3.4' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/g42ajamygdpym9aspjjgc9vpyvs1c2wx-libXfixes-6.0.0' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/vyxqv6dx6d37sm2csp4bvqbnl67p40w5-libXScrnSaver-1.2.3' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/cqsa98vd7xjbmma67m2ygc3r46svr4s8-libXdamage-1.1.5' to 'local'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/x9vspfkn0q3div8caz478drqgiw1bmrc-libXfixes-6.0.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:15 nixos installer[1154]: copying path '/nix/store/bmbg2svr3156pixw1nj60l73l9cnazqq-libXi-1.8' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/i8y22qylcd3f5s9sii9ilbb41nfkhbw7-libXinerama-1.1.4' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/bcrch1qy4yx3g8m2k31q48vggkngzfvn-libXpm-3.5.13' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/5fx8lxlqqym37n7d0qlikvwk0xkw93a3-libXinerama-1.1.4-dev' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/bqp2w8f72r258b4mnwa3c8lqsalsdkkk-libXrender-0.9.10' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/57q728r26hhkj3yp8h2kbf26xz13sjii-libXtst-1.2.3' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/fvr995msm8kdc4iz05lda5pp47znn8vq-libXv-1.0.11' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/2icsqmc7yqd6n16cf5842qygzq7ryn0i-libXcursor-1.2.0' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/0rfks2w0zm5al72czs8j706ayk4hk0i2-libXcomposite-0.4.5-dev' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/m8gma8y5miawx07y8byrxqbnfwl4f20j-libXi-1.8-dev' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/c4zl7ijwcpkcvajgbw676nxp01znmabk-libXrandr-1.5.2' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/8z81rys3jyjnld9q8nm8rd11f2yd1d1y-libXcursor-1.2.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/y92806r7xsksrsxsx1gv061jvvb14nr0-libXxf86misc-1.0.4' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/226n9ivv6mvf3l37nsb62ldd08w7cw7n-libXxf86vm-1.1.4' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/czim4kc76kz5390ndwdp4p5jqqm6f2a6-libglvnd-1.5.0' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/26wl8h4kf1g8klpprcx1mzxyh384m0f6-libvdpau-1.5' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/qssz79dkbbkfkwgiji7423xmdqizw38x-libxkbfile-1.1.0' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/46iqf1pygjr3pg5p0lsv5xh2myrqkfad-linux-pam-1.5.2-doc' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/71d2nmmzdg1v88jyipiqvblab5gmk10c-linux-pam-1.5.2-man' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/av82vv7cjv8zc5gdg4rpzz0xgra6wzfs-lowdown-1.0.0-lib' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/853n3fhj7382175i8v4ycpx57q0pcqbn-lz4-1.9.4' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/06w6bxlvmw19b76j85gcr7ljzw6lyp9g-glu-9.0.2' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/dd9jiq29bqb9lmj9dj7sv34b9q1kp88z-libGL-1.5.0' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/slg6fxizzsiqk67xyd34h6kx97mvnc0j-libglvnd-1.5.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/vfshbxz20790z01j7b5g640icm357s8j-lzo-2.10' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/n8qgc92y25ypz8501xjkn683wlzg6pyg-libepoxy-1.5.10' to 'local'...
oct 07 09:57:16 nixos installer[1154]: copying path '/nix/store/2v1m6n80lczf19mhp3krnrqd5acamqi5-make-initrd-ng-0.1.0' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/d84fvm94wsaa5583sqa8qand15b7jl4b-map-dtbs' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/p84k6kjkgbqybp9zjigamfl9x0v3pgc6-mcpp-2.7.2.1' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/2w9bi61imn5nn01dy09j4n28shsgyqyd-mkpasswd-5.5.13' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/ad15sa147ih8pl25xn0kj98dzsh6cp5m-libGL-1.5.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/dsrihsfjqyr3ppxlrm2ivzjawwq7f2kp-mpfr-4.1.0' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/rn599772b04yacxd1y134zkb524viaw9-mruby-2.1.2' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/7s8h1b3m3kmwlqw2nlvrb0kcbjwmrbf6-mtdev-1.1.6' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/fvj8d74j8g7j0dbvryjflp7ijysd3a0g-ncurses-6.3-p20220507' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/cz87906jx6m9xjy9bg7a9v584dnqpmpz-net-tools-2.10' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/6vk6j8gq6ixp5xpq82z13wh0m252acp2-netpbm-11.0.1' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/xa5siap08bf5k5bx95brqv01qx5djjh5-libmpc-1.2.1' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/v8vz9fdpg27f03wjf104kla1najy6xva-mpfr-4.1.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/fm98ra8yif5xa5ldpaidbm0qpmb79zwg-nettle-3.8.1' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/qcccpcl3ghnf4w0mrndm3j0h9s662fv9-nghttp2-1.49.0-lib' to 'local'...
oct 07 09:57:17 nixos installer[1154]: copying path '/nix/store/h9q5himq2jvhnwsh3wf7shn0n34si9x8-npth-1.6' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/dzg3wjf44dbf89dbpci4zr7nlqz3kjsz-nspr-4.35' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/8a4kshcdzivqy184w0h1l85rf5a0ldlb-gnupg-2.3.7' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/w4v5nm5icj7qwn7854rl8xjhhvzhs59j-numactl-2.0.16' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/qwv5yjfhgfmi0a0lf2dp5iv79171n9ha-ocl-icd-2.3.1' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/29j1acvrx22bhnaqcrfxxhaq8fqyihgf-onig-6.9.8' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/mdpq22f97bwyqfi2ljyn73f4bfghzr60-openblas-0.3.21' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/wm7p3nfg9jbmbgdsv1y7il2zd88p53js-lttng-ust-2.13.1' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/h6biinnn532jijrz0iycp4zamgmnkx0p-jq-1.6-lib' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/g04yb2q71a1wr0d49879wm26sn859r8z-opencore-amr-0.1.5' from 'https://cache.nixos.org'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/m9f00i23rgb18r7racsf9v8dhdq95aqm-openfec-1.4.2' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/l5niv55b39zfd15k864a5nmpb5j6xc8g-jq-1.6-bin' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/7pll8jpxxmjyyq7kdsa649czzb9026z8-openh264-2.3.1' to 'local'...
oct 07 09:57:18 nixos installer[1154]: copying path '/nix/store/jh5yhvaiaps105p8zzafiyna2jrxnkpv-openresolv-3.12.0' to 'local'...
oct 07 09:57:19 nixos installer[1154]: copying path '/nix/store/fk1693j3g7mic60xx7jav7b1m5bysk8s-openssl-1.1.1q' to 'local'...
oct 07 09:57:19 nixos installer[1154]: copying path '/nix/store/a13mqinxxl01ck70zs7kaqh84zp6qx7a-openssl-3.0.5' to 'local'...
oct 07 09:57:19 nixos installer[1154]: copying path '/nix/store/kcx1n57dxhbixcrq42kmhgfmn07c2fjm-openssl-3.0.5' to 'local'...
oct 07 09:57:19 nixos installer[1154]: copying path '/nix/store/l0vrxgjk6hbc389qvxlsb9q8wv9hm8bk-orc-0.4.32' to 'local'...
oct 07 09:57:19 nixos installer[1154]: copying path '/nix/store/jyg3jpgpkhldryz7dyh736kcgydvhbmm-aws-c-cal-0.5.19' to 'local'...
oct 07 09:57:20 nixos installer[1154]: copying path '/nix/store/3pa21ckd2m4140asncd4lnvcr7flixyn-ldns-1.8.3' to 'local'...
oct 07 09:57:20 nixos installer[1154]: copying path '/nix/store/psp5i74jmm1hcsidnkv7s4373rrn251v-cyrus-sasl-2.1.28' to 'local'...
oct 07 09:57:20 nixos installer[1154]: copying path '/nix/store/zb8yfbcrrc9f20bwl6gvrf9l7y7wmr40-libsrtp-2.4.2' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/nvb429g6byw8r1mk455ywiqbin0dnbvz-p11-kit-0.24.1' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/1r4lq89g7841vcnxq2kgmq7ij3ygmqmp-patch-2.7.6' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/y2ghhyhm5dkmsppn9q6gkg6fgswd6qff-coreutils-full-9.1' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/v139w0h48zb2dprh0vxslz2hchhljzyk-patchelf-0.15.0' from 'https://cache.nixos.org'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/bsi61j941j9763l8rk0n1v4l0xcyxysy-pcre-8.45' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/mqvmxrb88j36i00bc3nf365avwmww69f-pcre2-10.40' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/c25cs8a2df2k0j461vp7awxb172izidx-gnugrep-3.7' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/2ii124nd257s1y7ljr4gzjrvrh7l7xsn-libselinux-3.3' to 'local'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/4xz4i9mbhlya895jrbaaw9dkm4az515w-editorconfig-core-c-0.12.5' from 'https://cache.nixos.org'...
oct 07 09:57:21 nixos installer[1154]: copying path '/nix/store/v92zrxh2m6vg8xl3j6dcizpnib47hcmc-bubblewrap-0.6.2' from 'https://cache.nixos.org'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/5pv551a7g38x1b6gwhlg82dspc8bcq93-libbytesize-2.7' from 'https://cache.nixos.org'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/nfy70ixbznm4sajwsr9nwhc3v99sjkv5-gnugrep-3.7-info' to 'local'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/85a0hzi8l308av641jxzi4xhvsirp1nl-nix-info' to 'local'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/ljp4zk535pahnj1v5ihfqdz9mywqkq28-pcre2-10.40-bin' from 'https://cache.nixos.org'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/i7h8iajpr96k845qgwbx8ak3f5lai0ni-pcsclite-1.9.5' to 'local'...
oct 07 09:57:22 nixos installer[1154]: copying path '/nix/store/wd9390cczsqnid51ln4cxxzsvys9xmvd-perl-5.36.0-man' to 'local'...
oct 07 09:57:23 nixos installer[1154]: copying path '/nix/store/51rb47pajrgfwpcmfrzv2h3s69jfy6ca-perl5.36.0-Encode-Locale-1.05' from 'https://cache.nixos.org'...
oct 07 09:57:23 nixos installer[1154]: copying path '/nix/store/bbyp2givijw47dva2zp3hd1lzvfqscap-perl5.36.0-File-Slurp-9999.32' to 'local'...
oct 07 09:57:23 nixos installer[1154]: copying path '/nix/store/a5ww5mgzj4ix6b5fwqpb3s3q6yp9xg1x-pcre2-10.40-dev' from 'https://cache.nixos.org'...
oct 07 09:57:23 nixos installer[1154]: copying path '/nix/store/gxdbrl92ggwpa3rk7nc9x15bvvx7x7jf-perl5.36.0-HTML-Tagset-3.20' from 'https://cache.nixos.org'...
oct 07 09:57:23 nixos installer[1154]: copying path '/nix/store/vy5slrqvhr19a34snbal4mpsyp32n3a7-perl5.36.0-IO-HTML-1.004' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/ahd40brnrf0qyqpiip5gzb3mvpkpzkqc-perl5.36.0-IO-Stringy-2.113' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/v373p49z4m8vyx0w4jjq4hl4hpnvjhjj-perl5.36.0-IPC-System-Simple-1.30' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/rklgffy4g8626508j3mhz7085l3d01s4-perl5.36.0-Config-IniFiles-3.000003' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/7axji5ab94l3mvsbf7m2ksppcryq7pq6-perl5.36.0-JSON-4.02' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/0rf0hsaxvzlrwx4ir0r69arcqp165wp3-perl5.36.0-LWP-MediaTypes-6.04' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/l3l7hsc13qmgpyj5q6wxnryf27gkrq1j-perl5.36.0-Test-Needs-0.002006' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/fkljm1rqqkn7g3vbrh18c71y2mgpamm4-perl5.36.0-Test-RequiresInternet-0.05' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/y9c3lccsmjp99gvbp613ymrsi4n1mlls-perl5.36.0-TimeDate-2.33' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/5inqiz6ikxahsf21ldsx3bqvsspiah6z-perl5.36.0-File-BaseDir-0.08' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/vz47gxia1c2650lmh8bi940z158sm04v-perl5.36.0-Try-Tiny-0.30' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/h20bi7f8cv9i1q9d1hv3bmzcawar66mg-pine64-alsa-ucm' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/lm8lpbqm38mapvgkp86xb84fyjg88ykv-perl5.36.0-URI-5.05' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/7c0b22cvysi12kxg3s4p13z1c27fjazp-pine64-pinephonepro-firmware-xz' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/7a6cm5h8hm1ck281rnzpynchrfgycbm9-perl5.36.0-Test-Fatal-0.016' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/1dg9ng54k9s6661ngb4rywkh2qbrr143-perl5.36.0-HTTP-Date-6.05' from 'https://cache.nixos.org'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/j574hfz4r0krkqy7khl2dk7k1bn0jqrd-pixman-0.38.4' to 'local'...
oct 07 09:57:24 nixos installer[1154]: copying path '/nix/store/jqri2dpgnldxj6idrv0xk6mwshlk65ga-pkg-config-0.29.2' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/6fmk7xp9lizlpmiz9jnnpk07yn6a11sk-plasma-workspace-wallpapers-5.26.1' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/j70clncdxfad0905zsk96d93wni7p1nh-plymouth-logos' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/hg89i2nif3fy1xgj9rrhpz6vpa01vv6b-perl5.36.0-File-DesktopEntry-0.22' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/4qxn7v5ry00wga6g42f1gabnpqyap8qs-perl5.36.0-File-Listing-6.14' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/6r7l5m4cn0032f8k3i8npglp9x3xm4hz-perl5.36.0-HTTP-Message-6.26' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/q9f8m7ip59gmqmk5iqav55gx2pymmd2z-perl5.36.0-Net-HTTP-6.19' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/ly99c3qp07ijy9liszvjqrw8ylic80lx-perl5.36.0-WWW-RobotRules-6.02' from 'https://cache.nixos.org'...
oct 07 09:57:25 nixos installer[1154]: copying path '/nix/store/60j3n770ac3fgq7fk44d3kb468vvwwki-aalib-1.4rc5' from 'https://cache.nixos.org'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/b44j708756whjzdghlgknwj94c428dw0-gpm-unstable-2020-06-17' to 'local'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/jxk6sqfqa7k7vssa9miml8jmsbrh998h-hunspell-1.7.1' from 'https://cache.nixos.org'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/ig92qlrdfj1cqrf440nsdaffadj6ck2d-less-608' to 'local'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/0skfyiilm4ndb5wbm5sllda7xziilnyh-libcdio-2.1.0' from 'https://cache.nixos.org'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/pqk5x5czlpzafnbahhb9vykisgzvf93z-libedit-20210910-3.1' to 'local'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/bi7r238qm8c21dzpwcz59fc3wlpnm8ly-nano-6.4' to 'local'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/a9qw13lyn8a9flpb0j1zw6whvwq3z877-perl5.36.0-HTML-Parser-3.75' from 'https://cache.nixos.org'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/a2ncns1lh0rfklybl5chr88fvr28laxr-nftables-1.0.5' to 'local'...
oct 07 09:57:26 nixos installer[1154]: copying path '/nix/store/0cxn0388frs374n7nz9fijybhb7vpvg5-perl5.36.0-HTTP-Cookies-6.09' from 'https://cache.nixos.org'...
oct 07 09:57:27 nixos installer[1154]: copying path '/nix/store/42px7pjk6sgzznk8j0c1qqjgnvfzi7ai-perl5.36.0-HTTP-Daemon-6.14' from 'https://cache.nixos.org'...
oct 07 09:57:27 nixos installer[1154]: copying path '/nix/store/fcb62nqyln9fwwd8l0z53wy31s5s0g3l-perl5.36.0-HTTP-Negotiate-6.01' from 'https://cache.nixos.org'...
oct 07 09:57:27 nixos installer[1154]: copying path '/nix/store/jyp53pcc5x8bik463zcg6nslwhj9bv4x-pkg-config-wrapper-0.29.2' from 'https://cache.nixos.org'...
oct 07 09:57:27 nixos installer[1154]: copying path '/nix/store/95sjidmfcwwpkbvl5n9gaxzzbsnhj97r-poppler-data-0.4.11' from 'https://cache.nixos.org'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/cdm2bwpw2f8lalf97nqv96ic1hps2d4i-popt-1.19' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/k05xvd4iyd5zkfapg7w9ff92whsifwhf-ppp-2.4.9' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/4nhcx0ndfa374cgvi6x9sg73prmxmc04-publicsuffix-list-2021-09-03' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/81xaq5v8y3xw6zz0qnc6svr4h5zdcjwp-qcoro-0.6.0' from 'https://cache.nixos.org'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/1hcy26v6xj51csi1vbxvix4syz1h1y62-libpsl-0.21.1' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/ffr41w8cz47pyq3msz22f8zw1jp00j0l-qrencode-4.1.1' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/9cn06s06cqx7i75lyh46zp9yyrwfzw9a-libdv-1.0.0' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/wr2fmhnshvwl8kahxcnr1w336jbpsmwr-logrotate-3.20.1' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/v43iff06j75mbwyvwljcv74wk6qpd9hq-rav1e-0.5.1' from 'https://cache.nixos.org'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/n15ick823h5lh0s235z2aqnf3pfh64yc-readline-6.3p08' to 'local'...
oct 07 09:57:28 nixos installer[1154]: copying path '/nix/store/bg9295hn9fps27a0l7vvj34xkfxx65b9-mjpegtools-2.2.1-lib' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/2rz2jwhmz6qgbiynvwkwgj4mq3l0dyxm-bc-1.07.1' from 'https://cache.nixos.org'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/8c6sf1m9cvrw222h73qnyfwbh774jq6y-readline-8.1p2' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/ic3flqwyxv54z7qbw05jifqxsch72l8f-rhash-1.4.2' from 'https://cache.nixos.org'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/48gv0h3sxhy85d0qmpv3chy10ci3mc8g-bash-interactive-5.1-p16' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/76k0bmmg331sh2iv5nnc3f0z98gyr1wv-s2n-tls-1.3.20' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/l0kvfzvykvp2i9q77jlpxjhk0z3j0ys0-sbc-1.4' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/c67c0z3fkdcbsb7c7j8gxh1msxwscq8h-aws-c-io-0.13.3' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/s1vn3cgr404iczc1k1idxcw1rharcvgq-security-wrapper' to 'local'...
oct 07 09:57:29 nixos installer[1154]: copying path '/nix/store/b6jdwknwbjigzhzidk4xrrqn0v2zxcc1-aws-c-event-stream-0.2.14' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/b9sip2qnjlchf9zasrfnd14wpl6d04pf-aws-c-http-0.6.20' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/89y65ymji98yr7f0kxsgwbr0jjhb2fkd-serd-0.30.10' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/iw3cppp2261incyyv64h2q83wc562jf2-aws-c-auth-0.6.16' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/p87c8r7ybbm5fsqgvijiv4v1z126w99g-aws-c-mqtt-0.7.12' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/c9h7sxiigsi2s4m390c8695jk5kmx0fm-shadow-4.11.1' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/36ykkhf10flj9g85ns4qxg81sbmr0ibs-aws-c-s3-0.1.46' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/ya4973zdk9gaz331dalf93rfr7mwl4yi-shellwords.rb' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/8k8xsl8kdhwxxhr7vx6avyg8nxzdjy9h-bash-interactive-5.1-p16-doc' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/361k5y5hx45hxlhg27w5x8vrzggp64y2-aws-crt-cpp-0.17.32' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/da8lk55fjqcckhhg1r0k3bajk8jvw1ia-bash-interactive-5.1-p16-info' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/ax3i9wiy7s5r2579zjf7r33ccw29757s-bash-interactive-5.1-p16-man' to 'local'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/rrfrh4zy8bmx9bhklpyg3g14ddys6k6a-simple-dark-gray-2018-08-28' from 'https://cache.nixos.org'...
oct 07 09:57:30 nixos installer[1154]: copying path '/nix/store/hkgdwn560cy8xqvxn6r4ibyi4h2x581y-snappy-1.1.9' from 'https://cache.nixos.org'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/kkjb3dh13v7lz7rk2amnip7yqz8rhma3-socat-1.7.4.3' from 'https://cache.nixos.org'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/pdwj2ybvmdcq1q84qbzzljn1m0vb2gcp-sord-0.16.14' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/siyrnbzvb15fhgc77c9xqs9y816n0kjy-shadow-4.11.1-su' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/gv4wq85vlq7mjfc2icg0rs7q2jralf2y-sound-theme-freedesktop-0.8' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/xswhvnabi2mf93kjil4zgg626j4mnpc8-soundtouch-2.3.1' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/xvakyzd5gx2jcgc5s7kj9j6w514i32pa-shadow-4.11.1-man' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/28vb09c36za4znwdw0xgh9kzgdqvxf87-source' from 'https://cache.nixos.org'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/2mdvvj3dx9hnlg4fhkv7zlbbxlnaward-source' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/5994y7n9chs89l6k5sr9icpd1vvgyc3j-source' to 'local'...
oct 07 09:57:31 nixos installer[1154]: copying path '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source' from 'https://cache.nixos.org'...
oct 07 09:57:32 nixos installer[1154]: copying path '/nix/store/p6k0a5ry5p6i12j86bmq9gp7an57gqh8-source' from 'https://cache.nixos.org'...
oct 07 09:57:32 nixos installer[1154]: copying path '/nix/store/smf6ffhakkkazxg5i10cs9y0k7vx70fc-source' from 'https://cache.nixos.org'...
oct 07 09:57:32 nixos installer[1154]: copying path '/nix/store/rjd4k98lajg62cd8rah4c7vdjbygsl33-soxr-0.1.3' to 'local'...
oct 07 09:57:32 nixos installer[1154]: copying path '/nix/store/nkjsxlciqqs5bky9rxafm7cmxmpnmllp-spacebar-22.09.tar.xz' from 'https://cache.nixos.org'...
oct 07 09:57:33 nixos installer[1154]: copying path '/nix/store/nahhaib368m2y8n5j08jhmp6winfh3lk-speex-1.2.1' to 'local'...
oct 07 09:57:33 nixos installer[1154]: copying path '/nix/store/v8znwc7brw2b755iz58knramr1j6ngcb-speexdsp-1.2.1' to 'local'...
oct 07 09:57:33 nixos installer[1154]: copying path '/nix/store/5iqii8wrlgac42dk1pzvri8xhsvjq0s2-libshout-2.4.5' from 'https://cache.nixos.org'...
oct 07 09:57:34 nixos installer[1154]: copying path '/nix/store/d1vbi6vkprqgw8yah28d27dgizjqgacj-sratom-0.6.8' to 'local'...
oct 07 09:57:34 nixos installer[1154]: copying path '/nix/store/khv6b7jsrhdqbhc5zcn6wq8rm0q6ar5g-srt-1.5.1' to 'local'...
oct 07 09:57:34 nixos installer[1154]: copying path '/nix/store/6jx8x6nzvzhj6m0lqvhympw2wfckyh6h-lilv-0.24.12' to 'local'...
oct 07 09:57:34 nixos installer[1154]: copying path '/nix/store/jqvlljswjfg6lhh4pajxl0j2bb6aqxan-sstp-client-1.0.17' to 'local'...
oct 07 09:57:34 nixos installer[1154]: copying path '/nix/store/l56qfmqmi9nhdgbbzsfa05pnd4jyqc39-sudo-1.9.12' to 'local'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/zlav9j5fs4p70ijy69pmbpnpkplj57y4-sudoers' from 'https://cache.nixos.org'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/awx69cw67j7k1idxv4x4ggp5zjl9pbvk-system-sendmail-1.0' to 'local'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/vkbgwqmcgm9s2rj8230wad30qakcbw39-time-1.9' to 'local'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/12s09pzi50ck7580h6wr8zvijvnrjaan-tinyxml-2.6.2' from 'https://cache.nixos.org'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/vbahb014fxnrmj5hzfd70ivsvdd0l8j2-tremor-unstable-2018-03-16' to 'local'...
oct 07 09:57:36 nixos installer[1154]: copying path '/nix/store/0xhi7j7zw3pjin4szy2avhibv99m92ms-twolame-2017-09-27' from 'https://cache.nixos.org'...
oct 07 09:57:37 nixos installer[1154]: copying path '/nix/store/sy81qzg3jaw280klrizlm82bf2yh7f45-tzdata-2022e' to 'local'...
oct 07 09:57:37 nixos installer[1154]: copying path '/nix/store/mr8211h1zwhb7dm8pks90pakawc4xd2c-udisks-2.9.4-man' from 'https://cache.nixos.org'...
oct 07 09:57:38 nixos installer[1154]: copying path '/nix/store/pz0y8pihi7zx3mxv99g7vf4a880hhhla-unbound-1.17.0-lib' to 'local'...
oct 07 09:57:38 nixos installer[1154]: copying path '/nix/store/8vinaw1zdml384lphhi2pbzqdnhllwjb-unifont-15.0.01' from 'https://cache.nixos.org'...
oct 07 09:57:38 nixos installer[1154]: copying path '/nix/store/2ppcjp0xmsjlwqqifnwmv0yvbizvh90m-util-linux-2.38.1-lib' to 'local'...
oct 07 09:57:39 nixos installer[1154]: copying path '/nix/store/pzmkihi7p66yf083dyzkkwd95vfshanm-util-linux-minimal-2.38.1-lib' to 'local'...
oct 07 09:57:39 nixos installer[1154]: copying path '/nix/store/i0v1h1yxhs8gc4gzh239v82f0nijkla7-bcache-tools-1.0.7' to 'local'...
oct 07 09:57:39 nixos installer[1154]: copying path '/nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5' to 'local'...
oct 07 09:57:40 nixos installer[1154]: copying path '/nix/store/1s59830smdiz8jhscawyfykzvv7sxqq9-f2fs-tools-1.15.0' from 'https://cache.nixos.org'...
oct 07 09:57:41 nixos installer[1154]: copying path '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin' to 'local'...
oct 07 09:57:41 nixos installer[1154]: copying path '/nix/store/y27j7n6kyc96gsnr4vpvvg3xs106j1qj-gptfdisk-1.0.9' from 'https://cache.nixos.org'...
oct 07 09:57:42 nixos installer[1154]: copying path '/nix/store/rmrlq1pldni46ci6ad9xqm19kjc8vpcj-e2fsprogs-1.46.5-info' to 'local'...
oct 07 09:57:42 nixos installer[1154]: copying path '/nix/store/rby2qrc79g74l9bl62cg1a79gpnbylhi-e2fsprogs-1.46.5-man' to 'local'...
oct 07 09:57:42 nixos installer[1154]: copying path '/nix/store/jp4bx2plbdfsdyhriv5i8g0mgnbz8dsv-libSM-1.2.3' to 'local'...
oct 07 09:57:42 nixos installer[1154]: copying path '/nix/store/36g9sy985pr0m80sghrvalrmbxjafdj2-nilfs-utils-2.2.9' from 'https://cache.nixos.org'...
oct 07 09:57:43 nixos installer[1154]: copying path '/nix/store/g0n4vjsp5f5ymbfmisnikci8giiajwf6-libSM-1.2.3-dev' from 'https://cache.nixos.org'...
oct 07 09:57:44 nixos installer[1154]: copying path '/nix/store/5p4j9hbsqc9lzdf735x75pj5y90fcf3w-libXt-1.2.1' to 'local'...
oct 07 09:57:44 nixos installer[1154]: copying path '/nix/store/5h8zkmi4j9l1h28g30szhhl8maqw5552-fc-cache' from 'https://cache.nixos.org'...
oct 07 09:57:44 nixos installer[1154]: copying path '/nix/store/47wgf7nqx2n2c4f38iyc206yw3p6gj0a-libXmu-1.1.3' to 'local'...
oct 07 09:57:44 nixos installer[1154]: copying path '/nix/store/40zz8d6gwr7q3s64n9mpq0pg8vfcy9yd-vo-aacenc-0.1.3' to 'local'...
oct 07 09:57:44 nixos installer[1154]: copying path '/nix/store/j3alrb3xjlpwxiic80hi4mnjpjwvp85f-libXaw-1.0.14' from 'https://cache.nixos.org'...
oct 07 09:57:45 nixos installer[1154]: copying path '/nix/store/pk7505py5g9pm1w012d25nhk9097vzi6-vulkan-loader-1.3.224.1' to 'local'...
oct 07 09:57:45 nixos installer[1154]: copying path '/nix/store/vwbcvzs5bnrv8gswj549q35zx3z8aw8n-fc-00-nixos-cache.conf' from 'https://cache.nixos.org'...
oct 07 09:57:45 nixos installer[1154]: copying path '/nix/store/4y4hi1nzhjflbxm9y9w0v79q0cp9pp13-wavpack-5.5.0' from 'https://cache.nixos.org'...
oct 07 09:57:45 nixos installer[1154]: copying path '/nix/store/nd5v51m8ahxfxih23n968xiigs8347js-wayland-1.21.0' to 'local'...
oct 07 09:57:45 nixos installer[1154]: copying path '/nix/store/0602lvnmg5j9icpxjc43ccy12ld1hxpj-fontconfig-conf' from 'https://cache.nixos.org'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/ryz6947wdyjidhwjy8a7jpd6axwgvxq5-libva-2.15.0' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/jf1qk45lzp7n2wig7p38bd8mn258s8s8-mesa-22.2.1' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/8ac4canvnlrivki3lhw9cvgimxvkcfq3-wayland-protocols-1.26' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/yyfb97snwyn1k0ylxcqw1c8pm7a9pv37-webrtc-audio-processing-0.3.1' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/h45qd8bbnv28pdav0s09aapql63cc6j8-which-2.21' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/75fc1pvqx70ka7wsv5cryim2835dh0fg-wildmidi-0.4.4' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/p526gqbjaxwvcfxikw4kgqb47xdf64l9-wireless-regdb-2022.08.12-xz' to 'local'...
oct 07 09:57:46 nixos installer[1154]: copying path '/nix/store/9fw954sflzp7a4wp4msk9kyxdwvvlfxc-x264-unstable-2021-06-13-lib' to 'local'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/i6f4sb55k36hqfnk6mva44n8n92grp84-x265-3.5' to 'local'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/1lmjaghv29vxq9qsxwlvc8ahingymr33-xauth-1.1' to 'local'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/a9g835zgfbqg8nnaz2dwyg7pkc8q2pcc-xcb-util-0.4.0' from 'https://cache.nixos.org'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/grphgfih81mg333arldz24hm5lkbgby2-xcb-util-keysyms-0.4.0' from 'https://cache.nixos.org'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/fdyp2f0s1adrh205fyljc31ih5lfw7c9-xcb-util-renderutil-0.3.9' from 'https://cache.nixos.org'...
oct 07 09:57:47 nixos installer[1154]: copying path '/nix/store/9qbi1lnbf20cixgd5cjx4my3bfk43l1l-xcb-util-0.4.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:48 nixos installer[1154]: copying path '/nix/store/hr67zdkf92fd6q2slcahix2i2fs735zd-xcb-util-image-0.4.0' from 'https://cache.nixos.org'...
oct 07 09:57:48 nixos installer[1154]: copying path '/nix/store/vi1x4rd1m5a8kf3i7qvxms8v4k688cd0-xcb-util-keysyms-0.4.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:48 nixos installer[1154]: copying path '/nix/store/jn5bzhay0dvgz5qpy4ychy34166lzsy1-xcb-util-renderutil-0.3.9-dev' from 'https://cache.nixos.org'...
oct 07 09:57:48 nixos installer[1154]: copying path '/nix/store/f4sw074y2qazdjkp36wrzk9hv8l6i069-xcb-util-wm-0.4.1' from 'https://cache.nixos.org'...
oct 07 09:57:49 nixos installer[1154]: copying path '/nix/store/vsf8mwsqrz1mfjfchqcac1qlj863hpbx-xcb-util-cursor-0.1.3' from 'https://cache.nixos.org'...
oct 07 09:57:49 nixos installer[1154]: copying path '/nix/store/3z2wc64ycs57qixzp4naykk0swqgkgkd-xcb-util-image-0.4.0-dev' from 'https://cache.nixos.org'...
oct 07 09:57:49 nixos installer[1154]: copying path '/nix/store/gxqwymqh2k8bbj142dplcn160v8larnv-xdg-user-dirs-0.18' from 'https://cache.nixos.org'...
oct 07 09:57:49 nixos installer[1154]: copying path '/nix/store/36vvp6y10b4h8gg3q7fm4rbn53gwxrcm-xf86-video-fbdev-0.5.0' from 'https://cache.nixos.org'...
oct 07 09:57:50 nixos installer[1154]: copying path '/nix/store/qf0fl70dp61n58gszy4m4kqvv1j1r2mx-xcb-util-wm-0.4.1-dev' from 'https://cache.nixos.org'...
oct 07 09:57:50 nixos installer[1154]: copying path '/nix/store/aakz4ny0hj2xglll06iaqfiafzf321ls-xfsprogs-5.19.0' from 'https://cache.nixos.org'...
oct 07 09:57:50 nixos installer[1154]: copying path '/nix/store/99a75x9n3a6505xdnmyginwr7zqanw4m-xinput-1.6.3' from 'https://cache.nixos.org'...
oct 07 09:57:50 nixos installer[1154]: copying path '/nix/store/3gydi3m660gbmp3lb3hd4v9n0l9q36i9-xkeyboard-config-2.33' to 'local'...
oct 07 09:57:51 nixos installer[1154]: copying path '/nix/store/ab8gzcapcg7lgmvipmr5z7hgbc3zls2p-xl2tpd-1.3.17' to 'local'...
oct 07 09:57:51 nixos installer[1154]: copying path '/nix/store/6m23cvp1a62jkm80pxh984vjswm53l73-xlsclients-1.1.4' from 'https://cache.nixos.org'...
oct 07 09:57:52 nixos installer[1154]: copying path '/nix/store/gg3697a8dx96h62s5924546a4a2dmzfk-xfsprogs-5.19.0-bin' from 'https://cache.nixos.org'...
oct 07 09:57:52 nixos installer[1154]: copying path '/nix/store/qywyhr5s7507bn33svna1zfr37nf1ny3-xorgproto-2021.5' to 'local'...
oct 07 09:57:52 nixos installer[1154]: copying path '/nix/store/g0bwa4ys8c9pkmja691aa3pmh2s2xyfp-xprop-1.2.5' from 'https://cache.nixos.org'...
oct 07 09:57:52 nixos installer[1154]: copying path '/nix/store/8b4gfr045jxccjal9njl8mkk2398z858-setxkbmap-1.3.2' from 'https://cache.nixos.org'...
oct 07 09:57:53 nixos installer[1154]: copying path '/nix/store/ss2ah69dly0m1pfmykj0hr9i1rwpk6a4-libX11-1.8.1-dev' from 'https://cache.nixos.org'...
oct 07 09:57:53 nixos installer[1154]: copying path '/nix/store/m431k9xz1i6mczg6s6mizxz09cn0whhx-libXau-1.0.9-dev' from 'https://cache.nixos.org'...
oct 07 09:57:53 nixos installer[1154]: copying path '/nix/store/jilp5yr8x8v48gnv2pxzrw8s726pcf93-xkbcomp-1.4.5' from 'https://cache.nixos.org'...
oct 07 09:57:53 nixos installer[1154]: copying path '/nix/store/5bwypxdjkdks40ljdrpijplh6zcg5gx1-xrandr-1.5.1' from 'https://cache.nixos.org'...
oct 07 09:57:54 nixos installer[1154]: copying path '/nix/store/1r6pprmjkc6i2njszvvd62fz9zrdmrvf-libXrender-0.9.10-dev' from 'https://cache.nixos.org'...
oct 07 09:57:54 nixos installer[1154]: copying path '/nix/store/hraipzbclz86j2gzhgvfc2r77sns1lxj-libXext-1.3.4-dev' from 'https://cache.nixos.org'...
oct 07 09:57:54 nixos installer[1154]: copying path '/nix/store/mhp0vl8qw717g5k4n28yjarh3al7jmyi-libXt-1.2.1-dev' from 'https://cache.nixos.org'...
oct 07 09:57:54 nixos installer[1154]: copying path '/nix/store/pv5n7y0l9zsl9vnz45lkdr2d13rkdady-xrdb-1.2.1' from 'https://cache.nixos.org'...
oct 07 09:57:54 nixos installer[1154]: copying path '/nix/store/cr6qs0166dh3c2l5pj4cmqw3nqivqd0g-libXrandr-1.5.2-dev' from 'https://cache.nixos.org'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/bw4hiaq3v0i7f6n20sm1w0zs2s2qdzc6-xset-1.2.4' from 'https://cache.nixos.org'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/yxpk2rnfp1pwkvxzj80ish7zrvxgax2l-xsetroot-1.1.2' from 'https://cache.nixos.org'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/9agrjaphmrnzx3m19c3cpqaan3s0klq7-xvidcore-1.3.7' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/f2ijrd97y0z8n7kfzrbzhy9w64bgmh8f-xxHash-0.8.1' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/fz5i1kdr66p7ffw7h69pmds5kvppgvg9-xz-5.2.7' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/873ja90pmw2pi1wjjgh85dqh9s5py3ip-xz-5.2.7-doc' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/64jiclhl0fiwwi3rvfpbh20nzxgr22nf-xz-5.2.7-man' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/c3d2d6zs9m5crjf4c64ij8x3yy3npmyx-zeromq-4.3.4' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/cal0vrifhpbllm9jygi2r1bbgbn6nvf3-zimg-3.0.4' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/l0qp5h39ncnqqnr0dr765pzix3rhar43-libunwind-1.6.2' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/3840qgvcd8k7f1fvfzk676dfyvbj32g7-xz-5.2.7-bin' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/f3z03i2zfyhssp747zm6cnzl3hlp25zh-zlib-1.2.12' to 'local'...
oct 07 09:57:55 nixos installer[1154]: copying path '/nix/store/rvzsxqgk96wrp185yzkfhbbbf6zkmpjs-strace-5.19' to 'local'...
oct 07 09:57:56 nixos installer[1154]: copying path '/nix/store/w09ynp8jz566psamkha71w91jb062n3c-xz-5.2.7-dev' from 'https://cache.nixos.org'...
oct 07 09:57:56 nixos installer[1154]: copying path '/nix/store/gabkj880k3wkc9rwywisj5r1sw3vnklh-atomicparsley-20210715.151551.e7ad03a' from 'https://cache.nixos.org'...
oct 07 09:57:56 nixos installer[1154]: copying path '/nix/store/0slqnq80yhw5hdzw4yswhjbmm11ay82f-binutils-2.39' from 'https://cache.nixos.org'...
oct 07 09:57:56 nixos installer[1154]: copying path '/nix/store/1na2fpz9bb8gnv8jzrn4za9pxwsisi48-boost-1.79.0' from 'https://cache.nixos.org'...
oct 07 09:57:56 nixos installer[1154]: copying path '/nix/store/8ip789cwzpx6913nrb8wwdsdmwx9mf52-exiv2-0.27.5-lib' from 'https://cache.nixos.org'...
oct 07 09:57:58 nixos installer[1154]: copying path '/nix/store/nc7a633cyhw4dz30mjsvzf8h068292s6-file-5.43' to 'local'...
oct 07 09:57:59 nixos installer[1154]: copying path '/nix/store/0xq0pj1icx7q5962rnihd3iy4r6nn5ms-exiv2-0.27.5' from 'https://cache.nixos.org'...
oct 07 09:58:00 nixos installer[1154]: copying path '/nix/store/x78y4jbxv3gipmmrphymp4zvcfld9xyq-file-5.43' from 'https://cache.nixos.org'...
oct 07 09:58:01 nixos installer[1154]: copying path '/nix/store/f9abj66x4mwvcjnr4jygdbr2sid5vvw5-gcc-11.3.0' from 'https://cache.nixos.org'...
oct 07 09:58:01 nixos installer[1154]: copying path '/nix/store/5xl2s7jin12xvv154480jxmzcry9ama2-gcc-9.5.0' from 'https://cache.nixos.org'...
oct 07 09:58:02 nixos installer[1154]: copying path '/nix/store/maqa8xf4c2h685frjbv4s3cfj00sky43-glib-2.74.0' to 'local'...
oct 07 09:58:04 nixos installer[1154]: copying path '/nix/store/jzizkmfl64b2b4lrk49q92pw0r3bqr8f-binutils-wrapper-2.39' from 'https://cache.nixos.org'...
oct 07 09:58:04 nixos installer[1154]: copying path '/nix/store/k1kvqz1n31ynifial8p2s1vssqwwixj1-binutils-wrapper-2.39' from 'https://cache.nixos.org'...
oct 07 09:58:05 nixos installer[1154]: copying path '/nix/store/vliq7nhn71n19lx4qrfl65vadx07aybp-dconf-0.40.0-lib' to 'local'...
oct 07 09:58:05 nixos installer[1154]: copying path '/nix/store/pgy49bv5b4sz18ga63839825m6caqazq-desktop-file-utils-0.26' from 'https://cache.nixos.org'...
oct 07 09:58:06 nixos installer[1154]: copying path '/nix/store/1gcxz32fixkl8lgdyi3z8ak9hwis3kzd-glib-2.74.0-bin' from 'https://cache.nixos.org'...
oct 07 09:58:06 nixos installer[1154]: copying path '/nix/store/ykbzlp8niyxfgz3bs40kw6sx4lyg50gv-gnutls-3.7.8' to 'local'...
oct 07 09:58:07 nixos installer[1154]: copying path '/nix/store/c9gf2znczxin4i63qnyzrjfry9cba5c6-graphene-1.10.8' to 'local'...
oct 07 09:58:07 nixos installer[1154]: copying path '/nix/store/vvbzljj3xpy4k6ph2c6j4k4skcaha3nm-hdf5-1.12.2' to 'local'...
oct 07 09:58:08 nixos installer[1154]: copying path '/nix/store/bymyx28c578c645zw14g8qpkh4j4b5fd-iodine-unstable-2019-09-27' to 'local'...
oct 07 09:58:08 nixos installer[1154]: copying path '/nix/store/bvvc1ivghv99znb47nr1cjiklyrisnz8-json-glib-1.6.6' to 'local'...
oct 07 09:58:08 nixos installer[1154]: copying path '/nix/store/639mcpih90021jq9v3hrya733glaijyq-kexec-tools-2.0.25' to 'local'...
oct 07 09:58:08 nixos installer[1154]: copying path '/nix/store/cfx2406h6drw2flyxxhyc4ggsqbswld9-libcaca-0.99.beta20' from 'https://cache.nixos.org'...
oct 07 09:58:09 nixos installer[1154]: copying path '/nix/store/gmpi66bcqq2pxwlvlhk9z86qnx8qf6f1-libfontenc-1.1.4' from 'https://cache.nixos.org'...
oct 07 09:58:10 nixos installer[1154]: copying path '/nix/store/wkhalhpwh6hdha1550yvnic6f1h7h6n6-liblqr-1-0.4.2' from 'https://cache.nixos.org'...
oct 07 09:58:10 nixos installer[1154]: copying path '/nix/store/gbpd10ffpxicwrcck2i4zspky4xkbj5w-libmbim-1.26.4' to 'local'...
oct 07 09:58:10 nixos installer[1154]: copying path '/nix/store/p8qrz37d4npkfm9kvpj51xzvsgzj47iw-libmicrohttpd-0.9.71' to 'local'...
oct 07 09:58:10 nixos installer[1154]: copying path '/nix/store/6lndpyfgnf7jc2m6b5jbac9fmd3fgwsb-libpinyin-2.6.2' from 'https://cache.nixos.org'...
oct 07 09:58:29 nixos installer[1154]: copying path '/nix/store/6mb9f5imph2pw2j59jx10zrl29gg3s3s-libpng-apng-1.6.37' to 'local'...
oct 07 09:58:29 nixos installer[1154]: copying path '/nix/store/xbhgp409kjpypb5br29a2xvpqf7gjjbh-libqrtr-glib-1.2.2' to 'local'...
oct 07 09:58:29 nixos installer[1154]: copying path '/nix/store/wrqqvk1sallnhji6b5fa7il2qal3gvr4-freetype-2.12.1' to 'local'...
oct 07 09:58:30 nixos installer[1154]: copying path '/nix/store/4s4kw15lb9xl5daliygcpwcbiz1n14yy-libraw-0.20.2.p2-lib' from 'https://cache.nixos.org'...
oct 07 09:58:31 nixos installer[1154]: copying path '/nix/store/x37gpy04yy5sy018zr73kqwl8k9px8v4-fontconfig-2.14.0-lib' to 'local'...
oct 07 09:58:31 nixos installer[1154]: copying path '/nix/store/qsfv3g82r1fla7ff5klp0dib5sbd1qy1-harfbuzz-5.2.0' to 'local'...
oct 07 09:58:31 nixos installer[1154]: copying path '/nix/store/v3ba761gsmyzjycafr0nncn2mjhvyf81-cairo-1.16.0' to 'local'...
oct 07 09:58:32 nixos installer[1154]: copying path '/nix/store/dwms675na1v8lbkyslvpza1yk9wj7d2l-fontconfig-2.14.0-bin' to 'local'...
oct 07 09:58:32 nixos installer[1154]: copying path '/nix/store/d7jbgkhqm6ryvc63zcc5mahk3nn7fc4g-gobject-introspection-1.74.0' to 'local'...
oct 07 09:58:32 nixos installer[1154]: copying path '/nix/store/95xg509gb5pki7ba9i94mlnn24ixi2v9-harfbuzz-5.2.0-dev' from 'https://cache.nixos.org'...
oct 07 09:58:33 nixos installer[1154]: copying path '/nix/store/whr4gj5fxgvp20hja31jd1g22w23az52-libXfont2-2.0.5' from 'https://cache.nixos.org'...
oct 07 09:58:34 nixos installer[1154]: copying path '/nix/store/1m0w6bi7m0rfkrrlw7f93sz1hgqxfvqi-libXft-2.3.6' to 'local'...
oct 07 09:58:34 nixos installer[1154]: copying path '/nix/store/xasdq277sl4ng3xbs643nsxqqjx6lcw5-libass-0.16.0' to 'local'...
oct 07 09:58:34 nixos installer[1154]: copying path '/nix/store/sh341zpldjwj27xadwdllv9agax7h901-libraw-0.20.2.p2' from 'https://cache.nixos.org'...
oct 07 09:58:35 nixos installer[1154]: copying path '/nix/store/z8p5zgnw3r3rmg8jk9x8i6bcc3hci7ch-libsecret-0.20.5' to 'local'...
oct 07 09:58:35 nixos installer[1154]: copying path '/nix/store/5jmdzrckb0crs8dyz2z01m8p4nkf7cv1-libssh-0.10.0' to 'local'...
oct 07 09:58:35 nixos installer[1154]: copying path '/nix/store/5pacsldl38zns2v28x361r6xnqjmxvy5-libssh2-1.10.0' to 'local'...
oct 07 09:58:35 nixos installer[1154]: copying path '/nix/store/52p2qkjcxifypk2lmq1rn598k4cnkfgb-libtiff-4.4.0' to 'local'...
oct 07 09:58:35 nixos installer[1154]: copying path '/nix/store/zxknbk0snraw2rd3l7gkvhbly6466wwz-curl-7.85.0' from 'https://cache.nixos.org'...
oct 07 09:58:36 nixos installer[1154]: copying path '/nix/store/dyn4div61r23wbhgn52n4q3096l187j6-djvulibre-3.5.28-bin' from 'https://cache.nixos.org'...
oct 07 09:58:37 nixos installer[1154]: copying path '/nix/store/bxg8m1wsdbp25axdplhzl4zs7agi4iry-gdk-pixbuf-2.42.9' to 'local'...
oct 07 09:58:38 nixos installer[1154]: copying path '/nix/store/245fsdmbpc0wv5mahcs64k4lbj6x3vb0-djvulibre-3.5.28-dev' from 'https://cache.nixos.org'...
oct 07 09:58:39 nixos installer[1154]: copying path '/nix/store/lzb1xyc8nn7ajiy1awp315is825m6na4-lcms2-2.13.1-bin' from 'https://cache.nixos.org'...
oct 07 09:58:39 nixos installer[1154]: copying path '/nix/store/r948p0iyk1rwb5f4msy54q7aj8r8lv1p-libnotify-0.8.1' from 'https://cache.nixos.org'...
oct 07 09:58:39 nixos installer[1154]: copying path '/nix/store/srhakpyl27mphnb7clz211j8fm88j0yh-gcc-wrapper-9.5.0' from 'https://cache.nixos.org'...
oct 07 09:58:40 nixos installer[1154]: copying path '/nix/store/fcmbaw82jxam5m54kd1xqa981yfwd7c3-libssh2-1.10.0-dev' from 'https://cache.nixos.org'...
oct 07 09:58:40 nixos installer[1154]: copying path '/nix/store/xd6lfayl7hh5g372gq34hs156awh3rk0-libtiff-4.4.0-bin' from 'https://cache.nixos.org'...
oct 07 09:58:40 nixos installer[1154]: copying path '/nix/store/xb3ln1nnsr3x057qq7k89h3bwiv7b41q-hook' from 'https://cache.nixos.org'...
oct 07 09:58:41 nixos installer[1154]: copying path '/nix/store/jgl4nhaj2ml7aik6336lr44a225dm1kj-libwebp-1.2.4' to 'local'...
oct 07 09:58:41 nixos installer[1154]: copying path '/nix/store/f8kz3w81g0z89ynsr6qnzzfr09ivzb7i-libxml2-2.10.2' to 'local'...
oct 07 09:58:41 nixos installer[1154]: copying path '/nix/store/av00p5lw83szs0k9zbqyvcwbh77drzi6-libxmlb-0.3.10-lib' from 'https://cache.nixos.org'...
oct 07 09:58:41 nixos installer[1154]: copying path '/nix/store/4ig71c7q0fcss2i0vmdb3237bqy4h007-libzip-1.9.2' from 'https://cache.nixos.org'...
oct 07 09:58:42 nixos installer[1154]: copying path '/nix/store/8hlw5f9ml3fzhr6nr8xdv44s4yjngkpb-bind-9.18.8-lib' to 'local'...
oct 07 09:58:42 nixos installer[1154]: copying path '/nix/store/kmmw4wql8cfqvxrs2msr08p7xc21hbv8-libical-3.0.15' to 'local'...
oct 07 09:58:42 nixos installer[1154]: copying path '/nix/store/9p60w56l51g6a21j3bzyal917id76mv2-ebook-tools-0.2.2' from 'https://cache.nixos.org'...
oct 07 09:58:43 nixos installer[1154]: copying path '/nix/store/xhrncaybq7a83dmd1ihlw358kga0r466-libxkbcommon-1.4.1' to 'local'...
oct 07 09:58:43 nixos installer[1154]: copying path '/nix/store/l60qadv7jcrk9z6gxk0nmrbdhv9gsjp8-bind-9.18.8-host' to 'local'...
oct 07 09:58:43 nixos installer[1154]: copying path '/nix/store/lkqh235bzvxvnvhg9nmrqi6wjc944hzp-libxkbcommon-1.4.1-dev' from 'https://cache.nixos.org'...
oct 07 09:58:43 nixos installer[1154]: copying path '/nix/store/m3wxp4vc6qi3c9l72bmnmz8nvyih554k-libxklavier-5.4' from 'https://cache.nixos.org'...
oct 07 09:58:44 nixos installer[1154]: copying path '/nix/store/v53xf6ybnjdxgpjn6abxpclghdyxldww-libxml2-2.10.2-bin' from 'https://cache.nixos.org'...
oct 07 09:58:44 nixos installer[1154]: copying path '/nix/store/247v33ag2zdnk70gr2spzw8d2bjsd7kq-libxslt-1.1.37' to 'local'...
oct 07 09:58:44 nixos installer[1154]: copying path '/nix/store/1k9rm93hpbcj4qfna2a9hvacyq5sw4k8-llvm-14.0.6-lib' from 'https://cache.nixos.org'...
oct 07 09:58:44 nixos installer[1154]: copying path '/nix/store/390izr1pc3fdaiskp6pl7rl4vjd9jrfm-libxslt-1.1.37-bin' from 'https://cache.nixos.org'...
oct 07 09:58:45 nixos installer[1154]: copying path '/nix/store/wnc6h925nrpif28m9ibrphmiqbyx1i2z-minizip-1.2.12' from 'https://cache.nixos.org'...
oct 07 09:58:46 nixos installer[1154]: copying path '/nix/store/609qk2r16kx885hhy5l9ib6drh894kng-neon-0.32.3' to 'local'...
oct 07 09:58:46 nixos installer[1154]: copying path '/nix/store/b7051bqm0vpld1kz9ir5ay3sv52k6j4j-nghttp2-1.49.0-bin' from 'https://cache.nixos.org'...
oct 07 09:58:47 nixos installer[1154]: copying path '/nix/store/m719ldhznw1j8nqikjlna6vbazwk7j7i-openexr-2.5.8' to 'local'...
oct 07 09:58:48 nixos installer[1154]: copying path '/nix/store/s4nmq856b53s0rlvvynnwxcfddy2kl98-nghttp2-1.49.0-dev' from 'https://cache.nixos.org'...
oct 07 09:58:48 nixos installer[1154]: copying path '/nix/store/4mh84fd4mddrbhvip65f137fphh9k0ak-libjxl-0.6.1' to 'local'...
oct 07 09:58:49 nixos installer[1154]: copying path '/nix/store/8fa7yx0xm1y83nfrldzidlqfa77m8ql5-libjxl-0.6.1' from 'https://cache.nixos.org'...
oct 07 09:58:52 nixos installer[1154]: copying path '/nix/store/6nr7p9x1g1sj8r9xassj30z8prkc80pk-libaom-3.5.0' to 'local'...
oct 07 09:58:52 nixos installer[1154]: copying path '/nix/store/aqv8ki9g8m9nzwc4r1iqxxahdngykxib-libjxl-0.6.1-dev' from 'https://cache.nixos.org'...
oct 07 09:58:53 nixos installer[1154]: copying path '/nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0' from 'https://cache.nixos.org'...
oct 07 09:58:53 nixos installer[1154]: copying path '/nix/store/1sjjkw3a25yvpfk78frl66sc0qb94k5m-openexr-2.5.8-bin' from 'https://cache.nixos.org'...
oct 07 09:58:53 nixos installer[1154]: copying path '/nix/store/xmi0jzj43ay72jh1nrw6pwn7g02kpzjf-libavif-0.10.0' from 'https://cache.nixos.org'...
oct 07 09:58:53 nixos installer[1154]: copying path '/nix/store/qj688ybkmbm8skqysj6l78p2q8vi4kbc-libheif-1.13.0' from 'https://cache.nixos.org'...
oct 07 09:58:54 nixos installer[1154]: copying path '/nix/store/hf72q9i8jbk2wrrnhgv89kzm0sqcnvwq-openjpeg-2.5.0' to 'local'...
oct 07 09:58:54 nixos installer[1154]: copying path '/nix/store/rsp53xsmmqw93fg4jq7vqf2amkrw1pnd-gd-2.3.3' from 'https://cache.nixos.org'...
oct 07 09:58:54 nixos installer[1154]: copying path '/nix/store/r18fq0nb1nf8i3kl8hwf81bfmpny78b4-openjpeg-2.5.0-dev' from 'https://cache.nixos.org'...
oct 07 09:58:55 nixos installer[1154]: copying path '/nix/store/5lwsrdr98z4gxjwpy61fgv4zyy48k5d5-libheif-1.13.0-bin' from 'https://cache.nixos.org'...
oct 07 09:58:55 nixos installer[1154]: copying path '/nix/store/5d62i010alsaf56iqv3xrym123cahfif-pango-1.50.11' to 'local'...
oct 07 09:58:55 nixos installer[1154]: copying path '/nix/store/9rv2fj9pmkwwz1p79as25208lrdigwvm-perl-5.36.0' to 'local'...
oct 07 09:58:55 nixos installer[1154]: copying path '/nix/store/sf9l09anmln6n3pfbrj1b1hpi7inr1rq-libheif-1.13.0-dev' from 'https://cache.nixos.org'...
oct 07 09:58:56 nixos installer[1154]: copying path '/nix/store/av3yfj6f7qjdssn8r2ry5psaa8biw98x-gnuplot-5.4.5' from 'https://cache.nixos.org'...
oct 07 09:58:58 nixos installer[1154]: copying path '/nix/store/gsg7vbn5b2nwbcmbm45i18inz9p8s86h-librsvg-2.55.1' to 'local'...
oct 07 09:58:59 nixos installer[1154]: copying path '/nix/store/5kyqfy505nxc638njbnaw1qr5q28dyxb-pango-1.50.11-bin' from 'https://cache.nixos.org'...
oct 07 09:59:00 nixos installer[1154]: copying path '/nix/store/z1h507ybasmnhvi3qkx9rlwmwircyq1y-postgresql-14.5-lib' from 'https://cache.nixos.org'...
oct 07 09:59:00 nixos installer[1154]: copying path '/nix/store/rbq78md6ldw60w3dxz36fjnyx7ajwh49-gdk-pixbuf-loaders.cache' from 'https://cache.nixos.org'...
oct 07 09:59:01 nixos installer[1154]: copying path '/nix/store/yirdhbfk44l7fhmv7rpxamv2hkawrdyw-potrace-1.16' from 'https://cache.nixos.org'...
oct 07 09:59:02 nixos installer[1154]: copying path '/nix/store/nsm1i6dpws3327zx05cl6xjp1dsqqz72-protobuf-3.21.6' to 'local'...
oct 07 09:59:03 nixos installer[1154]: copying path '/nix/store/bwwxn5x33z2324q27g3gfhij0z1q7qsj-python3-minimal-3.10.7' from 'https://cache.nixos.org'...
oct 07 09:59:03 nixos installer[1154]: copying path '/nix/store/f1ns59q5n7dyir7xmaq2fqjvxfi64v4b-python3-minimal-3.10.7' from 'https://cache.nixos.org'...
oct 07 09:59:04 nixos installer[1154]: copying path '/nix/store/ci09in4hhq4dygw0nrs91sz1wjdwf4wc-phonenumber-8.12.37' from 'https://cache.nixos.org'...
oct 07 09:59:08 nixos installer[1154]: copying path '/nix/store/ciwa0xihl9v6r98sbizcy4fcdrrf4896-aspell-0.60.8' from 'https://cache.nixos.org'...
oct 07 09:59:09 nixos installer[1154]: copying path '/nix/store/wvx01lym0x1f1h14mjswfjznv3ja6990-lm-sensors-3.6.0' to 'local'...
oct 07 09:59:09 nixos installer[1154]: copying path '/nix/store/5mc7mb3b10nxzyc675bxfilc0sx7mjvg-netpbm-11.0.1-bin' from 'https://cache.nixos.org'...
oct 07 09:59:11 nixos installer[1154]: copying path '/nix/store/zvd923w5kk7fmswqs3i8fpvbxksrmnap-nuke-references' from 'https://cache.nixos.org'...
oct 07 09:59:12 nixos installer[1154]: copying path '/nix/store/x4x46fhbyz474zkb0m0fx4lcap0x3r9b-openssl-3.0.5-bin' to 'local'...
oct 07 09:59:12 nixos installer[1154]: copying path '/nix/store/j3h2b2j26cmby8hphdx4d9y54i5lcrva-netpbm-11.0.1-dev' from 'https://cache.nixos.org'...
oct 07 09:59:12 nixos installer[1154]: copying path '/nix/store/39d7fsswywf6xl2f8mn2q5vk5y3gmgf1-perl5.36.0-DBI-1.643' to 'local'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/ajq9idbg9z5xxpwlvf5mx4ml47bq33ay-openssl-3.0.5-dev' to 'local'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/k0saixb29hgpjxl6hp7rj8wlnrpdwbs1-perl5.36.0-File-MimeInfo-0.30' from 'https://cache.nixos.org'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/kw16kgid5lr50k3yxn2f6f1lz1hmy713-perl5.36.0-String-ShellQuote-1.04' to 'local'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/zj3qws0w8w6iy2499b3fzn5hkn7i1j6s-perl5.36.0-X11-Protocol-0.56' from 'https://cache.nixos.org'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/ddha4c2qxk4n4lpmv3rm8f8wx2a9n0f2-perl5.36.0-libwww-perl-6.67' from 'https://cache.nixos.org'...
oct 07 09:59:13 nixos installer[1154]: copying path '/nix/store/14c91fw1xpq6vzxa5wwmz97mpc2x91m2-python3.10-mistune-2.0.4' from 'https://cache.nixos.org'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/i56wrhn7fszvy1srw12lql32znfh32pl-python3.10-pygobject-3.42.2' from 'https://cache.nixos.org'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/k5zxnrrg735q44f652hx4r5y3cz7r0xm-raptor2-unstable-2022-06-06' to 'local'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/blq5yxp7vxvxcwafsii4abrifwmak4zd-perl5.36.0-XML-Parser-2.46' from 'https://cache.nixos.org'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/5fl19cc1q4a4n3cvj9mdcipb9anh32vq-lrdf-0.6.1' to 'local'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/bv8y4455myx3wphaiawhs8fwa08f8kxj-rtmpdump-unstable-2021-02-19' to 'local'...
oct 07 09:59:14 nixos installer[1154]: copying path '/nix/store/1a3m6ypsc7wbg7k9gwqwflhfmbjdss88-shared-mime-info-2.2' to 'local'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/p1k09qd542wwd3ajcz81pbns6x1n4vn2-slang-2.3.3' to 'local'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/1q0d2xxkwpybqd8qhj6daypjn3980r0m-spandsp-0.0.6' to 'local'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/153dab5jdsjqqbwxzjf1987i9bn04lsi-perl5.36.0-XML-Twig-3.52' from 'https://cache.nixos.org'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/n7znhqx42cgk0zp17jdlrfbh5nhqjash-sqlite-3.39.4' to 'local'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/wxm10d89cbg695mzifmiw0nz6m4ncqwf-newt-0.52.21' to 'local'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/nm02xhgr4p2vrha31yblgqwxyks837sv-libaccounts-glib-1.24' from 'https://cache.nixos.org'...
oct 07 09:59:15 nixos installer[1154]: copying path '/nix/store/dh6f3cqykjsvvfmdb7jz9lqp9dyczkzb-libchewing-unstable-2020-06-27' from 'https://cache.nixos.org'...
oct 07 09:59:16 nixos installer[1154]: copying path '/nix/store/2fawym443d109mjjga559ylcrsz9slld-libsoup-2.74.2' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/6lxibbg44nb40bq2z4yf67cpdhkdxda7-libaccounts-glib-1.24-dev' from 'https://cache.nixos.org'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/d83zmjihb462djg8ycsn262kl3q6qr56-gssdp-1.4.0.1' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/nf58b2gnw2yxhrxns7f1g2275zkfn82p-libsoup-3.2.0' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/fvvdyfq4hpn5ryc8dvm4xgw62ylsials-gupnp-1.4.3' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/agp7k4kvv4xdzc6an233iy6b6apw6m39-nss-3.79.1' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/5yq2v8jfxp6nc604pm2yfli4hl8rhsa2-gupnp-igd-1.2.0' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/3v1ch4wfag72kvajh1r9jpc6l40g10bi-perl5.36.0-DBD-SQLite-1.70' to 'local'...
oct 07 09:59:17 nixos installer[1154]: copying path '/nix/store/qxcq4cayz4q1jw70k3aa7xilmlfv0znj-presage-0.9.1' from 'https://cache.nixos.org'...
oct 07 09:59:18 nixos installer[1154]: copying path '/nix/store/0iskksr1gjqf7n5pr7iazqmpxvd8cqzv-python3-3.10.7' to 'local'...
oct 07 09:59:18 nixos installer[1154]: copying path '/nix/store/yam1miyn9d2144xz4603dzswacgkkk3s-sqlite-3.39.4-bin' from 'https://cache.nixos.org'...
oct 07 09:59:19 nixos installer[1154]: copying path '/nix/store/8x5q8w1zy54yq1vqvqjvmzil4s58g4ni-stdenv-linux' from 'https://cache.nixos.org'...
oct 07 09:59:19 nixos installer[1154]: copying path '/nix/store/kmf5x8zs7w3h38xiq1xa8pngy5ph9gwx-sqlite-3.39.4-dev' from 'https://cache.nixos.org'...
oct 07 09:59:20 nixos installer[1154]: copying path '/nix/store/q1k3am8z9j5qvbpdmqv2wsfs4srvrpw0-stdenv-linux' from 'https://cache.nixos.org'...
oct 07 09:59:21 nixos installer[1154]: copying path '/nix/store/v5jcfqd3zh7q3i7jd2azxydkqrd6cjyi-stdenv-linux' from 'https://cache.nixos.org'...
oct 07 09:59:21 nixos installer[1154]: copying path '/nix/store/2q0h7xqrkavgfa4bd3q812jy0zvyikrh-taglib-1.12' from 'https://cache.nixos.org'...
oct 07 09:59:23 nixos installer[1154]: copying path '/nix/store/xlxvlfybdl3550wlwzfvsavw36qkl58x-texinfo-6.8' from 'https://cache.nixos.org'...
oct 07 09:59:24 nixos installer[1154]: copying path '/nix/store/7y3lb9gdymcpicaa6rd70mv8nyq8rzzj-texinfo-interactive-6.8' to 'local'...
oct 07 09:59:27 nixos installer[1154]: copying path '/nix/store/5vnkwi0k76p70jh7d9xk9sqlw5jspicw-thin-provisioning-tools-0.9.0' from 'https://cache.nixos.org'...
oct 07 09:59:28 nixos installer[1154]: copying path '/nix/store/gj0f2v6bnncmlnbq7pivx7zkw45cj4ig-tracker-3.4.0' to 'local'...
oct 07 09:59:30 nixos installer[1154]: copying path '/nix/store/67vh8prllx56q5rqf3xwja8fs9hjsrkv-util-linux-minimal-2.38.1-bin' to 'local'...
oct 07 09:59:31 nixos installer[1154]: copying path '/nix/store/lhxwsarq3n8dq8ha2l57flahid160v16-wayland-1.21.0-bin' from 'https://cache.nixos.org'...
oct 07 09:59:31 nixos installer[1154]: copying path '/nix/store/23xfw1wrhpfbjc48hij9vf8b36y071ss-fuse-2.9.9' to 'local'...
oct 07 09:59:32 nixos installer[1154]: copying path '/nix/store/4v4a5s15500w76mhmzs5fp5ndz292x22-fuse-3.11.0' to 'local'...
oct 07 09:59:32 nixos installer[1154]: copying path '/nix/store/fcyrvn2vk4pmvd2h8626dfxjxh3f3qws-exfat-1.3.0' from 'https://cache.nixos.org'...
oct 07 09:59:33 nixos installer[1154]: copying path '/nix/store/srxgpx019qbk6l1hy1v0rczf75qpd1gb-wayland-1.21.0-dev' from 'https://cache.nixos.org'...
oct 07 09:59:33 nixos installer[1154]: copying path '/nix/store/kz2ddg9l5n29pbkmg4m5jl6381g3pkqx-xterm-374' from 'https://cache.nixos.org'...
oct 07 09:59:34 nixos installer[1154]: copying path '/nix/store/vdmxi88wckq38c8p6q9vdwghpc73nl77-lttng-ust-2.13.1-bin' to 'local'...
oct 07 09:59:34 nixos installer[1154]: copying path '/nix/store/5mwwxf9fw6yvwmcjpcaglvyyx8njgb9s-python3.10-brotli-1.0.9' from 'https://cache.nixos.org'...
oct 07 09:59:35 nixos installer[1154]: copying path '/nix/store/9kv6lv1yl5vkk7fvmrjmi2fh8377nz8r-lttng-ust-2.13.1-dev' to 'local'...
oct 07 09:59:35 nixos installer[1154]: copying path '/nix/store/nc7hmmkzfk4ay6698qn2l5phmqagpkk6-python3.10-certifi-2022.09.24' from 'https://cache.nixos.org'...
oct 07 09:59:35 nixos installer[1154]: copying path '/nix/store/v7nkldkflbn3rfs42lkkcjdry0240ddj-python3.10-charset-normalizer-2.1.0' from 'https://cache.nixos.org'...
oct 07 09:59:35 nixos installer[1154]: copying path '/nix/store/3cmpsinzqgb0750n4vwsxcq3pdjmw5fv-python3.10-idna-3.4' from 'https://cache.nixos.org'...
oct 07 09:59:36 nixos installer[1154]: copying path '/nix/store/7vhvs7xnr3rl4vn4sin9rc48z1bniyz0-python3.10-mutagen-1.45.1' from 'https://cache.nixos.org'...
oct 07 09:59:36 nixos installer[1154]: copying path '/nix/store/8vblkxpiii7b9knyqyf2gp7m1p8k703w-python3.10-pycairo-1.21.0' from 'https://cache.nixos.org'...
oct 07 09:59:37 nixos installer[1154]: copying path '/nix/store/c1jryk05qfvv6vb8ai6km815xm08573v-python3.10-pycparser-2.21' from 'https://cache.nixos.org'...
oct 07 09:59:37 nixos installer[1154]: copying path '/nix/store/6wjcv3sqxlrcz7rmqzzwbbq62kzjwnkq-python3.10-pycryptodome-3.15.0' from 'https://cache.nixos.org'...
oct 07 09:59:38 nixos installer[1154]: copying path '/nix/store/blwk6jxls802rcqvk95jzrys6ryrbl6x-python3-3.10.7-env' from 'https://cache.nixos.org'...
oct 07 09:59:39 nixos installer[1154]: copying path '/nix/store/z49c85szg1p9r23dchil5mqcvs15k6la-python3.10-cffi-1.15.1' from 'https://cache.nixos.org'...
oct 07 09:59:40 nixos installer[1154]: copying path '/nix/store/xaasznkd1552vnvd8y1hiy2q78zmp48j-python3.10-pysocks-1.7.1' from 'https://cache.nixos.org'...
oct 07 09:59:40 nixos installer[1154]: copying path '/nix/store/3xnzj2zlhaydcd30dl50kwab5mdhk81p-python3.10-brotlicffi-1.0.9.2' from 'https://cache.nixos.org'...
oct 07 09:59:40 nixos installer[1154]: copying path '/nix/store/9sz487s6kj5rk7qixq8w7c8pb8306rgh-python3.10-pyyaml-6.0' from 'https://cache.nixos.org'...
oct 07 09:59:41 nixos installer[1154]: copying path '/nix/store/anlkk9ndc8n1xxsdif4l1jlpzhbx8l8p-python3.10-setuptools-65.3.0' from 'https://cache.nixos.org'...
oct 07 09:59:42 nixos installer[1154]: copying path '/nix/store/8pb2305qrzbfdrd3lg2cygn46mdsgmqz-python3.10-urllib3-1.26.12' from 'https://cache.nixos.org'...
oct 07 09:59:42 nixos installer[1154]: copying path '/nix/store/zkywhm79i35wmlmyjrbjjk7hf3a0ncp5-python3.10-websockets-10.3' from 'https://cache.nixos.org'...
oct 07 09:59:43 nixos installer[1154]: copying path '/nix/store/wnabygj4spqryfr5lyf1ymps6g8rcva9-python3.10-requests-2.28.1' from 'https://cache.nixos.org'...
oct 07 09:59:43 nixos installer[1154]: copying path '/nix/store/3q0g4w8krb8gj3sw79l2vj62vxyrcxg5-python3-3.10.7-env' from 'https://cache.nixos.org'...
oct 07 09:59:44 nixos installer[1154]: copying path '/nix/store/2584jsr76796m937hk370g46c1n2l56a-xwayland-22.1.3' from 'https://cache.nixos.org'...
oct 07 09:59:44 nixos installer[1154]: copying path '/nix/store/i47kzfbgdi4pxijind30d6dp5jb6sgp9-python3.10-ytmusicapi-0.22.0' from 'https://cache.nixos.org'...
oct 07 09:59:45 nixos installer[1154]: copying path '/nix/store/9sskbh8bcbs28alnqbv3hxv8kqvscxyl-zlib-1.2.12-dev' to 'local'...
oct 07 09:59:45 nixos installer[1154]: copying path '/nix/store/67fvw7chgzph911skv4hhx4vkr66rivg-zstd-1.5.2' to 'local'...
oct 07 09:59:45 nixos installer[1154]: copying path '/nix/store/4jl2bc3vypr0avcjbsp2q45jh71k6p9w-glib-2.74.0-dev' from 'https://cache.nixos.org'...
oct 07 09:59:45 nixos installer[1154]: copying path '/nix/store/wb8g1s7q74gkhqnwcl0yaiyivsldjnm1-curl-7.85.0' to 'local'...
oct 07 09:59:46 nixos installer[1154]: copying path '/nix/store/5xy5fq2w9cgkhmgkki5xd1r7f3jaiwjh-elfutils-0.187' to 'local'...
oct 07 09:59:46 nixos installer[1154]: copying path '/nix/store/f6by7f1nias6y5plyya4fq00wywcpjik-appstream-0.15.5' from 'https://cache.nixos.org'...
oct 07 09:59:46 nixos installer[1154]: copying path '/nix/store/lhzk9122zdl7q6dsp3ia0yvqzaj8z964-aws-sdk-cpp-1.9.294' to 'local'...
oct 07 09:59:46 nixos installer[1154]: copying path '/nix/store/mdz9l99frr964nkz6jjc5sdd36acgjlm-curl-7.85.0-bin' to 'local'...
oct 07 09:59:46 nixos installer[1154]: copying path '/nix/store/br77k1jz6h41sd1pb6g6m6vsnhs9anl6-elfutils-0.187-bin' from 'https://cache.nixos.org'...
oct 07 09:59:47 nixos installer[1154]: copying path '/nix/store/5yli0rc52ash49ijvz7bnfr7z0w4wm4i-gstreamer-1.20.3' to 'local'...
oct 07 09:59:47 nixos installer[1154]: copying path '/nix/store/g097lxa25ln958mrf3jjb8fancvr96vf-imagemagick-7.1.0-51' from 'https://cache.nixos.org'...
oct 07 09:59:47 nixos installer[1154]: copying path '/nix/store/ghv4s066q93asvqzxw307mgvffxi68vh-kmod-30' to 'local'...
oct 07 09:59:47 nixos installer[1154]: copying path '/nix/store/shkbj4ysr088vx2mdpr255q0rh008l8s-elfutils-0.187-dev' from 'https://cache.nixos.org'...
oct 07 09:59:48 nixos installer[1154]: copying path '/nix/store/d3n249rrs3m37cyj2lmkd6p7l8mx9jab-kmod-30-lib' to 'local'...
oct 07 09:59:48 nixos installer[1154]: copying path '/nix/store/n3zsmahkmxfvkm0qqh7sn5c6qxr8f5d9-gst-plugins-base-1.20.3' to 'local'...
oct 07 09:59:48 nixos installer[1154]: copying path '/nix/store/bdrybmpgvgk8m6xvwajf0amblz1v9wjb-libarchive-3.6.1-lib' to 'local'...
oct 07 09:59:48 nixos installer[1154]: copying path '/nix/store/6v8w5g1m30aj1zrmliw07vwxb2l8bgiz-libbpf-0.8.1' to 'local'...
oct 07 09:59:49 nixos installer[1154]: copying path '/nix/store/04rs81ab0r8hjs2mkifjpy315si47vj2-cmake-3.24.2' from 'https://cache.nixos.org'...
oct 07 09:59:49 nixos installer[1154]: copying path '/nix/store/45vsj6qc79ndmpshmf4ppin0icmc7cv8-libarchive-3.6.1' from 'https://cache.nixos.org'...
oct 07 09:59:50 nixos installer[1154]: copying path '/nix/store/3lf2rcnxn9pd5qv0mqy073b0692l6qd5-gst-plugins-ugly-1.20.3' from 'https://cache.nixos.org'...
oct 07 09:59:50 nixos installer[1154]: copying path '/nix/store/fxjl079bm4x68aidbipakhkvnjj6df54-liblqr-1-0.4.2-dev' from 'https://cache.nixos.org'...
oct 07 09:59:51 nixos installer[1154]: copying path '/nix/store/ph9cbk9aq05qxq4i8p7y3zddbp1m3kxg-libarchive-3.6.1-dev' from 'https://cache.nixos.org'...
oct 07 09:59:51 nixos installer[1154]: copying path '/nix/store/ri76wqpav4dms18pp9r4fppj8m69dwz5-libnice-0.1.18' to 'local'...
oct 07 09:59:51 nixos installer[1154]: copying path '/nix/store/6df9asamrkmkjcmcxdxr8avksk5h4zz5-libpng-apng-1.6.37-dev' from 'https://cache.nixos.org'...
oct 07 09:59:51 nixos installer[1154]: copying path '/nix/store/ly822x8scqg2j2d2hb3visa2d5a24z8s-libqalculate-4.4.0' from 'https://cache.nixos.org'...
oct 07 09:59:52 nixos installer[1154]: copying path '/nix/store/grwhafv0s9fl43ggmm5lbib3yb5cn8vp-libtiff-4.4.0-dev' from 'https://cache.nixos.org'...
oct 07 09:59:52 nixos installer[1154]: copying path '/nix/store/vvif2zaklwc73r07qj998d47lpn9bqyf-freetype-2.12.1-dev' from 'https://cache.nixos.org'...
oct 07 09:59:53 nixos installer[1154]: copying path '/nix/store/38n0pv9f25glpzcyaqm52hh85b2cym9k-libxml2-2.10.2-dev' from 'https://cache.nixos.org'...
oct 07 09:59:53 nixos installer[1154]: copying path '/nix/store/nv9ma4lmy3hcd0g4p2c37i0hra8symql-gdk-pixbuf-2.42.9-dev' from 'https://cache.nixos.org'...
oct 07 09:59:53 nixos installer[1154]: copying path '/nix/store/c36d6hx5rngwzmwch5r7qlk2fvl556ps-fontconfig-2.14.0-dev' from 'https://cache.nixos.org'...
oct 07 09:59:53 nixos installer[1154]: copying path '/nix/store/krj2fzr5djiap1ngk2cv2q6nva380cv8-lcms2-2.13.1-dev' from 'https://cache.nixos.org'...
oct 07 09:59:54 nixos installer[1154]: copying path '/nix/store/l6alxzf1srasw44jyl0za8wxp2xvifc9-libxslt-1.1.37-dev' from 'https://cache.nixos.org'...
oct 07 09:59:54 nixos installer[1154]: copying path '/nix/store/nndi2zxvfjmimqvxwgig0yn1a99vkff3-mariadb-connector-c-3.2.5' from 'https://cache.nixos.org'...
oct 07 09:59:54 nixos installer[1154]: copying path '/nix/store/6krzbb7133zxyxgjy4ry9wcswymwz58k-cairo-1.16.0-dev' from 'https://cache.nixos.org'...
oct 07 09:59:54 nixos installer[1154]: copying path '/nix/store/zaxjh1s2knybyhzl45zh75khcmcpsnw4-libXft-2.3.6-dev' from 'https://cache.nixos.org'...
oct 07 09:59:55 nixos installer[1154]: copying path '/nix/store/4rp03yypzbc8dj6kgdf83rf5b5rcivls-libraw-0.20.2.p2-dev' from 'https://cache.nixos.org'...
oct 07 09:59:55 nixos installer[1154]: copying path '/nix/store/nzpb20p0bmfn1nzqjch29c6qcwmy8vry-librsvg-2.55.1-dev' from 'https://cache.nixos.org'...
oct 07 09:59:55 nixos installer[1154]: copying path '/nix/store/68vq7380w16b7dgj1y0x0qgs6f1czzfj-mesa-22.2.1-drivers' from 'https://cache.nixos.org'...
oct 07 09:59:55 nixos installer[1154]: copying path '/nix/store/cdx19hvg3d71hvv73bww5firab8gq8zi-nix-2.11.0' to 'local'...
oct 07 09:59:55 nixos installer[1154]: copying path '/nix/store/f3si510wv0xyyiibcjvnjd3j57rj82mi-ntfs3g-2022.5.17' from 'https://cache.nixos.org'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/30a16sw9ckscy4d8dcsvipvzp31mf0mm-openexr-2.5.8-dev' from 'https://cache.nixos.org'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/cnl5q60sjp1g9ij8hgnng6xls57yhq4k-pango-1.50.11-dev' from 'https://cache.nixos.org'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/sqx061wygfi0nrvbvg4y12gys2cfxa64-extra-cmake-modules-5.99.0' from 'https://cache.nixos.org'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/1k1ivgspaw8cl43w24jwndq886kgar92-pciutils-3.8.0' from 'https://cache.nixos.org'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/sqba0nskxwiawqmrjjmyv1yqf7l0vvkr-rsync-3.2.6' to 'local'...
oct 07 09:59:56 nixos installer[1154]: copying path '/nix/store/y0583c9qr60jc4hhl1f9fphn7clv8h2a-nix-2.11.0-doc' to 'local'...
oct 07 09:59:57 nixos installer[1154]: copying path '/nix/store/knnskdxxw9rj1g5bjkq5c4dnfp86prbs-tpm2-tss-3.2.0' to 'local'...
oct 07 09:59:57 nixos installer[1154]: copying path '/nix/store/vaacqlc0289ll7z0a1j9c9y0f8f4sl6c-zstd-1.5.2-bin' to 'local'...
oct 07 09:59:57 nixos installer[1154]: copying path '/nix/store/0x42jz8jqncsmz7a01z6gqrvdrnsl1ji-alsa-utils-1.2.7' from 'https://cache.nixos.org'...
oct 07 09:59:58 nixos installer[1154]: copying path '/nix/store/r9cr8kihg7vfr9lhpsi44x097gjlcmdi-kbd-2.5.1' to 'local'...
oct 07 09:59:58 nixos installer[1154]: copying path '/nix/store/m7blkx9ch99i5bwf1aqng02fhsp100nn-man-db-2.10.2' to 'local'...
oct 07 09:59:58 nixos installer[1154]: copying path '/nix/store/fdbx5zfcpflaw36h5vq4q42c8d5xf6w8-zstd-1.5.2-dev' from 'https://cache.nixos.org'...
oct 07 09:59:59 nixos installer[1154]: copying path '/nix/store/13ybyzjj6xr28qdb43nn3mz8lz8kf80n-zstd-1.5.2-man' to 'local'...
oct 07 09:59:59 nixos installer[1154]: copying path '/nix/store/w6f9lypxhkd38acz3kiqa3a0108xbsg8-zxing-cpp-1.4.0' to 'local'...
oct 07 09:59:59 nixos installer[1154]: building '/nix/store/0r135sa8bafc6hdaqhpgsbnv7ppvid4r-99-extra.rules.drv'...
oct 07 09:59:59 nixos installer[1154]: copying path '/nix/store/zj14qryvnfkamph99g18d875knvirjwb-w3m-0.5.3+git20220429' to 'local'...
oct 07 10:00:00 nixos installer[1154]: building '/nix/store/a6yr0vvmlzg991ndq5qrxs8gs3979g18-NetworkManager.conf.drv'...
oct 07 10:00:01 nixos installer[1154]: building '/nix/store/41hik616kga1mlrc18nlqv458jhmv943-Xresources-Xft.drv'...
oct 07 10:00:01 nixos installer[1154]: copying path '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5' to 'local'...
oct 07 10:00:01 nixos installer[1154]: building '/nix/store/sx0fwxwnn6jr8ri7r2632n40vzz9yrzc-alsoft.conf.drv'...
oct 07 10:00:01 nixos installer[1154]: copying path '/nix/store/smmnp9r25i8sbwx0inskbpq8wxldlzwp-curl-7.85.0-dev' from 'https://cache.nixos.org'...
oct 07 10:00:02 nixos installer[1154]: building '/nix/store/vnv07cs4l9hv8d9c1h6fad5kr1jkr2l8-append-initrd-secrets.drv'...
oct 07 10:00:02 nixos installer[1154]: copying path '/nix/store/ar5ydad8r5prqrss8igmc25vs89a47f7-imagemagick-7.1.0-51-dev' from 'https://cache.nixos.org'...
oct 07 10:00:02 nixos installer[1154]: building '/nix/store/v5vz16x6ap1cy1ccgxwn5nz0522j9g29-audit-disable.drv'...
oct 07 10:00:03 nixos installer[1154]: building '/nix/store/p8ch2hwfqvgqayk6r7s25m92z7glmi5m-audit-stop.drv'...
oct 07 10:00:04 nixos installer[1154]: building '/nix/store/2ydhim1zisq4y7cz1mr57i20d62064f0-boot-error.mrb.drv'...
oct 07 10:00:04 nixos installer[1154]: building '/nix/store/n7f7g245qk81r9li20jvgqrp5x2rrmwj-boot-recovery-menu.mrb.drv'...
oct 07 10:00:04 nixos installer[1154]: building '/nix/store/3f0yf72pignzzhgkryc85a99aj20r5fk-boot-splash-assets.drv'...
oct 07 10:00:04 nixos installer[1154]: $ find ./lib -type f -name '*.rb'
oct 07 10:00:04 nixos installer[1154]: $ sort
oct 07 10:00:04 nixos installer[1154]: $ mrbc -o /nix/store/vxzlji8ly902ksy9m9bakifyyvpqm90n-boot-error.mrb/libexec/boot-error.mrb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/args.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/hacks.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/introspection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/lvgl.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_placeholder.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/back_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/battery.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/clock.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/hal.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_label.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/horizontal_separator.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/keyboard.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/option_selection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/page.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/progress_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/screen.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/status_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/switch_line.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/text_area.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/toolbar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/windows.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/enhanced_header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/vtconsole.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/xdg.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/hal/reboot_modes.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/init/configuration.rb ./lib/shaded_text.rb main.rb
oct 07 10:00:04 nixos installer[1154]: /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb:43:23: warning: '&' interpreted as argument prefix
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/wr82jjjkrbjwvpnky4c4axgy1xc1sn5l-dbus-1.14.4-lib' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/sf21mqr9rpd7n8rka54h65jbj2x7irnq-libfido2-1.12.0' to 'local'...
oct 07 10:00:05 nixos installer[1154]: $ mrbc -o /nix/store/svbl6bcpmxj0h7siqxa8h15bj84g9lly-boot-recovery-menu.mrb/libexec/boot-recovery-menu.mrb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/args.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/hacks.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/introspection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/lvgl.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_placeholder.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/back_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/battery.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/clock.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/hal.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_label.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/horizontal_separator.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/keyboard.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/option_selection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/page.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/progress_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/screen.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/status_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/switch_line.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/text_area.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/toolbar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/windows.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/enhanced_header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/vtconsole.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/xdg.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/hal/reboot_modes.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/init/configuration.rb main.rb
oct 07 10:00:05 nixos installer[1154]: /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb:43:23: warning: '&' interpreted as argument prefix
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/gb5q0k9nxigini0ffi16k5n4i425kk7z-libusb-1.0.26' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/4y014cffgvczaqwx030ipdjrk7y08vi6-lvm2-2.03.16-lib' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/p77pz52sgxk0krs6024wpsagk9y0rgyr-lvm2-with-dmeventd-2.03.16' from 'https://cache.nixos.org'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/r357z1j0wp5dqazp7damlgbqcrmgm8q9-openldap-2.6.3' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/vb22f8hpqwc6pji9kjs0zyqkdx9mmg9h-polkit-121' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/dip9hhr9qpkg98b4a8c21q1ki5n15vif-at-spi2-core-2.46.0' to 'local'...
oct 07 10:00:05 nixos installer[1154]: copying path '/nix/store/ldjkz4ijip6qhalac42dl0h1nyfv53xs-avahi-0.8' to 'local'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/qfxh9fx6cycwvvn1rlyzbvcrhhzirn1k-cryptsetup-2.5.0' to 'local'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/mx4xvbikwlqknnjb93r1mrnn8z887j7x-dbus-1.14.4' to 'local'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/k7hh7p31czg91dizx3ydk3sr1jmvb4k4-dnsmasq-2.87' to 'local'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/vf8jdfacsvhglpq5rcrx8l3sk65flvv4-dmraid-1.0.0.rc16' from 'https://cache.nixos.org'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/ywxlscl51508400lhr4xzipvcixbrm72-gnupg-2.3.7' to 'local'...
oct 07 10:00:06 nixos installer[1154]: copying path '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/rqd7xhy55q8x24bwaxsi44y91mkl8vdh-dbus-1.14.4-dev' from 'https://cache.nixos.org'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/g5i2ami4irryalm7afqpq4qp7x192r3f-dbus-1.14.4-doc' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/lzrwcd45wnn43li6hkjh85f54q912pvv-dbus-1.14.4-man' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/kmrb1kq4m0hygic5bjmszzn9wdgy3zg4-libdecor-0.1.0' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/sv7mxw95l6aywdnzfz4fk3f3vha4l33f-cups-2.4.2-lib' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/7mv6jhnf84qhl2cc9nrjs7p80myx4m0c-libjack2-1.9.19' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/xxnagcmz9x33psw2hvr2bc1iiq09za1h-libmtp-1.1.20' from 'https://cache.nixos.org'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/3lc2gkpn2f6w8xb1ps78yiijxhins3zn-at-spi2-core-2.46.0-dev' from 'https://cache.nixos.org'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/7vlky78r019vp9vd0qn8fyx6d5xd6kn1-libpulseaudio-16.1' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/3lwjcn7q2lk2fxqql8cy6q990cyl6g8s-libusb-compat-0.1.7' from 'https://cache.nixos.org'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin' to 'local'...
oct 07 10:00:07 nixos installer[1154]: copying path '/nix/store/ap79srm726nsyla4v1m1jf8c3hkcqq14-openssh-9.1p1' to 'local'...
oct 07 10:00:08 nixos installer[1154]: copying path '/nix/store/cmjg8jla4pbyci0rbjvdk7y36rprkap3-cups-2.4.2' from 'https://cache.nixos.org'...
oct 07 10:00:08 nixos installer[1154]: copying path '/nix/store/dcxqa4df1b7d50dvcya5qfihmr0dfbdl-gtk+-2.24.33' from 'https://cache.nixos.org'...
oct 07 10:00:09 nixos installer[1154]: copying path '/nix/store/0zh9vv6wif1d1ys6i3ay5lymjalaani2-gtk+3-3.24.34' to 'local'...
oct 07 10:00:09 nixos installer[1154]: copying path '/nix/store/9sj4q8r2hfbc4d9gsi53cq8md4kjmdxq-lirc-0.10.1' from 'https://cache.nixos.org'...
oct 07 10:00:09 nixos installer[1154]: copying path '/nix/store/0b9yp4fz3ncbzmciy4dbspiqpb0yf2py-SDL-1.2.15' to 'local'...
oct 07 10:00:09 nixos installer[1154]: copying path '/nix/store/p9lhbqgls0wxx3iw8q6jng99142r1hbv-alsa-plugins-1.2.7.1' from 'https://cache.nixos.org'...
oct 07 10:00:10 nixos installer[1154]: copying path '/nix/store/qwd1p5f6ia5jrwpwsy96n9k55wkh0z9w-callaudiod-0.1.4' from 'https://cache.nixos.org'...
oct 07 10:00:10 nixos installer[1154]: copying path '/nix/store/gp44azfngrrpgs329gw61mf3bqq90c0n-directfb-1.7.7' to 'local'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/psdwicbpl9qbslpd0ckdfymwgsjfghrx-fluidsynth-2.2.9' to 'local'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/vqx9n6lnhbpq6lzlaybbg6j4x4cqf4zi-gpgme-1.18.0' from 'https://cache.nixos.org'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/p47wkmsmaa5nzz6x0nvl1706grjsx0fx-libcanberra-0.30' to 'local'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/lyvnz0k6vb1d6888z1wjlv9x3v3g6ndm-cups-2.4.2-dev' from 'https://cache.nixos.org'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16' to 'local'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/8mjhg1n2jmfyziwxpbpywfija64j41q3-gnome-themes-extra-3.28' from 'https://cache.nixos.org'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/ncjm8281n4lz5qqhcb0sz95z4m9id9w0-mpg123-1.29.3' to 'local'...
oct 07 10:00:11 nixos installer[1154]: copying path '/nix/store/ag87d884599ny93lmzq7ajl1q5g6l933-openobex-1.7.2' from 'https://cache.nixos.org'...
oct 07 10:00:12 nixos installer[1154]: copying path '/nix/store/ipnj51s4ayysdirjkydvdivcb42gmv0n-parted-3.5' to 'local'...
oct 07 10:00:12 nixos installer[1154]: copying path '/nix/store/xzql71gn4j1z8xg9p4c7qhkpraqxjvcc-perl5.36.0-Net-DBus-1.2.0' from 'https://cache.nixos.org'...
oct 07 10:00:12 nixos installer[1154]: copying path '/nix/store/sragqcfhr9vwpc4j6hhn1ba91ajsvm03-libopenmpt-0.6.6' to 'local'...
oct 07 10:00:12 nixos installer[1154]: copying path '/nix/store/5a7ka7ymv5svn19jhgdzrc1jys05zqhj-polkit-121-bin' to 'local'...
oct 07 10:00:12 nixos installer[1154]: copying path '/nix/store/cshl5zrk21r5f1jjqgkvjymm231j130v-python3.10-dbus-python-1.2.18' from 'https://cache.nixos.org'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/zg69c7ri935fz3rgsyh6m7xmgw9amhd8-roc-toolkit-0.1.5' to 'local'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/m5zdnrp031hjh72d0k85dvrnwyxh9pz0-systemd-251.5' to 'local'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/gda15x4nbb0yr5z7di67rj224q33s1zv-python3.10-dbus-python-1.2.18-dev' from 'https://cache.nixos.org'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/9llkw7hl5aa6avmkk57bb6qy181sk7lc-systemd-stage-1-251.5' from 'https://cache.nixos.org'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/0d56dld8mz5xrmnq2xky9p1x6hihpk9k-volume_key-0.3.11' from 'https://cache.nixos.org'...
oct 07 10:00:13 nixos installer[1154]: copying path '/nix/store/p9ql652m83kmj386cinrhvwx5ngs46fw-wpa_supplicant-2.10' to 'local'...
oct 07 10:00:14 nixos installer[1154]: copying path '/nix/store/ykqgc64d8756n137zsadg7k7vw2f0ss7-python3.10-python-dbusmock-0.28.4' from 'https://cache.nixos.org'...
oct 07 10:00:14 nixos installer[1154]: copying path '/nix/store/283cp7bahgvmnmph172gpcii2q9nkdnp-xdg-utils-unstable-2020-10-21' from 'https://cache.nixos.org'...
oct 07 10:00:14 nixos installer[1154]: copying path '/nix/store/yhb54cpq8g1w8hrl5djgi49xfvm33dsj-gcr-3.41.1' to 'local'...
oct 07 10:00:14 nixos installer[1154]: copying path '/nix/store/4cmpk00x8kmcrxa2b54178w7lz6m5ci2-gtk+3-3.24.34-dev' from 'https://cache.nixos.org'...
oct 07 10:00:14 nixos installer[1154]: copying path '/nix/store/plb77cjwv3zazqz187385jz2n1bajqch-libcanberra-0.30' from 'https://cache.nixos.org'...
oct 07 10:00:15 nixos installer[1154]: copying path '/nix/store/7pqvqvpnimf3k1lnr989lww98r0rs6xd-python3-3.10.7-env' from 'https://cache.nixos.org'...
oct 07 10:00:15 nixos installer[1154]: copying path '/nix/store/bpavm2c9p2bqja01jbqnd0xmj1nfmhjn-stoken-0.92' to 'local'...
oct 07 10:00:15 nixos installer[1154]: copying path '/nix/store/zc860f5a82iq43ccqmdrhw0w4dvk36kw-plymouth-unstable-2021-10-18' from 'https://cache.nixos.org'...
oct 07 10:00:16 nixos installer[1154]: building '/nix/store/adr7qlsbwj4i8sflz96785farm85acn0-asound.conf.drv'...
oct 07 10:00:16 nixos installer[1154]: building '/nix/store/3hdg6y18ya2pcf78wi23jqdx73p6v58y-boot-splash.mrb.drv'...
oct 07 10:00:17 nixos installer[1154]: building '/nix/store/68p6m3m491wxj1c6yvm9v96qc0z57g72-bootlogd-2023-07-20.drv'...
oct 07 10:00:17 nixos installer[1154]: building '/nix/store/zdsckxbs5iy6sp4y9vd729rlw4czgwra-bootlogd-task.rb.drv'...
oct 07 10:00:18 nixos installer[1154]: building '/nix/store/pnh03abkc26j2likxdr7j97dj83i1bx2-builder.pl.drv'...
oct 07 10:00:18 nixos installer[1154]: $ mrbc -g -o /nix/store/0ldvjvm6hv2d7x47gxfksv5hzkckf473-boot-splash.mrb/libexec/boot-splash.mrb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/args.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/hacks.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/introspection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgl/lvgl.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/_placeholder.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/back_button.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/battery.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/clock.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/hal.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/header_label.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/horizontal_separator.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/keyboard.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/option_selection.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/page.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/progress_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/screen.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/status_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/switch_line.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/text_area.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/toolbar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/windows.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/__init.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/mobile_nixos/enhanced_header_bar.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/vtconsole.rb /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/xdg.rb configuration.rb ui.rb main.rb
oct 07 10:00:18 nixos installer[1154]: /nix/store/wi9mjs45jggjkm7jxbvbx29phj85r7fk-lib/lvgui/lvgui/base_window.rb:43:23: warning: '&' interpreted as argument prefix
oct 07 10:00:18 nixos installer[1154]: unpacking sources
oct 07 10:00:18 nixos installer[1154]: unpacking source archive /nix/store/p6k0a5ry5p6i12j86bmq9gp7an57gqh8-source
oct 07 10:00:18 nixos installer[1154]: source root is source/src
oct 07 10:00:18 nixos installer[1154]: patching sources
oct 07 10:00:18 nixos installer[1154]: updateAutotoolsGnuConfigScriptsPhase
oct 07 10:00:18 nixos installer[1154]: copying path '/nix/store/chmcsxi70mw0b7cg2qqkxfm0n9inzbpa-SDL2-2.24.0' to 'local'...
oct 07 10:00:18 nixos installer[1154]: copying path '/nix/store/h431bcmwyz8cdbmfiaygcr4132931ygx-accountsservice-22.08.8' from 'https://cache.nixos.org'...
oct 07 10:00:18 nixos installer[1154]: copying path '/nix/store/73sgi03p70lkdgcmxqsgyzcxzc28wxax-bluez-5.65' to 'local'...
oct 07 10:00:18 nixos installer[1154]: configuring
oct 07 10:00:18 nixos installer[1154]: copying path '/nix/store/v1nimkvp7fn8si80xcd7wx9jsdqwn3zq-btrfs-progs-6.0' to 'local'...
oct 07 10:00:18 nixos installer[1154]: no configure script, doing nothing
oct 07 10:00:18 nixos installer[1154]: building
oct 07 10:00:18 nixos installer[1154]: build flags: SHELL=/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/bash PREFIX=/nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20
oct 07 10:00:18 nixos installer[1154]: gcc -O2 -Werror -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\""2.95.2"\" -c -o bootlogd.o bootlogd.c
oct 07 10:00:18 nixos installer[1154]: copying path '/nix/store/1k3wnnl4sv5j9bgxggd31agm6xbi89nc-dhcpcd-9.4.1' to 'local'...
oct 07 10:00:19 nixos installer[1154]: copying path '/nix/store/r2byipb59g4qvmidqp25kf8ica6k9zpx-ffmpeg-4.4.2' to 'local'...
oct 07 10:00:19 nixos installer[1154]: copying path '/nix/store/jzccxqv52xpgy11ygckhrrbms9i3xxr1-libatasmart-0.19' from 'https://cache.nixos.org'...
oct 07 10:00:19 nixos installer[1154]: copying path '/nix/store/f9sp9ajs2imd33dcdavz5mksr7pc8izb-libcamera-unstable-2022-09-15' to 'local'...
oct 07 10:00:20 nixos installer[1154]: copying path '/nix/store/wxqp72525l1clpvzbjksz1swh78f77rp-libgudev-237' to 'local'...
oct 07 10:00:20 nixos installer[1154]: copying path '/nix/store/a8akm8w1yhdphac3xnnvb2jbx8wj10ak-libinput-1.21.0' to 'local'...
oct 07 10:00:20 nixos installer[1154]: gcc bootlogd.o -lutil -o bootlogd
oct 07 10:00:21 nixos installer[1154]: installing
oct 07 10:00:21 nixos installer[1154]: install flags: SHELL=/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/bash PREFIX=/nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20 install
oct 07 10:00:21 nixos installer[1154]: install -m 755 -d /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/bin/
oct 07 10:00:21 nixos installer[1154]: for i in bootlogd; do \
oct 07 10:00:21 nixos installer[1154]: install -m 755 $i /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/bin/ ; \
oct 07 10:00:21 nixos installer[1154]: done
oct 07 10:00:21 nixos installer[1154]: install -m 755 -d /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/share/man/man8/
oct 07 10:00:21 nixos installer[1154]: for man in bootlogd.8; do \
oct 07 10:00:21 nixos installer[1154]: install -m 644 ../man/$man /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/share/man/man8/; \
oct 07 10:00:21 nixos installer[1154]: sed -i "1{ s@^\('\\\\\"\)[^\*-]*-\*- coding: [^[:blank:]]\+ -\*-@\1@; }" /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/share/man/man8/$man ; \
oct 07 10:00:21 nixos installer[1154]: done
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/kkf5xynb98vdlyj29nr011svhbci1dif-libndctl-71.1-lib' from 'https://cache.nixos.org'...
oct 07 10:00:21 nixos installer[1154]: post-installation fixup
oct 07 10:00:21 nixos installer[1154]: shrinking RPATHs of ELF executables and libraries in /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20
oct 07 10:00:21 nixos installer[1154]: shrinking /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/bin/bootlogd
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/vkn9mbjfq4ljw0blrrhymkzy6ba2ad81-libqmi-1.30.8' to 'local'...
oct 07 10:00:21 nixos installer[1154]: gzipping man pages under /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/share/man/
oct 07 10:00:21 nixos installer[1154]: strip is /nix/store/srhakpyl27mphnb7clz211j8fm88j0yh-gcc-wrapper-9.5.0/bin/strip
oct 07 10:00:21 nixos installer[1154]: stripping (with command strip and flags -S) in /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/bin
oct 07 10:00:21 nixos installer[1154]: patching script interpreter paths in /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20
oct 07 10:00:21 nixos installer[1154]: checking for references to /build/ in /nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20...
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/ddggxxkc7wz4fdki7p3j847rgp4lw66y-libwacom-2.4.0' from 'https://cache.nixos.org'...
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/bxg9xvhmsqxw9jiv7jp2vhqm5iyskd9s-lvgui-2023-05-01' to 'local'...
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/h7l2nx9b5asdmpsw6b7sx29b0zrcn6yw-openfortivpn-1.17.3' to 'local'...
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/jnxnia1p0fjhrhr3csibiy9ibli8s035-plymouth-unstable-2021-10-18' from 'https://cache.nixos.org'...
oct 07 10:00:21 nixos installer[1154]: copying path '/nix/store/phk3h8sbihl3wgbijz143dbsba3h3v5y-libblockdev-2.28' from 'https://cache.nixos.org'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12' to 'local'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0' from 'https://cache.nixos.org'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/xkl943zcqpjiqd0sm9wr581h4sc9cc5r-mobile-nixos-script-loader-0.2.0' to 'local'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/a3ci9cpmi2aj9k7nar0gwd7j38xv01rp-lightdm-1.32.0' from 'https://cache.nixos.org'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/igxjvw44kgz8kmhcqalhgvkrcf1dw9zp-obexftp-0.24.2' from 'https://cache.nixos.org'...
oct 07 10:00:22 nixos installer[1154]: copying path '/nix/store/2ky6j9j8mh0czgihi74fp9r8szh12nr4-power-profiles-daemon-0.12' from 'https://cache.nixos.org'...
oct 07 10:00:23 nixos installer[1154]: copying path '/nix/store/ksyvmlsk9z0bxfxxfyrw22j3hhqk3q8i-procps-3.3.16' to 'local'...
oct 07 10:00:23 nixos installer[1154]: copying path '/nix/store/3ikm6df4s0h0ndk2qwac0cy8fvsml07d-qtbase-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:23 nixos installer[1154]: copying path '/nix/store/mvrswsw50mh9ckc67f4l0p2v1f849m0z-rtkit-0.13' from 'https://cache.nixos.org'...
oct 07 10:00:23 nixos installer[1154]: copying path '/nix/store/hmzvam5kwqcx4i7j434hr5c5fhac345y-lightdm-gtk-greeter-2.0.8' from 'https://cache.nixos.org'...
oct 07 10:00:23 nixos installer[1154]: copying path '/nix/store/0k9kvg02zby1fg0z52xpks3c1db1rxcn-strongswan-5.9.8' to 'local'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/i7djjkhssfgx2xb21nxf45jazjd9fcbr-systemd-251.5-dev' from 'https://cache.nixos.org'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/4kaq904frmsfqk1px19c3hv8af1whys3-eg25-manager-0.4.6' to 'local'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/s30vd814kxj1y7z6s89grpizc1w5k1b9-lesspipe-2.06' to 'local'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/m9wjb257rq84g000k4py8821raw7153p-systemd-default-tmpfiles' from 'https://cache.nixos.org'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0' from 'https://cache.nixos.org'...
oct 07 10:00:24 nixos installer[1154]: copying path '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin' to 'local'...
oct 07 10:00:25 nixos installer[1154]: copying path '/nix/store/a95zb9gmhnq3fy61p8ihrjb495lsa4c8-v4l-utils-1.22.1' from 'https://cache.nixos.org'...
oct 07 10:00:25 nixos installer[1154]: copying path '/nix/store/djby6npdw6dk8ciw7rkc3nljhvqn8859-vpnc-scripts-unstable-2021-09-24' to 'local'...
oct 07 10:00:26 nixos installer[1154]: copying path '/nix/store/3qk7m7z8ps1vi4lb2b0x18icsviihslg-xf86-input-evdev-2.10.6' from 'https://cache.nixos.org'...
oct 07 10:00:26 nixos installer[1154]: copying path '/nix/store/apfaxqla4fk7idjiqkby6159d67pnz4p-openconnect-9.01' to 'local'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/wisyg6jqxac6fx0i1vhw3zi34fggkk21-gst-plugins-good-1.20.3' from 'https://cache.nixos.org'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/mm9lhr6s2cri81g8g4acsrz7knw4fdyx-vpnc-unstable-2021-11-04' to 'local'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/mg66x0vi5slzw2vmlfl4p26vnm21f2ns-xf86-video-amdgpu-21.0.0' from 'https://cache.nixos.org'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/jpkryv4rxh4kpwrsnbwajxwmqnflk6pk-xf86-input-libinput-1.2.0' from 'https://cache.nixos.org'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/jxvhbgsd54jgc02srmdfm27s4s4z4pvi-attica-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/j7gay7nw1fq2fxxi3swga7j7yh1m5pc9-bluez-qt-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:27 nixos installer[1154]: copying path '/nix/store/5xv8lv4h3655gxqz8dpmah874ivy09zv-gpgme-1.18.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/z0cdhrvgnc07svzkj3yzj0higl1ggkm8-kactivities-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/mw0p8z25wqba23nxdvwfpkxm7r8wgikj-karchive-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/2591fv7lzxrz2z1fywri607s3mv7whl0-kcalendarcore-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/q2dmniyqy8gf0fc3g54y6a2lg2v0bmyw-kcodecs-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/6h8cz516w4wy8i2rv05400phrxdcpqim-kcoreaddons-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:28 nixos installer[1154]: copying path '/nix/store/apanfd4g14zg1z9jvjjisg7bckbwzi8k-kdnssd-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/j7x5b449rybcnbjl1qdly8k7w9rkl9k3-ki18n-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/pgpyyvnvcqcfzl3pmnbar8jn1ix27van-kidletime-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/nfvgji9sqx71rfngk8mppaq8nlf8mp76-kimageformats-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/03bd2ncz1iy8awisn5m3lz4crq98d8s3-kitemviews-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/y1nl1q50747x6yi6440qscz9fzqcqfkj-kjs-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/27i2kpimnlq49x1dyrkmpgj34dlisyyn-kplotting-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:29 nixos installer[1154]: copying path '/nix/store/4a337aasphch1aipihszdp72b9x0ljdp-kwidgetsaddons-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/cjn2i3pj22jlrj8i0whr15p0wd16zd5r-libdbusmenu-qt-0.9.3+16' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/l99l0bgqjv4nflpzr5zqvcf0zp1glixa-libkexiv2-22.08.2' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/lxs5jr4qavslaajz87j6837j4cghw9xg-libqaccessibilityclient-0.4.1' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2' to 'local'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/5kaw1db42j3wd0cbm9axmcbivsgdz7pp-modemmanager-qt-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2' to 'local'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/h4f4h9c2a76k1rg0q08vlwhwv4ri7kg3-kdecoration-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/hrhdml7zdprws0h4rmwlsrfxhgqa5ya8-kfilemetadata-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:30 nixos installer[1154]: copying path '/nix/store/ppnixrnyc2yhj3zmqgz4z52lzfgsciis-kpackage-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/391i3k3xlprqrqx1hx23lbsd5c05ykab-kpty-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/g7hy55i5jvb6znzsa8j7cch80lrf4h99-kunitconversion-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/8diyb7wz114dsrc63vbnh61r4zvpjgzc-kpeople-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/xp35d41nbipa335c5yh9sk84xdzny96y-openvpn-2.5.6' to 'local'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/ac3dffb9lpza6j06gb8kfq5krs9dir6a-pipewire-0.3.59-lib' to 'local'...
oct 07 10:00:31 nixos installer[1154]: copying path '/nix/store/ldp0p1ma4rgq3ap78y2mnhrr35iyk3k5-polkit-qt-1-0.114.0' from 'https://cache.nixos.org'...
oct 07 10:00:32 nixos installer[1154]: copying path '/nix/store/63ww95mw1zia5vj90vlmkfvn9n6bm8v8-poppler-qt5-22.08.0' from 'https://cache.nixos.org'...
oct 07 10:00:32 nixos installer[1154]: copying path '/nix/store/8zv54w1hyca8ksy4c74gf7g7s3p1p6mw-qca-qt5-2.3.4' from 'https://cache.nixos.org'...
oct 07 10:00:32 nixos installer[1154]: copying path '/nix/store/wvn7mr2hbhql33lls6z5m2a64xd74va2-qtbase-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/h3131vlh58dg75fqmpih08whm7rk4ggb-qtcharts-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/r6azk56vs5zzx2ivifmkpgrd6ny9zms1-qtdeclarative-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/hcq1rl2nrghrw7wjrh224b6m4vc9pnzs-libnma-1.10.2' to 'local'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/gadjkid74ydspa75rwzb3fy0plsiqsg7-libproxy-0.4.18' from 'https://cache.nixos.org'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/3gqsarfjlxpxbvqsjsvwcj0ajn8xa4hd-SDL2-2.24.0' to 'local'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/7lhb8vzjm8r55gjfd0dz4vm42s4f3ld6-networkmanager-qt-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/jp5ln1rwdna610749mw6h289jbvbl2qp-openal-soft-1.22.2' to 'local'...
oct 07 10:00:33 nixos installer[1154]: copying path '/nix/store/k76lnha2lmv9li826cdacxinfwv8fxw6-ffmpeg-4.4.2' to 'local'...
oct 07 10:00:34 nixos installer[1154]: copying path '/nix/store/hwpyjq58lsg14b2hk3s88s12l1nvg3bc-glib-networking-2.74.0' from 'https://cache.nixos.org'...
oct 07 10:00:34 nixos installer[1154]: copying path '/nix/store/m1n6z2vnhhm70mqppw0qp0d3cka9xi64-pipewire-0.3.59' from 'https://cache.nixos.org'...
oct 07 10:00:34 nixos installer[1154]: copying path '/nix/store/xland1s3hdqkjvrzy0rcf8b52q7q01c5-NetworkManager-iodine-gnome-unstable-2019-11-05' to 'local'...
oct 07 10:00:34 nixos installer[1154]: copying path '/nix/store/jwrbdvhd12r7xkw92pdi291f4dl5s54s-qtbase-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/3187i31bp9hvslqm0wc70ly96aiim5jh-geoclue-2.6.0' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/01dwgiifv64ilf0mchd6zqyayqw5ar89-pipewire-0.3.59-dev' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/4qql88rmm5s90sx73386x6lbjfi75kv9-bluez-qt-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/mcg8m056qpdf9zprsh97b14hxr3xzay6-kconfig-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/fyzkpgfjgb85khfqhghfnbn288fvq1nf-chromaprint-1.5.1' to 'local'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/3wsvvv77p5n3nq6bqynvnqzrbna27k1c-ffmpeg-4.4.2-bin' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/byw77db40fp6dvgx7xki2yn2l7v2b1qm-gst-libav-1.20.3' from 'https://cache.nixos.org'...
oct 07 10:00:35 nixos installer[1154]: copying path '/nix/store/qy0x829r61sisnih3zrffnwh3w6pzbfb-kfilemetadata-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:36 nixos installer[1154]: copying path '/nix/store/xa43vmi9f9c8bp2s9nba5nvlggvgcafs-kholidays-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:36 nixos installer[1154]: copying path '/nix/store/5nzkhhkny23plz07svc1fkp8kk8lqqaq-ki18n-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:36 nixos installer[1154]: copying path '/nix/store/js9kbz3s82vqxpws8kckxj8cbxbdhw15-kitemmodels-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:36 nixos installer[1154]: copying path '/nix/store/51z7m5bvnh3x20wyvjr7597z6gv9px2l-kpeople-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:36 nixos installer[1154]: copying path '/nix/store/7gdxq72srlvfqkz5ffcdnl8j4sswcf3l-kactivities-stats-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/q9lfln31fvdfj54a4bmrw0cardnxfi59-kcompletion-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/xp0mipd6hcyna4lj680ag42dz2vf2kqb-kcontacts-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/19a002iqslvm4achppkh9z8gxxdak5k7-kpipewire-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/5a3a718h62hq0xbirnrz1kmjiv3bvi76-kpublictransport-22.08.2' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/p0pinpvksjrxwd9csc0pcdj8979rydlm-kquickimageeditor-0.2.0' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/ch38iw0nff47wamk1hjkiy4ingqs2b8d-opencv-4.6.0' to 'local'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/j5lql4lbxlnzkyf27lyxdbv9g4kjvwbk-prison-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:37 nixos installer[1154]: copying path '/nix/store/a0z3rvc0wsn5qjk9g5pl3h9mwgnnjbc2-kpeoplevcard-0.1' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/d05ivakdqmih8rnwwcq9k42lyp7mdy70-purpose-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/6xssjxjynqql2h2y0nnglgk90q90ia99-python3.10-yt-dlp-2022.10.4' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/sc0cvndba2h0d2gqr3cq8nrrm2nw3f9l-libqofono-0.103' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/cv6007xaxvx5ak9nx1m8509yj2il9sri-qtcharts-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/f8pxwin6p7bgi8mw0js8b4q0fpb5dmn9-qtdeclarative-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/wk8f3fhmhkgi2dy9ay9bpwbc1h6dqpkd-qtfeedback-unstable-2018-09-03' from 'https://cache.nixos.org'...
oct 07 10:00:38 nixos installer[1154]: copying path '/nix/store/2kvgf6iijzzb9vqix7wzli01cklhhq1d-qtgraphicaleffects-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:39 nixos installer[1154]: copying path '/nix/store/bq2ka27aqs5ahs25n0nqr1gn6qb9383h-qtkeychain-0.12.0' from 'https://cache.nixos.org'...
oct 07 10:00:40 nixos installer[1154]: copying path '/nix/store/rfiz7rxm5l34c74cy6gcrjl3g7ph2gyv-qtlocation-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:40 nixos installer[1154]: copying path '/nix/store/r1rd08hqjl86mxg29jib4lqynhmfd112-qtmultimedia-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:40 nixos installer[1154]: copying path '/nix/store/6ngl5xwph825hzi8drnj94fgsgqjn8ib-qtquickcontrols-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/5qvfnqr4x9bzfz7cs6amdci54qcp1sw5-qtquickcontrols2-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/pz6l7bad55r819rfgks30sad9qmrd1hy-qtmultimedia-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/z0gz506zdc8n928dsqgi6ysgzr1nha9s-qtsensors-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/d8kkhsaqxfwq1n4rk4cr07p72s8fs284-kweathercore-0.6' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/agbp82lmgvg5lpfp4f37qz7jgwyf1wkb-qtlocation-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:41 nixos installer[1154]: copying path '/nix/store/b84av3bvrkhcmrpkmbz2r2wr3j9ykm6a-qtsensors-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/bdv4wg7wpq4ixsabpkwnrazx33hnaqqh-kirigami-addons-0.4' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/kx4j7fa81acm3kyc45s9spkw4008l7gc-kirigami2-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/frl40xan0196adbkabjyb35jw4jcih04-kquickcharts-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/kim1f3i63lcwjgq4il548map5zrdnj33-qtquickcontrols2-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/1yrv2jgw00cr352sdb9ha4b27cy0p9ap-qtsvg-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/m7hihx40v2wlfx7f98jbbiahacmizvpp-qttools-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:42 nixos installer[1154]: copying path '/nix/store/m1xll29nh0w0kf2waqs3v7kdc3pvp81c-qtwayland-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/r2686g1k653vzs4iwy9sh7zfxf9wa2dm-qtwebchannel-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/yal4kyl2blsf5dq24986rr75ayr64d2k-kjsembed-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/w12gyfmd4dlis2kk2w0067ly0cg9ww1h-qtsvg-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/h9prlfavfqqi4w22ylb4pn2cax4vs1f8-gst-plugins-bad-1.20.3' to 'local'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/sbqxniwwjvc3c2hhy6r11y5c3awba49p-qtvirtualkeyboard-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/khn82b7a92s4hnc7fnxvwjyla9f5waf4-kwayland-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:43 nixos installer[1154]: copying path '/nix/store/55j6cr1ymr4zx8rwqx62i7d3gms9ngcy-layer-shell-qt-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:00:44 nixos installer[1154]: copying path '/nix/store/ad77pydah1dq99zl10pgc1a92vg4ilkl-qtsvg-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:00:44 nixos installer[1154]: copying path '/nix/store/2mj63584avwz8wwi75dic957nf0z8p7f-qtwayland-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:44 nixos installer[1154]: copying path '/nix/store/4ydhaj0qblgch55jqmsqf4pxb8m7iibj-qtwebchannel-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:00:44 nixos installer[1154]: copying path '/nix/store/g9k0pqy3lcax0g2ckgqznin0c39clqs2-qtdeclarative-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/1hzmr02sjvvpgwylzh49kjv93cadf8hn-qtwebengine-5.15.11' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/xjqzbbw4hvjv2n4ayqqax3kmqzc7d30w-qtwebsockets-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/im8bryv0crnrdk2qp2z5nc0dnfwxv94f-qtx11extras-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/l5p89z6gmc62cg8bwqi4g1yf67qi944z-accounts-qt-1.16' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/nqcxm6rr5iz80h9l5g9dg8shbdrjy33y-karchive-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/q3mszfcq5s2lr9njn8js9zf6i4i7jyqm-kdbusaddons-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/j90vs9n972p3b1rxv6ihxm03jd6czg69-gtk4-4.8.1' to 'local'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/3masxi4yikmx30sq32zsf2nyay7cs4wd-kguiaddons-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:45 nixos installer[1154]: copying path '/nix/store/gnsnjlra8igwvqcbp3746g38wf5sjdn3-kidletime-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:46 nixos installer[1154]: copying path '/nix/store/0qyl2w3jyhlbqpnmc830znipysgcphjk-kjobwidgets-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:46 nixos installer[1154]: copying path '/nix/store/mdl63h8fimpdf9jv6wmr266kxrkcgy2k-kservice-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:46 nixos installer[1154]: copying path '/nix/store/3pwjkmj3i94vdq3ds7p2nkijzw77kl90-kwindowsystem-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:46 nixos installer[1154]: copying path '/nix/store/2nsbzknqw0crs3ip3xs7npgyavy6fkfv-maliit-framework-2.0.0' from 'https://cache.nixos.org'...
oct 07 10:00:46 nixos installer[1154]: copying path '/nix/store/fww88jwylrkggivsxfw1a7x24xf2h3v3-modemmanager-qt-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:00:47 nixos installer[1154]: copying path '/nix/store/aa1w8hywyzxhm2j11n60vja5bm3vlijb-kcrash-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:47 nixos installer[1154]: copying path '/nix/store/l2zy87zyh82k81jwvrqxifyyplvs9jb1-kemoticons-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:48 nixos installer[1154]: copying path '/nix/store/6asljq3n2ny1d7q3h8hcawkxvnmgl746-kwayland-integration-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:00:48 nixos installer[1154]: copying path '/nix/store/z8h0sap98dkp6afcwiplgwnn4757gv74-ibus-1.5.27' from 'https://cache.nixos.org'...
oct 07 10:00:48 nixos installer[1154]: copying path '/nix/store/ajnmiaxl6bxj3dzbw9nah392vcvnrnja-libnma-1.10.2' to 'local'...
oct 07 10:00:49 nixos installer[1154]: copying path '/nix/store/lqnlqf7hsgixi6fs4az7p2a3krpfrnbd-maliit-keyboard-2.0.0' from 'https://cache.nixos.org'...
oct 07 10:00:49 nixos installer[1154]: copying path '/nix/store/5xvi3p7dhi94x0fm2ngays1hys6i17z6-NetworkManager-fortisslvpn-gnome-1.4.0' to 'local'...
oct 07 10:00:49 nixos installer[1154]: copying path '/nix/store/4rmbxyg1b2y4qj3254x8s6mcnd8ab2kp-NetworkManager-l2tp-gnome-1.20.4' to 'local'...
oct 07 10:00:49 nixos installer[1154]: copying path '/nix/store/iidfjrd1n2cf9zhgslp072j9czm6brvr-NetworkManager-openconnect-1.2.8' to 'local'...
oct 07 10:00:52 nixos installer[1154]: copying path '/nix/store/hdmgrgi53hf1akqcb18jixmwqkf480r0-NetworkManager-openvpn-1.10.0' to 'local'...
oct 07 10:00:52 nixos installer[1154]: copying path '/nix/store/cnq6fd30c6dhyd5wxdvaxq9f5hiw5anl-NetworkManager-sstp-gnome-1.3.1' to 'local'...
oct 07 10:00:52 nixos installer[1154]: copying path '/nix/store/0biv3qli7m4j0q3pv8kcr9p5lbpilny6-NetworkManager-vpnc-1.2.8' to 'local'...
oct 07 10:00:52 nixos installer[1154]: copying path '/nix/store/2dxwhiz74bpykc4jxll8mfm4lvw9fwbz-kemoticons-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:52 nixos installer[1154]: copying path '/nix/store/nxa36a74wp3ba4n4x80n7982xsh0k6j5-phonon-4.11.1' from 'https://cache.nixos.org'...
oct 07 10:00:54 nixos installer[1154]: copying path '/nix/store/5fk7kkk4jwz38ynabmrp2y551mwnrcm6-plasma-nano-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:00:55 nixos installer[1154]: copying path '/nix/store/3x5alcvvh6nrpvrb588xnqv1w9516x0b-knotifications-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:00:55 nixos installer[1154]: copying path '/nix/store/3drwqdbjxn9g4cd68z6wq8wdvyrsazgp-phonon-backend-gstreamer-4.10.0' from 'https://cache.nixos.org'...
oct 07 10:00:56 nixos installer[1154]: copying path '/nix/store/a895yipl86yi3jg3h466913b3zxb1dny-pulseaudio-16.1' from 'https://cache.nixos.org'...
oct 07 10:00:57 nixos installer[1154]: copying path '/nix/store/xkscyzs2pky9s5k97vr1c4ykp9qa6n46-frameworkintegration-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:00:59 nixos installer[1154]: copying path '/nix/store/43c3ypj5z989dkdw11rkzrsaa3wdzcgi-knotifications-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:00 nixos installer[1154]: copying path '/nix/store/ab3i88bafnqvgv705cmf43yh3g8v1b0p-kwallet-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:00 nixos installer[1154]: copying path '/nix/store/kq4lkcxq1gx57yf63l9358dlg9x001vm-qtquickcontrols-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:01:01 nixos installer[1154]: copying path '/nix/store/lsclag1xf0cqyc8j6fjxgaydz13gj5rv-qtquickcontrols2-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:01:02 nixos installer[1154]: copying path '/nix/store/2w83xz70njpmvijgbrsvh9ss2a9ijqw6-qttools-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:01:02 nixos installer[1154]: copying path '/nix/store/sl08aq3nm9vxs7hzmflpgmblm2zx630h-qtwayland-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:01:03 nixos installer[1154]: copying path '/nix/store/lv893xcr5b9y6nfh8vkk8kjx2k3xpdkb-qtwebsockets-5.15.6-bin' from 'https://cache.nixos.org'...
oct 07 10:01:04 nixos installer[1154]: copying path '/nix/store/yxqpw5q19hgsyp8gq1q7rl8f0fgp4gdy-qtxmlpatterns-5.15.6' from 'https://cache.nixos.org'...
oct 07 10:01:05 nixos installer[1154]: copying path '/nix/store/h1y3kh2mb2h3k35kcgxgpihwx42p8x47-signond-8.61' from 'https://cache.nixos.org'...
oct 07 10:01:05 nixos installer[1154]: copying path '/nix/store/1xazmn782hslhfhx94640zh0ilg9l84p-appstream-qt-0.15.5' from 'https://cache.nixos.org'...
oct 07 10:01:06 nixos installer[1154]: copying path '/nix/store/3105b2d5wkwzha585vz2yq2kxg3avf1k-hook' from 'https://cache.nixos.org'...
oct 07 10:01:06 nixos installer[1154]: copying path '/nix/store/i1bvgibf1vq0sg7gd59bnl69x8fsgr9f-kcodecs-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:07 nixos installer[1154]: copying path '/nix/store/wph7hhrk99y661ksmrgvs71xks7w8p96-kconfig-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:07 nixos installer[1154]: copying path '/nix/store/c3n61l9zvnyp9vfrdps0kjyn0ifa8xa4-kcoreaddons-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/lp4ib6b5y7rk1q9v3g7bib07164jffp3-kconfig-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/z634i461h33vzam0sajn2b8p2zs7aj4z-kdbusaddons-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/748b151sg9lnm8w09yi1951m974rxyfb-kdoctools-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/6mlxhl7r038k5rlhgicll4di059wi86p-keysmith-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/vr93m34amw160pcrsphs9nfb4xb3air9-ki18n-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/2277310wqy26jdzlf0cjpilahiq2zbah-kdbusaddons-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/sf23h5c16rihr5i8dnvvxn5ar9inrwp4-kirigami2-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/4qnczk7y8rv7m76hi7aysabyhifc8xrk-audiotube-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/llayclilbj24c83ljwsdgchs68sh7hpl-kauth-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/x206saak30mrl0ybi52w16arq199nimm-kalk-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/sjfq6gqak68s4a36ycinkmindiwrmq8j-kcoreaddons-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:08 nixos installer[1154]: copying path '/nix/store/52fj60qa00lry4yxyqq0ahka5r5s7crl-kitemviews-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/0pg5jzl66zcrg0k8pm2fdihbwakj2y13-kdoctools-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/6ld01h2pdsfmkllcy40c69y00yxf82yl-kconfigwidgets-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/yr33iy32pq6hjrxjlx34sgdmbh75w2pf-kpackage-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/gavcv7jhy99sd3807c92vjll2rsdjq28-kcontacts-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/ibx0pgha5cv8wq4sq2n6gqv7dclxmhhr-krecorder-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/5qz5a3qyajhl5fibf2nwhawlqf6rqg8k-kservice-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/z4s7s6kysyyd9jnzabc140aiz69w60nd-kwidgetsaddons-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/xh3dr6bwgj594ngn1239kr88b69ilywb-kwindowsystem-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/03isvr22g3fgyf4l0bi61iv83a13rvdc-kwrited-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/5hw88cnc0zl85z13rmkm0w98npgyc5ry-libkscreen-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/3qcbadz9cc6jl0jyflvhapfpdlragp37-calindori-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/xc8whrv15v4w807myd3ciw4704if46mg-kcrash-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/y4vwjcba2fzlza4h7f4jx8kx56wgv4zk-kdesu-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:09 nixos installer[1154]: copying path '/nix/store/lgarg782q1h1q0mhx9mn8jsg6zm9rpkg-kded-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/s9xx542j0jp56cz43vvwm6n5qdmz9xmx-breeze-qt5-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/hnwmb4p3sliychv0ir9rlysg688h5gzy-kgamma5-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/8rmilhsvpdh7ihq73nxz1zm8fv9zvlhq-kglobalaccel-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/nb33xm4kk2kx78dd6rch31ksm3iwz59h-kiconthemes-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/hifcax4ir4n0qiva7mjdxca908z370a6-knotifications-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/hdw2cssv05f0bk749b72hx0g1267kirv-kservice-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:10 nixos installer[1154]: copying path '/nix/store/1nlhabpjsfclv75l7kjnjqj8lw9d5rrg-oxygen-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/24sznnck4qrn0387mg1p9db8h3yf5bi3-plasma-phonebook-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/8bn3djbd7x7kqn6kq70l72nma4vw7p8w-kiconthemes-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/1hmszlavi1qlhz6r66arbilb2n0zw03j-qcoro-0.6.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/xa92ghbyxqjf16azanba4ds5ba7pm2p9-kxmlgui-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/cpgi6cks3rxxrvb7bck5ximj7d88ci85-kpeople-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/mb0j2saampx69fgsdzcvp0zs35s0y79d-kwallet-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/9nw5sglbqghjay2983fysav46bv97qla-polkit-kde-agent-1-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/vyii81fn4ywlzsv6z67f8f5wfkm7483x-qqc2-desktop-style-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/nh8ddl6hx6vkdixh4c1jaq5w2l6mqq6a-qtwebengine-5.15.11-bin' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/hpvfbym5arr590xcqy5j7abdx4l587si-solid-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:11 nixos installer[1154]: copying path '/nix/store/i978vnkla7ml8vmxdki1nhx626jj9lhg-sonnet-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/l5bv2hcicsn6v63x0ggadcsrkaxdpvl8-ksshaskpass-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/dryppyd82glpfz4lw6bjyarfln9zh0v0-ktrip-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/y07qnn4lv6llrl9zqrg8hzlhi2k79hhi-kbookmarks-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/3z1wrlbl5xskn7nz3i34rnqs2ypvvalm-kwallet-pam-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/9blrmv2arbszv69adbhdi8f1wrhnlq0f-kxmlgui-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/s44603m18svr8h89k19fq5fsv2x0p0gh-ktextwidgets-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/2rlky8qwrhj2rfa4wr8yqark9szz6vc9-sonnet-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/1aww0a24v9zn8jjv3jksjnrvxgwcf0z1-solid-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/mv1swfznfaxfm4jb7j9i95ydb5j80i23-syndication-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/8zxbxps2jbhsfx4xjdny1dqd015q0p01-syntax-highlighting-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/xmfdrznxricd4yml17b01pcqkijv2pbx-threadweaver-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:12 nixos installer[1154]: copying path '/nix/store/57rsgvqbqwzzf1l3blx30h24wf5jz7dr-udisks-2.9.4' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/rrp0m4y6gsia96pj27hzm952b3zy08a6-util-linux-2.38.1' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/llv3bq82y9vj981wqbwjx2njsf7pd3bp-ktextwidgets-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/vmg117w5dczp421qnmy5r7a3lfzn4c90-xdg-desktop-portal-1.15.0' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/v68w7y5vh195m0s81nqrqc0k210bxxvf-alligator-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/75zg4p9agfnby3q4yccwjfxgqkc63m98-kasts-22.09.2' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/bd087m39r0ky9gdb4b3c24v82wxykhl0-kio-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/q78z91wd7kd6gv81rr2s3grq0dz39sw2-util-linux-2.38.1-dev' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/x6y7x7z8bjl398dfkhg9ck3jj1v510dw-syntax-highlighting-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/km38gqivc1z5mmyvjsdczdjpjainf8jf-xf86-video-ati-5eba006e4129e8015b822f9e1d2f1e613e252cda' from 'https://cache.nixos.org'...
oct 07 10:01:13 nixos installer[1154]: copying path '/nix/store/x1qk0rzp703nq428p7dbcsx8hrnpd6r5-xf86-video-nouveau-3ee7cbca8f9144a3bb5be7f71ce70558f548d268' from 'https://cache.nixos.org'...
oct 07 10:01:14 nixos installer[1154]: copying path '/nix/store/3brh91zc1jlzi18w2s2vnn5w1zx3szx1-xorg-server-1.20.14' from 'https://cache.nixos.org'...
oct 07 10:01:14 nixos installer[1154]: building '/nix/store/kvlpxkq2szacby0gjafhgc5hvzvm5sx2-chfn.pam.drv'...
oct 07 10:01:15 nixos installer[1154]: building '/nix/store/7y182bibn5qxn6cwpgp4l2xz4qsa0v7m-chpasswd.pam.drv'...
oct 07 10:01:15 nixos installer[1154]: building '/nix/store/6a9kikl987zjdszqpjw51dcy857bw335-chsh.pam.drv'...
oct 07 10:01:16 nixos installer[1154]: building '/nix/store/nc8m81162gpbqf8h4v0fa60qcla826ac-client.conf.drv'...
oct 07 10:01:16 nixos installer[1154]: building '/nix/store/bkjmnva2a8n1dfnxfd8vaz9rh6j88637-console-env.drv'...
oct 07 10:01:17 nixos installer[1154]: building '/nix/store/xcfk5zdap6g44c4j2h7hs63bnq4qw7cv-container-init.drv'...
oct 07 10:01:18 nixos installer[1154]: building '/nix/store/63i3q66rs1r95nlslhyp0hkx9c3p0r7q-daemon.conf.drv'...
oct 07 10:01:18 nixos installer[1154]: created 333 symlinks in user environment
oct 07 10:01:18 nixos installer[1154]: copying path '/nix/store/8myr00hxgnarzdjvgmqn9a137fmyrvxd-kactivities-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:18 nixos installer[1154]: copying path '/nix/store/r56d6hfgkrb9a13ygvxby7hgab7q8njj-baloo-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/zik42anx50k2i7yrrrfhy91c5nag508j-attica-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/a7ha4vq94xy982ld5dw7jp0pgafkiq4g-kactivitymanagerd-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/7083cv8l2jc25y1kk4lsdzfd5d85jrpq-kauth-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/i19d74ipy1jsfm9q1nqqykn4dis9f08d-kcompletion-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/5xlfqwwin3fx6dyr84bbnnskd1ry3l8q-kdeclarative-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/si1jl4w3csf8qv482i9r7w257kg6z158-kded-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/v4s1r39im8wj420zy1mhla06brvfdldi-kglobalaccel-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/q0az399bw31fq43yynzqvx2196vp11aa-kguiaddons-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/iz6n3b9x5yb09s8rxr0rnb5q5f1q5j68-kjobwidgets-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:19 nixos installer[1154]: copying path '/nix/store/ls8axyhv0d5k6s10byyzjhx5wmx991ns-knewstuff-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/aqz8j1nr3c637s9v0m3zikzpiimbqdrx-knotifyconfig-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/h2mglvilsb8r1haric0aj7wjhl0lhh2x-kaccounts-integration-22.08.2' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/pv7z0a6aphjb2cwff10ca3vda4b2dcsd-kcmutils-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/bfrryg78f0rfhjwgfkncw0wkpds9kg7r-kconfigwidgets-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/wh897r5mkb612dwiv970jl79s4nacd8k-kdeclarative-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/639fpj39sr03way7swl3zyzbhg8fd29w-kparts-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/xbd000g3sbyflmq1p2k7g80cv82gqij4-kxmlrpcclient-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/38ybkzcg2czrlw7apjbm2582h7a6ri7d-libksysguard-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:20 nixos installer[1154]: copying path '/nix/store/aaafy1jdac6ildw7mpi4wfmvzapbkccy-frameworkintegration-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/lvpyp7cilizfaqni7shladwyjmqh3x87-kcmutils-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/rcqcy02vly4jcqkx53fqirswpxszb4cc-knewstuff-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/084469av6mpnw4as456ywdc5y0ra8q38-plasma-dialer-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/4fkqvhrzj2mp9knipi19y95gwgz7njz6-ktexteditor-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/5c6hqc7cxza8g5rcchzf4fcrb7n47885-plasma-framework-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:21 nixos installer[1154]: copying path '/nix/store/aky8ldgmicpcl23gdhbri6hqyl02pqaw-kwalletmanager-22.08.2' from 'https://cache.nixos.org'...
oct 07 10:01:22 nixos installer[1154]: copying path '/nix/store/6pz3az1fii22lch9xiqx9n7gwpbfm0g9-kde-gtk-config-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:23 nixos installer[1154]: copying path '/nix/store/0w3snndxbigz248cdikjqq45li07pf27-oxygen-5.26.1-bin' from 'https://cache.nixos.org'...
oct 07 10:01:23 nixos installer[1154]: copying path '/nix/store/s4hfb2raxjpqzva3m54wdg083j1haivl-plasma-pa-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:23 nixos installer[1154]: copying path '/nix/store/b8xkqig466kd30dzl1wxps046svan0cx-purpose-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:23 nixos installer[1154]: copying path '/nix/store/5c9mmzav7342l31v8bcscijz0c4wgirm-qttools-5.15.6-dev' from 'https://cache.nixos.org'...
oct 07 10:01:23 nixos installer[1154]: copying path '/nix/store/kyg6837smxvvil923vbbbw1vzxc5zggh-kinit-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:24 nixos installer[1154]: copying path '/nix/store/53l0rb4dznsq0k24lwns3n2d2yf2xd40-krunner-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:24 nixos installer[1154]: copying path '/nix/store/av6qb8f0g3qs5wyzbg8bqalbmnl2aak0-kdelibs4support-5.99.0' from 'https://cache.nixos.org'...
oct 07 10:01:24 nixos installer[1154]: copying path '/nix/store/5h396l3ggpfs4pdhmvrwm173sqwgpnha-konsole-22.08.2' from 'https://cache.nixos.org'...
oct 07 10:01:24 nixos installer[1154]: copying path '/nix/store/8w2jlxq783xgpc7y7aplig4k2rabwzym-angelfish-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:24 nixos installer[1154]: copying path '/nix/store/n1cy74yzs01xbdnwwmbrjkjmvm51g5yj-kiconthemes-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:25 nixos installer[1154]: copying path '/nix/store/dfdh5n4z2qdjqn1zf19kk6d7mxs9wla1-koko-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:25 nixos installer[1154]: copying path '/nix/store/dbzkhsr8r1yfc52gmpingvcqpi4kw7ql-krunner-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:25 nixos installer[1154]: copying path '/nix/store/jk7c7papx4ff6pcp7pa4x19a4ffcc58i-ktexteditor-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:25 nixos installer[1154]: copying path '/nix/store/dvbvc5yyjywwq5hzxh1c8raglg0km2nr-kwallet-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:26 nixos installer[1154]: copying path '/nix/store/64s0p72iqqa67mahm74nz5jk8dmwznyp-libksysguard-5.26.1-bin' from 'https://cache.nixos.org'...
oct 07 10:01:26 nixos installer[1154]: copying path '/nix/store/qjcaab7zrw3b7nv30f1q6fh230kv1m77-milou-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:27 nixos installer[1154]: copying path '/nix/store/nwp676kq90zg5sg6nlablv7pp7xrc5cy-plasma-framework-5.99.0-bin' from 'https://cache.nixos.org'...
oct 07 10:01:27 nixos installer[1154]: copying path '/nix/store/9x7z8f23zjywnabvg0s48sq70nmh78nr-plasma-nm-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:27 nixos installer[1154]: copying path '/nix/store/4ns29xpfcfgqdhpasnxwjn5k4jd4cpgv-solid-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:28 nixos installer[1154]: copying path '/nix/store/f12ygi7sf048gs2lsvx2qf7w1mfm2all-sonnet-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:28 nixos installer[1154]: copying path '/nix/store/brgmbplkkqgnc20g0nvypwa0lvdkw4v0-ktextwidgets-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:29 nixos installer[1154]: building '/nix/store/8phiq0p0piy47lapcqns42n2x4vyjp66-default.pa.drv'...
oct 07 10:01:29 nixos installer[1154]: copying path '/nix/store/d6czcjn1l8gx7inw2sfss680c3mz0d0q-bluedevil-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:29 nixos installer[1154]: copying path '/nix/store/r51wljrmdqp1nnfgac3v20w3kw90lkwp-breeze-qt5-5.26.1-bin' from 'https://cache.nixos.org'...
oct 07 10:01:29 nixos installer[1154]: copying path '/nix/store/cqaa3699zbp4dndshlj48lkm5s7ykkwv-kclock-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:29 nixos installer[1154]: copying path '/nix/store/s8jbq4qr575magm4ybd8vfcxf3vfaci5-kscreen-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/s2vgvrf4wy8mjhd1rmy5d8p8pkbg4qv2-kscreenlocker-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/c14l8klxgngh85ngqk409r0hshywiqaq-kweather-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/9caiwddpjjy594dvxgw3lzc75l5741ww-kxmlgui-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/iwsi17jhhd4pbihn2w59zl4181p6ppf0-plasma-settings-22.09' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/zg9f98irf4j5lj7m310zrpa5d5ji0c5i-xdg-desktop-portal-kde-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:30 nixos installer[1154]: copying path '/nix/store/2695xkp8zfm1kdh84fk8lqnpvya42cnv-kbookmarks-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:31 nixos installer[1154]: building '/nix/store/x1y84q94m5fblwsflyki58bhgcxds7vw-etc-00-keyboard.conf.drv'...
oct 07 10:01:32 nixos installer[1154]: building '/nix/store/8k5pb8hxzig857xxh4mhh5d04fnc7mfj-etc-10-nixos.rules.drv'...
oct 07 10:01:32 nixos installer[1154]: copying path '/nix/store/k2iz6ymv3pndpwyw9zishw1w1jixnybw-kio-5.99.0-dev' from 'https://cache.nixos.org'...
oct 07 10:01:32 nixos installer[1154]: building '/nix/store/z6zfvzkw6yw8whwbm2jd1igy2znmalgg-etc-60-nixos.conf.drv'...
oct 07 10:01:33 nixos installer[1154]: building '/nix/store/djl65qxhjpamib8rwldn662b23a6xk13-etc-UPower.conf.drv'...
oct 07 10:01:33 nixos installer[1154]: building '/nix/store/k3p9bw9dhl4s19sr8rjrq3k4wvavzb7d-etc-coredump.conf.drv'...
oct 07 10:01:34 nixos installer[1154]: building '/nix/store/z4v3pvx31irj2a5f2swbx0slllc9ba56-etc-fstab.drv'...
oct 07 10:01:35 nixos installer[1154]: building '/nix/store/yjxwhyx7hcr61rk2d463m49nv0rcr4k9-etc-fuse.conf.drv'...
oct 07 10:01:36 nixos installer[1154]: building '/nix/store/lab0l8418n32d8qjmzi86ailak0cllla-etc-host.conf.drv'...
oct 07 10:01:36 nixos installer[1154]: building '/nix/store/k6m1davkl1q9hhjszhsj1ak730f2dakr-etc-hostname.drv'...
oct 07 10:01:37 nixos installer[1154]: building '/nix/store/v7x38l4l0ykpvmvnmdbzyhv23vz6bfqz-etc-journald.conf.drv'...
oct 07 10:01:38 nixos installer[1154]: building '/nix/store/1f6q99wiy77r6pj63shzfdn28qb8y7pm-etc-kdeglobals.drv'...
oct 07 10:01:39 nixos installer[1154]: building '/nix/store/whn13vs2sa3vhmr289z1ypw6aj3z2by7-etc-kwinrc.drv'...
oct 07 10:01:39 nixos installer[1154]: building '/nix/store/sli0wal9mfq9k4iqgnxf4q2gyafwainp-etc-logind.conf.drv'...
oct 07 10:01:40 nixos installer[1154]: building '/nix/store/lsiwc1cb1zq2ampkp0mi1h916isg5lnc-etc-lsb-release.drv'...
oct 07 10:01:40 nixos installer[1154]: building '/nix/store/w97jf7ppsdxc56hk8gsyq9kaynzbsswz-etc-lvm.conf.drv'...
oct 07 10:01:41 nixos installer[1154]: building '/nix/store/5lafa34p6k2dyqp9g8agv9hh4p2hfx4a-etc-man_db.conf.drv'...
oct 07 10:01:42 nixos installer[1154]: building '/nix/store/91kmd8sbgdqz933sc0bmj40gfr2hflwm-etc-nanorc.drv'...
oct 07 10:01:43 nixos installer[1154]: building '/nix/store/0krzbvcam6q8cwbhimkpmf4qf5aq6c8l-etc-netgroup.drv'...
oct 07 10:01:44 nixos installer[1154]: copying path '/nix/store/9b2whn4r87jyrcy5hzz0m5dphwcarjx8-breeze-gtk-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:44 nixos installer[1154]: copying path '/nix/store/dpdafqn439lpzl61l34bqib4vshb3y3a-kdeplasma-addons-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:44 nixos installer[1154]: copying path '/nix/store/gcy7r3yga3sh1fvhj6n71282lxqrqsyz-kwin-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:44 nixos installer[1154]: copying path '/nix/store/yyy883pib3pn22hs3qjb79rf5c8ln124-plasma-integration-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:44 nixos installer[1154]: building '/nix/store/mwrwkr6511ng0cq098fmg1jqv1znrn5l-etc-nixos.conf.drv'...
oct 07 10:01:45 nixos installer[1154]: building '/nix/store/f5wcr9gvysab6vp13yvzpynk794w953h-etc-nscd.conf.drv'...
oct 07 10:01:45 nixos installer[1154]: building '/nix/store/wdg1m17l365b5z8j4n433b5q0ik3ckjr-etc-nsswitch.conf.drv'...
oct 07 10:01:46 nixos installer[1154]: building '/nix/store/7bp15qi437vz8gqndjvby69xyc7b0izj-etc-oomd.conf.drv'...
oct 07 10:01:47 nixos installer[1154]: building '/nix/store/dp99nw4hmdnjkgghfcjd3chn40bl661i-etc-os-release.drv'...
oct 07 10:01:47 nixos installer[1154]: building '/nix/store/a4fhp2sajgcqp8yapl4hqf1x93ip678f-etc-registry.json.drv'...
oct 07 10:01:48 nixos installer[1154]: building '/nix/store/f3mhjzw1dj4pxfcw6qh6bdmabx4h3hlq-etc-resolvconf.conf.drv'...
oct 07 10:01:49 nixos installer[1154]: building '/nix/store/r1vm2v8r9gb2m4pd4q8di83k8raakhgn-etc-shells.drv'...
oct 07 10:01:49 nixos installer[1154]: building '/nix/store/a9s0bqv3s4x4rldxhcf0bs4arak5nbad-etc-sleep.conf.drv'...
oct 07 10:01:50 nixos installer[1154]: building '/nix/store/hvcvhm35x7v0nziy7w641wngb26v08g1-etc-ssh_config.drv'...
oct 07 10:01:51 nixos installer[1154]: building '/nix/store/7zgxcwn1ncngdz9dwl973pkkdhmz8ydq-etc-ssh_known_hosts.drv'...
oct 07 10:01:51 nixos installer[1154]: building '/nix/store/kc1fm5i3w1vpb4x4mkv2pryxgszrnqny-etc-system.conf.drv'...
oct 07 10:01:52 nixos installer[1154]: building '/nix/store/67fz7p2c99hxr9llg3m763xdi265k6br-etc-timesyncd.conf.drv'...
oct 07 10:01:52 nixos installer[1154]: copying path '/nix/store/06h3apk9llpirkl4y2wmp2clf00lfds4-plasma-workspace-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:01:53 nixos installer[1154]: building '/nix/store/9ays6vi562gmgqy9gad7ylsiymxb95dz-etc-user.conf.drv'...
oct 07 10:01:53 nixos installer[1154]: building '/nix/store/n10izdz0z6vxd7na9g69558lygbj21vj-extra-hosts.drv'...
oct 07 10:01:54 nixos installer[1154]: building '/nix/store/d95bf455dikkj37y4wirmfv0wrhlghz5-extra-hwdb-file.drv'...
oct 07 10:01:56 nixos installer[1154]: building '/nix/store/w528q72l8bgyaffb1h3407jr3g2a5dy8-ensure-all-wrappers-paths-exist.drv'...
oct 07 10:01:56 nixos installer[1154]: building '/nix/store/4wcxk0qjfissx2bnlhzbswabvnxcm34x-extra-udev-rules.drv'...
oct 07 10:01:56 nixos installer[1154]: building '/nix/store/p70nsbcvbdvjyi3009xdkzj346b7ilq8-find-libs.drv'...
oct 07 10:01:57 nixos installer[1154]: building '/nix/store/cwkm6jsawk8yp1r9ah69vcgxb589wmsw-firewall-start.drv'...
oct 07 10:01:57 nixos installer[1154]: Checking that Nix store paths of all wrapped programs exist... OK
oct 07 10:01:58 nixos installer[1154]: building '/nix/store/gzf6xylq5qhv1m8p44s57xhcbqf3d09r-firewall-stop.drv'...
oct 07 10:01:58 nixos installer[1154]: building '/nix/store/2626pzpb2bli7ks0w6qz1p7sv11ifjhx-firmware.drv'...
oct 07 10:01:59 nixos installer[1154]: building '/nix/store/i2ylkd6dm30ja7bzi3k3hwbrp4lfbh7a-fontconfig-etc.drv'...
oct 07 10:02:00 nixos installer[1154]: building '/nix/store/djyfmp8mk97ziwlv0qgi6m80xnglkz9n-gdm.pam.drv'...
oct 07 10:02:00 nixos installer[1154]: building '/nix/store/m35j143sschci3pbxnm59dm5qdccbcrz-groupadd.pam.drv'...
oct 07 10:02:00 nixos installer[1154]: created 4 symlinks in user environment
oct 07 10:02:00 nixos installer[1154]: created 1 symlinks in user environment
oct 07 10:02:01 nixos installer[1154]: building '/nix/store/9jmhfkc1vhgq976r9b34nvw33c5d0vp4-extra-utils-pine64-pinephonepro-extra-utils.drv'...
oct 07 10:02:02 nixos installer[1154]: building '/nix/store/1bwjddm8f5i7gl60kawwfqrazw8xk47z-firewall-reload.drv'...
oct 07 10:02:03 nixos installer[1154]: building '/nix/store/wq97yyfx8a22bii4p101mn0zw7pvcfxb-groupdel.pam.drv'...
oct 07 10:02:03 nixos installer[1154]: building '/nix/store/d2d442api8z7kh6ja76dlnhdwwri89s6-groupmems.pam.drv'...
oct 07 10:02:03 nixos installer[1154]: building '/nix/store/xxb9y9kcl3kyzl65qqqa0pacdbar5g7i-groupmod.pam.drv'...
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/[' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/['
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/[[' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/[['
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/acpid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/acpid'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/add-shell' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/add-shell'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/addgroup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/addgroup'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/adduser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/adduser'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/adjtimex' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/adjtimex'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/arch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arch'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/arp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arp'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/arping' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arping'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ascii' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ascii'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ash' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ash'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/awk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/awk'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/base32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/base32'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/base64' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/base64'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/basename' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/basename'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/bc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bc'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/beep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/beep'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/blkdiscard' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blkdiscard'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/blkid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blkid'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/blockdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blockdev'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/bootchartd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bootchartd'
oct 07 10:02:03 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/brctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/brctl'
oct 07 10:02:04 nixos installer[1154]: copying path '/nix/store/8ndw1ki6iif7ppv4mi8hbxpw44i5jsy0-khotkeys-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:04 nixos installer[1154]: copying path '/nix/store/gygms3g821bkzlhl1gp5vh612jf3bxzi-kde-cli-tools-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:04 nixos installer[1154]: copying path '/nix/store/0y9sjxzjn8dbv364390yzbdyglp2rrni-plasma-browser-integration-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/bunzip2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bunzip2'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/busybox' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/busybox'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/bzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bzcat'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/bzip2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bzip2'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cal' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cal'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cat'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chat'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chgrp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chgrp'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chmod'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chown' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chown'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chpasswd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chpasswd'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chpst' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chpst'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chroot' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chroot'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chrt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chrt'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/chvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chvt'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cksum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cksum'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/clear' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/clear'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cmp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cmp'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/comm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/comm'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/conspy' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/conspy'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cp'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cpio' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cpio'
oct 07 10:02:04 nixos installer[1154]: copying path '/nix/store/s1cqjq22a3rvh337cxj7azm7f8dzxmmn-plasma-desktop-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/crc32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crc32'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/crond' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crond'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/crontab' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crontab'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cryptpw' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptpw'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cttyhack' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cttyhack'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/cut' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cut'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/date' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/date'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dc'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dd'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/deallocvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/deallocvt'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/delgroup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/delgroup'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/deluser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/deluser'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/depmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/depmod'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/devmem' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/devmem'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/df' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/df'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dhcprelay' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dhcprelay'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/diff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/diff'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dirname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dirname'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dmesg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmesg'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dnsd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dnsd'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dnsdomainname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dnsdomainname'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dos2unix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dos2unix'
oct 07 10:02:04 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dpkg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dpkg'
oct 07 10:02:05 nixos installer[1154]: copying path '/nix/store/j3lpb5rsiab77pv141v57fy3agn09b82-plasma-mobile-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dpkg-deb' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dpkg-deb'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/du' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/du'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dumpkmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpkmap'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/dumpleases' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpleases'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/echo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/echo'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ed' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ed'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/egrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/egrep'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/eject' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/eject'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/env' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/env'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/envdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/envdir'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/envuidgid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/envuidgid'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ether-wake' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ether-wake'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/expand' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/expand'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/expr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/expr'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/factor' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/factor'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fakeidentd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fakeidentd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fallocate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fallocate'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/false' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/false'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fatattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fatattr'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fbset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fbset'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fbsplash' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fbsplash'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fdflush' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdflush'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fdformat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdformat'
oct 07 10:02:05 nixos installer[1154]: copying path '/nix/store/fg2vvnmjwf70l5bn6bah7r6n6i3a4r4y-powerdevil-5.26.1' from 'https://cache.nixos.org'...
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fdisk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdisk'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fgconsole' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fgconsole'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fgrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fgrep'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/find' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/find'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/findfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/findfs'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/flock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/flock'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fold' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fold'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/free' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/free'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/freeramdisk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/freeramdisk'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fsck' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fsck.minix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.minix'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fsfreeze' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsfreeze'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fstrim' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fstrim'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fsync' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsync'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ftpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ftpget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpget'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ftpput' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpput'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/fuser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fuser'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/getopt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/getopt'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/getty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/getty'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/grep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/grep'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/groups' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/groups'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/gunzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/gunzip'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/gzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/gzip'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/halt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/halt'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hdparm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hdparm'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/head' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/head'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hexdump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hexdump'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hexedit' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hexedit'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hostid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hostid'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hostname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hostname'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/httpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/httpd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hush' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hush'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/hwclock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hwclock'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/i2cdetect' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cdetect'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/i2cdump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cdump'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/i2cget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cget'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/i2cset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cset'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/i2ctransfer' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2ctransfer'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/id'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ifconfig' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifconfig'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ifdown' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifdown'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ifenslave' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifenslave'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ifplugd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifplugd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ifup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifup'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/inetd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/inetd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/init' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/init'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/insmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/insmod'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/install' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/install'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ionice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ionice'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/iostat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iostat'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ip'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ipaddr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipaddr'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ipcalc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcalc'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ipcrm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcrm'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ipcs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcs'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/iplink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iplink'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ipneigh' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipneigh'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/iproute' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iproute'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/iprule' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iprule'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/iptunnel' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iptunnel'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/kbd_mode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kbd_mode'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/kill' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kill'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/killall' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/killall'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/killall5' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/killall5'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/klogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/klogd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/last' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/last'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/less' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/less'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/link' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/link'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/linux32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/linux32'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/linux64' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/linux64'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ln' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ln'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/loadfont' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loadfont'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/loadkmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loadkmap'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/logger' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logger'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/login' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/login'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/logname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logname'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/logread' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logread'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/losetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/losetup'
oct 07 10:02:05 nixos installer[1154]: copying path '/nix/store/i5lrzr1zaa9asclirb6f51v86jvh8hj7-khotkeys-5.26.1-bin' from 'https://cache.nixos.org'...
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpd'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lpq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpq'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lpr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpr'
oct 07 10:02:05 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ls' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ls'
oct 07 10:02:06 nixos installer[1154]: building '/nix/store/r3s1vrrv3mhyfz4pwg0qb91d1wsqyj7h-etc-firmware.conf.drv'...
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lsattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lsmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsmod'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lsof' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsof'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lspci' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lspci'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lsscsi' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsscsi'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lsusb' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsusb'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzcat'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lzma' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzma'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/lzop' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzop'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/makedevs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/makedevs'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/makemime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/makemime'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/man' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/man'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/md5sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/md5sum'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mdev'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mesg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mesg'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/microcom' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/microcom'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mim' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mim'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkdir'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkdosfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkdosfs'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mke2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkfifo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfifo'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkfs.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext2'
oct 07 10:02:06 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkfs.minix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.minix'
oct 07 10:02:07 nixos installer[1154]: building '/nix/store/an19jyyp1s9wck519pxrqd4g5fn2sidw-gtkrc-2.0.drv'...
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkfs.vfat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.vfat'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mknod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mknod'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkpasswd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkpasswd'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mkswap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkswap'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mktemp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mktemp'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/modinfo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/modinfo'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/modprobe' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/modprobe'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/more' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/more'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mount' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mount'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mountpoint' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mountpoint'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mpstat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mpstat'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mt'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/mv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mv'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nameif' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nameif'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nanddump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nanddump'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nandwrite' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nandwrite'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nbd-client' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nbd-client'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nc'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/netstat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/netstat'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nice'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nl'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nmeter' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nmeter'
oct 07 10:02:07 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nohup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nohup'
oct 07 10:02:07 nixos installer[1154]: building '/nix/store/g4fiv49sizg1kp6cw241xi96f8aclvsk-desktops.drv'...
oct 07 10:02:08 nixos installer[1154]: building '/nix/store/0sdcsdsgayg8rxhg8fcgkmzwk5j55fs5-i3lock-color.pam.drv'...
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nologin' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nologin'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nproc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nproc'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nsenter' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nsenter'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/nslookup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nslookup'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ntpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ntpd'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/od' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/od'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/openvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/openvt'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/partprobe' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/partprobe'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/passwd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/passwd'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/paste' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/paste'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/patch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/patch'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pgrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pgrep'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pidof' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pidof'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ping' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ping'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ping6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ping6'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pipe_progress' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pipe_progress'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pivot_root' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pivot_root'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pkill' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pkill'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pmap'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/popmaildir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/popmaildir'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/poweroff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/poweroff'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/powertop' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/powertop'
oct 07 10:02:08 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/printenv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/printenv'
oct 07 10:02:09 nixos installer[1154]: building '/nix/store/aiilf13s0290v4l3faf83smr6s6k4z8b-i3lock.pam.drv'...
oct 07 10:02:09 nixos installer[1154]: building '/nix/store/cbckisrck3jjbsywdafpprk7yv33czs3-installkernel.drv'...
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/printf' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/printf'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ps' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ps'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pscan' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pscan'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pstree' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pstree'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pwd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pwd'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/pwdx' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pwdx'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/raidautorun' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/raidautorun'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rdate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rdate'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rdev'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/readahead' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readahead'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/readlink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readlink'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/readprofile' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readprofile'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/realpath' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/realpath'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/reboot' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reboot'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/reformime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reformime'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/remove-shell' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/remove-shell'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/renice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/renice'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/reset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reset'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/resize' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/resume' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resume'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rev'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rm'
oct 07 10:02:09 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rmdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rmdir'
oct 07 10:02:11 nixos installer[1154]: building '/nix/store/741namdml760c207kz7zlsj8x4cqhbib-ipv6-privacy-extensions.rules.drv'...
oct 07 10:02:11 nixos installer[1154]: building '/nix/store/z20kzs40lsvs0yhc6xam4ac3rnn0w6mb-ipv6-privacy-extensions.rules.drv'...
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rmmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rmmod'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/route' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/route'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rpm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rpm'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rpm2cpio' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rpm2cpio'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rtcwake' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rtcwake'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/run-init' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/run-init'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/run-parts' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/run-parts'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/runlevel' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runlevel'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/runsv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runsv'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/runsvdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runsvdir'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/rx' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rx'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/script' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/script'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/scriptreplay' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/scriptreplay'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sed' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sed'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sendmail' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sendmail'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/seq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/seq'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setarch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setarch'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setconsole' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setconsole'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setfattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setfattr'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setfont' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setfont'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setkeycodes' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setkeycodes'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setlogcons' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setlogcons'
oct 07 10:02:11 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setpriv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setpriv'
oct 07 10:02:12 nixos installer[1154]: building '/nix/store/q9g339yaza0b4bqgy5izr5g5ic7fvqd0-issue.drv'...
oct 07 10:02:12 nixos installer[1154]: building '/nix/store/jkk1b2z9c882ls3pnsp3j6adrl9vky68-kcminputrc.drv'...
oct 07 10:02:13 nixos installer[1154]: building '/nix/store/x8f0dz7nnfmcm1nqk2a9vd5l8djjqqsq-kde.pam.drv'...
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setserial' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setserial'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setsid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setsid'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/setuidgid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setuidgid'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sh' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sh'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sha1sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha1sum'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sha256sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha256sum'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sha3sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha3sum'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sha512sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha512sum'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/showkey' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/showkey'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/shred' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/shred'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/shuf' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/shuf'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/slattach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/slattach'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sleep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sleep'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/smemcap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/smemcap'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/softlimit' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/softlimit'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sort' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sort'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/split' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/split'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ssl_client' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ssl_client'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/start-stop-daemon' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/start-stop-daemon'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/stat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/stat'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/strings' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/strings'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/stty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/stty'
oct 07 10:02:13 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/su' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/su'
oct 07 10:02:14 nixos installer[1154]: building '/nix/store/ivj9ljrld09jsi18svqv7b9mn1zc6czn-kdm.pam.drv'...
oct 07 10:02:14 nixos installer[1154]: building '/nix/store/57i86i7vh225z6nan1nmx0vbgmkfymsr-kernel-configuration-validator-snippet.drv'...
oct 07 10:02:15 nixos installer[1154]: building '/nix/store/gzl7y3hj6caw3p0jaxkx0snj47zycsj4-lessconfig.drv'...
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sulogin' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sulogin'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sum'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sv'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/svc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svc'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/svlogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svlogd'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/svok' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svok'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/swapoff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/swapoff'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/swapon' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/swapon'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/switch_root' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/switch_root'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sync' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sync'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/sysctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sysctl'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/syslogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/syslogd'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tac' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tac'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tail' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tail'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tar' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tar'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/taskset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/taskset'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tc'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tcpsvd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tcpsvd'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tee' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tee'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/telnet' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/telnet'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/telnetd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/telnetd'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/test' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/test'
oct 07 10:02:15 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tftp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tftp'
oct 07 10:02:16 nixos installer[1154]: building '/nix/store/gwpmpbyrl2pb1rk7xzka53lk14rl4y19-hwdb.bin.drv'...
oct 07 10:02:16 nixos installer[1154]: building '/nix/store/wz5jvjq3s4w6qbjh7a23y2jrs5kprvif-libao.conf.drv'...
oct 07 10:02:17 nixos installer[1154]: building '/nix/store/xargmm6sr2pli4ypds2ph0x2lidij1c2-lightdm-autologin.pam.drv'...
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tftpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tftpd'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/time' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/time'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/timeout' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/timeout'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/top' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/top'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/touch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/touch'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tr'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/traceroute' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/traceroute'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/traceroute6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/traceroute6'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/true' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/true'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/truncate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/truncate'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ts' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ts'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tty'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ttysize' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ttysize'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/tunctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tunctl'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubiattach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubiattach'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubidetach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubidetach'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubimkvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubimkvol'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubirename' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirename'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubirmvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirmvol'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubirsvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirsvol'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/ubiupdatevol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubiupdatevol'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/udhcpc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpc'
oct 07 10:02:17 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/udhcpc6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpc6'
oct 07 10:02:17 nixos installer[1154]: Adding hwdb files for package /nix/store/m5zdnrp031hjh72d0k85dvrnwyxh9pz0-systemd-251.5
oct 07 10:02:18 nixos installer[1154]: building '/nix/store/sscrnjs3l8rwcvrjcj5wvxymhxxdr534-lightdm-greeter.pam.drv'...
oct 07 10:02:18 nixos installer[1154]: building '/nix/store/77myklnnprgi33bkm0bsmdliszaixap8-lightdm-gtk-greeter-xgreeters.drv'...
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/udhcpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpd'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/udpsvd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udpsvd'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uevent' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uevent'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/umount' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/umount'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uname'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unexpand' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unexpand'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uniq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uniq'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unix2dos' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unix2dos'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unlink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unlink'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unlzma' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unlzma'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unshare' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unshare'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unxz' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unxz'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/unzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unzip'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uptime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uptime'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/users' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/users'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/usleep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/usleep'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uudecode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uudecode'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/uuencode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uuencode'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/vconfig' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vconfig'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/vi' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vi'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/vlock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vlock'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/volname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/volname'
oct 07 10:02:18 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/w' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/w'
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/4kaq904frmsfqk1px19c3hv8af1whys3-eg25-manager-0.4.6
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/xxnagcmz9x33psw2hvr2bc1iiq09za1h-libmtp-1.1.20
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/8qjyjimqabqxg5i83ds4g5y3pz6kyl9k-media-player-info-24
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/pbl3hgfp4fi4m14bvl7jdi0pyxmxp1fk-ipv6-privacy-extensions.rules
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/b23mkw38p0yx7kz0l1zcc9drcc121njj-ipv6-privacy-extensions.rules
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/i0v1h1yxhs8gc4gzh239v82f0nijkla7-bcache-tools-1.0.7
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/5xvi3p7dhi94x0fm2ngays1hys6i17z6-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/xland1s3hdqkjvrzy0rcf8b52q7q01c5-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/4rmbxyg1b2y4qj3254x8s6mcnd8ab2kp-NetworkManager-l2tp-gnome-1.20.4
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/iidfjrd1n2cf9zhgslp072j9czm6brvr-NetworkManager-openconnect-1.2.8
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/hdmgrgi53hf1akqcb18jixmwqkf480r0-NetworkManager-openvpn-1.10.0
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/0biv3qli7m4j0q3pv8kcr9p5lbpilny6-NetworkManager-vpnc-1.2.8
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/cnq6fd30c6dhyd5wxdvaxq9f5hiw5anl-NetworkManager-sstp-gnome-1.3.1
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/p9ql652m83kmj386cinrhvwx5ngs46fw-wpa_supplicant-2.10
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/57rsgvqbqwzzf1l3blx30h24wf5jz7dr-udisks-2.9.4
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/bg9f444m3wq8srlqi9c89km4g65228l8-extra-udev-rules
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/7qwm2qibbcj7p2dfq31n4nrpxylhhkc2-extra-hwdb-file
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/2ky6j9j8mh0czgihi74fp9r8szh12nr4-power-profiles-daemon-0.12
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/73sgi03p70lkdgcmxqsgyzcxzc28wxax-bluez-5.65
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/0x42jz8jqncsmz7a01z6gqrvdrnsl1ji-alsa-utils-1.2.7
oct 07 10:02:18 nixos installer[1154]: Adding hwdb files for package /nix/store/a895yipl86yi3jg3h466913b3zxb1dny-pulseaudio-16.1
oct 07 10:02:18 nixos installer[1154]: Generating hwdb database...
oct 07 10:02:19 nixos installer[1154]: building '/nix/store/5d30rdvsscim31p1m19x4rwpfk585ll5-lightdm-gtk-greeter.conf.drv'...
oct 07 10:02:20 nixos installer[1154]: building '/nix/store/bb5iaxbj7sxvm63j1zfm86iavpi5qz1s-lightdm.pam.drv'...
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/wall' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wall'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/watch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/watch'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/watchdog' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/watchdog'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/wc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wc'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/wget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wget'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/which' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/which'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/who' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/who'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/whoami' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/whoami'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/whois' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/whois'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/xargs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xargs'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/xxd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xxd'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/xz' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xz'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/xzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xzcat'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/yes' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/yes'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/zcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/zcat'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/sbin/zcip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/zcip'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/[' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/['
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/[[' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/[['
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/acpid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/acpid'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/add-shell' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/add-shell'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/addgroup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/addgroup'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/adduser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/adduser'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/adjtimex' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/adjtimex'
oct 07 10:02:20 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/arch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arch'
oct 07 10:02:21 nixos installer[1154]: building '/nix/store/9aamnyjcjysa3j0ckjb2k6m3sy4447zq-local-cmds.drv'...
oct 07 10:02:21 nixos installer[1154]: building '/nix/store/7qpww5q42bafa82vg2a4cvdd1760bsm1-locale.conf.drv'...
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/arp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arp'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/arping' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/arping'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ascii' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ascii'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ash' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ash'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/awk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/awk'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/base32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/base32'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/base64' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/base64'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/basename' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/basename'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/bc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bc'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/beep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/beep'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/blkdiscard' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blkdiscard'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/blkid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blkid'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/blockdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/blockdev'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/bootchartd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bootchartd'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/brctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/brctl'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/bunzip2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bunzip2'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/busybox' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/busybox'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/bzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bzcat'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/bzip2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bzip2'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cal' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cal'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cat'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chat'
oct 07 10:02:21 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr'
oct 07 10:02:23 nixos installer[1154]: building '/nix/store/a729b5lwpmr874wvyv7b05zzwwdq4caf-localhost-hosts.drv'...
oct 07 10:02:23 nixos installer[1154]: building '/nix/store/iw1mcfmymsng2nd7z9wfvx1rs1y9136c-login.defs.drv'...
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chgrp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chgrp'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chmod'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chown' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chown'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chpasswd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chpasswd'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chpst' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chpst'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chroot' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chroot'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chrt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chrt'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/chvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chvt'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cksum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cksum'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/clear' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/clear'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cmp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cmp'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/comm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/comm'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/conspy' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/conspy'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cp'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cpio' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cpio'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/crc32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crc32'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/crond' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crond'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/crontab' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/crontab'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cryptpw' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptpw'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cttyhack' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cttyhack'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/cut' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cut'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/date' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/date'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dc'
oct 07 10:02:23 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dd'
oct 07 10:02:23 nixos installer[1154]:
oct 07 10:02:24 nixos installer[1154]: building '/nix/store/nr638mk4dm4wmgrjva5xk7j43h2937d0-login.pam.drv'...
oct 07 10:02:25 nixos installer[1154]: building '/nix/store/c4rniiwhj30wlkgn68avbglbk70v2hqb-logo_linux_clut224.ppm.drv'...
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/deallocvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/deallocvt'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/delgroup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/delgroup'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/deluser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/deluser'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/depmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/depmod'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/devmem' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/devmem'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/df' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/df'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dhcprelay' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dhcprelay'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/diff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/diff'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dirname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dirname'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dmesg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmesg'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dnsd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dnsd'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dnsdomainname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dnsdomainname'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dos2unix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dos2unix'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dpkg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dpkg'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dpkg-deb' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dpkg-deb'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/du' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/du'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dumpkmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpkmap'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/dumpleases' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpleases'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/echo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/echo'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ed' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ed'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/egrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/egrep'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/eject' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/eject'
oct 07 10:02:25 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/env' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/env'
oct 07 10:02:26 nixos installer[1154]: building '/nix/store/k6zxnlc0yp5amxdqh362b44r935ixd8p-logrotate.conf.drv'...
oct 07 10:02:26 nixos installer[1154]: building '/nix/store/lvpflbh83qpjlal765sd7qyg7v617s1l-main.conf.drv'...
oct 07 10:02:27 nixos installer[1154]: building '/nix/store/0x1m3d3vgvcv85qcyqhimb7h86291nic-mobile-nixos-init-0.1.0.drv'...
oct 07 10:02:27 nixos installer[1154]: building '/nix/store/kfq3k32jrvxfhi26hv9dkn1brsaxfszj-mount-pstore.sh.drv'...
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/envdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/envdir'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/envuidgid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/envuidgid'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ether-wake' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ether-wake'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/expand' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/expand'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/expr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/expr'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/factor' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/factor'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fakeidentd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fakeidentd'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fallocate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fallocate'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/false' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/false'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fatattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fatattr'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fbset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fbset'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fbsplash' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fbsplash'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fdflush' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdflush'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fdformat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdformat'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fdisk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fdisk'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fgconsole' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fgconsole'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fgrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fgrep'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/find' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/find'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/findfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/findfs'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/flock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/flock'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fold' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fold'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/free' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/free'
oct 07 10:02:27 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/freeramdisk' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/freeramdisk'
oct 07 10:02:28 nixos installer[1154]: building '/nix/store/qs0ih9dvzypfbjywpg1ckh1s96s5ji6s-mounts.sh.drv'...
oct 07 10:02:29 nixos installer[1154]: building '/nix/store/2kshw9dq77kqwwjfz2ms63dlijcr8lfg-nameservers.drv'...
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fsck' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fsck.minix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.minix'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fsfreeze' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsfreeze'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fstrim' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fstrim'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fsync' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsync'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ftpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpd'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ftpget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpget'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ftpput' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ftpput'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/fuser' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fuser'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/getopt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/getopt'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/getty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/getty'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/grep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/grep'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/groups' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/groups'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/gunzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/gunzip'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/gzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/gzip'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/halt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/halt'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hd'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hdparm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hdparm'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/head' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/head'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hexdump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hexdump'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hexedit' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hexedit'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hostid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hostid'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hostname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hostname'
oct 07 10:02:29 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/httpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/httpd'
oct 07 10:02:29 nixos installer[1154]: unpacking sources
oct 07 10:02:29 nixos installer[1154]: unpacking source archive /nix/store/38gq5cyz9qlhb49j1jsisnsi8b9k1hh3-init
oct 07 10:02:29 nixos installer[1154]: source root is init
oct 07 10:02:29 nixos installer[1154]: patching sources
oct 07 10:02:29 nixos installer[1154]: updateAutotoolsGnuConfigScriptsPhase
oct 07 10:02:29 nixos installer[1154]: configuring
oct 07 10:02:29 nixos installer[1154]: no configure script, doing nothing
oct 07 10:02:29 nixos installer[1154]: building
oct 07 10:02:29 nixos installer[1154]: installing
oct 07 10:02:29 nixos installer[1154]: post-installation fixup
oct 07 10:02:29 nixos installer[1154]: shrinking RPATHs of ELF executables and libraries in /nix/store/hjpv308wmw47r5x72x58jz2cgwa2nsr7-mobile-nixos-init-0.1.0
oct 07 10:02:29 nixos installer[1154]: strip is /nix/store/srhakpyl27mphnb7clz211j8fm88j0yh-gcc-wrapper-9.5.0/bin/strip
oct 07 10:02:29 nixos installer[1154]: stripping (with command strip and flags -S) in /nix/store/hjpv308wmw47r5x72x58jz2cgwa2nsr7-mobile-nixos-init-0.1.0/libexec
oct 07 10:02:29 nixos installer[1154]: patching script interpreter paths in /nix/store/hjpv308wmw47r5x72x58jz2cgwa2nsr7-mobile-nixos-init-0.1.0
oct 07 10:02:29 nixos installer[1154]: checking for references to /build/ in /nix/store/hjpv308wmw47r5x72x58jz2cgwa2nsr7-mobile-nixos-init-0.1.0...
oct 07 10:02:30 nixos installer[1154]: building '/nix/store/r552h0rqrzwbj5gakvz9fsgivv0jvkyr-nix.conf.drv'...
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hush' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hush'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/hwclock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hwclock'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/i2cdetect' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cdetect'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/i2cdump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cdump'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/i2cget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cget'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/i2cset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2cset'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/i2ctransfer' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/i2ctransfer'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/id'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ifconfig' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifconfig'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ifdown' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifdown'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ifenslave' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifenslave'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ifplugd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifplugd'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ifup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ifup'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/inetd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/inetd'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/init' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/init'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/insmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/insmod'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/install' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/install'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ionice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ionice'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/iostat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iostat'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ip'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ipaddr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipaddr'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ipcalc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcalc'
oct 07 10:02:30 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ipcrm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcrm'
oct 07 10:02:31 nixos installer[1154]: building '/nix/store/3zsi5c7ijii230vzvg5cavhbi36wxd1q-nixos-build-vms.drv'...
oct 07 10:02:31 nixos installer[1154]: building '/nix/store/yhcvb193cv1bmlhcp0pm6xss3k4y2myj-nixos-enter.drv'...
oct 07 10:02:31 nixos installer[1154]: building '/nix/store/1mi8dvjbpbhmadqjm2hbzsd3km1r4pmy-nixos-manual.desktop.drv'...
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ipcs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipcs'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/iplink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iplink'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ipneigh' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ipneigh'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/iproute' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iproute'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/iprule' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iprule'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/iptunnel' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/iptunnel'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/kbd_mode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kbd_mode'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/kill' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kill'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/killall' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/killall'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/killall5' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/killall5'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/klogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/klogd'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/last' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/last'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/less' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/less'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/link' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/link'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/linux32' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/linux32'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/linux64' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/linux64'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ln' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ln'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/loadfont' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loadfont'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/loadkmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loadkmap'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/logger' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logger'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/login' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/login'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/logname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logname'
oct 07 10:02:31 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/logread' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logread'
oct 07 10:02:31 nixos installer[1154]: Validating generated nix.conf
oct 07 10:02:32 nixos installer[1154]: building '/nix/store/r4k17pvgk4b3f3ns5bk7haicdm9rx81k-02overridedns.drv'...
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/losetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/losetup'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpd'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lpq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpq'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lpr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lpr'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ls' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ls'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lsattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lsmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsmod'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lsof' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsof'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lspci' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lspci'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lsscsi' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsscsi'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lsusb' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsusb'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzcat'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lzma' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzma'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/lzop' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lzop'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/makedevs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/makedevs'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/makemime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/makemime'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/man' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/man'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/md5sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/md5sum'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mdev'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mesg' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mesg'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/microcom' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/microcom'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mim' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mim'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkdir'
oct 07 10:02:32 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkdosfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkdosfs'
oct 07 10:02:33 nixos installer[1154]: building '/nix/store/8mgvbxp7knknz5kq3qpx6gwxi9l9lli1-nixos-rebuild.drv'...
oct 07 10:02:34 nixos installer[1154]: building '/nix/store/8g54wypi8i3h865ffbz43biknx0jzqqp-nixos-version.drv'...
oct 07 10:02:34 nixos installer[1154]: building '/nix/store/c7nljy7fgd1c15nhhw4bw6n56wd3lan7-nixos.conf.drv'...
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mke2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkfifo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfifo'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkfs.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext2'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkfs.minix' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.minix'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkfs.vfat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.vfat'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mknod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mknod'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkpasswd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkpasswd'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mkswap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkswap'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mktemp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mktemp'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/modinfo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/modinfo'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/modprobe' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/modprobe'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/more' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/more'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mount' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mount'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mountpoint' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mountpoint'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mpstat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mpstat'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mt'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/mv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mv'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nameif' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nameif'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nanddump' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nanddump'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nandwrite' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nandwrite'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nbd-client' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nbd-client'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nc'
oct 07 10:02:34 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/netstat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/netstat'
oct 07 10:02:35 nixos installer[1154]: building '/nix/store/i0k375gafb4imxjyl4723yp42za1z5g9-nixos-install.drv'...
oct 07 10:02:36 nixos installer[1154]: building '/nix/store/8mrb49vdaa8wny4rwyzibvh1fvzi7z88-opengl-drivers.drv'...
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nice'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nl'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nmeter' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nmeter'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nohup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nohup'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nologin' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nologin'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nproc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nproc'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nsenter' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nsenter'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/nslookup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/nslookup'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ntpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ntpd'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/od' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/od'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/openvt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/openvt'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/partprobe' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/partprobe'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/passwd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/passwd'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/paste' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/paste'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/patch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/patch'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pgrep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pgrep'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pidof' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pidof'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ping' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ping'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ping6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ping6'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pipe_progress' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pipe_progress'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pivot_root' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pivot_root'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pkill' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pkill'
oct 07 10:02:36 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pmap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pmap'
oct 07 10:02:37 nixos installer[1154]: building '/nix/store/kvjv59dx0g2zasvabr5lrpdp6i97gybc-other.pam.drv'...
oct 07 10:02:37 nixos installer[1154]: building '/nix/store/s5c2mbr9fwbk18dglq2ljjqri5ijhm1v-passwd.pam.drv'...
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/popmaildir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/popmaildir'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/poweroff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/poweroff'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/powertop' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/powertop'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/printenv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/printenv'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/printf' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/printf'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ps' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ps'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pscan' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pscan'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pstree' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pstree'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pwd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pwd'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/pwdx' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/pwdx'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/raidautorun' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/raidautorun'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rdate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rdate'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rdev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rdev'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/readahead' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readahead'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/readlink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readlink'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/readprofile' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/readprofile'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/realpath' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/realpath'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/reboot' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reboot'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/reformime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reformime'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/remove-shell' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/remove-shell'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/renice' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/renice'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/reset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reset'
oct 07 10:02:37 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/resize' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize'
oct 07 10:02:37 nixos installer[1154]: created 2 symlinks in user environment
oct 07 10:02:38 nixos installer[1154]: building '/nix/store/3xq2973zxxmi0j0mghlaxacc3fr9crqw-perl-5.36.0-env.drv'...
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/resume' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resume'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rev' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rev'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rm'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rmdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rmdir'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rmmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rmmod'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/route' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/route'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rpm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rpm'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rpm2cpio' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rpm2cpio'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rtcwake' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rtcwake'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/run-init' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/run-init'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/run-parts' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/run-parts'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/runlevel' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runlevel'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/runsv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runsv'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/runsvdir' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/runsvdir'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/rx' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/rx'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/script' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/script'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/scriptreplay' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/scriptreplay'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sed' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sed'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sendmail' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sendmail'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/seq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/seq'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setarch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setarch'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setconsole' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setconsole'
oct 07 10:02:38 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setfattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setfattr'
oct 07 10:02:39 nixos installer[1154]: building '/nix/store/irxsg9p4yv0za4w27a2qkbd50kz0dcgy-perl-5.36.0-env.drv'...
oct 07 10:02:40 nixos installer[1154]: building '/nix/store/s7fwm01y013ypwff6g3i7cskr31k6gbf-perl-5.36.0-env.drv'...
oct 07 10:02:41 nixos installer[1154]: building '/nix/store/v2s7f3ks505f5niy83sz31f8plc6rc4w-perl-5.36.0-env.drv'...
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setfont' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setfont'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setkeycodes' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setkeycodes'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setlogcons' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setlogcons'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setpriv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setpriv'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setserial' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setserial'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setsid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setsid'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/setuidgid' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/setuidgid'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sh' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sh'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sha1sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha1sum'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sha256sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha256sum'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sha3sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha3sum'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sha512sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sha512sum'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/showkey' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/showkey'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/shred' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/shred'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/shuf' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/shuf'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/slattach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/slattach'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sleep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sleep'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/smemcap' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/smemcap'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/softlimit' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/softlimit'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sort' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sort'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/split' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/split'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ssl_client' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ssl_client'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/start-stop-daemon' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/start-stop-daemon'
oct 07 10:02:41 nixos installer[1154]: created 470 symlinks in user environment
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/stat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/stat'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/strings' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/strings'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/stty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/stty'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/su' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/su'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sulogin' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sulogin'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sum' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sum'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sv' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sv'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/svc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svc'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/svlogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svlogd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/svok' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/svok'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/swapoff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/swapoff'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/swapon' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/swapon'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/switch_root' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/switch_root'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sync' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sync'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/sysctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/sysctl'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/syslogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/syslogd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tac' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tac'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tail' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tail'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tar' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tar'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/taskset' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/taskset'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tc'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tcpsvd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tcpsvd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tee' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tee'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/telnet' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/telnet'
oct 07 10:02:41 nixos installer[1154]: created 183 symlinks in user environment
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/telnetd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/telnetd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/test' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/test'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tftp' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tftp'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tftpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tftpd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/time' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/time'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/timeout' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/timeout'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/top' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/top'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/touch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/touch'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tr'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/traceroute' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/traceroute'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/traceroute6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/traceroute6'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/true' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/true'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/truncate' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/truncate'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ts' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ts'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tty' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tty'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ttysize' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ttysize'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/tunctl' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tunctl'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubiattach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubiattach'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubidetach' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubidetach'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubimkvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubimkvol'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubirename' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirename'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubirmvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirmvol'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubirsvol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubirsvol'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/ubiupdatevol' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ubiupdatevol'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/udhcpc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpc'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/udhcpc6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpc6'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/udhcpd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udhcpd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/udpsvd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udpsvd'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uevent' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uevent'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/umount' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/umount'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uname'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unexpand' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unexpand'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uniq' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uniq'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unix2dos' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unix2dos'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unlink' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unlink'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unlzma' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unlzma'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unshare' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unshare'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unxz' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unxz'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/unzip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/unzip'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uptime' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uptime'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/users' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/users'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/usleep' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/usleep'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uudecode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uudecode'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/uuencode' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/uuencode'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/vconfig' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vconfig'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/vi' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vi'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/vlock' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/vlock'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/volname' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/volname'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/w' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/w'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/wall' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wall'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/watch' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/watch'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/watchdog' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/watchdog'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/wc' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wc'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/wget' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/wget'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/which' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/which'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/who' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/who'
oct 07 10:02:41 nixos installer[1154]: created 182 symlinks in user environment
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/whoami' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/whoami'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/whois' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/whois'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/xargs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xargs'
oct 07 10:02:41 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/xxd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xxd'
oct 07 10:02:42 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/xz' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xz'
oct 07 10:02:42 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/xzcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/xzcat'
oct 07 10:02:42 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/yes' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/yes'
oct 07 10:02:43 nixos installer[1154]: building '/nix/store/40s1534h0xld0hb1wnw11v8sspr123cf-nixos-tmpfiles.d.drv'...
oct 07 10:02:43 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/zcat' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/zcat'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/ax5vyjsxvabdj35zc4irq1s4dc8h9xvy-busybox-1.35.0/bin/zcip' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/zcip'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/badblocks' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/badblocks'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/chattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/compile_et' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/compile_et'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/debugfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/debugfs'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/dumpe2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpe2fs'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2freefrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2freefrag'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2fsck' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2fsck'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2image' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2image'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2label' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2label'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2mmpstatus' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2mmpstatus'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2scrub' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2scrub_all' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub_all'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e2undo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2undo'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e4crypt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4crypt'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/e4defrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4defrag'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/filefrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/filefrag'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/fsck.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext2'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/fsck.ext3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext3'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/fsck.ext4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext4'
oct 07 10:02:43 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/logsave' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logsave'
oct 07 10:02:43 nixos installer[1154]: created 179 symlinks in user environment
oct 07 10:02:44 nixos installer[1154]: building '/nix/store/a2n7vr190jxnwlg8pr8xp0fcv7vmak3r-command-not-found.drv'...
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/lsattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mk_cmds' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mk_cmds'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mke2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mkfs.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext2'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mkfs.ext3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext3'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mkfs.ext4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext4'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/mklost+found' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mklost+found'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/resize2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize2fs'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/sbin/tune2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tune2fs'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/badblocks' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/badblocks'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/chattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/compile_et' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/compile_et'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/debugfs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/debugfs'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/dumpe2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpe2fs'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2freefrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2freefrag'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2fsck' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2fsck'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2image' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2image'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2label' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2label'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2mmpstatus' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2mmpstatus'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2scrub' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub'
oct 07 10:02:44 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2scrub_all' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub_all'
oct 07 10:02:45 nixos installer[1154]: building '/nix/store/5rizljljvhq66xlglkmqppqhrp8wv2g5-pine64-pinephonepro-boot-config.drv'...
oct 07 10:02:45 nixos installer[1154]: building '/nix/store/lgqb76c61ala0rcas281sif09viwb4xf-pine64-pinephonepro-firmware.drv'...
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e2undo' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2undo'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e4crypt' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4crypt'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/e4defrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4defrag'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/filefrag' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/filefrag'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/fsck.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext2'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/fsck.ext3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext3'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/fsck.ext4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fsck.ext4'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/logsave' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logsave'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/lsattr' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mk_cmds' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mk_cmds'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mke2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mkfs.ext2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext2'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mkfs.ext3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext3'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mkfs.ext4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mkfs.ext4'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/mklost+found' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mklost+found'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/resize2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize2fs'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/hxhjgyq7inqixs10lmrdr08qkxbcaq08-e2fsprogs-1.46.5-bin/bin/tune2fs' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tune2fs'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/sbin/cryptsetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptsetup'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/sbin/integritysetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/integritysetup'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/sbin/veritysetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/veritysetup'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/bin/cryptsetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptsetup'
oct 07 10:02:45 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/bin/integritysetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/integritysetup'
oct 07 10:02:45 nixos installer[1154]: pnmcolormap: making histogram...
oct 07 10:02:45 nixos installer[1154]: pnmcolormap: Scanning image 0
oct 07 10:02:45 nixos installer[1154]: pnmcolormap: 1097 colors so far
oct 07 10:02:45 nixos installer[1154]: pnmcolormap: 1097 colors found
oct 07 10:02:45 nixos installer[1154]: pnmcolormap: choosing 224 colors...
oct 07 10:02:45 nixos installer[1154]: pnmremap: 224 colors found in colormap
oct 07 10:02:46 nixos installer[1154]: building '/nix/store/l9pmbxwf79acnp5hy12dsfgxr5n6l3i0-plymouth-themes.drv'...
oct 07 10:02:46 nixos installer[1154]: building '/nix/store/iawcn2yvxi9cqjx7j2w07z5wqgqizsms-plymouthd.conf.drv'...
oct 07 10:02:46 nixos installer[1154]: '/nix/store/r8zwm7v715dngnby0xjhvi1jd03jk5lz-cryptsetup-2.5.0-bin/bin/veritysetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/veritysetup'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin/lvm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lvm'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin/dmsetup' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmsetup'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/kkzmni63yx1x8pvmbdyxvsrwcpg0j2w9-bootlogd-2023-07-20/bin/bootlogd' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bootlogd'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/gnscv5nl65v2ys8bnb614jkxy2pm9clm-hardshutdown-0.0.1/bin/hardshutdown' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hardshutdown'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/gnscv5nl65v2ys8bnb614jkxy2pm9clm-hardshutdown-0.0.1/bin/poweroff' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/poweroff'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/gnscv5nl65v2ys8bnb614jkxy2pm9clm-hardshutdown-0.0.1/bin/reboot' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/reboot'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/ghv4s066q93asvqzxw307mgvffxi68vh-kmod-30/bin/kmod' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kmod'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udevadm'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/ata_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ata_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/cdrom_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cdrom_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/dmi_memory_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmi_memory_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/fido_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fido_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/scsi_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/scsi_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/v4l_id' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/v4l_id'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/xkl943zcqpjiqd0sm9wr581h4sc9cc5r-mobile-nixos-script-loader-0.2.0/bin/loader' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loader'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/ld-linux-aarch64.so.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/ld-linux-aarch64.so.1'
oct 07 10:02:46 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/veritysetup
oct 07 10:02:46 nixos installer[1154]: '/nix/store/qfxh9fx6cycwvvn1rlyzbvcrhhzirn1k-cryptsetup-2.5.0/lib/libcryptsetup.so.12.8.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcryptsetup.so.12'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/cdm2bwpw2f8lalf97nqv96ic1hps2d4i-popt-1.19/lib/libpopt.so.0.0.2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpopt.so.0'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/pzmkihi7p66yf083dyzkkwd95vfshanm-util-linux-minimal-2.38.1-lib/lib/libblkid.so.1.1.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libblkid.so.1'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libgcc_s.so.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libgcc_s.so.1'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/3nz5sl6h3rpdwlmb29102qcpqsycwbb2-linux-firmware-20221012/lib/firmware/rockchip/dptx.bin' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/rockchip/dptx.bin'
oct 07 10:02:46 nixos installer[1154]: $ mkdir -p /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/rockchip
oct 07 10:02:46 nixos installer[1154]: $ cd /nix/store/28vb09c36za4znwdw0xgh9kzgdqvxf87-source
oct 07 10:02:46 nixos installer[1154]: $ cp -fv BCM4345C5.hcd brcmfmac43456-sdio.clm_blob fw_bcm43456c5_ag.bin nvram_ap6256.txt /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/
oct 07 10:02:46 nixos installer[1154]: 'BCM4345C5.hcd' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/BCM4345C5.hcd'
oct 07 10:02:46 nixos installer[1154]: 'brcmfmac43456-sdio.clm_blob' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.clm_blob'
oct 07 10:02:46 nixos installer[1154]: 'fw_bcm43456c5_ag.bin' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/fw_bcm43456c5_ag.bin'
oct 07 10:02:46 nixos installer[1154]: 'nvram_ap6256.txt' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/nvram_ap6256.txt'
oct 07 10:02:46 nixos installer[1154]: $ cp -fv /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.bin /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.clm_blob /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.pine64,pinebook-pro.txt /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.txt /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/
oct 07 10:02:46 nixos installer[1154]: '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.bin' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.bin'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.clm_blob' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.clm_blob'
oct 07 10:02:46 nixos installer[1154]: removed '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.clm_blob'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.pine64,pinebook-pro.txt' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.pine64,pinebook-pro.txt'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/brcm/brcmfmac43456-sdio.txt' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43456-sdio.txt'
oct 07 10:02:46 nixos installer[1154]: $ cp -fv /nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/rockchip/dptx.bin /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/rockchip/
oct 07 10:02:46 nixos installer[1154]: '/nix/store/hysm51gfv37j7zc1hm94sx4b429nwzid-source/rockchip/dptx.bin' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/rockchip/dptx.bin'
oct 07 10:02:46 nixos installer[1154]: removed '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/rockchip/dptx.bin'
oct 07 10:02:46 nixos installer[1154]: $ cp -fv /nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.bin /nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.clm_blob /nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.txt /nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/
oct 07 10:02:46 nixos installer[1154]: '/nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.bin' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43455-sdio.bin'
oct 07 10:02:46 nixos installer[1154]: '/nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.clm_blob' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43455-sdio.clm_blob'
oct 07 10:02:47 nixos installer[1154]: building '/nix/store/nzsdz271182fpb1ly47315i8qnnmk9l8-etc-bashrc.drv'...
oct 07 10:02:48 nixos installer[1154]: building '/nix/store/dzp5dahcayh5l0vdxdpa72g0z34wbd47-nixos-container.drv'...
oct 07 10:02:48 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libpthread.so.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpthread.so.0'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libc.so.6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libc.so.6'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/pzmkihi7p66yf083dyzkkwd95vfshanm-util-linux-minimal-2.38.1-lib/lib/libuuid.so.1.3.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libuuid.so.1'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/4y014cffgvczaqwx030ipdjrk7y08vi6-lvm2-2.03.16-lib/lib/libdevmapper.so.1.02' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdevmapper.so.1.02'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/a13mqinxxl01ck70zs7kaqh84zp6qx7a-openssl-3.0.5/lib/libssl.so.3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libssl.so.3'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/a13mqinxxl01ck70zs7kaqh84zp6qx7a-openssl-3.0.5/lib/libcrypto.so.3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcrypto.so.3'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/a0a3zlfjwf2dvxymc29bjd5skdv28yvq-json-c-0.16/lib/libjson-c.so.5.2.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libjson-c.so.5'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/libudev.so.1.7.4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libudev.so.1'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libm.so.6' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libm.so.6'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libdl.so.2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdl.so.2'
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bootlogd
oct 07 10:02:48 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libutil.so.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libutil.so.1'
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mklost+found
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/badblocks
oct 07 10:02:48 nixos installer[1154]: '/nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5/lib/libext2fs.so.2.4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libext2fs.so.2'
oct 07 10:02:48 nixos installer[1154]: '/nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5/lib/libcom_err.so.2.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcom_err.so.2'
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/compile_et
oct 07 10:02:48 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr
oct 07 10:02:48 nixos installer[1154]: '/nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5/lib/libe2p.so.2.3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libe2p.so.2'
oct 07 10:02:48 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2freefrag
oct 07 10:02:48 nixos installer[1154]: '/nix/store/h5f78rqysgbpdjm5q0d8d30xdhqlpsfi-linux-firmware-6e8e591/brcm/brcmfmac43455-sdio.txt' -> '/nix/store/cpcz4imqqjv8id6c5r1pnjm8dj7s4gs6-pine64-pinephonepro-firmware/lib/firmware/brcm/brcmfmac43455-sdio.txt'
oct 07 10:02:48 nixos installer[1154]: created 137 symlinks in user environment
oct 07 10:02:48 nixos installer[1154]: building '/nix/store/ikn7n8ymdxhh8yic2q9jjwf2gf7xicra-linux-6.4.7.drv'...
oct 07 10:02:49 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub
oct 07 10:02:49 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:02:49 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ata_id
oct 07 10:02:50 nixos installer[1154]: building '/nix/store/frg2skydghjq9174jkq2hy9a7mjb686n-nixos-generate-config.drv'...
oct 07 10:02:50 nixos installer[1154]: building '/nix/store/xp60npljmm6r6hj6hqclqx4xmikd6fi4-polkit-1.pam.drv'...
oct 07 10:02:51 nixos installer[1154]: building '/nix/store/3b081mcvqx5javrihqi6mw77qy0d3pdz-python3-minimal-3.10.7-env.drv'...
oct 07 10:02:51 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/systemd/libsystemd-shared-251.so' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsystemd-shared-251.so'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/qch2knssdl539d62n8rwl23vaf9hycdh-acl-2.3.1/lib/libacl.so.1.1.2301' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libacl.so.1'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/cfif78i9knm3vaxyh4kf9blzwl6d8mr4-libcap-2.66-lib/lib/libcap.so.2.66' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcap.so.2'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/jcbccywhpffqlbhf8k1lpl8hy2j4fv3m-libxcrypt-4.4.28/lib/libcrypt.so.1.1.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcrypt.so.1'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/d3n249rrs3m37cyj2lmkd6p7l8mx9jab-kmod-30-lib/lib/libkmod.so.2.4.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libkmod.so.2'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/pzmkihi7p66yf083dyzkkwd95vfshanm-util-linux-minimal-2.38.1-lib/lib/libmount.so.1.1.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libmount.so.1'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/qnh2miypk7h3dzk2jv5j6n4lygm4fxg1-linux-pam-1.5.2/lib/libpam.so.0.85.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpam.so.0'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/xjhyrbjwv8bcwjci7w5xpbij1mifsx3c-libseccomp-2.5.4-lib/lib/libseccomp.so.2.5.4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libseccomp.so.2'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/3h0x9gp4vpp5cxiqnb5jspqib21zpjmp-attr-2.5.1/lib/libattr.so.1.1.2501' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libattr.so.1'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/67fvw7chgzph911skv4hhx4vkr66rivg-zstd-1.5.2/lib/libzstd.so.1.5.2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libzstd.so.1'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/fz5i1kdr66p7ffw7h69pmds5kvppgvg9-xz-5.2.7/lib/liblzma.so.5.2.7' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/liblzma.so.5'
oct 07 10:02:51 nixos installer[1154]: '/nix/store/xicdf27w22kykw8bhyz50v5fmdgwv9nd-audit-2.8.5/lib/libaudit.so.1.0.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libaudit.so.1'
oct 07 10:02:51 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/debugfs
oct 07 10:02:51 nixos installer[1154]: '/nix/store/miqy1m675lhr6fndczvrd6gsmxrjjvdh-e2fsprogs-1.46.5/lib/libss.so.2.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libss.so.2'
oct 07 10:02:51 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4defrag
oct 07 10:02:51 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpe2fs
oct 07 10:02:52 nixos installer[1154]: building '/nix/store/rnbw430z90vfircqyy55k5yjyjglgkpq-firmware.drv'...
oct 07 10:02:52 nixos installer[1154]: building '/nix/store/9g946d8f8dlnvmsccx6pvf3gqm8i4hh2-runuser-l.pam.drv'...
oct 07 10:02:52 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2fsck
oct 07 10:02:52 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mk_cmds
oct 07 10:02:52 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:02:52 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize2fs
oct 07 10:02:52 nixos installer[1154]: unpacking sources
oct 07 10:02:52 nixos installer[1154]: unpacking source archive /nix/store/smf6ffhakkkazxg5i10cs9y0k7vx70fc-source
oct 07 10:02:52 nixos installer[1154]: created 210 symlinks in user environment
oct 07 10:02:53 nixos installer[1154]: building '/nix/store/viqbd99cr1jnwk1zlbnjf22kf878zrvd-reload-container.drv'...
oct 07 10:02:53 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/filefrag
oct 07 10:02:53 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/v4l_id
oct 07 10:02:53 nixos installer[1154]: created 2 symlinks in user environment
oct 07 10:02:54 nixos installer[1154]: building '/nix/store/5bjax1x96fz366xnji7pxra497vq0l5h-runuser.pam.drv'...
oct 07 10:02:54 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr
oct 07 10:02:55 nixos installer[1154]: building '/nix/store/jcpi0bn6klpglirz73ssvh4finf5npx3-sddm.pam.drv'...
oct 07 10:02:55 nixos installer[1154]: building '/nix/store/accbxhani5ikw0fq1rkqgn1x1hbfh723-settings.ini.drv'...
oct 07 10:02:55 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kmod
oct 07 10:02:55 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2image
oct 07 10:02:55 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lvm
oct 07 10:02:56 nixos installer[1154]: building '/nix/store/y0dlhy2cysr4c5rqfj8dpvdp8h699vk9-shutdown-ramfs-contents.drv'...
oct 07 10:02:56 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/libsystemd.so.0.34.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsystemd.so.0'
oct 07 10:02:56 nixos installer[1154]: '/nix/store/cyphy1nqf8d376clmpqi92q7iwxx9ysq-libaio-0.3.112/lib/libaio.so.1.0.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libaio.so.1'
oct 07 10:02:56 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs
oct 07 10:02:57 nixos installer[1154]: building '/nix/store/47r5z3nid6irxpvjsh6n2lsr1ny1si4h-smb-dummy.conf.drv'...
oct 07 10:02:58 nixos installer[1154]: building '/nix/store/c7bja6cd4lr47fddw6x0pcczsfq4907q-spacebar-22.09.drv'...
oct 07 10:02:58 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub_all
oct 07 10:02:58 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:02:58 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logsave
oct 07 10:02:58 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hardshutdown
oct 07 10:02:58 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loader
oct 07 10:02:59 nixos installer[1154]: building '/nix/store/srn3mjhpyx6rc3h8c5dkqla14hmffis2-lightdm-display-setup.drv'...
oct 07 10:02:59 nixos installer[1154]: building '/nix/store/x2ry8bgff60kq3dwypy0gp71mx1hnhh6-stage-2-init.sh.drv'...
oct 07 10:02:59 nixos installer[1154]: '/nix/store/c3d2d6zs9m5crjf4c64ij8x3yy3npmyx-zeromq-4.3.4/lib/libzmq.so.5.2.4' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libzmq.so.5'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/j66w35jsncr3cnii15ia30x9bfw485fp-libffi-3.4.3/lib/libffi.so.8.1.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libffi.so.8'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/bxg9xvhmsqxw9jiv7jp2vhqm5iyskd9s-lvgui-2023-05-01/lib/liblvgui.so' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/liblvgui.so'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/a8akm8w1yhdphac3xnnvb2jbx8wj10ak-libinput-1.21.0/lib/libinput.so.10.13.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libinput.so.10'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/q1cnkcpn17krfg6s48c7jlczrfkqzxgv-libsodium-1.0.18/lib/libsodium.so.23.3.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsodium.so.23'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/librt.so.1' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/librt.so.1'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/bz7n1a6gv94yb20a3a8v621yfzvfwls8-gcc-9.5.0-lib/lib/libstdc++.so.6.0.28' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libstdc++.so.6'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/2ndi8hblm073l74q2c1rnpzd1h95dnpk-libdrm-2.4.113/lib/libdrm.so.2.4.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdrm.so.2'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/d3sp66wfyizk0y6nqjp38vgrgqf3cb1d-libxkbcommon-1.4.1/lib/libxkbcommon.so.0.0.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libxkbcommon.so.0'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/wrqqvk1sallnhji6b5fa7il2qal3gvr4-freetype-2.12.1/lib/libfreetype.so.6.18.3' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libfreetype.so.6'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/7s8h1b3m3kmwlqw2nlvrb0kcbjwmrbf6-mtdev-1.1.6/lib/libmtdev.so.1.0.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libmtdev.so.1'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/i2nakv95g0kl17hqr5y1qq4d1ajd0r99-libevdev-1.13.0/lib/libevdev.so.2.3.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libevdev.so.2'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/yr53s2qy9rdd0qdab9ff7f8nfj01jjja-bzip2-1.0.8/lib/libbz2.so.1.0.8' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libbz2.so.1'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/6mb9f5imph2pw2j59jx10zrl29gg3s3s-libpng-apng-1.6.37/lib/libpng16.so.16.37.0' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpng16.so.16'
oct 07 10:02:59 nixos installer[1154]: '/nix/store/f3z03i2zfyhssp747zm6cnzl3hlp25zh-zlib-1.2.12/lib/libz.so.1.2.12' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libz.so.1'
oct 07 10:02:59 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/busybox
oct 07 10:02:59 nixos installer[1154]: '/nix/store/xl52bf8jch51zzh84rszxn0hpbxadll4-glibc-2.35-163/lib/libresolv.so.2' -> '/nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libresolv.so.2'
oct 07 10:02:59 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cdrom_id
oct 07 10:03:00 nixos installer[1154]: building '/nix/store/3c1p40i95y220jhnaxd8fcws9k5biy1z-string-hosts.drv'...
oct 07 10:03:01 nixos installer[1154]: building '/nix/store/968iadxnifadi5ijqn222k53j260y5rq-options.json.drv'...
oct 07 10:03:01 nixos installer[1154]: building '/nix/store/xkshv27xfmvls5wdmj2w1x8cbha6m4cx-su.pam.drv'...
oct 07 10:03:02 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2undo
oct 07 10:03:02 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udevadm
oct 07 10:03:02 nixos installer[1154]: building '/nix/store/ks4dv75v6611sgks7sh00x29qa8wz3iz-sudo.pam.drv'...
oct 07 10:03:02 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/scsi_id
oct 07 10:03:03 nixos installer[1154]: building '/nix/store/9zvhh98p7vdiv76xfd77rzavxyf723wv-hosts.drv'...
oct 07 10:03:04 nixos installer[1154]: building '/nix/store/69v1lv7y9vkr8sa58ab5j79ba6i92z3v-system-generators.drv'...
oct 07 10:03:04 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmi_memory_id
oct 07 10:03:05 nixos installer[1154]: building '/nix/store/py9nx5lq185bq1hvski9dpb3cw7f0v45-system-shutdown.drv'...
oct 07 10:03:05 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/integritysetup
oct 07 10:03:06 nixos installer[1154]: building '/nix/store/7wdvqf8bkghrjq1l8bx2jybdsx7alawl-systemd-user.pam.drv'...
oct 07 10:03:06 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tune2fs
oct 07 10:03:07 nixos installer[1154]: building '/nix/store/ibnkbmgg837pcnk8y70y9k5bzvakyw6s-tmpfiles.d.drv'...
oct 07 10:03:07 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmsetup
oct 07 10:03:07 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4crypt
oct 07 10:03:08 nixos installer[1154]: building '/nix/store/vk0icq4x9bwrq25szg5vrkak80qrw9zz-udev-path.drv'...
oct 07 10:03:08 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptsetup
oct 07 10:03:09 nixos installer[1154]: building '/nix/store/w9942fbz8ajzlxhv6m7f48lm2wiy3g50-udisks2.conf.drv'...
oct 07 10:03:09 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fido_id
oct 07 10:03:10 nixos installer[1154]: Copying libs for executable /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/ld-linux-aarch64.so.1
oct 07 10:03:10 nixos installer[1154]: created 442 symlinks in user environment
oct 07 10:03:10 nixos installer[1154]: building '/nix/store/qmlvck7m700rgalrs18m96131qx6df31-unit--.slice.drv'...
oct 07 10:03:10 nixos installer[1154]: stripping (with command strip and flags -s) in /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin
oct 07 10:03:11 nixos installer[1154]: building '/nix/store/a49j5kdbizzmba8bvlbv396ayz5k68zi-udev-rules.drv'...
oct 07 10:03:11 nixos installer[1154]: dirname: invalid option -- '.'
oct 07 10:03:11 nixos installer[1154]: Try 'dirname --help' for more information.
oct 07 10:03:12 nixos installer[1154]: building '/nix/store/rrid075rkg2mcdyngp170hzbg6skvrcw-unit-ModemManager.service.drv'...
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/4kaq904frmsfqk1px19c3hv8af1whys3-eg25-manager-0.4.6
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/4kaq904frmsfqk1px19c3hv8af1whys3-eg25-manager-0.4.6/lib/udev/rules.d/80-modem-eg25.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/xxnagcmz9x33psw2hvr2bc1iiq09za1h-libmtp-1.1.20
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/xxnagcmz9x33psw2hvr2bc1iiq09za1h-libmtp-1.1.20/lib/udev/rules.d/69-libmtp.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/8qjyjimqabqxg5i83ds4g5y3pz6kyl9k-media-player-info-24
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/8qjyjimqabqxg5i83ds4g5y3pz6kyl9k-media-player-info-24/lib/udev/rules.d/40-usb-media-players.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/lib/udev/rules.d/01-md-raid-creating.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/lib/udev/rules.d/63-md-raid-arrays.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/lib/udev/rules.d/64-md-raid-assembly.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/lib/udev/rules.d/69-md-clustered-confirm-device.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/pbl3hgfp4fi4m14bvl7jdi0pyxmxp1fk-ipv6-privacy-extensions.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/pbl3hgfp4fi4m14bvl7jdi0pyxmxp1fk-ipv6-privacy-extensions.rules/etc/udev/rules.d/98-ipv6-privacy-extensions.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/b23mkw38p0yx7kz0l1zcc9drcc121njj-ipv6-privacy-extensions.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/b23mkw38p0yx7kz0l1zcc9drcc121njj-ipv6-privacy-extensions.rules/etc/udev/rules.d/99-ipv6-privacy-extensions.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules
oct 07 10:03:12 nixos installer[1154]: Adding rules for package /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/10-dm.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/11-dm-lvm.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/13-dm-disk.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules
oct 07 10:03:12 nixos installer[1154]: Copying /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/69-dm-lvm.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/95-dm-notify.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules
oct 07 10:03:13 nixos installer[1154]: Adding rules for package /nix/store/i0v1h1yxhs8gc4gzh239v82f0nijkla7-bcache-tools-1.0.7
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/i0v1h1yxhs8gc4gzh239v82f0nijkla7-bcache-tools-1.0.7/lib/udev/rules.d/69-bcache.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules
oct 07 10:03:13 nixos installer[1154]: Adding rules for package /nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0/lib/udev/rules.d/80-libinput-device-groups.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/5plssbvld8fgv4bkccvgingpybny1i4d-libinput-1.21.0/lib/udev/rules.d/90-libinput-fuzz-override.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules
oct 07 10:03:13 nixos installer[1154]: Adding rules for package /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-broadmobi-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-cinterion-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-dell-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-dlink-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules
oct 07 10:03:13 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-ericsson-mbm.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules
oct 07 10:03:14 nixos installer[1154]: building '/nix/store/g5vyjnzxv1xlvgmf013wvsdbw5c93mz8-unit-NetworkManager-dispatcher.service.drv'...
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-fibocom-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-foxconn-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-gosuncn-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-haier-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-huawei-net-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-linktop-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-longcheer-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-mtk-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-nokia-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-qcom-soc.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-quectel-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-sierra.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-simtech-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-telit-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-tplink-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-ublox-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-x22x-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/77-mm-zte-port-types.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/9brmfrrwwb8d502ss3acm79niahwyl0s-modemmanager-1.18.12/lib/udev/rules.d/80-mm-candidate.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2/lib/udev/rules.d/84-nm-drivers.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2/lib/udev/rules.d/85-nm-unmanaged.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/7rvn54i637ljfg8m9yp8hz8lg7ajsb7b-networkmanager-1.40.2/lib/udev/rules.d/90-nm-thunderbolt.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/5xvi3p7dhi94x0fm2ngays1hys6i17z6-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/xland1s3hdqkjvrzy0rcf8b52q7q01c5-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/4rmbxyg1b2y4qj3254x8s6mcnd8ab2kp-NetworkManager-l2tp-gnome-1.20.4
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/iidfjrd1n2cf9zhgslp072j9czm6brvr-NetworkManager-openconnect-1.2.8
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/hdmgrgi53hf1akqcb18jixmwqkf480r0-NetworkManager-openvpn-1.10.0
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/0biv3qli7m4j0q3pv8kcr9p5lbpilny6-NetworkManager-vpnc-1.2.8
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/cnq6fd30c6dhyd5wxdvaxq9f5hiw5anl-NetworkManager-sstp-gnome-1.3.1
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/p9ql652m83kmj386cinrhvwx5ngs46fw-wpa_supplicant-2.10
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0/lib/udev/rules.d/95-upower-hid.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/zdjj0fbyxnrmfdpbazig002pkpi87jf1-upower-1.90.0/lib/udev/rules.d/95-upower-wup.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/57rsgvqbqwzzf1l3blx30h24wf5jz7dr-udisks-2.9.4
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/57rsgvqbqwzzf1l3blx30h24wf5jz7dr-udisks-2.9.4/lib/udev/rules.d/80-udisks2.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/bg9f444m3wq8srlqi9c89km4g65228l8-extra-udev-rules
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/bg9f444m3wq8srlqi9c89km4g65228l8-extra-udev-rules/etc/udev/rules.d/99-local.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/7qwm2qibbcj7p2dfq31n4nrpxylhhkc2-extra-hwdb-file
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/2ky6j9j8mh0czgihi74fp9r8szh12nr4-power-profiles-daemon-0.12
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/73sgi03p70lkdgcmxqsgyzcxzc28wxax-bluez-5.65
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/73sgi03p70lkdgcmxqsgyzcxzc28wxax-bluez-5.65/lib/udev/rules.d/97-hid2hci.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/0x42jz8jqncsmz7a01z6gqrvdrnsl1ji-alsa-utils-1.2.7
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/0x42jz8jqncsmz7a01z6gqrvdrnsl1ji-alsa-utils-1.2.7/lib/udev/rules.d/90-alsa-restore.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules
oct 07 10:03:14 nixos installer[1154]: Adding rules for package /nix/store/a895yipl86yi3jg3h466913b3zxb1dny-pulseaudio-16.1
oct 07 10:03:14 nixos installer[1154]: Copying /nix/store/a895yipl86yi3jg3h466913b3zxb1dny-pulseaudio-16.1/lib/udev/rules.d/90-pulseaudio.rules to /nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/00-path.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/01-md-raid-creating.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/10-dm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:14 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: building '/nix/store/j44makr6hnmv8nfg44fdvwmi7fxp3fkm-unit-NetworkManager-wait-online.service.drv'...
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/11-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/13-dm-disk.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/40-usb-media-players.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/63-md-raid-arrays.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/64-md-raid-assembly.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-bcache.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-dm-lvm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-libmtp.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/69-md-clustered-confirm-device.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-broadmobi-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-cinterion-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dell-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-dlink-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ericsson-mbm.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-fibocom-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-foxconn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-gosuncn-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-haier-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-huawei-net-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-linktop-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:15 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-longcheer-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-mtk-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-nokia-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-qcom-soc.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-quectel-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-sierra.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-simtech-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-telit-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-tplink-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:16 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: building '/nix/store/6rb7f6dnlqndw0ciy03pjk3wsjszdsx0-unit-NetworkManager.service.drv'...
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-ublox-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-x22x-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/77-mm-zte-port-types.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-libinput-device-groups.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-mm-candidate.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-modem-eg25.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/80-udisks2.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/84-nm-drivers.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/85-nm-unmanaged.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-alsa-restore.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-libinput-fuzz-override.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-nm-thunderbolt.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/90-pulseaudio.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-dm-notify.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-hid.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/95-upower-wup.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/97-hid2hci.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/98-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-ipv6-privacy-extensions.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/modprobe' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/mdadm' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/sbin/blkid' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '"/bin/mount' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/readlink' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: substituteStream(): WARNING: pattern '/usr/bin/basename' doesn't match anything in file '/nix/store/xbk1g5lds3496ygqp9n46j3fnrym0qik-udev-rules/99-local.rules'
oct 07 10:03:17 nixos installer[1154]: Checking that all programs called by relative paths in udev rules exist in /nix/store/m5zdnrp031hjh72d0k85dvrnwyxh9pz0-systemd-251.5/lib/udev... OK
oct 07 10:03:17 nixos installer[1154]: Checking that all programs called by absolute paths in udev rules exist... OK
oct 07 10:03:18 nixos installer[1154]: building '/nix/store/301dq294dnv1cbwzkdyzcck6xqa47hyl-unit-alsa-store.service.drv'...
oct 07 10:03:20 nixos installer[1154]: building '/nix/store/yjwgvhikcqzacdahxdvmyrg15c92j0kx-unit-audit.service.drv'...
oct 07 10:03:21 nixos installer[1154]: building '/nix/store/97m8j5mxph1zxghr39gd7fz5yw2ypzpz-unit-autovt-.service.drv'...
oct 07 10:03:21 nixos installer[1154]: building '/nix/store/3cilrz8gfghyzishxzjinqrf3iw1w3lk-unit-bluetooth.service.drv'...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/veritysetup...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/bootlogd...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mklost+found...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/badblocks...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/compile_et...
oct 07 10:03:21 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lsattr...
oct 07 10:03:21 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2freefrag...
oct 07 10:03:22 nixos installer[1154]: building '/nix/store/0xsbkz9abprhxm9mcbc30rm7ij6z5kif-unit-console-getty.service-disabled.drv'...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub...
oct 07 10:03:22 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/ata_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/debugfs...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4defrag...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dumpe2fs...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2fsck...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mk_cmds...
oct 07 10:03:22 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/resize2fs...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/filefrag...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/v4l_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/chattr...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/kmod...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2image...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/lvm...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/mke2fs...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2scrub_all...
oct 07 10:03:22 nixos installer[1154]: patchelf: not an ELF executable
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/logsave...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/hardshutdown...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/loader...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/busybox...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cdrom_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e2undo...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/udevadm...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/scsi_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmi_memory_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/integritysetup...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/tune2fs...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/dmsetup...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/e4crypt...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/cryptsetup...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/bin/fido_id...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libss.so.2...
oct 07 10:03:22 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libkmod.so.2...
oct 07 10:03:23 nixos installer[1154]: building '/nix/store/vji5nxxb80qadgnwwhqmfsb8jj96416f-unit-container-getty-.service.drv'...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsystemd.so.0...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libresolv.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libjson-c.so.5...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcap.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libz.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libseccomp.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcrypto.so.3...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/liblvgui.so...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libmtdev.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdrm.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcom_err.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libudev.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libffi.so.8...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpng16.so.16...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libevdev.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libzstd.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libfreetype.so.6...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libstdc++.so.6...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libzmq.so.5...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/liblzma.so.5...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libmount.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libext2fs.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libc.so.6...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libattr.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libinput.so.10...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsodium.so.23...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdl.so.2...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libuuid.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcrypt.so.1...
oct 07 10:03:23 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libbz2.so.1...
oct 07 10:03:24 nixos installer[1154]: building '/nix/store/magrw2wwzad6zff9bb8nmiv6x6sxsl29-unit-dbus.socket.drv'...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpthread.so.0...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpam.so.0...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libacl.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libutil.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/librt.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libdevmapper.so.1.02...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libssl.so.3...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libcryptsetup.so.12...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libxkbcommon.so.0...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libgcc_s.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libm.so.6...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libsystemd-shared-251.so...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libaudit.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libpopt.so.0...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libblkid.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libaio.so.1...
oct 07 10:03:24 nixos installer[1154]: patching /nix/store/gbpmycm7g3y177xvxic1pa19gf329lfr-extra-utils-pine64-pinephonepro-extra-utils/lib/libe2p.so.2...
oct 07 10:03:25 nixos installer[1154]: building '/nix/store/gf5wqr89q46p49ylz3f1jdwryqihv3w7-unit-eg25-manager.service.drv'...
oct 07 10:03:26 nixos installer[1154]: building '/nix/store/drb0mq0pxb3m0advp2crj5kj28rlkqjv-unit-firewall.service.drv'...
oct 07 10:03:27 nixos installer[1154]: building '/nix/store/42f2sz4qi5llf4xci8pjqd0ympjzclzx-unit-fs.target.drv'...
oct 07 10:03:28 nixos installer[1154]: building '/nix/store/yl6wmkmmagyryjw2zxp3c94zv54i0wis-00-env.rules.drv'...
oct 07 10:03:29 nixos installer[1154]: building '/nix/store/lpxdai837qzx261sb18mk7b6957m1sg5-init-wrapper.drv'...
oct 07 10:03:29 nixos installer[1154]: building '/nix/store/ynqik3ag56hxbl7s65k8zd662izh48sm-unit-generate-shutdown-ramfs.service.drv'...
oct 07 10:03:30 nixos installer[1154]: building '/nix/store/bblh11nswgjn2x9i2g1hwhwcqybnv16b-unit-getty-.service.drv'...
oct 07 10:03:31 nixos installer[1154]: building '/nix/store/7r522j01qd0j5fq6f7ljaiyvn3fka6bp-unit-graphical-session.target.drv'...
oct 07 10:03:31 nixos installer[1154]: building '/nix/store/nkin18wrf7989x7qxaj3adald06h1n0k-udev-rules.drv'...
oct 07 10:03:32 nixos installer[1154]: building '/nix/store/z78j9lc277cs8vh626fl15ds61hfi3ck-unit-keys.target.drv'...
oct 07 10:03:33 nixos installer[1154]: building '/nix/store/23d5zmq7w2ghsznmlrsjw1qkc0ykdr6f-unit-kmod-static-nodes.service.drv'...
oct 07 10:03:33 nixos installer[1154]: '/nix/store/ifvrswclqpvb241hq5wd31ff5p9g1bwn-00-env.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/60-cdrom_id.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/60-input-id.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/60-persistent-input.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/60-persistent-storage.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/70-touchpad.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/lib/udev/rules.d/80-drivers.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/10-dm.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/11-dm-lvm.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/13-dm-disk.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/69-dm-lvm.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/3z9n5s567ldikrc41adj2s42smn8pnnm-lvm2-2.03.16/lib/udev/rules.d/95-dm-notify.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:33 nixos installer[1154]: '/nix/store/qkjv7qbsbz4fpqvwa1js9wkc8ah46pmm-99-extra.rules' -> '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/00-env.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/10-dm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/11-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/13-dm-disk.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-cdrom_id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-input-id.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-input.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/60-persistent-storage.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/69-dm-lvm.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/70-touchpad.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:33 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: building '/nix/store/gsrwv94c0cqqcpm0y6spqhmhhrxw7cjs-unit-local-fs.target.drv'...
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/80-drivers.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/95-dm-notify.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'ata_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'scsi_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern 'cdrom_id' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/1gjq7k2a4ry774a8x9a8vgf9x3lflisk-coreutils-9.1/bin/basename' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/pn03z0k6y4rl6q15k8qd3ml4apiqa2hv-util-linux-2.38.1-bin/bin/blkid' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/ck6bmm9399my4835sja41z1bdg6nnyka-lvm2-2.03.16-bin/bin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: building '/nix/store/sinhp5b4ph92aj3p71h3pql1pgnmfhiz-unit-logrotate-checkconf.service.drv'...
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/zpkaa8yajl8zz3ch8m70havj7p3an1zz-mdadm-4.2/sbin' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/sh' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:34 nixos installer[1154]: substituteStream(): WARNING: pattern '/nix/store/llx3aahxipd1c7kgg0c3pr41a1avbis4-systemd-minimal-251.5/bin/udevadm' doesn't match anything in file '/nix/store/w1m4a4knjkc9pjmajbra8mcjpriq44xd-udev-rules/99-extra.rules'
oct 07 10:03:35 nixos installer[1154]: building '/nix/store/k37yn62ba8m77wkvwib33rqqasjk4l6n-unit-logrotate.service.drv'...
oct 07 10:03:36 nixos installer[1154]: building '/nix/store/qd5734h1msvp7fihzhxa19lr9al5srfg-unit-logrotate.timer.drv'...
oct 07 10:03:37 nixos installer[1154]: building '/nix/store/36l1b43pgmhrni23jyd36x1q9r2my2zb-unit-mount-pstore.service.drv'...
oct 07 10:03:37 nixos installer[1154]: building '/nix/store/q6p8maqbky6p9qq6bgvs7skxd2z0pqvk-mobile-nixos-initrd-pine64-pinephonepro.drv'...
oct 07 10:03:37 nixos installer[1154]: qtPreHook
oct 07 10:03:37 nixos installer[1154]: unpacking sources
oct 07 10:03:37 nixos installer[1154]: unpacking source archive /nix/store/nkjsxlciqqs5bky9rxafm7cmxmpnmllp-spacebar-22.09.tar.xz
oct 07 10:03:37 nixos installer[1154]: source root is spacebar-22.09
oct 07 10:03:37 nixos installer[1154]: setting SOURCE_DATE_EPOCH to timestamp 1664293382 of file spacebar-22.09/src/utils.h
oct 07 10:03:37 nixos installer[1154]: patching sources
oct 07 10:03:38 nixos installer[1154]: building '/nix/store/bsw6lj3jcxv5h0ldglxvkfpv4gnpi014-unit-multi-user.target.drv'...
oct 07 10:03:39 nixos installer[1154]: building '/nix/store/b4j4ghc4qlzbihgp401p0rjm5fcf49ma-unit-network-interfaces.target.drv'...
oct 07 10:03:39 nixos installer[1154]: updateAutotoolsGnuConfigScriptsPhase
oct 07 10:03:39 nixos installer[1154]: configuring
oct 07 10:03:39 nixos installer[1154]: fixing cmake files...
oct 07 10:03:39 nixos installer[1154]: cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/doc/spacebar -DCMAKE_INSTALL_INFODIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/include -DCMAKE_INSTALL_SBINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0/bin/ranlib -DCMAKE_AR=/nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09 -DKDE_INSTALL_EXECROOTDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09 -DKDE_INSTALL_BINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/bin -DKDE_INSTALL_SBINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/sbin -DKDE_INSTALL_LIBDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib -DKDE_INSTALL_LIBEXECDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/libexec -DKDE_INSTALL_CMAKEPACKAGEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib/cmake -DKDE_INSTALL_INCLUDEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/include -DKDE_INSTALL_LOCALSTATEDIR=/var -DKDE_INSTALL_DATAROOTDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share -DKDE_INSTALL_DATADIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share -DKDE_INSTALL_DOCBUNDLEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/doc/HTML -DKDE_INSTALL_KCFGDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/config.kcfg -DKDE_INSTALL_KCONFUPDATEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/kconf_update -DKDE_INSTALL_KSERVICES5DIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/kservices5 -DKDE_INSTALL_KSERVICETYPES5DIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/kservicetypes5 -DKDE_INSTALL_KXMLGUI5DIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/kxmlgui5 -DKDE_INSTALL_KNOTIFY5RCDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/knotifications5 -DKDE_INSTALL_ICONDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/icons -DKDE_INSTALL_LOCALEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/locale -DKDE_INSTALL_SOUNDDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/sounds -DKDE_INSTALL_TEMPLATEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/templates -DKDE_INSTALL_WALLPAPERDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/wallpapers -DKDE_INSTALL_APPDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/applications -DKDE_INSTALL_DESKTOPDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/desktop-directories -DKDE_INSTALL_MIMEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/mime/packages -DKDE_INSTALL_METAINFODIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/appdata -DKDE_INSTALL_MANDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/man -DKDE_INSTALL_INFODIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/info -DKDE_INSTALL_DBUSDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/dbus-1 -DKDE_INSTALL_DBUSINTERFACEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/dbus-1/interfaces -DKDE_INSTALL_DBUSSERVICEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/dbus-1/services -DKDE_INSTALL_DBUSSYSTEMSERVICEDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/share/dbus-1/system-services -DKDE_INSTALL_SYSCONFDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/etc -DKDE_INSTALL_CONFDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/etc/xdg -DKDE_INSTALL_AUTOSTARTDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/etc/xdg/autostart -DKDE_INSTALL_QTPLUGINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib/qt-5.15.6/plugins -DKDE_INSTALL_PLUGINDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib/qt-5.15.6/plugins -DKDE_INSTALL_QMLDIR=/nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09/lib/qt-5.15.6/qml
oct 07 10:03:40 nixos installer[1154]: building '/nix/store/n7jln57blsnqwridhqghpww97jxnmnq3-unit-network-online.target.drv'...
oct 07 10:03:40 nixos installer[1154]: building '/nix/store/f10fhb68vcwljxhl5gcavhjyv3ayp23s-unit-nix-daemon.service.drv'...
oct 07 10:03:41 nixos installer[1154]: building '/nix/store/91akjk868wrrjcwczshdaxg1zxnjcx7d-unit-nix-daemon.socket.drv'...
oct 07 10:03:41 nixos installer[1154]: -- The C compiler identification is GNU 11.3.0
oct 07 10:03:42 nixos installer[1154]: building '/nix/store/px3whfq84hgw9kj8b3il8zh4s18vd1vx-unit-nix-optimise.service.drv'...
oct 07 10:03:43 nixos installer[1154]: building '/nix/store/9r1sd88417aa3lhzz4h5x8c0rxg31g70-unit-nscd.service.drv'...
oct 07 10:03:44 nixos installer[1154]: building '/nix/store/4m8h05yq7pdb5v6agqij6iqz578n25zc-unit-obex.service.drv'...
oct 07 10:03:44 nixos installer[1154]: building '/nix/store/swv84ciga7w1ivmjw8a3l9ahgrc4jin2-unit-pipewire-pulse.service.drv'...
oct 07 10:03:45 nixos installer[1154]: building '/nix/store/r1wps388lcazn25462pj1gy6ydns5jnl-unit-pipewire.service.drv'...
oct 07 10:03:45 nixos installer[1154]: -- The CXX compiler identification is GNU 11.3.0
oct 07 10:03:46 nixos installer[1154]: building '/nix/store/y7j5m193fd8lh46gz9bwmz5lj3pg2rv3-unit-plymouth-halt.service.drv'...
oct 07 10:03:46 nixos installer[1154]: -- Detecting C compiler ABI info
oct 07 10:03:47 nixos installer[1154]: building '/nix/store/2rq5jyzps8g311k7kk00s3xmw92xrdpk-unit-plymouth-kexec.service.drv'...
oct 07 10:03:48 nixos installer[1154]: building '/nix/store/56k8k5xdmjf0wz9zw5c6b2wpcphbm5jj-unit-plymouth-poweroff.service.drv'...
oct 07 10:03:49 nixos installer[1154]: building '/nix/store/1k7l6dwjbzachwkrvvszj2lx78yrikr6-unit-plymouth-quit-wait.service.drv'...
oct 07 10:03:49 nixos installer[1154]: building '/nix/store/zhnz8gxz9sdhn53jzl29nrn8z54fr8sj-unit-plymouth-quit.service.drv'...
oct 07 10:03:49 nixos installer[1154]: -- Detecting C compiler ABI info - done
oct 07 10:03:50 nixos installer[1154]: building '/nix/store/rn4xg649x2i32givxigwg5diwl0bp9ik-options.xml.drv'...
oct 07 10:03:50 nixos installer[1154]: -- Check for working C compiler: /nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0/bin/gcc - skipped
oct 07 10:03:50 nixos installer[1154]: -- Detecting C compile features
oct 07 10:03:50 nixos installer[1154]: -- Detecting C compile features - done
oct 07 10:03:50 nixos installer[1154]: -- Detecting CXX compiler ABI info
oct 07 10:03:51 nixos installer[1154]: building '/nix/store/3jv7qrhd6v96lnjqq9hgzq4c62rlf815-unit-plymouth-read-write.service.drv'...
oct 07 10:03:52 nixos installer[1154]: building '/nix/store/pl9kfc6d7pj2p1z5y3wwpsmmpgq845gq-unit-plymouth-reboot.service.drv'...
oct 07 10:03:53 nixos installer[1154]: building '/nix/store/c3h9sfryd4lmz17c1c8in81vq1cqxn6a-unit-plymouth-start.service.drv'...
oct 07 10:03:54 nixos installer[1154]: building '/nix/store/3cs1rz9c9zcygyh1as9gqsw29f0a76if-unit-post-resume.target.drv'...
oct 07 10:03:54 nixos installer[1154]: -- Detecting CXX compiler ABI info - done
oct 07 10:03:55 nixos installer[1154]: building '/nix/store/sd1xfsmjcyawqjlx7s6szxndq8bwr90f-unit-pulseaudio.service.drv'...
oct 07 10:03:55 nixos installer[1154]: -- Check for working CXX compiler: /nix/store/jf12ivn19hgh6xvk8bv1f22ciridp18d-gcc-wrapper-11.3.0/bin/g++ - skipped
oct 07 10:03:55 nixos installer[1154]: -- Detecting CXX compile features
oct 07 10:03:55 nixos installer[1154]: -- Detecting CXX compile features - done
oct 07 10:03:55 nixos installer[1154]: -- Found PkgConfig: /nix/store/jyp53pcc5x8bik463zcg6nslwhj9bv4x-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2")
oct 07 10:03:55 nixos installer[1154]: Installing in /nix/store/gxd7y88d68c1h32xcrl9hacf5xq32wpi-spacebar-22.09. Run /build/spacebar-22.09/build/prefix.sh to set the environment for spacebar.
oct 07 10:03:55 nixos installer[1154]: -- Looking for __GLIBC__
oct 07 10:03:56 nixos installer[1154]: building '/nix/store/z2ahzkgi81l0ybgzqd5fv96s64gkf7yb-unit-pulseaudio.service.drv'...
oct 07 10:03:57 nixos installer[1154]: building '/nix/store/8ilpy2h3nfj2cd2dyfj4019k3mbqglq9-unit-pulseaudio.socket.drv'...
oct 07 10:03:58 nixos installer[1154]: building '/nix/store/rc2hksnn9z23g13b3p3y4c6ggmlhc32r-unit-remote-fs.target.drv'...
oct 07 10:03:58 nixos installer[1154]: building '/nix/store/dcw9fbwzhx3vvjrs3hpiiid6ky9ydkvr-unit-resolvconf.service.drv'...
oct 07 10:03:59 nixos installer[1154]: building '/nix/store/akz9crcvczn1ljbswh37lrazl6jr4s07-unit-run-initramfs.mount.drv'...
oct 07 10:04:01 nixos installer[1154]: -- Looking for __GLIBC__ - found
oct 07 10:04:01 nixos installer[1154]: -- Performing Test _OFFT_IS_64BIT
oct 07 10:04:01 nixos installer[1154]: building '/nix/store/8rkal8jxap1khmp6i28dnfm7c7wrrmaw-unit-save-hwclock.service.drv'...
oct 07 10:04:02 nixos installer[1154]: building '/nix/store/1aadyq9hvq4x7s1h6bi0ng1spi4956xa-unit-script-container_-post-start.drv'...
oct 07 10:04:03 nixos installer[1154]: building '/nix/store/sq9xwq289daksdpfkcn7m0vksnyzjfq8-unit-script-container_-pre-start.drv'...
oct 07 10:04:04 nixos installer[1154]: building '/nix/store/qpbxgx7m2ygmjf2ll2jcq1299mdp89dm-unit-script-container_-start.drv'...
oct 07 10:04:05 nixos installer[1154]: building '/nix/store/2205wfycckkb7k6094w8b0lc095lr881-unit-script-display-manager-pre-start.drv'...
oct 07 10:04:05 nixos installer[1154]: -- Performing Test _OFFT_IS_64BIT - Success
oct 07 10:04:05 nixos installer[1154]: -- Performing Test HAVE_DATE_TIME
oct 07 10:04:06 nixos installer[1154]: building '/nix/store/jshk9m70ljma33sm81gj5dvxfk2c1h78-unit-script-display-manager-start.drv'...
oct 07 10:04:07 nixos installer[1154]: building '/nix/store/87jkn0rs3qww8z0pkz8zw3ynjbj06b63-unit-container-.service.drv'...
oct 07 10:04:07 nixos installer[1154]: building '/nix/store/yiydjamz15fsfwzk6jg75i2ihin92v5p-unit-script-network-local-commands-start.drv'...
oct 07 10:04:08 nixos installer[1154]: building '/nix/store/allgmaqbigykp4hqkj0kxr9db0pjzzr7-unit-display-manager.service.drv'...
oct 07 10:04:13 nixos installer[1154]: building '/nix/store/s577yi4fbciqdpi2pmhp68h7375mlgnj-unit-script-network-setup-start.drv'...
oct 07 10:04:13 nixos installer[1154]: -- Performing Test HAVE_DATE_TIME - Success
oct 07 10:04:13 nixos installer[1154]: -- Found KF5Kirigami2: /nix/store/sf23h5c16rihr5i8dnvvxn5ar9inrwp4-kirigami2-5.99.0-dev/lib/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found Gettext: /nix/store/lba9i4m83k5p6jq326wh2jw75zx71fzf-gettext-0.21/bin/msgmerge (found version "0.21")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5I18n: /nix/store/vr93m34amw160pcrsphs9nfb4xb3air9-ki18n-5.99.0-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5Contacts: /nix/store/gavcv7jhy99sd3807c92vjll2rsdjq28-kcontacts-5.99.0-dev/lib/cmake/KF5Contacts/KF5ContactsConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5People: /nix/store/cpgi6cks3rxxrvb7bck5ximj7d88ci85-kpeople-5.99.0-dev/lib/cmake/KF5People/KF5PeopleConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5Notifications: /nix/store/hifcax4ir4n0qiva7mjdxca908z370a6-knotifications-5.99.0-dev/lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5Config: /nix/store/lp4ib6b5y7rk1q9v3g7bib07164jffp3-kconfig-5.99.0-dev/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5CoreAddons: /nix/store/sjfq6gqak68s4a36ycinkmindiwrmq8j-kcoreaddons-5.99.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5DBusAddons: /nix/store/2277310wqy26jdzlf0cjpilahiq2zbah-kdbusaddons-5.99.0-dev/lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.99.0")
oct 07 10:04:13 nixos installer[1154]: -- Found KF5ModemManagerQt: /nix/store/fww88jwylrkggivsxfw1a7x24xf2h3v3-modemmanager-qt-5.99.0-dev/lib/cmake/KF5ModemManagerQt/KF5ModemManagerQtConfig.cmake (found version "5.99.0")
oct 07 10:04:14 nixos installer[1154]: building '/nix/store/l33vk7j8nsmz6b5f9wh5s0ja9m1cyy0k-unit-network-local-commands.service.drv'...
oct 07 10:04:15 nixos installer[1154]: building '/nix/store/wpbz0sw20dg9nlq0ahzjxvbxrpzn2zgl-unit-script-nix-gc-start.drv'...
oct 07 10:04:15 nixos installer[1154]: building '/nix/store/ipml05ym69m3dl761khgkhpry7w7g9xk-unit-script-nixos-activation-start.drv'...
oct 07 10:04:16 nixos installer[1154]: building '/nix/store/kv886lfddv3vgp1ifjmwkgjhyjmp4gzq-options-docbook.xml.drv'...
oct 07 10:04:16 nixos installer[1154]: -- Found X11: /nix/store/qywyhr5s7507bn33svna1zfr37nf1ny3-xorgproto-2021.5/include
oct 07 10:04:16 nixos installer[1154]: -- Looking for XOpenDisplay in /nix/store/5lvkwj4b01i6gxvb4iz9rjrrjz6vjhly-libX11-1.8.1/lib/libX11.so;/nix/store/n3ic0rl86bkp4kar8arkgmlpw3yqgi7z-libXext-1.3.4/lib/libXext.so
oct 07 10:04:17 nixos installer[1154]: building '/nix/store/wa1bvps792gv70q753jfz9anqky9z4v8-unit-network-setup.service.drv'...
oct 07 10:04:18 nixos installer[1154]: building '/nix/store/rrz57nlx86rnd8819m8mlvai7cm6f262-unit-script-plasma-early-setup-start.drv'...
oct 07 10:04:19 nixos installer[1154]: building '/nix/store/pk10wr9i3dxh3rmw0h0qzvhw3yh6aqib-unit-nix-gc.service.drv'...
oct 07 10:04:20 nixos installer[1154]: building '/nix/store/c0hb0gxjwxg1k55fq69f70dascy18qkm-unit-nixos-activation.service.drv'...
oct 07 10:04:20 nixos installer[1154]: -- Looking for XOpenDisplay in /nix/store/5lvkwj4b01i6gxvb4iz9rjrrjz6vjhly-libX11-1.8.1/lib/libX11.so;/nix/store/n3ic0rl86bkp4kar8arkgmlpw3yqgi7z-libXext-1.3.4/lib/libXext.so - found
oct 07 10:04:20 nixos installer[1154]: -- Looking for gethostbyname
oct 07 10:04:20 nixos installer[1154]: building '/nix/store/a4cwrg1ky3vcn1y3i835csqgh5kc675h-unit-plasma-early-setup.service.drv'...
oct 07 10:04:21 nixos installer[1154]: building '/nix/store/hdljrs8nhdhpx91q4yplprcv474i835w-unit-script-post-resume-start.drv'...
oct 07 10:04:22 nixos installer[1154]: building '/nix/store/js6aqz9m62l26lkgyphwpr0vxfmmbibg-unit-script-pre-sleep-start.drv'...
oct 07 10:04:23 nixos installer[1154]: building '/nix/store/w5rdhivnm57vg5aqzdr29mjm6v9nkk6m-unit-script-prepare-kexec-start.drv'...
oct 07 10:04:23 nixos installer[1154]: building '/nix/store/p6z073l00s7xdprhn0i8i4xfhvifg2xq-unit-post-resume.service.drv'...
oct 07 10:04:25 nixos installer[1154]: building '/nix/store/zrjsmzfcl604cxbrp85sr2r76x0nq40l-unit-pre-sleep.service.drv'...
oct 07 10:04:25 nixos installer[1154]: building '/nix/store/2j0kn5dg9dkdyydzib6yp70dc4gmbpx4-unit-prepare-kexec.service.drv'...
oct 07 10:04:26 nixos installer[1154]: building '/nix/store/fb8121b12xf86n8dv1cc7vimfn4iq2wa-unit-script-zram-init-zram0-start.drv'...
oct 07 10:04:26 nixos installer[1154]: -- Looking for gethostbyname - found
oct 07 10:04:26 nixos installer[1154]: -- Looking for connect
oct 07 10:04:27 nixos installer[1154]: building '/nix/store/hpz94zwrqsqc6ypvi16ywcm92lsvksjz-unit-serial-getty-.service.drv'...
oct 07 10:04:28 nixos installer[1154]: building '/nix/store/cgiri4hgsdhfvprdv5m13mhilan8xzzx-unit-system.slice.drv'...
oct 07 10:04:28 nixos installer[1154]: building '/nix/store/dxx6c350zwx87lg0rq27nq7w6111dq3i-unit-systemd-ask-password-plymouth.path.drv'...
oct 07 10:04:30 nixos installer[1154]: building '/nix/store/3aya04pva9k2aqqz3p2xnpayc9zkrhl4-unit-systemd-ask-password-plymouth.service.drv'...
oct 07 10:04:30 nixos installer[1154]: -- Looking for connect - found
oct 07 10:04:30 nixos installer[1154]: -- Looking for remove
oct 07 10:04:31 nixos installer[1154]: building '/nix/store/pn1lzm379c7ljvb7mk14ldsrrhrxk42m-unit-systemd-backlight-.service.drv'...
oct 07 10:04:31 nixos installer[1154]: building '/nix/store/y4plllxcdmnvgmqd7mz6zyqmh4lf896b-unit-systemd-importd.service.drv'...
oct 07 10:04:32 nixos installer[1154]: building '/nix/store/bhvzp4ydpab1q35fmpxbbb004n0hg5ww-unit-systemd-journal-flush.service.drv'...
oct 07 10:04:33 nixos installer[1154]: building '/nix/store/5xmy4jwh21wizsk1326417cbilkcqdml-unit-systemd-journal-gatewayd.socket.drv'...
oct 07 10:04:34 nixos installer[1154]: building '/nix/store/7pkcns4drsqqka5dwidca4c6gy5vv1nb-unit-systemd-journald-.service.drv'...
oct 07 10:04:34 nixos installer[1154]: -- Looking for remove - found
oct 07 10:04:34 nixos installer[1154]: -- Looking for shmat
oct 07 10:04:35 nixos installer[1154]: building '/nix/store/ijr2x99vcs7h04l22r1zhcq6dwvvngiy-unit-systemd-journald.service.drv'...
oct 07 10:04:36 nixos installer[1154]: building '/nix/store/837ij3iylzfvb579lcvd9z2kpyr7apcv-unit-systemd-logind.service.drv'...
oct 07 10:04:36 nixos installer[1154]: building '/nix/store/l903b7q9hcd3syh4hybbzj1a7ramghln-unit-systemd-modules-load.service.drv'...
oct 07 10:04:36 nixos installer[1154]: -- Looking for shmat - found
oct 07 10:04:36 nixos installer[1154]: -- Found KF5KIO: /nix/store/k2iz6ymv3pndpwyw9zishw1w1jixnybw-kio-5.99.0-dev/lib/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.99.0")
oct 07 10:04:36 nixos installer[1154]: -- Found KF5: success (found suitable version "5.99.0", minimum required is "5.88.0") found components: Kirigami2 I18n Contacts People Notifications Config CoreAddons DBusAddons ModemManagerQt KIO
oct 07 10:04:36 nixos installer[1154]: -- Found PhoneNumber_PhoneNumber: /nix/store/ci09in4hhq4dygw0nrs91sz1wjdwf4wc-phonenumber-8.12.37/lib/libphonenumber.so (found version "")
oct 07 10:04:37 nixos installer[1154]: building '/nix/store/7f8dkwhm6c7p10208m2n4lfx2mfly4m5-unit-systemd-oomd.service.drv'...
oct 07 10:04:37 nixos installer[1154]: -- Found PhoneNumber: /nix/store/ci09in4hhq4dygw0nrs91sz1wjdwf4wc-phonenumber-8.12.37/lib/libphonenumber.so found components: PhoneNumber
oct 07 10:04:38 nixos installer[1154]: building '/nix/store/9qz9pxc2p9r537k0bkb1z538dkbynwxn-unit-systemd-pstore.service.drv'...
oct 07 10:04:39 nixos installer[1154]: building '/nix/store/l4fvfq0qq9sqf5zrb3fr087xanz072dy-unit-systemd-random-seed.service.drv'...
oct 07 10:04:39 nixos installer[1154]: -- Found CURL: /nix/store/wb8g1s7q74gkhqnwcl0yaiyivsldjnm1-curl-7.85.0/lib/libcurl.so (found version "7.85.0")
oct 07 10:04:39 nixos installer[1154]: -- Checking for one of the modules 'libcares'
oct 07 10:04:39 nixos installer[1154]: building '/nix/store/lbamnydskhakglqv2k925i1jlm05fhyb-unit-systemd-remount-fs.service.drv'...
oct 07 10:04:42 nixos installer[1154]: building '/nix/store/z4asrk3z9g10g4kkfn2vz9qh6kn03lhv-unit-systemd-sysctl.service.drv'...
oct 07 10:04:42 nixos installer[1154]: -- The following OPTIONAL packages have been found:
oct 07 10:04:42 nixos installer[1154]:
oct 07 10:04:42 nixos installer[1154]: * KF5Service (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Bookmarks (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Completion (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5ItemViews (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5JobWidgets (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Solid (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Auth (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Codecs (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5ConfigWidgets (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5XmlGui (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5WidgetsAddons (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]:
oct 07 10:04:42 nixos installer[1154]: -- The following REQUIRED packages have been found:
oct 07 10:04:42 nixos installer[1154]:
oct 07 10:04:42 nixos installer[1154]: * ECM (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * Qt5Qml
oct 07 10:04:42 nixos installer[1154]: * Qt5QmlModels (required version >= 5.15.6)
oct 07 10:04:42 nixos installer[1154]: * Qt5Quick
oct 07 10:04:42 nixos installer[1154]: * Qt5QuickControls2
oct 07 10:04:42 nixos installer[1154]: * Qt5Sql
oct 07 10:04:42 nixos installer[1154]: * Qt5 (required version >= 5.15.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Kirigami2 (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * Gettext
oct 07 10:04:42 nixos installer[1154]: * KF5I18n (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Contacts (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5People (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5Notifications (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5DBusAddons (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5ModemManagerQt (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5CoreAddons (required version >= 5.99.0)
oct 07 10:04:42 nixos installer[1154]: * Qt5Xml (required version >= 5.15.2)
oct 07 10:04:42 nixos installer[1154]: * Qt5Gui (required version >= 5.15.2)
oct 07 10:04:42 nixos installer[1154]: * Qt5Widgets (required version >= 5.15.2)
oct 07 10:04:42 nixos installer[1154]: * Qt5Network (required version >= 5.15.2)
oct 07 10:04:42 nixos installer[1154]: * Qt5Concurrent (required version >= 5.15.2)
oct 07 10:04:42 nixos installer[1154]: * KF5KIO (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * KF5 (required version >= 5.88.0)
oct 07 10:04:42 nixos installer[1154]: * PhoneNumber, Library for parsing, formatting, and validating international phone numbers, <https://github.com/googlei18n/libphonenumber>
oct 07 10:04:42 nixos installer[1154]: * PkgConfig
oct 07 10:04:42 nixos installer[1154]: * CURL
oct 07 10:04:42 nixos installer[1154]: * Qt5Core
oct 07 10:04:42 nixos installer[1154]: * QCoro5Coro
oct 07 10:04:42 nixos installer[1154]: * QCoro5Core
oct 07 10:04:42 nixos installer[1154]: * QCoro5DBus
oct 07 10:04:42 nixos installer[1154]: * QCoro5
oct 07 10:04:42 nixos installer[1154]:
oct 07 10:04:42 nixos installer[1154]: -- Configuring done
oct 07 10:04:43 nixos installer[1154]: building '/nix/store/rfj9nr0i4w6myiafxwv19h3qhhha5qhx-unit-systemd-timedated.service.drv'...
oct 07 10:04:43 nixos installer[1154]: building '/nix/store/8bg45dwdyfs2gqkp4dfb7s6r86yrr4n6-unit-systemd-timesyncd.service.drv'...
oct 07 10:04:43 nixos installer[1154]: -- Generating done
oct 07 10:04:43 nixos installer[1154]: CMake Warning:
oct 07 10:04:43 nixos installer[1154]: Manually-specified variables were not used by the project:
oct 07 10:04:43 nixos installer[1154]:
oct 07 10:04:43 nixos installer[1154]: CMAKE_EXPORT_NO_PACKAGE_REGISTRY
oct 07 10:04:43 nixos installer[1154]: CMAKE_INSTALL_DOCDIR
oct 07 10:04:43 nixos installer[1154]: CMAKE_INSTALL_OLDINCLUDEDIR
oct 07 10:04:43 nixos installer[1154]: CMAKE_POLICY_DEFAULT_CMP0025
oct 07 10:04:43 nixos installer[1154]:
oct 07 10:04:43 nixos installer[1154]:
oct 07 10:04:43 nixos installer[1154]: -- Build files have been written to: /build/spacebar-22.09/build
oct 07 10:04:43 nixos installer[1154]: cmake: enabled parallel building
oct 07 10:04:43 nixos installer[1154]: configurePhase completed in 1 minutes 5 seconds
oct 07 10:04:43 nixos installer[1154]: building
oct 07 10:04:44 nixos installer[1154]: building '/nix/store/lihg6nlyz67817l70w95y862k7ayb8nm-unit-systemd-udev-settle.service.drv'...
oct 07 10:04:44 nixos installer[1154]: build flags: -j6 SHELL=/nix/store/6w0kph7zrb8pflva64irvzfhnaj296hf-bash-5.1-p16/bin/bash
oct 07 10:04:44 nixos installer[1154]: [ 3%] Generating mo...
oct 07 10:04:44 nixos installer[1154]: [ 3%] Automatic MOC for target macros
oct 07 10:04:45 nixos installer[1154]: building '/nix/store/r74vlzdr3wkndcq34slar96ar2w9xrnw-unit-systemd-udevd.service.drv'...
oct 07 10:04:46 nixos installer[1154]: building '/nix/store/cz05wq54mn3xsjrx42i4b8khfm34zznn-unit-systemd-update-utmp.service.drv'...
oct 07 10:04:46 nixos installer[1154]: [ 5%] Generating ts...
oct 07 10:04:46 nixos installer[1154]: [ 5%] Built target tsfiles-2e9ca00a5cf72c04ed4e256b730ef172
oct 07 10:04:46 nixos installer[1154]: [ 5%] Built target macros_autogen
oct 07 10:04:46 nixos installer[1154]: [ 7%] Building CXX object lib/CMakeFiles/macros.dir/macros_autogen/mocs_compilation.cpp.o
oct 07 10:04:46 nixos installer[1154]: [ 7%] Built target pofiles-2e9ca00a5cf72c04ed4e256b730ef172
oct 07 10:04:46 nixos installer[1154]: building '/nix/store/p9ancvfn14l5c4brgdfdbxcyhi7grjbd-unit-systemd-user-sessions.service.drv'...
oct 07 10:04:50 nixos installer[1154]: building '/nix/store/zw4bplafh1fl4mhm4yjf1fqkxmn9zb70-unit-user-.service.drv'...
oct 07 10:04:56 nixos installer[1154]: building '/nix/store/i3y3a6qrkq7jkr3ihy3svcl76ijhfn5r-unit-user-runtime-dir-.service.drv'...
oct 07 10:04:56 nixos installer[1154]: [ 8%] Linking CXX static library libmacros.a
oct 07 10:04:57 nixos installer[1154]: building '/nix/store/1h4dkapkjpskamsvpjdzs1rxma5la7s7-unit-wireplumber.service.drv'...
oct 07 10:04:59 nixos installer[1154]: building '/nix/store/i85h8vk93m82waw4rdjzmhkbgirr3kxm-unit-zram-init-zram0.service.drv'...
oct 07 10:04:59 nixos installer[1154]: [ 8%] Built target macros
oct 07 10:04:59 nixos installer[1154]: [ 10%] Automatic MOC for target kTelephonySupport
oct 07 10:04:59 nixos installer[1154]: building '/nix/store/g495as2q5nz65xhwrm8j00arqa1h3z26-useradd.drv'...
oct 07 10:05:01 nixos installer[1154]: building '/nix/store/h345bhdfmprdxl8d4rl6z91vxkqjjz7y-useradd.pam.drv'...
oct 07 10:05:04 nixos installer[1154]: building '/nix/store/9606ywqpwgcvv71szki4pkgr6w71xra1-userdel.pam.drv'...
oct 07 10:05:07 nixos installer[1154]: building '/nix/store/nb62igl4mycb0x43qibp0cyrp2wry22j-usermod.pam.drv'...
oct 07 10:05:08 nixos installer[1154]: building '/nix/store/1ay5svx4s0jl43zjy2k8aq8cr1vghmh0-users-groups.json.drv'...
oct 07 10:05:11 nixos installer[1154]: building '/nix/store/x8dzxnlssxrayl8qg96j6mcb9pg65pr1-users.conf.drv'...
oct 07 10:05:11 nixos installer[1154]: [ 10%] Built target kTelephonySupport_autogen
oct 07 10:05:11 nixos installer[1154]: [ 12%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/avatarimageprovider.cpp.o
oct 07 10:05:11 nixos installer[1154]: [ 14%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/modemcontroller.cpp.o
oct 07 10:05:11 nixos installer[1154]: [ 16%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/phonenumberlist.cpp.o
oct 07 10:05:11 nixos installer[1154]: [ 17%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/phonenumber.cpp.o
oct 07 10:05:11 nixos installer[1154]: [ 19%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/contactphonenumbermapper.cpp.o
oct 07 10:05:11 nixos installer[1154]: [ 21%] Building CXX object lib/telephonySupport/CMakeFiles/kTelephonySupport.dir/kTelephonySupport_autogen/mocs_compilation.cpp.o
oct 07 10:05:12 nixos installer[1154]: building '/nix/store/37r9vb3bk6sr758np4ikhrb1fqs6m47x-vconsole.conf.drv'...
oct 07 10:05:13 nixos installer[1154]: building '/nix/store/9hm94ic6vxzy1cd55mlyd0fxpcslb50l-vlock.pam.drv'...
oct 07 10:05:14 nixos installer[1154]: building '/nix/store/j5w7znl9ih2xbqhb3swj5c5wrvvyk5wd-xdg-portals.drv'...
oct 07 10:05:17 nixos installer[1154]: building '/nix/store/ifss22w9v08ycv4b45q4ya5ba60mk2cg-xlock.pam.drv'...
oct 07 10:05:17 nixos installer[1154]: building '/nix/store/vxf1cqr6zkvycijnsnx9xgk580q2mllf-xscreensaver.pam.drv'...
oct 07 10:05:17 nixos installer[1154]: created 2 symlinks in user environment
oct 07 10:05:18 nixos installer[1154]: building '/nix/store/ma255ld3xxqrrlscmsfkm4arbw6q9kmv-unit-reload-systemd-vconsole-setup.service.drv'...
oct 07 10:05:22 nixos installer[1154]: building '/nix/store/4pbad6dhsn0i2ysira5is3l97znvxb80-etc-environment.drv'...
oct 07 10:05:24 nixos installer[1154]: building '/nix/store/526wxpzr6zxnzji3vkhgvyd4ykh9d4xr-set-environment.drv'...
oct 07 10:05:32 nixos installer[1154]: building '/nix/store/qfcfqmswhaq02y2kq0mvx4x7p2vr5b22-xserver.conf.drv'...
oct 07 10:05:33 nixos installer[1154]: building '/nix/store/ys4hc03d1ch7m9igd5z446bqakjkjlkh-xsession-wrapper.drv'...
oct 07 10:05:35 nixos installer[1154]: building '/nix/store/1drhsdyg1v5ab9rfx1s3cpf9fr96dfsq-zram-reloader-start-pre.drv'...
oct 07 10:05:38 nixos installer[1154]: building '/nix/store/92q0jj8qhc8sjgamzrfqmfqxnmpn2x1f-etc-profile.drv'...
oct 07 10:05:40 nixos installer[1154]: building '/nix/store/wfb7xsv0q5jyc1rcjn61d9j05p4mk3jw-zram-reloader-start.drv'...
oct 07 10:05:40 nixos installer[1154]: building '/nix/store/mscbsiz9hmhipcx9yfc42ggm0lah4sk4-zram-reloader-stop.drv'...
oct 07 10:05:43 nixos installer[1154]: building '/nix/store/vqyjwflcsz2hi9kbpyddws9b55y0x722-xserver-wrapper.drv'...
oct 07 10:05:44 nixos installer[1154]: building '/nix/store/m18wdcj8ihs3jf97myfcsaq3632bpxvb-generated-docbook.drv'...
oct 07 10:05:46 nixos installer[1154]: building '/nix/store/0vn4cdgavc6wbk8gn3lrklx2w193jrns-unit-zram-reloader.service.drv'...
oct 07 10:05:48 nixos installer[1154]: building '/nix/store/had43sy4w52pn5ffhmryafkl8l4xmf0l-lightdm.conf.drv'...
oct 07 10:05:49 nixos installer[1154]: building '/nix/store/hd8bczdphr73isqz698d653hq9rq41hz-nixos-manual-combined.drv'...
oct 07 10:06:51 nixos installer[1154]: [ 23%] Linking CXX static library ../libkTelephonySupport.a
oct 07 10:06:53 nixos installer[1154]: [ 23%] Built target kTelephonySupport
oct 07 10:06:56 nixos installer[1154]: [ 25%] Automatic MOC for target database
oct 07 10:06:57 nixos installer[1154]: [ 26%] Automatic MOC for target mms
oct 07 10:07:05 nixos installer[1154]: [ 26%] Built target database_autogen
oct 07 10:07:08 nixos installer[1154]: [ 26%] Built target mms_autogen
oct 07 10:07:08 nixos installer[1154]: [ 28%] Building CXX object lib/database/CMakeFiles/database.dir/database_autogen/mocs_compilation.cpp.o
oct 07 10:07:08 nixos installer[1154]: [ 30%] Building CXX object lib/database/CMakeFiles/database.dir/database.cpp.o
oct 07 10:07:09 nixos installer[1154]: [ 32%] Generating settingsmanager.h, settingsmanager.cpp
oct 07 10:07:10 nixos installer[1154]: [ 33%] Generating settingsmanager.moc
oct 07 10:07:10 nixos installer[1154]: [ 35%] Building CXX object lib/mms/CMakeFiles/mms.dir/mms_autogen/mocs_compilation.cpp.o
oct 07 10:07:11 nixos installer[1154]: [ 37%] Building CXX object lib/mms/CMakeFiles/mms.dir/settingsmanager.cpp.o
oct 07 10:07:11 nixos installer[1154]: [ 39%] Building CXX object lib/mms/CMakeFiles/mms.dir/mms.cpp.o
oct 07 10:07:11 nixos installer[1154]: [ 41%] Building CXX object lib/mms/CMakeFiles/mms.dir/ecurl.cpp.o
oct 07 10:07:41 nixos installer[1154]:
oct 07 10:07:41 nixos installer[1154]: /nix/store/4n58nv31vpp91772ph9mb6190g4g4dln-nixos-manual-combined/manual-combined.xml validates
oct 07 10:07:45 nixos installer[1154]: source root is source
oct 07 10:08:05 nixos installer[1154]: In file included from /build/spacebar-22.09/build/lib/mms/mms_autogen/EWIEGA46WW/../../../../../lib/mms/mms.h:16,
oct 07 10:08:05 nixos installer[1154]: from /build/spacebar-22.09/build/lib/mms/mms_autogen/EWIEGA46WW/moc_mms.cpp:10,
oct 07 10:08:05 nixos installer[1154]: from /build/spacebar-22.09/build/lib/mms/mms_autogen/mocs_compilation.cpp:3:
oct 07 10:08:05 nixos installer[1154]: /nix/store/1hmszlavi1qlhz6r66arbilb2n0zw03j-qcoro-0.6.0-dev/include/qcoro5/qcoro/task.h:11:29: note: '#pragma message: The qcoro/task.h include header is deprecated and will be removed in some future version of QCoro. Please use qcorotask.h header instead. You can define QCORO_NO_WARN_DEPRECATED_TASK_H to suppress this warning.'
oct 07 10:08:05 nixos installer[1154]: 11 | "You can define QCORO_NO_WARN_DEPRECATED_TASK_H to suppress this warning."
oct 07 10:08:05 nixos installer[1154]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
oct 07 10:08:07 nixos installer[1154]: In file included from /build/spacebar-22.09/lib/mms/mms.h:16,
oct 07 10:08:07 nixos installer[1154]: from /build/spacebar-22.09/lib/mms/mms.cpp:5:
oct 07 10:08:07 nixos installer[1154]: /nix/store/1hmszlavi1qlhz6r66arbilb2n0zw03j-qcoro-0.6.0-dev/include/qcoro5/qcoro/task.h:11:29: note: '#pragma message: The qcoro/task.h include header is deprecated and will be removed in some future version of QCoro. Please use qcorotask.h header instead. You can define QCORO_NO_WARN_DEPRECATED_TASK_H to suppress this warning.'
oct 07 10:08:07 nixos installer[1154]: 11 | "You can define QCORO_NO_WARN_DEPRECATED_TASK_H to suppress this warning."
oct 07 10:08:07 nixos installer[1154]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp: In member function 'QCoro::Task<void> Mms::uploadMessage(const QByteArray&)':
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp:108:1: warning: zero as null pointer constant [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wzero-as-null-pointer-constant-Wzero-as-null-pointer-constant8;;]
oct 07 10:08:32 nixos installer[1154]: 108 | }
oct 07 10:08:32 nixos installer[1154]: | ^
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp: In function 'void Mms::uploadMessage(Mms::uploadMessage(const QByteArray&)::_ZN3Mms13uploadMessageERK10QByteArray.Frame*)':
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp:108:1: warning: zero as null pointer constant [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wzero-as-null-pointer-constant-Wzero-as-null-pointer-constant8;;]
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp: In member function 'QCoro::Task<void> Mms::downloadMessage(MmsMessage)':
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp:144:1: warning: zero as null pointer constant [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wzero-as-null-pointer-constant-Wzero-as-null-pointer-constant8;;]
oct 07 10:08:32 nixos installer[1154]: 144 | }
oct 07 10:08:32 nixos installer[1154]: | ^
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp: In function 'void Mms::downloadMessage(Mms::downloadMessage(MmsMessage)::_ZN3Mms15downloadMessageE10MmsMessage.Frame*)':
oct 07 10:08:32 nixos installer[1154]: /build/spacebar-22.09/lib/mms/mms.cpp:144:1: warning: zero as null pointer constant [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wzero-as-null-pointer-constant-Wzero-as-null-pointer-constant8;;]
oct 07 10:08:36 nixos installer[1154]: [ 42%] Linking CXX static library ../libdatabase.a
oct 07 10:08:37 nixos installer[1154]: [ 42%] Built target database
oct 07 10:08:57 nixos installer[1154]:
oct 07 10:08:58 nixos installer[1154]: /nix/store/4n58nv31vpp91772ph9mb6190g4g4dln-nixos-manual-combined/man-pages-combined.xml validates
oct 07 10:09:00 nixos installer[1154]: building '/nix/store/a92rr22pfizqmpx9f18g3ylzzyc5v4rq-manual-olinkdb.drv'...
oct 07 10:09:16 nixos installer[1154]: unpackPhase completed in 6 minutes 25 seconds
oct 07 10:09:19 nixos installer[1154]: patching sources
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Documentation/Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Documentation/devicetree/bindings/Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Documentation/tools/rtla/Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Documentation/tools/rv/Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Documentation/userspace-api/media/Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./Makefile'...
oct 07 10:09:20 nixos installer[1154]: stripping FHS paths in `./arch/alpha/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/boot/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/kernel/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/kernel/syscalls/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/lib/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/math-emu/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/alpha/mm/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/boot/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/boot/dts/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/kernel/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/lib/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/mm/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/plat-axs10x/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/plat-hsdk/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/plat-sim/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arc/plat-tb10x/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/boot/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/boot/bootp/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/boot/compressed/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/boot/dts/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/boot/install.sh'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/common/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/crypto/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/kernel/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/lib/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-actions/Makefile'...
oct 07 10:09:21 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-airoha/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-alpine/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-artpec/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-aspeed/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-at91/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-axxia/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-bcm/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-berlin/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-clps711x/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-davinci/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-digicolor/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-dove/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-ep93xx/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-exynos/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-footbridge/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-gemini/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-highbank/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-hisi/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-hpe/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-imx/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-ixp4xx/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-keystone/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-lpc18xx/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-lpc32xx/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mediatek/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-meson/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-milbeaut/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mmp/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-moxart/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mstar/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mv78xx0/Makefile'...
oct 07 10:09:22 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mvebu/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-mxs/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-nomadik/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-npcm/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-nspire/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-omap1/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-omap2/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-orion5x/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-pxa/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-qcom/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-realtek/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-rockchip/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-rpc/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-s3c/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-s5pv210/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-sa1100/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-shmobile/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-socfpga/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-spear/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-sti/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-stm32/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-sunplus/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-sunxi/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-tegra/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-ux500/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-versatile/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-vt8500/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mach-zynq/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/mm/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/net/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/nwfpe/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/plat-orion/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/probes/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/probes/kprobes/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/probes/uprobes/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/tools/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/vdso/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/vfp/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm/xen/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/actions/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/allwinner/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/altera/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/amazon/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/amd/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/amlogic/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/apm/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/apple/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/arm/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/bitmain/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/broadcom/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/broadcom/bcmbca/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/broadcom/northstar2/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/broadcom/stingray/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/cavium/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/exynos/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/freescale/Makefile'...
oct 07 10:09:23 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/hisilicon/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/intel/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/lg/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/marvell/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/mediatek/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/microchip/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/nuvoton/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/nvidia/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/qcom/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/realtek/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/renesas/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/rockchip/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/socionext/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/sprd/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/synaptics/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/tesla/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/ti/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/toshiba/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/dts/xilinx/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/boot/install.sh'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/crypto/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/hyperv/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kernel/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kernel/pi/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kernel/probes/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kernel/vdso/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kernel/vdso32/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kvm/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kvm/hyp/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kvm/hyp/nvhe/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/kvm/hyp/vhe/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/lib/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/mm/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/net/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/tools/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/arm64/xen/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/abiv1/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/abiv2/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/boot/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/boot/dts/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/kernel/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/kernel/probes/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/kernel/vdso/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/lib/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/csky/mm/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/hexagon/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/hexagon/kernel/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/hexagon/lib/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/hexagon/mm/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/ia64/Makefile'...
oct 07 10:09:24 nixos installer[1154]: stripping FHS paths in `./arch/ia64/hp/common/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/install.sh'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/kernel/Makefile'...
oct 07 10:09:45 nixos installer[1154]: [ 44%] Linking CXX static library ../libmms.a
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/kernel/syscalls/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/lib/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/mm/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/pci/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/uv/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/ia64/uv/kernel/Makefile'...
oct 07 10:09:45 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/boot/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/boot/dts/Makefile'...
oct 07 10:09:46 nixos installer[1154]: [ 44%] Built target mms
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/crypto/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/kernel/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/lib/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/mm/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/net/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/pci/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/power/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/loongarch/vdso/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/68000/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/amiga/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/apollo/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/atari/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/bvme6000/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/coldfire/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/emu/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/fpsp040/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/hp300/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/ifpsp060/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/install.sh'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/kernel/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/kernel/syscalls/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/lib/Makefile'...
oct 07 10:09:46 nixos installer[1154]: [ 46%] Automatic MOC for target spacebar-daemon
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/mac/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/math-emu/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/mm/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/mvme147/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/mvme16x/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/q40/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/sun3/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/sun3/prom/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/sun3x/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/tools/amiga/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/m68k/virt/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/boot/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/boot/dts/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/kernel/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/kernel/cpu/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/kernel/syscalls/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/lib/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/mm/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/microblaze/pci/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/alchemy/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/alchemy/common/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/alchemy/devboards/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/ar7/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/ath25/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/ath79/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/bcm47xx/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/bcm63xx/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/bcm63xx/boards/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/bmips/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/compressed/Makefile'...
oct 07 10:09:46 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/brcm/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/cavium-octeon/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/img/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/ingenic/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/lantiq/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/loongson/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/mscc/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/mti/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/ni/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/pic32/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/qca/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/ralink/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/realtek/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/dts/xilfpga/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/boot/tools/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/cavium-octeon/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/cavium-octeon/crypto/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/cavium-octeon/executive/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/cobalt/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/crypto/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/dec/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/dec/prom/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/fw/arc/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/fw/cfe/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/fw/lib/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/fw/sni/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/generic/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/jazz/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/kernel/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/kernel/syscalls/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/kvm/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/lantiq/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/lantiq/falcon/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/lantiq/xway/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/lib/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson2ef/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson2ef/common/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson2ef/common/cs5536/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson2ef/fuloong-2e/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson2ef/lemote-2f/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson32/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson32/common/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson32/ls1b/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson32/ls1c/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/loongson64/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/math-emu/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/mm/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/mti-malta/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/n64/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/net/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/pci/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/pic32/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/pic32/common/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/pic32/pic32mzda/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/power/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/ralink/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/rb532/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/sgi-ip22/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/sgi-ip27/Makefile'...
oct 07 10:09:47 nixos installer[1154]: stripping FHS paths in `./arch/mips/sgi-ip30/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sgi-ip32/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sibyte/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sibyte/bcm1480/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sibyte/common/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sibyte/sb1250/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sibyte/swarm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/sni/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/tools/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/txx9/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/txx9/generic/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/txx9/rbtx4927/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/mips/vdso/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/boot/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/boot/compressed/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/boot/dts/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/boot/install.sh'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/kernel/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/lib/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/mm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/nios2/platform/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/boot/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/boot/dts/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/kernel/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/lib/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/openrisc/mm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/boot/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/boot/compressed/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/install.sh'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/kernel/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/kernel/syscalls/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/kernel/vdso32/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/kernel/vdso64/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/lib/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/math-emu/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/parisc/mm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/boot/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/boot/dts/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/boot/dts/fsl/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/boot/install.sh'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/crypto/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kernel/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kernel/ptrace/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kernel/syscalls/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kernel/trace/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kernel/vdso/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kexec/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/kvm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/lib/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/math-emu/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/book3s32/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/book3s64/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/kasan/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/nohash/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/mm/ptdump/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/net/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/perf/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/40x/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/44x/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/4xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/512x/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/52xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/82xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/83xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/85xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/86xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/8xx/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/amigaone/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/book3s/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/cell/Makefile'...
oct 07 10:09:48 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/cell/spufs/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/chrp/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/embedded6xx/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/maple/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/microwatt/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/pasemi/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/powermac/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/powernv/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/ps3/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/platforms/pseries/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/purgatory/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/sysdev/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/sysdev/ge/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/sysdev/xics/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/sysdev/xive/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/powerpc/xmon/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/allwinner/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/canaan/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/microchip/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/renesas/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/sifive/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/dts/starfive/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/boot/install.sh'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/errata/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/errata/sifive/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/errata/thead/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kernel/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kernel/compat_vdso/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kernel/pi/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kernel/probes/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kernel/vdso/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/kvm/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/lib/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/mm/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/net/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/riscv/purgatory/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/appldata/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/boot/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/boot/install.sh'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/crypto/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/hypfs/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/kernel/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/kernel/syscalls/Makefile'...
oct 07 10:09:49 nixos installer[1154]: stripping FHS paths in `./arch/s390/kernel/vdso32/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/kernel/vdso64/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/kvm/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/lib/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/lib/expoline/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/mm/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/net/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/pci/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/purgatory/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/s390/tools/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-ap325rxa/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-dreamcast/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-ecovec24/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-highlander/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-hp6xx/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-kfr2r09/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-landisk/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-lboxre2/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-microdev/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-migor/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-r2d/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-rsk/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-sdk7780/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-sdk7786/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7206/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7343/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/770x/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7721/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7722/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7724/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7751/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/7780/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-se/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-sh03/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-sh7763rdp/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boards/mach-x3proto/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boot/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boot/compressed/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boot/dts/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/boot/romimage/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/cchips/hd6446x/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/drivers/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/drivers/dma/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/drivers/pci/Makefile'...
oct 07 10:09:51 nixos installer[1154]: stripping FHS paths in `./arch/sh/drivers/superhyway/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/irq/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/sh2/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/sh2a/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/sh3/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/sh4/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/sh4a/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/cpu/shmobile/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/syscalls/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/kernel/vsyscall/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/lib/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/math-emu/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/mm/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sh/tools/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/boot/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/boot/install.sh'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/crypto/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/kernel/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/kernel/syscalls/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/lib/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/math-emu/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/mm/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/net/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/power/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/prom/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/sparc/vdso/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/drivers/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/kernel/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/kernel/skas/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/os-Linux/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/os-Linux/drivers/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/um/os-Linux/skas/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/boot/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/boot/compressed/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/boot/install.sh'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/coco/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/coco/tdx/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/crypto/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/entry/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/entry/syscalls/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/entry/vdso/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/entry/vsyscall/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/events/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/events/amd/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/events/intel/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/events/zhaoxin/Makefile'...
oct 07 10:09:52 nixos installer[1154]: stripping FHS paths in `./arch/x86/hyperv/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/ia32/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/acpi/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/apic/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/mce/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/microcode/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/mtrr/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/resctrl/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/cpu/sgx/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/fpu/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kernel/kprobes/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 46%] Built target spacebar-daemon_autogen
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/kvm/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/lib/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/math-emu/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/mm/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/mm/pat/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/net/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/pci/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/atom/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/ce4100/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/efi/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 48%] Generating settingsmanager.h, settingsmanager.cpp
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/geode/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 50%] Generating org.kde.spacebar.Daemon.xml
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/intel/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/intel-mid/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/intel-quark/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/iris/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/olpc/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/pvh/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/scx200/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/ts5500/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/platform/uv/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/power/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/purgatory/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/realmode/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/realmode/rm/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/tools/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/um/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/um/os-Linux/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 51%] Generating settingsmanager.moc
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/um/vdso/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/video/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/x86/xen/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 53%] Generating daemonadaptor.cpp, daemonadaptor.h
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/boot/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/boot/boot-elf/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/boot/boot-redboot/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/boot/dts/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/boot/lib/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/kernel/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/kernel/syscalls/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/lib/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/mm/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/platforms/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/platforms/iss/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/platforms/xt2000/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./arch/xtensa/platforms/xtfpga/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./block/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./block/partitions/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./certs/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./crypto/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./crypto/asymmetric_keys/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./crypto/async_tx/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/Makefile'...
oct 07 10:09:53 nixos installer[1154]: [ 55%] Generating daemonadaptor.moc
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/common/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/common/mmu/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/common/pci/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/gaudi/Makefile'...
oct 07 10:09:53 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/gaudi2/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accel/habanalabs/goya/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accel/ivpu/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accel/qaic/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accessibility/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accessibility/braille/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/accessibility/speakup/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/acpica/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/apei/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/arm64/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/dptf/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/nfit/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/numa/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/acpi/pmic/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/amba/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/android/Makefile'...
oct 07 10:09:54 nixos installer[1154]: [ 57%] Building CXX object daemon/CMakeFiles/spacebar-daemon.dir/spacebar-daemon_autogen/mocs_compilation.cpp.o
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/ata/Makefile'...
oct 07 10:09:54 nixos installer[1154]: [ 58%] Building CXX object daemon/CMakeFiles/spacebar-daemon.dir/main.cpp.o
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/ata/pata_parport/Makefile'...
oct 07 10:09:54 nixos installer[1154]: [ 60%] Building CXX object daemon/CMakeFiles/spacebar-daemon.dir/channellogger.cpp.o
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/atm/Makefile'...
oct 07 10:09:54 nixos installer[1154]: [ 62%] Building CXX object daemon/CMakeFiles/spacebar-daemon.dir/daemonadaptor.cpp.o
oct 07 10:09:54 nixos installer[1154]: [ 64%] Building CXX object daemon/CMakeFiles/spacebar-daemon.dir/settingsmanager.cpp.o
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/auxdisplay/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/firmware_loader/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/firmware_loader/builtin/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/power/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/regmap/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/base/test/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bcma/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/aoe/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/drbd/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/mtip32xx/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/null_blk/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/rnbd/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/xen-blkback/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/block/zram/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bluetooth/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bus/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bus/fsl-mc/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bus/mhi/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bus/mhi/ep/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/bus/mhi/host/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/cdrom/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/cdx/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/cdx/controller/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/agp/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/hw_random/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/ipmi/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/mwave/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/tpm/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/tpm/st33zp24/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/xilinx_hwicap/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/char/xillybus/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/actions/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/analogbits/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/at91/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/axis/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/axs10x/Makefile'...
oct 07 10:09:54 nixos installer[1154]: stripping FHS paths in `./drivers/clk/baikal-t1/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/bcm/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/berlin/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/davinci/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/hisilicon/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/imgtec/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/imx/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/ingenic/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/keystone/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/mediatek/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/meson/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/microchip/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/mmp/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/mstar/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/mvebu/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/mxs/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/nxp/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/pistachio/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/pxa/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/qcom/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/ralink/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/renesas/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/rockchip/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/samsung/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/sifive/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/socfpga/Makefile'...
oct 07 10:09:55 nixos installer[1154]: stripping FHS paths in `./drivers/clk/spear/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/sprd/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/st/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/starfive/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/stm32/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/sunxi/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/sunxi-ng/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/tegra/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/ti/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/uniphier/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/ux500/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/versatile/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/visconti/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/x86/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/xilinx/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/zynq/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clk/zynqmp/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/clocksource/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/comedi/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/comedi/drivers/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/comedi/drivers/ni_routing/tools/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/comedi/drivers/tests/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/comedi/kcomedilib/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/connector/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/counter/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/cpufreq/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/cpuidle/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/cpuidle/governors/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/allwinner/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/allwinner/sun4i-ss/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/allwinner/sun8i-ce/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/allwinner/sun8i-ss/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/amcc/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/amlogic/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/aspeed/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/axis/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/bcm/Makefile'...
oct 07 10:09:56 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/caam/Makefile'...
oct 07 10:09:57 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/cavium/Makefile'...
oct 07 10:09:57 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/cavium/cpt/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/cavium/nitrox/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/cavium/zip/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/ccp/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/ccree/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/chelsio/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/gemini/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/hpre/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/sec/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/sec2/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/trng/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/hisilicon/zip/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/inside-secure/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/ixp4xx/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/keembay/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_4xxx/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_c3xxx/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_c3xxxvf/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_c62x/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_c62xvf/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_common/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_dh895xcc/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/intel/qat/qat_dh895xccvf/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/marvell/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/marvell/cesa/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/marvell/octeontx/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/marvell/octeontx2/Makefile'...
oct 07 10:09:58 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/nx/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/qce/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/rockchip/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/stm32/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/virtio/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/vmx/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/crypto/xilinx/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/cxl/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/cxl/core/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dax/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dax/hmem/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dax/pmem/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dca/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/devfreq/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/devfreq/event/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dio/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/bestcomm/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/dw/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/dw-axi-dmac/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/dw-edma/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/fsl-dpaa2-qdma/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/hsu/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/idxd/Makefile'...
oct 07 10:09:59 nixos installer[1154]: stripping FHS paths in `./drivers/dma/ioat/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/ipu/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/lgm/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/mediatek/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/ppc4xx/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/ptdma/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/qcom/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/sf-pdma/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/sh/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/ti/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma/xilinx/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma-buf/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/dma-buf/heaps/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/edac/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/eisa/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/extcon/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firewire/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/arm_ffa/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/arm_scmi/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/broadcom/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/cirrus/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/efi/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/efi/libstub/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/efi/test/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/google/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/imx/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/meson/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/psci/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/smccc/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/tegra/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/firmware/xilinx/Makefile'...
oct 07 10:10:00 nixos installer[1154]: stripping FHS paths in `./drivers/fpga/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/fsi/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gnss/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpio/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/acp/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/amdgpu/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/amdkfd/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/amdgpu_dm/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/basics/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/bios/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce100/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce110/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce112/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce120/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce60/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dce80/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn10/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn20/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn201/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn21/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn30/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn301/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn302/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn303/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn31/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn314/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn315/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn316/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn32/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dcn321/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dml/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/dsc/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/gpio/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/hdcp/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/irq/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/link/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dc/virtual/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/dmub/src/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/modules/color/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/modules/freesync/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/modules/hdcp/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/modules/info_packet/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/display/modules/power/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/legacy-dpm/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/powerplay/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/powerplay/hwmgr/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/powerplay/smumgr/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/swsmu/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/swsmu/smu11/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/swsmu/smu12/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/arm/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/arm/display/komeda/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/armada/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/aspeed/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/ast/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/atmel-hlcdc/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/adv7511/Makefile'...
oct 07 10:10:01 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/analogix/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/cadence/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/imx/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/bridge/synopsys/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/display/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/etnaviv/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/exynos/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/fsl-dcu/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/gma500/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/gud/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/hisilicon/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/hisilicon/hibmc/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/hisilicon/kirin/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/hyperv/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/i2c/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/i915/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/i915/gvt/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/imx/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/imx/dcss/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/imx/ipuv3/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/imx/lcdc/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/ingenic/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/kmb/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/lima/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/logicvc/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/mcde/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/mediatek/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/meson/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/mgag200/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/msm/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/mxsfb/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/omapdrm/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/panel/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/panfrost/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/pl111/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/qxl/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/radeon/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/rcar-du/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/rockchip/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/scheduler/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/shmobile/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/solomon/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/sprd/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/sti/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/stm/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/sun4i/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tegra/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tests/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tidss/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tilcdc/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tiny/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/ttm/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/tve200/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/udl/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/v3d/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/vboxvideo/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/vc4/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/vgem/Makefile'...
oct 07 10:10:02 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/virtio/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/vkms/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/vmwgfx/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/xen/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/drm/xlnx/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/host1x/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/ipu-v3/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/trace/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/gpu/vga/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/greybus/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/amd-sfh-hid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/bpf/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/bpf/entrypoints/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/i2c-hid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/intel-ish-hid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/surface-hid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hid/usbhid/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hsi/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hsi/clients/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hsi/controllers/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hte/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hv/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwmon/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwmon/occ/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwmon/peci/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwmon/pmbus/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwspinlock/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwtracing/coresight/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwtracing/intel_th/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwtracing/ptt/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/hwtracing/stm/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i2c/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i2c/algos/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i2c/busses/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i2c/muxes/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i3c/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i3c/master/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/i3c/master/mipi-i3c-hci/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/idle/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/accel/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/adc/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/addac/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/afe/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/amplifiers/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/buffer/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/cdc/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/chemical/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/cros_ec_sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/hid-sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/ms_sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/scmi_sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/ssp_sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/common/st_sensors/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/dac/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/dummy/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/filter/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/frequency/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/gyro/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/health/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/humidity/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/bmi160/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/bno055/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/inv_icm42600/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/inv_mpu6050/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/st_lsm6dsx/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/imu/st_lsm9ds0/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/light/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/magnetometer/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/multiplexer/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/orientation/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/position/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/potentiometer/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/potentiostat/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/pressure/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/proximity/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/resolver/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/temperature/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/test/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/iio/trigger/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/core/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/bnxt_re/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/cxgb4/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/efa/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/erdma/Makefile'...
oct 07 10:10:03 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/hfi1/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/hns/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/irdma/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/mana/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/mlx4/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/mlx5/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/mthca/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/ocrdma/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/qedr/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/qib/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/usnic/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/hw/vmw_pvrdma/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/sw/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/sw/rdmavt/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/sw/rxe/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/sw/siw/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/ipoib/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/iser/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/isert/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/opa_vnic/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/rtrs/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/infiniband/ulp/srpt/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/gameport/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/joystick/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/joystick/iforce/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/keyboard/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/misc/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/mouse/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/rmi4/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/serio/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/tablet/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/tests/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/input/touchscreen/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/interconnect/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/interconnect/imx/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/interconnect/qcom/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/interconnect/samsung/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/amd/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/arm/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/arm/arm-smmu/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/arm/arm-smmu-v3/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/intel/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/iommu/iommufd/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/ipack/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/ipack/carriers/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/ipack/devices/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/irqchip/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/isdn/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/isdn/capi/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/isdn/hardware/Makefile'...
oct 07 10:10:04 nixos installer[1154]: stripping FHS paths in `./drivers/isdn/hardware/mISDN/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/isdn/mISDN/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/blink/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/flash/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/rgb/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/simple/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/leds/trigger/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/macintosh/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/macintosh/ams/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/mailbox/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/mcb/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/md/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/md/bcache/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/md/persistent-data/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/core/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/i2c/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/cec-gpio/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/cros-ec/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/meson/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/s5p/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/seco/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/sti/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/stm32/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/platform/tegra/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/usb/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/usb/pulse8/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/cec/usb/rainshadow/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/b2c2/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/saa7146/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/siano/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/v4l2-tpg/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/common/videobuf2/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/dvb-core/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/dvb-frontends/Makefile'...
oct 07 10:10:05 nixos installer[1154]: stripping FHS paths in `./drivers/media/dvb-frontends/cxd2880/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/dvb-frontends/drx39xyj/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/firewire/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/adv748x/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/ccs/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/cx25840/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/et8ek8/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/i2c/s5c73m3/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/mc/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/mmc/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/mmc/siano/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/b2c2/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/bt8xx/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/cobalt/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/cx18/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/cx23885/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/cx25821/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/cx88/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/ddbridge/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/dm1105/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/dt3155/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/intel/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/intel/ipu3/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/ivtv/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/mantis/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/netup_unidvb/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/ngene/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/pluto2/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/pt1/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/pt3/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/saa7134/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/saa7146/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/saa7164/Makefile'...
oct 07 10:10:06 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/smipcie/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/solo6x10/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/sta2x11/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/ttpci/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/tw5864/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/tw68/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/tw686x/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/pci/zoran/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/allegro-dvt/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/amlogic/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/amlogic/meson-ge2d/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/amphion/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/aspeed/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/atmel/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/cadence/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/chips-media/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/intel/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/marvell/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/jpeg/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/mdp/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/mdp3/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/vcodec/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/mediatek/vpu/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/microchip/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nvidia/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nvidia/tegra-vde/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nxp/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nxp/dw100/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nxp/imx-jpeg/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/nxp/imx8-isi/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/qcom/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/qcom/camss/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/qcom/venus/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/renesas/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/renesas/rcar-vin/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/renesas/rzg2l-cru/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/renesas/vsp1/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/rockchip/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/rockchip/rga/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/rockchip/rkisp1/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/exynos-gsc/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/exynos4-is/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/s3c-camif/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/s5p-g2d/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/s5p-jpeg/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/samsung/s5p-mfc/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/Makefile'...
oct 07 10:10:07 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/sti/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/sti/bdisp/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/sti/c8sectpfe/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/sti/delta/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/sti/hva/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/st/stm32/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun4i-csi/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun6i-csi/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun6i-mipi-csi2/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun8i-di/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/sunxi/sun8i-rotate/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/am437x/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/cal/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/davinci/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/omap/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/omap3isp/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/ti/vpe/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/verisilicon/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/via/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/platform/xilinx/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/radio/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/radio/si470x/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/radio/si4713/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/radio/wl128x/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/rc/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/rc/img-ir/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/rc/keymaps/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/spi/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/vicodec/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/vidtv/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/vimc/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/visl/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/test-drivers/vivid/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/tuners/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/airspy/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/as102/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/au0828/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/b2c2/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/cx231xx/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/dvb-usb/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/dvb-usb-v2/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/em28xx/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/go7007/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/gspca/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/gspca/gl860/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/gspca/m5602/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/gspca/stv06xx/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/hackrf/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/hdpvr/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/msi2500/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/pvrusb2/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/pwc/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/s2255/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/siano/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/stk1160/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/ttusb-budget/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/ttusb-dec/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/usbtv/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/usb/uvc/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/media/v4l2-core/Makefile'...
oct 07 10:10:08 nixos installer[1154]: stripping FHS paths in `./drivers/memory/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/memory/samsung/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/memory/tegra/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/memstick/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/memstick/core/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/memstick/host/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/message/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/message/fusion/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mfd/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/altera-stapl/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/bcm-vk/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/c2port/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/cardreader/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/cb710/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/cxl/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/echo/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/eeprom/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/genwqe/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/ibmasm/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/lis3lv02d/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/lkdtm/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/mchp_pci1xxxx/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/mei/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/mei/hdcp/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/mei/pxp/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/ocxl/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/pvpanic/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/sgi-gru/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/sgi-xp/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/ti-st/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/uacce/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/misc/vmw_vmci/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mmc/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mmc/core/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mmc/host/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/most/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/chips/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/devices/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/hyperbus/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/lpddr/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/maps/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/onenand/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/atmel/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/bcm47xxnflash/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/brcmnand/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/gpmi-nand/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/raw/ingenic/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/nand/spi/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/parsers/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/spi-nor/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/spi-nor/controllers/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/tests/Makefile'...
oct 07 10:10:09 nixos installer[1154]: stripping FHS paths in `./drivers/mtd/ubi/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/mux/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/appletalk/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/arcnet/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/bonding/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/caif/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/c_can/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/cc770/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/ctucanfd/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/dev/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/flexcan/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/ifi_canfd/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/m_can/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/mscan/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/peak_canfd/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/rcar/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/sja1000/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/slcan/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/softing/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/spi/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/spi/mcp251xfd/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/usb/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/usb/etas_es58x/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/usb/kvaser_usb/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/can/usb/peak_usb/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/b53/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/hirschmann/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/microchip/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/mv88e6xxx/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/ocelot/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/qca/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/realtek/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/sja1105/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/dsa/xrs700x/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/3com/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/8390/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/actions/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/adaptec/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/adi/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/aeroflex/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/agere/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/alacritech/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/allwinner/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/alteon/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/altera/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/amazon/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/amazon/ena/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/amd/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/amd/pds_core/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/amd/xgbe/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/apm/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/apm/xgene/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/apm/xgene-v2/Makefile'...
oct 07 10:10:10 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/apple/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/aquantia/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/aquantia/atlantic/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/arc/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/asix/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/atheros/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/atheros/alx/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/atheros/atl1c/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/atheros/atl1e/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/atheros/atlx/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/broadcom/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/broadcom/bnx2x/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/broadcom/bnxt/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/broadcom/genet/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/brocade/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/brocade/bna/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cadence/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/calxeda/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cavium/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cavium/common/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cavium/liquidio/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cavium/octeon/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cavium/thunder/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/cxgb/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/cxgb3/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/cxgb4/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/cxgb4vf/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/inline_crypto/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/inline_crypto/chtls/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/chelsio/libcxgb/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cirrus/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cisco/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cisco/enic/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/cortina/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/davicom/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/dec/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/dec/tulip/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/dlink/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/emulex/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/emulex/benet/Makefile'...
oct 07 10:10:11 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/engleder/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ezchip/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/faraday/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/dpaa/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/dpaa2/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/enetc/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/fman/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/freescale/fs_enet/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/fujitsu/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/fungible/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/fungible/funcore/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/fungible/funeth/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/google/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/google/gve/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/hisilicon/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/hisilicon/hns/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/hisilicon/hns3/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/huawei/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/huawei/hinic/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/i825xx/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ibm/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ibm/ehea/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ibm/emac/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/e1000/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/e1000e/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/fm10k/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/i40e/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/iavf/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/ice/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/igb/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/igbvf/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/igc/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/ixgbe/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/intel/ixgbevf/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/litex/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/mvpp2/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/octeon_ep/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/octeontx2/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/octeontx2/af/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/octeontx2/nic/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/marvell/prestera/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mediatek/Makefile'...
oct 07 10:10:12 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlx4/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlx5/core/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlx5/core/esw/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlx5/core/steering/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlxbf_gige/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlxfw/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mellanox/mlxsw/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/micrel/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microchip/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microchip/lan966x/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microchip/sparx5/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microchip/vcap/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microsoft/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/microsoft/mana/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/moxa/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/mscc/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/myricom/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/myricom/myri10ge/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/natsemi/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/neterion/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/netronome/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/netronome/nfp/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ni/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/nvidia/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/nxp/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/oki-semi/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/oki-semi/pch_gbe/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/packetengines/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/pasemi/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/pensando/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/pensando/ionic/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qlogic/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qlogic/netxen/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qlogic/qed/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qlogic/qede/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qlogic/qlcnic/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qualcomm/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qualcomm/emac/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/qualcomm/rmnet/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/rdc/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/realtek/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/renesas/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/rocker/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/samsung/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/samsung/sxgbe/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/seeq/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sfc/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sfc/falcon/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sfc/siena/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sgi/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/silan/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sis/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/smsc/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/socionext/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/stmicro/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/stmicro/stmmac/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sun/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/sunplus/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/synopsys/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/tehuti/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/ti/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/toshiba/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/tundra/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/vertexcom/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/via/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/wangxun/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/wangxun/libwx/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/wangxun/ngbe/Makefile'...
oct 07 10:10:13 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/wangxun/txgbe/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/wiznet/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/xilinx/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/xircom/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ethernet/xscale/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/fddi/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/fddi/skfp/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/fjes/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/hamradio/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/hippi/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/hyperv/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ieee802154/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ipa/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ipvlan/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/mctp/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/mdio/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/netdevsim/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/pcs/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/phy/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/phy/mscc/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/plip/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/ppp/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/pse-pd/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/slip/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/team/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/thunderbolt/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/usb/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/vmxnet3/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/vxlan/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wan/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireguard/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/admtek/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ar5523/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath10k/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath11k/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath12k/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath5k/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath6kl/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/ath9k/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/carl9170/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/wcn36xx/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ath/wil6210/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/atmel/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/b43/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/b43legacy/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmfmac/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/Makefile'...
oct 07 10:10:14 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmsmac/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/broadcom/brcm80211/brcmutil/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/cisco/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/ipw2x00/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/iwlegacy/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/iwlwifi/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/iwlwifi/dvm/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/iwlwifi/mei/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intel/iwlwifi/mvm/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intersil/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intersil/hostap/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intersil/orinoco/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/intersil/p54/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/legacy/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/marvell/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/marvell/libertas/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/marvell/libertas_tf/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/marvell/mwifiex/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt7603/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt7615/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt76x0/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt76x2/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt7915/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt7921/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt76/mt7996/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/mediatek/mt7601u/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/microchip/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/microchip/wilc1000/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/purelifi/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/purelifi/plfxlc/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/quantenna/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/quantenna/qtnfmac/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ralink/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ralink/rt2x00/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtl818x/Makefile'...
oct 07 10:10:15 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile'...
oct 07 10:10:17 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile'...
oct 07 10:10:18 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtl8xxxu/Makefile'...
oct 07 10:10:19 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/Makefile'...
oct 07 10:10:20 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile'...
oct 07 10:10:20 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile'...
oct 07 10:10:23 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192c/Makefile'...
oct 07 10:10:24 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192ce/Makefile'...
oct 07 10:10:25 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192cu/Makefile'...
oct 07 10:10:26 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192de/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192ee/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8192se/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8723ae/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8723be/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8723com/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtlwifi/rtl8821ae/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtw88/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/realtek/rtw89/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/rsi/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/silabs/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/silabs/wfx/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/st/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/st/cw1200/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ti/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ti/wl1251/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ti/wl12xx/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ti/wl18xx/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/ti/wlcore/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/virtual/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/zydas/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wireless/zydas/zd1211rw/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wwan/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wwan/iosm/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/wwan/t7xx/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/net/xen-netback/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/fdp/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/microread/Makefile'...
oct 07 10:10:27 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/nfcmrvl/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/nxp-nci/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/pn533/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/pn544/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/s3fwrn5/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/st-nci/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/st21nfca/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nfc/st95hf/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/amd/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/epf/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/idt/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/intel/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/hw/mscc/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/ntb/test/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nubus/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvdimm/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvme/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvme/common/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvme/host/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvme/target/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvmem/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/nvmem/layouts/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/of/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/of/unittest-data/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/opp/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/parisc/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/parport/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/controller/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/controller/cadence/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/controller/dwc/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/controller/mobiveil/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/endpoint/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/endpoint/functions/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/hotplug/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/msi/Makefile'...
oct 07 10:10:28 nixos installer[1154]: stripping FHS paths in `./drivers/pci/pcie/Makefil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment