Started by user admin Running as SYSTEM Building on the built-in node in workspace /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/Sineware/plasma-mobile-nightly-img.git # timeout=10 Fetching upstream changes from https://github.com/Sineware/plasma-mobile-nightly-img.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/Sineware/plasma-mobile-nightly-img.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision f04d3193d7f55dd1543758b8c572a6e25246b76d (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f f04d3193d7f55dd1543758b8c572a6e25246b76d # timeout=10 Commit message: "Update rsync" > git rev-list --no-walk f04d3193d7f55dd1543758b8c572a6e25246b76d # timeout=10 [Set GitHub commit status (universal)] PENDING on repos [GHRepository@1e69a5a3[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=0,milestones={},language=Shell,commits={},source=,parent=,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-09-23T23:14:25Z]] (sha:f04d319) with context:plasma-mobile-nightly-images Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/f04d3193d7f55dd1543758b8c572a6e25246b76d [plasma-mobile-nightly-images] $ /bin/sh -xe /tmp/jenkins16356010855228180816.sh + PATH=/home/swadmin/.local/bin/:/home/swadmin/.npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ./build.sh swadmin Building image for tablet-x64uefi Already up to date. [17:16:38] Work path [/home/swadmin/.local/var/pmbootstrap]: [17:16:38] Channel [edge]: [17:16:38] Vendor [tablet]: [17:16:38] Device codename [x64uefi]: [17:16:38] Username [user]: [17:16:38] User interface [plasma-mobile]: [17:16:38] Enable this package? (y/n) [n]: [17:16:38] Change them? (y/n) [n]: [17:16:38] Extra packages [osk-sdl]: [17:16:38] Use this timezone instead of GMT? (y/n) [y]: [17:16:38] Choose default locale for installation [C.UTF-8]: [17:16:38] Device hostname (short form, e.g. 'foo') [tablet-x64uefi]: [17:16:38] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [17:16:38] Zap existing chroots to apply configuration? (y/n) [y]: [17:16:39] Config changed: ui='plasma-mobile' [17:16:39] Config changed: device='tablet-x64uefi' [17:16:39] Config changed: kernel='stable' [17:16:39] Config changed: extra_packages='osk-sdl' (1839501) [17:16:40] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git remote -v origin https://gitlab.com/postmarketOS/pmaports.git (fetch) origin https://gitlab.com/postmarketOS/pmaports.git (push) (1839501) [17:16:40] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1839501) [17:16:40] *** (1/4) PREPARE NATIVE CHROOT *** (1839501) [17:16:40] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1839501) [17:16:40] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1839501) [17:16:40] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1839501) [17:16:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1839501) [17:16:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1839501) [17:16:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1839501) [17:16:40] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1839501) [17:16:40] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1839501) [17:16:40] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1839501) [17:16:40] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1839501) [17:16:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1839501) [17:16:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1839501) [17:16:40] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1839501) [17:16:41] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:41] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:41] extracted: /tmp/pmbootstrapk9xi7z5tapk (1839501) [17:16:41] extracted: /tmp/pmbootstrapghl0nerasig (1839501) [17:16:41] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:41] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapghl0nerasig /tmp/pmbootstrapk9xi7z5tapk Verified OK (1839501) [17:16:41] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1839501) [17:16:41] % /tmp/pmbootstrapk9xi7z5tapk --version apk-tools 2.12.9, compiled for x86_64. (1839501) [17:16:41] (native) install alpine-base (1839501) [17:16:41] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1839501) [17:16:41] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1839501) [17:16:41] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1839501) [17:16:41] (native) update /etc/apk/repositories (1839501) [17:16:41] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1839501) [17:16:41] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1839501) [17:16:41] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1839501) [17:16:41] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1839501) [17:16:41] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1839501) [17:16:41] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1839501) [17:16:41] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:41] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:41] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:41] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base (1839501) [17:16:41] New background process: pid=1839607, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 10 MiB in 25 packages (1839501) [17:16:41] (native) % adduser -D pmos -u 12345 (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1839501) [17:16:42] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1839501) [17:16:42] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1839501) [17:16:42] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1839501) [17:16:45] (native) install cryptsetup util-linux parted (1839501) [17:16:45] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1839501) [17:16:45] (native) % cat /tmp/apk_progress_fifo (1839501) [17:16:45] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1839501) [17:16:45] New background process: pid=1839925, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.02.188-r0) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20220924-r0) (11/43) Installing ncurses-libs (6.3_p20220924-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.6-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r3) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r2) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r25.trigger OK: 21 MiB in 68 packages (1839501) [17:16:46] *** (2/4) CREATE DEVICE ROOTFS ("tablet-x64uefi") *** (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1839501) [17:16:46] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm (1839501) [17:16:46] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm (1839501) [17:16:46] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/null c 1 3 (1839501) [17:16:46] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/zero c 1 5 (1839501) [17:16:46] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/full c 1 7 (1839501) [17:16:46] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/random c 1 8 (1839501) [17:16:46] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/urandom c 1 9 (1839501) [17:16:46] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/ (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1839501) [17:16:46] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1839501) [17:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1839501) [17:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1839501) [17:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1839501) [17:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1839501) [17:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1839501) [17:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1839501) [17:16:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1839501) [17:16:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1839501) [17:16:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1839501) [17:16:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1839501) [17:16:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap (1839501) [17:16:47] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:47] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:47] extracted: /tmp/pmbootstrapnvisl1f7apk (1839501) [17:16:47] extracted: /tmp/pmbootstrapbvibpumrsig (1839501) [17:16:47] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1839501) [17:16:47] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapbvibpumrsig /tmp/pmbootstrapnvisl1f7apk Verified OK (1839501) [17:16:47] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1839501) [17:16:47] % /tmp/pmbootstrapnvisl1f7apk --version apk-tools 2.12.9, compiled for x86_64. (1839501) [17:16:47] (rootfs_tablet-x64uefi) install alpine-base (1839501) [17:16:47] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/cache (1839501) [17:16:47] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/resolv.conf (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk (1839501) [17:16:47] (rootfs_tablet-x64uefi) update /etc/apk/repositories (1839501) [17:16:47] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1839501) [17:16:47] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1839501) [17:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1839501) [17:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1839501) [17:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1839501) [17:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1839501) [17:16:47] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:47] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:47] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1839501) [17:16:47] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base (1839501) [17:16:47] New background process: pid=1840028, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 10 MiB in 25 packages (1839501) [17:16:48] (rootfs_tablet-x64uefi) % getent passwd user (1839501) [17:16:48] (rootfs_tablet-x64uefi) % adduser -D -u 10000 user (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S wheel addgroup: group 'wheel' in use (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user wheel (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S video addgroup: group 'video' in use (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user video (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S audio addgroup: group 'audio' in use (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user audio (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S input addgroup: group 'input' in use (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user input (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S plugdev (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user plugdev (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup -S netdev addgroup: group 'netdev' in use (1839501) [17:16:48] (rootfs_tablet-x64uefi) % addgroup user netdev (1839501) [17:16:48] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs (1839501) [17:16:48] (rootfs_tablet-x64uefi) calculate depends of postmarketos-base, device-tablet-x64uefi, postmarketos-ui-plasma-mobile, angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details) (1839501) [17:16:49] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1839501) [17:16:49] linux-firmware-any: picked provider(s) with higest priority 1: linux-firmware (1839501) [17:16:49] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1839501) [17:16:50] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1839501) [17:16:50] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1839501) [17:16:51] (rootfs_tablet-x64uefi) install postmarketos-base device-tablet-x64uefi postmarketos-ui-plasma-mobile angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1839501) [17:16:51] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:16:51] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1839501) [17:16:52] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-base device-tablet-x64uefi postmarketos-ui-plasma-mobile angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1839501) [17:16:52] New background process: pid=1840188, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/800) Installing icu-data-full (71.1-r4) (2/800) Installing dbus-libs (1.15.0-r1) (3/800) Installing libgcc (12.2.1_git20220924-r1) (4/800) Installing libffi (3.4.3-r0) (5/800) Installing libintl (0.21-r3) (6/800) Installing libblkid (2.38.1-r0) (7/800) Installing libmount (2.38.1-r0) (8/800) Installing pcre2 (10.40-r0) (9/800) Installing glib (2.74.0-r2) (10/800) Installing libstdc++ (12.2.1_git20220924-r1) (11/800) Installing icu-libs (71.1-r4) (12/800) Installing libpcre2-16 (10.40-r0) (13/800) Installing zstd-libs (1.5.2-r9) (14/800) Installing qt5-qtbase (5.15.5_git20220728-r0) (15/800) Installing hicolor-icon-theme (0.17-r2) (16/800) Installing libmagic (5.42-r0) (17/800) Installing file (5.42-r0) (18/800) Installing libxau (1.0.10-r0) (19/800) Installing libmd (1.0.4-r0) (20/800) Installing libbsd (0.11.6-r2) (21/800) Installing libxdmcp (1.1.3-r1) (22/800) Installing libxcb (1.15-r0) (23/800) Installing libx11 (1.8.1-r1) (24/800) Installing libxext (1.3.4-r1) (25/800) Installing libice (1.0.10-r1) (26/800) Installing libuuid (2.38.1-r0) (27/800) Installing libsm (1.2.3-r1) (28/800) Installing libxt (1.2.1-r0) (29/800) Installing libxmu (1.1.3-r1) (30/800) Installing xset (1.2.4-r0) (31/800) Installing xprop (1.2.5-r0) (32/800) Installing xdg-utils (1.1.3-r4) (33/800) Installing mesa (22.1.7-r3) (34/800) Installing libpciaccess (0.16-r1) (35/800) Installing libdrm (2.4.113-r0) (36/800) Installing libexpat (2.4.9-r0) (37/800) Installing wayland-libs-server (1.21.0-r1) (38/800) Installing libxfixes (6.0.0-r0) (39/800) Installing libxxf86vm (1.1.5-r0) (40/800) Installing mesa-glapi (22.1.7-r3) (41/800) Installing libxshmfence (1.3-r1) (42/800) Installing mesa-gl (22.1.7-r3) (43/800) Installing qt5-qtdeclarative (5.15.5_git20220617-r2) (44/800) Installing libxcomposite (0.4.5-r1) (45/800) Installing brotli-libs (1.0.9-r8) (46/800) Installing libbz2 (1.0.8-r3) (47/800) Installing libpng (1.6.38-r0) (48/800) Installing freetype (2.12.1-r0) (49/800) Installing fontconfig (2.14.0-r0) (50/800) Installing wayland-libs-client (1.21.0-r1) (51/800) Installing wayland-libs-cursor (1.21.0-r1) (52/800) Installing wayland-libs-egl (1.21.0-r1) (53/800) Installing pkgconf (1.9.3-r0) (54/800) Installing xkeyboard-config (9999-r5) (55/800) Installing xz-libs (5.2.7-r0) (56/800) Installing libxml2 (2.10.2-r1) (57/800) Installing libxkbcommon (1.4.1-r0) (58/800) Installing qt5-qtwayland (5.15.5_git20220620-r0) (59/800) Installing mesa-gbm (22.1.7-r3) (60/800) Installing mesa-egl (22.1.7-r3) (61/800) Installing avahi-libs (0.8-r6) (62/800) Installing gmp (6.2.1-r2) (63/800) Installing nettle (3.8.1-r0) (64/800) Installing p11-kit (0.24.1-r0) (65/800) Installing libtasn1 (4.19.0-r0) (66/800) Installing libunistring (1.0-r0) (67/800) Installing gnutls (3.7.8-r0) (68/800) Installing cups-libs (2.4.2-r0) (69/800) Installing shared-mime-info (2.2-r0) (70/800) Installing libjpeg-turbo (2.1.4-r0) (71/800) Installing libwebp (1.2.4-r1) (72/800) Installing tiff (4.4.0-r0) (73/800) Installing gdk-pixbuf (2.42.9-r1) (74/800) Installing gtk-update-icon-cache (3.24.34-r6) (75/800) Installing libxrender (0.9.10-r4) (76/800) Installing libxcursor (1.2.1-r1) (77/800) Installing libxdamage (1.1.5-r1) (78/800) Installing libxi (1.8-r0) (79/800) Installing libxinerama (1.1.4-r2) (80/800) Installing libxrandr (1.5.2-r1) (81/800) Installing libatk-1.0 (2.46.0-r0) (82/800) Installing libxtst (1.2.4-r0) (83/800) Installing at-spi2-core (2.46.0-r0) (84/800) Installing libatk-bridge-2.0 (2.46.0-r0) (85/800) Installing pixman (0.40.0-r4) (86/800) Installing cairo (1.17.6-r3) (87/800) Installing cairo-gobject (1.17.6-r3) (88/800) Installing libepoxy (1.5.10-r0) (89/800) Installing fribidi (1.0.12-r0) (90/800) Installing graphite2 (1.3.14-r1) (91/800) Installing harfbuzz (5.2.0-r0) (92/800) Installing libxft (2.3.6-r0) (93/800) Installing pango (1.50.10-r0) (94/800) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (95/800) Installing libevdev (1.13.0-r0) (96/800) Installing mtdev (1.1.6-r0) (97/800) Installing eudev-libs (3.2.11-r2) (98/800) Installing libinput-libs (1.21.0-r0) (99/800) Installing xcb-util-wm (0.4.1-r1) (100/800) Installing xcb-util (0.4.0-r3) (101/800) Installing xcb-util-image (0.4.0-r1) (102/800) Installing xcb-util-keysyms (0.4.0-r1) (103/800) Installing xcb-util-renderutil (0.3.9-r1) (104/800) Installing libxkbcommon-x11 (1.4.1-r0) (105/800) Installing qt5-qtbase-x11 (5.15.5_git20220728-r0) (106/800) Installing qt5-qtgraphicaleffects (5.15.5_git20220516-r0) (107/800) Installing qt5-qtquickcontrols2 (5.15.5_git20220823-r0) (108/800) Installing kirigami2-libs (5.98.0-r0) (109/800) Installing kirigami2 (5.98.0-r0) (110/800) Installing kactivities-libs (5.98.0-r0) (111/800) Installing karchive (5.98.0-r0) (112/800) Installing kconfig (5.98.0-r0) (113/800) Installing kcoreaddons (5.98.0-r0) (114/800) Installing qt5-qtx11extras (5.15.5_git20220602-r0) (115/800) Installing kwindowsystem (5.98.0-r0) (116/800) Installing kcrash (5.98.0-r0) (117/800) Installing kdbusaddons (5.98.0-r0) (118/800) Installing kglobalaccel (5.98.0-r0) (119/800) Installing kguiaddons (5.98.0-r0) (120/800) Installing ki18n (5.98.0-r0) (121/800) Installing libelogind (246.10-r5) (122/800) Installing polkit-elogind-libs (121-r0) (123/800) Installing polkit-qt-1 (0.114.0-r1) (124/800) Installing kauth (5.98.0-r0) (125/800) Installing kcodecs (5.98.0-r0) (126/800) Installing kwidgetsaddons (5.98.0-r0) (127/800) Installing kconfigwidgets (5.98.0-r0) (128/800) Installing qt5-qtsvg (5.15.5_git20220617-r0) (129/800) Installing kiconthemes (5.98.0-r0) (130/800) Installing kitemviews (5.98.0-r0) (131/800) Installing kxmlgui (5.98.0-r0) (132/800) Installing kbookmarks (5.98.0-r0) (133/800) Installing kcompletion (5.98.0-r0) (134/800) Installing libxml2-utils (2.10.2-r1) (135/800) Installing docbook-xml (4.5-r7) Executing docbook-xml-4.5-r7.post-install (136/800) Installing libgpg-error (1.45-r0) (137/800) Installing libgcrypt (1.10.1-r0) (138/800) Installing libxslt (1.1.36-r0) (139/800) Installing docbook-xsl (1.79.2-r4) Executing docbook-xsl-1.79.2-r4.post-install (140/800) Installing kdoctools (5.98.0-r0) (141/800) Installing kjobwidgets (5.98.0-r0) (142/800) Installing alsa-lib (1.2.7.2-r0) (143/800) Installing libxv (1.0.11-r3) (144/800) Installing cdparanoia-libs (10.2-r11) (145/800) Installing graphene (1.10.8-r1) (146/800) Installing gstreamer (1.20.3-r1) (147/800) Installing libogg (1.3.5-r1) (148/800) Installing opus (1.3.1-r1) (149/800) Installing orc (0.4.32-r1) (150/800) Installing libtheora (1.1.1-r16) (151/800) Installing libvorbis (1.3.7-r0) (152/800) Installing gst-plugins-base (1.20.3-r1) (153/800) Installing qt5-qtmultimedia (5.15.5_git20220617-r0) (154/800) Installing qt5-qtspeech (5.15.5_git20220617-r0) (155/800) Installing sound-theme-freedesktop (0.8-r0) (156/800) Installing libltdl (2.4.7-r0) (157/800) Installing libcanberra (0.30-r8) (158/800) Installing libcanberra-gstreamer (0.30-r8) (159/800) Installing knotifications (5.98.0-r0) (160/800) Installing kservice (5.98.0-r0) (161/800) Installing solid-libs (5.98.0-r0) (162/800) Installing libhunspell (1.7.1-r0) (163/800) Installing ncurses-terminfo-base (6.3_p20220924-r0) (164/800) Installing ncurses-libs (6.3_p20220924-r0) (165/800) Installing readline (8.2.0-r0) (166/800) Installing hunspell (1.7.1-r0) (167/800) Installing sonnet (5.98.0-r0) (168/800) Installing ktextwidgets (5.98.0-r0) (169/800) Installing kio (5.98.0-r0) (170/800) Installing kpackage (5.98.0-r0) (171/800) Installing kdeclarative (5.98.0-r0) (172/800) Installing kwayland (5.98.0-r0) (173/800) Installing plasma-framework (5.98.0-r0) (174/800) Installing sqlite-libs (3.39.3-r0) (175/800) Installing libaccounts-glib (1.26-r0) (176/800) Installing libaccounts-qt (1.16-r1) (177/800) Installing signond (8.61-r0) (178/800) Installing accounts-qml-module (0.7_git20190605-r0) (179/800) Installing qt5-qtwebchannel (5.15.5_git20220617-r0) (180/800) Installing sdl2 (2.24.0-r1) (181/800) Installing svt-av1-libs (1.2.1-r0) (182/800) Installing aom-libs (3.5.0-r0) (183/800) Installing libass (0.16.0-r0) (184/800) Installing libdav1d (1.0.0-r1) (185/800) Installing lame (3.100-r1) (186/800) Installing libasyncns (0.8-r1) (187/800) Installing flac-libs (1.4.1-r0) (188/800) Installing libsndfile (1.1.0-r2) (189/800) Installing libgomp (12.2.1_git20220924-r1) (190/800) Installing soxr (0.1.3-r2) (191/800) Installing speexdsp (1.2.1-r0) (192/800) Installing tdb-libs (1.4.7-r0) (193/800) Installing libpulse (9999_git20220528-r0) (194/800) Installing cjson (1.7.15-r3) (195/800) Installing mbedtls (2.28.1-r0) (196/800) Installing librist (0.2.7-r0) (197/800) Installing libsrt (1.5.1-r0) (198/800) Installing libssh (0.10.4-r0) (199/800) Installing v4l-utils-libs (1.22.1-r2) (200/800) Installing libva (2.15.0-r0) (201/800) Installing libvdpau (1.5-r0) (202/800) Installing vidstab (1.1.0-r1) (203/800) Installing libvpx (1.12.0-r1) (204/800) Installing x264-libs (0.164_git20220602-r0) (205/800) Installing numactl (2.0.15-r0) (206/800) Installing x265-libs (3.5-r3) (207/800) Installing xvidcore (1.3.7-r1) (208/800) Installing libsodium (1.0.18-r2) (209/800) Installing libzmq (4.3.4-r1) (210/800) Installing ffmpeg-libs (5.1.2-r1) (211/800) Installing libevent (2.1.12-r5) (212/800) Installing nspr (4.35-r0) (213/800) Installing nss (3.83-r0) (214/800) Installing re2 (2022.06.01-r1) (215/800) Installing snappy (1.1.9-r4) (216/800) Installing qt5-qtwebengine (5.15.11-r0) (217/800) Installing libnotify (0.8.1-r1) (218/800) Installing libproxy (0.4.18-r1) (219/800) Installing signon-ui (0.17_git20171023-r1) (220/800) Installing libassuan (2.5.5-r0) (221/800) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (222/800) Installing gnupg-gpgconf (2.2.39-r0) (223/800) Installing gpg (2.2.39-r0) (224/800) Installing npth (1.6-r1) (225/800) Installing gpg-agent (2.2.39-r0) (226/800) Installing libksba (1.6.1-r0) (227/800) Installing gpgsm (2.2.39-r0) (228/800) Installing gpgme (1.17.1-r0) (229/800) Installing gpgmepp (1.17.1-r0) (230/800) Installing gdbm (1.23-r0) (231/800) Installing libsasl (2.1.28-r2) (232/800) Installing libqca (2.3.4-r2) (233/800) Installing kwallet (5.98.0-r0) (234/800) Installing kaccounts-integration (22.08.1-r0) (235/800) Installing purpose (5.98.0-r0) (236/800) Installing qt5-qtbase-sqlite (5.15.5_git20220728-r0) (237/800) Installing qt5-qtfeedback (0_git20180903-r0) (238/800) Installing angelfish (22.09-r0) (239/800) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (240/800) Installing gtk-engines-clearlooks (2.21.0-r3) (241/800) Installing gtk-engines-crux (2.21.0-r3) (242/800) Installing gtk-engines-industrial (2.21.0-r3) (243/800) Installing gtk-engines-mist (2.21.0-r3) (244/800) Installing gtk-engines-redmond (2.21.0-r3) (245/800) Installing gtk-engines-thinice (2.21.0-r3) (246/800) Installing gtk-engines (2.21.0-r3) (247/800) Installing breeze-gtk (5.25.5-r0) (248/800) Installing udev-init-scripts (35-r1) (249/800) Installing udev-init-scripts-openrc (35-r1) (250/800) Installing kmod-libs (30-r1) (251/800) Installing eudev (3.2.11-r2) (252/800) Installing eudev-openrc (3.2.11-r2) (253/800) Installing openssh-keygen (9.0_p1-r4) (254/800) Installing libedit (20210910.3.1-r0) (255/800) Installing openssh-client-common (9.0_p1-r4) (256/800) Installing openssh-client-default (9.0_p1-r4) (257/800) Installing openssh-sftp-server (9.0_p1-r4) (258/800) Installing openssh-server-common (9.0_p1-r4) (259/800) Installing openssh-server (9.0_p1-r4) (260/800) Installing openssh (9.0_p1-r4) (261/800) Installing boot-deploy (0.6-r0) (262/800) Installing busybox-extras (1.35.0-r25) Executing busybox-extras-1.35.0-r25.post-install (263/800) Installing lzo (2.10-r3) (264/800) Installing btrfs-progs (5.19.1-r0) (265/800) Installing bzip2 (1.0.8-r3) (266/800) Installing argon2-libs (20190702-r2) (267/800) Installing device-mapper-libs (2.02.188-r0) (268/800) Installing json-c (0.16-r0) (269/800) Installing cryptsetup-libs (2.5.0-r2) (270/800) Installing popt (1.19-r0) (271/800) Installing cryptsetup (2.5.0-r2) (272/800) Installing cryptsetup-openrc (2.5.0-r2) (273/800) Installing libaio (0.3.113-r0) (274/800) Installing device-mapper-event-libs (2.02.188-r0) (275/800) Installing lvm2-libs (2.02.188-r0) (276/800) Installing device-mapper (2.02.188-r0) (277/800) Installing device-mapper-udev (2.02.188-r0) Executing device-mapper-udev-2.02.188-r0.post-install (278/800) Installing libcom_err (1.46.5-r2) (279/800) Installing e2fsprogs-libs (1.46.5-r2) (280/800) Installing e2fsprogs (1.46.5-r2) (281/800) Installing e2fsprogs-extra (1.46.5-r2) (282/800) Installing f2fs-tools-libs (1.15.0-r0) (283/800) Installing f2fs-tools (1.15.0-r0) (284/800) Installing lz4 (1.9.4-r1) (285/800) Installing userspace-rcu (0.13.2-r0) (286/800) Installing multipath-tools (0.9.1-r0) (287/800) Installing multipath-tools-openrc (0.9.1-r0) (288/800) Installing parted (3.5-r0) (289/800) Installing postmarketos-mvcfg (1-r0) (290/800) Installing postmarketos-keys (1-r0) (291/800) Installing sudo (1.9.11_p3-r0) (292/800) Installing postmarketos-base-nofde (22-r0) (293/800) Installing unudhcpd (0.2.1-r0) (294/800) Installing xz (5.2.7-r0) (295/800) Installing postmarketos-mkinitfs (1.5-r0) (296/800) Installing postmarketos-base (22-r0) Executing postmarketos-base-22-r0.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (297/800) Installing linux-firmware-yamaha (20220913-r0) (298/800) Installing linux-firmware-yam (20220913-r0) (299/800) Installing linux-firmware-wfx (20220913-r0) (300/800) Installing linux-firmware-vxge (20220913-r0) (301/800) Installing linux-firmware-vicam (20220913-r0) (302/800) Installing linux-firmware-ueagle-atm (20220913-r0) (303/800) Installing linux-firmware-ttusb-budget (20220913-r0) (304/800) Installing linux-firmware-tigon (20220913-r0) (305/800) Installing linux-firmware-ti-keystone (20220913-r0) (306/800) Installing linux-firmware-ti-connectivity (20220913-r0) (307/800) Installing linux-firmware-ti (20220913-r0) (308/800) Installing linux-firmware-tehuti (20220913-r0) (309/800) Installing linux-firmware-sxg (20220913-r0) (310/800) Installing linux-firmware-sun (20220913-r0) (311/800) Installing linux-firmware-slicoss (20220913-r0) (312/800) Installing linux-firmware-sb16 (20220913-r0) (313/800) Installing linux-firmware-rtw89 (20220913-r0) (314/800) Installing linux-firmware-rtw88 (20220913-r0) (315/800) Installing linux-firmware-rtlwifi (20220913-r0) (316/800) Installing linux-firmware-rtl_nic (20220913-r0) (317/800) Installing linux-firmware-rtl_bt (20220913-r0) (318/800) Installing linux-firmware-rtl8192e (20220913-r0) (319/800) Installing linux-firmware-rsi (20220913-r0) (320/800) Installing linux-firmware-rockchip (20220913-r0) (321/800) Installing linux-firmware-radeon (20220913-r0) (322/800) Installing linux-firmware-r128 (20220913-r0) (323/800) Installing linux-firmware-qlogic (20220913-r0) (324/800) Installing linux-firmware-qed (20220913-r0) (325/800) Installing linux-firmware-ath10k (20220913-r0) (326/800) Installing linux-firmware-qcom (20220913-r0) (327/800) Installing linux-firmware-qca (20220913-r0) (328/800) Installing linux-firmware-ositech (20220913-r0) (329/800) Installing linux-firmware-nvidia (20220913-r0) (330/800) Installing linux-firmware-netronome (20220913-r0) (331/800) Installing linux-firmware-myricom (20220913-r0) (332/800) Installing linux-firmware-mwlwifi (20220913-r0) (333/800) Installing linux-firmware-mwl8k (20220913-r0) (334/800) Installing linux-firmware-mrvl (20220913-r0) (335/800) Installing linux-firmware-moxa (20220913-r0) (336/800) Installing linux-firmware-microchip (20220913-r0) (337/800) Installing linux-firmware-meson (20220913-r0) (338/800) Installing linux-firmware-mellanox (20220913-r0) (339/800) Installing linux-firmware-mediatek (20220913-r0) (340/800) Installing linux-firmware-matrox (20220913-r0) (341/800) Installing linux-firmware-liquidio (20220913-r0) (342/800) Installing linux-firmware-libertas (20220913-r0) (343/800) Installing linux-firmware-korg (20220913-r0) (344/800) Installing linux-firmware-keyspan_pda (20220913-r0) (345/800) Installing linux-firmware-keyspan (20220913-r0) (346/800) Installing linux-firmware-kaweth (20220913-r0) (347/800) Installing linux-firmware-isci (20220913-r0) (348/800) Installing linux-firmware-intel (20220913-r0) (349/800) Installing linux-firmware-inside-secure (20220913-r0) (350/800) Installing linux-firmware-imx (20220913-r0) (351/800) Installing linux-firmware-i915 (20220913-r0) (352/800) Installing linux-firmware-go7007 (20220913-r0) (353/800) Installing linux-firmware-ess (20220913-r0) (354/800) Installing linux-firmware-ene-ub6250 (20220913-r0) (355/800) Installing linux-firmware-emi62 (20220913-r0) (356/800) Installing linux-firmware-emi26 (20220913-r0) (357/800) Installing linux-firmware-edgeport (20220913-r0) (358/800) Installing linux-firmware-e100 (20220913-r0) (359/800) Installing linux-firmware-dsp56k (20220913-r0) (360/800) Installing linux-firmware-dpaa2 (20220913-r0) (361/800) Installing linux-firmware-dabusb (20220913-r0) (362/800) Installing linux-firmware-cypress (20220913-r0) (363/800) Installing linux-firmware-cxgb4 (20220913-r0) (364/800) Installing linux-firmware-cxgb3 (20220913-r0) (365/800) Installing linux-firmware-cpia2 (20220913-r0) (366/800) Installing linux-firmware-cnm (20220913-r0) (367/800) Installing linux-firmware-cis (20220913-r0) (368/800) Installing linux-firmware-cirrus (20220913-r0) (369/800) Installing linux-firmware-cavium (20220913-r0) (370/800) Installing linux-firmware-cadence (20220913-r0) (371/800) Installing linux-firmware-brcm (20220913-r0) (372/800) Installing linux-firmware-bnx2x (20220913-r0) (373/800) Installing linux-firmware-bnx2 (20220913-r0) (374/800) Installing linux-firmware-av7110 (20220913-r0) (375/800) Installing linux-firmware-atusb (20220913-r0) (376/800) Installing linux-firmware-atmel (20220913-r0) (377/800) Installing linux-firmware-ath9k_htc (20220913-r0) (378/800) Installing linux-firmware-ath6k (20220913-r0) (379/800) Installing linux-firmware-ath11k (20220913-r0) (380/800) Installing linux-firmware-ar3k (20220913-r0) (381/800) Installing linux-firmware-amphion (20220913-r0) (382/800) Installing linux-firmware-amdgpu (20220913-r0) (383/800) Installing linux-firmware-amd-ucode (20220913-r0) (384/800) Installing linux-firmware-amd (20220913-r0) (385/800) Installing linux-firmware-advansys (20220913-r0) (386/800) Installing linux-firmware-adaptec (20220913-r0) (387/800) Installing linux-firmware-acenic (20220913-r0) (388/800) Installing linux-firmware-3com (20220913-r0) (389/800) Installing linux-firmware-other (20220913-r0) (390/800) Installing linux-firmware (20220913-r0) (391/800) Installing linux-lts (5.15.71-r0) (392/800) Installing llvm14-libs (14.0.6-r5) (393/800) Installing musl-fts (1.2.7-r3) (394/800) Installing libelf (0.187-r2) (395/800) Installing mesa-dri-gallium (22.1.7-r3) (396/800) Installing device-tablet-x64uefi (0.3-r4) (397/800) Installing ca-certificates (20220614-r2) (398/800) Installing nghttp2-libs (1.50.0-r0) (399/800) Installing libcurl (7.85.0-r0) (400/800) Installing libxmlb (0.3.10-r0) (401/800) Installing yaml (0.2.5-r0) (402/800) Installing appstream (0.15.5-r0) Executing appstream-0.15.5-r0.post-install ✔ Metadata cache was updated successfully. (403/800) Installing appstream-qt (0.15.5-r0) (404/800) Installing attica (5.98.0-r0) (405/800) Installing kidletime (5.98.0-r0) (406/800) Installing knewstuff (5.98.0-r0) (407/800) Installing discover (5.25.5-r0) (408/800) Installing libapk-qt (0.4.2-r0) (409/800) Installing discover-backend-apk (5.25.5-r0) (410/800) Installing dbus-glib (0.112-r1) (411/800) Installing firefox-esr (102.3.0-r0) (412/800) Installing font-noto-common (0_git20211101-r6) (413/800) Installing font-noto-math (0_git20211101-r6) (414/800) Installing font-noto-symbols (0_git20211101-r6) (415/800) Installing font-noto (0_git20211101-r6) (416/800) Installing font-noto-emoji (2.038-r0) (417/800) Installing font-noto-extra (0_git20211101-r6) (418/800) Installing mauiman (1.0.0-r0) (419/800) Installing mauikit (2.2.0-r0) (420/800) Installing exiv2 (0.27.5-r1) (421/800) Installing mauikit-imagetools (2.2.0-r0) (422/800) Installing mauikit-filebrowsing (2.2.0-r0) (423/800) Installing index (2.2.0-r0) (424/800) Installing signon-plugin-oauth2 (0.25-r0) (425/800) Installing kaccounts-providers (22.08.1-r0) (426/800) Installing kirigami-addons (0.4-r0) (427/800) Installing kclock (22.09-r0) (428/800) Installing gsettings-desktop-schemas (42.0-r0) (429/800) Installing kdecoration (5.25.5-r0) (430/800) Installing kde-gtk-config (5.25.5-r0) (431/800) Installing kirigami-gallery (22.08.1-r0) (432/800) Installing kquickimageeditor (0.2.0-r1) (433/800) Installing taglib (1.12-r1) (434/800) Installing kfilemetadata (5.98.0-r0) (435/800) Installing qt5-qtlocation (5.15.5_git20220618-r0) (436/800) Installing koko (22.09-r0) (437/800) Installing kasync (0.3.0-r2) (438/800) Installing gpg-wks-server (2.2.39-r0) (439/800) Installing gpgv (2.2.39-r0) (440/800) Installing libldap (2.6.3-r3) (441/800) Installing gnupg-dirmngr (2.2.39-r0) (442/800) Installing gnupg-utils (2.2.39-r0) (443/800) Installing gnupg-wks-client (2.2.39-r0) (444/800) Installing gnupg (2.2.39-r0) (445/800) Installing iso-codes (4.11.0-r0) (446/800) Installing kcontacts (5.98.0-r0) (447/800) Installing kpeople (5.98.0-r0) (448/800) Installing libical (3.0.14-r1) (449/800) Installing kcalendarcore (5.98.0-r0) (450/800) Installing kmime (22.08.1-r0) (451/800) Installing kimap2 (0.4.0-r1) (452/800) Installing qt5-qtxmlpatterns (5.15.5_git20220602-r0) (453/800) Installing kdav2 (0.4.0-r1) (454/800) Installing lmdb (0.9.29-r1) (455/800) Installing libxapian (1.4.20-r1) (456/800) Installing sink (0.9.0-r3) (457/800) Installing kpeoplesink (0_git20210224-r1) (458/800) Installing kpeoplevcard (0.1-r2) (459/800) Installing libraw (0.20.2-r0) (460/800) Installing libraw-tools (0.20.2-r0) (461/800) Installing lcms2 (2.13.1-r0) (462/800) Installing imagemagick-libs (7.1.0.49-r0) (463/800) Installing jbig2dec (0.19-r0) (464/800) Installing ghostscript (9.56.1-r0) (465/800) Installing libde265 (1.0.8-r2) (466/800) Installing libheif (1.13.0-r0) (467/800) Installing libjxl (0.6.1_git20220605-r1) (468/800) Installing librsvg (2.55.1-r0) (469/800) Installing imagemagick (7.1.0.49-r0) (470/800) Installing perl (5.36.0-r0) (471/800) Installing perl-image-exiftool (12.42-r0) (472/800) Installing exiftool (12.42-r0) (473/800) Installing openexr (3.1.5-r3) (474/800) Installing soundtouch (2.3.1-r0) (475/800) Installing chromaprint (1.5.1-r2) (476/800) Installing libraw1394 (2.1.2-r2) (477/800) Installing libusb (1.0.26-r0) (478/800) Installing libdc1394 (2.2.6-r0) (479/800) Installing tslib (1.22-r1) (480/800) Installing directfb (1.7.7-r4) (481/800) Installing faac (1.30-r1) (482/800) Installing fdk-aac (2.0.2-r1) (483/800) Installing flite (2.2-r1) (484/800) Installing libsamplerate (0.2.2-r0) (485/800) Installing jack (1.9.21-r0) (486/800) Installing portaudio (19.7.0-r0) (487/800) Installing fluidsynth-libs (2.3.0-r0) (488/800) Installing libfreeaptx (0.1.1-r0) (489/800) Installing gsm (1.0.22-r0) (490/800) Installing libgudev (237-r1) (491/800) Installing libldac (2.0.2.3-r0) (492/800) Installing libmodplug (0.8.9.0-r1) (493/800) Installing neon (0.32.4-r0) (494/800) Installing libnice (0.1.19-r0) (495/800) Installing openal-soft (1.22.2-r1) (496/800) Installing openjpeg (2.5.0-r0) (497/800) Installing librtmp (2.4_git20190330-r1) (498/800) Installing sbc (2.0-r0) (499/800) Installing spandsp (0.0.6-r2) (500/800) Installing libsrtp (2.4.2-r3) (501/800) Installing vo-aacenc (0.1.3-r0) (502/800) Installing vo-amrwbenc (0.1.3-r0) (503/800) Installing libzbar (0.23.92-r0) (504/800) Installing gst-plugins-bad (1.20.3-r4) (505/800) Installing gtk4.0 (4.8.1-r0) Executing gtk4.0-4.8.1-r0.post-install (506/800) Installing megapixels (1.5.2-r0) (507/800) Installing mobile-config-firefox (3.0.0-r1) (508/800) Installing mesa-gles (22.1.7-r3) (509/800) Installing encodings (1.0.6-r0) (510/800) Installing libfontenc (1.1.6-r0) (511/800) Installing mkfontscale (1.2.2-r1) (512/800) Installing ttf-dejavu (2.37-r2) (513/800) Installing sdl2_ttf (2.20.1-r0) (514/800) Installing osk-sdl (0.67-r0) (515/800) Installing kcmutils (5.98.0-r0) (516/800) Installing frameworkintegration (5.98.0-r0) (517/800) Installing oxygen (5.25.5-r0) (518/800) Installing modemmanager-qt (5.98.0-r0) (519/800) Installing callaudiod-libs (0.1.4-r0) (520/800) Installing abseil-cpp (20220623.1-r0) (521/800) Installing boost1.80-thread (1.80.0-r2) (522/800) Installing libprotobuf (3.21.7-r0) (523/800) Installing libphonenumber (8.12.54-r0) (524/800) Installing plasma-dialer (22.09-r0) (525/800) Installing plasma-mobile-sounds (0.1-r1) (526/800) Installing qt5-qtquickcontrols (5.15.5_git20220518-r0) (527/800) Installing plasma-phonebook (22.09-r0) (528/800) Installing postmarketos-artwork-wallpapers (2-r1) (529/800) Installing postmarketos-hidden-desktop-entries (2.2-r1) (530/800) Installing dbus (1.15.0-r1) Executing dbus-1.15.0-r1.pre-install Executing dbus-1.15.0-r1.post-install (531/800) Installing dbus-openrc (1.15.0-r1) (532/800) Installing bluez (5.65-r1) (533/800) Installing bluez-openrc (5.65-r1) (534/800) Installing bluez-obexd (5.65-r1) (535/800) Installing kded (5.98.0-r0) (536/800) Installing bluez-qt (5.98.0-r0) (537/800) Installing bluedevil (5.25.5-r0) (538/800) Installing breeze (5.25.5-r0) (539/800) Installing libpulse-mainloop-glib (9999_git20220528-r0) (540/800) Installing callaudiod (0.1.4-r0) (541/800) Installing dnsmasq-common (2.86-r5) (542/800) Installing dnsmasq-openrc (2.86-r5) (543/800) Installing dnsmasq (2.86-r5) Executing dnsmasq-2.86-r5.pre-install (544/800) Installing linux-pam (1.5.2-r1) (545/800) Installing shadow (4.10-r3) (546/800) Installing libacl (2.3.1-r1) (547/800) Installing elogind (246.10-r5) (548/800) Installing elogind-openrc (246.10-r5) (549/800) Installing hfd-service (0.1.0-r1) (550/800) Installing hfd-service-openrc (0.1.0-r1) (551/800) Installing iio-sensor-proxy (3.4-r0) (552/800) Installing iio-sensor-proxy-openrc (3.4-r0) (553/800) Installing libkscreen (5.25.5-r0) (554/800) Installing qt5-qtsensors (5.15.5_git20220519-r0) (555/800) Installing kscreen (5.25.5-r0) (556/800) Installing socat (1.7.4.3-r1) (557/800) Installing kwallet-pam (5.25.5-r0) (558/800) Installing kwayland-integration (5.25.5-r0) (559/800) Installing polkit-common (121-r0) Executing polkit-common-121-r0.pre-install (560/800) Installing duktape (2.7.0-r0) (561/800) Installing polkit-elogind (121-r0) (562/800) Installing libmm-glib (1.18.12-r0) (563/800) Installing libmbim (1.26.4-r0) (564/800) Installing libqrtr-glib (1.2.2-r0) (565/800) Installing libqmi (1.30.8-r0) (566/800) Installing modemmanager (1.18.12-r0) (567/800) Installing modemmanager-openrc (1.18.12-r0) (568/800) Installing libnm (1.40.0-r0) (569/800) Installing networkmanager-common (1.40.0-r0) (570/800) Installing networkmanager-openrc (1.40.0-r0) (571/800) Installing libmnl (1.0.5-r0) (572/800) Installing libnftnl (1.2.3-r0) (573/800) Installing iptables (1.8.8-r2) (574/800) Installing iptables-openrc (1.8.8-r2) (575/800) Installing libndp (1.8-r0) (576/800) Installing libidn2 (2.3.3-r0) (577/800) Installing libpsl (0.21.1-r0) (578/800) Installing networkmanager (1.40.0-r0) Executing networkmanager-1.40.0-r0.pre-install Executing networkmanager-1.40.0-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-. * (579/800) Installing networkmanager-cli (1.40.0-r0) (580/800) Installing pcre (8.45-r2) (581/800) Installing slang (2.3.3-r0) (582/800) Installing newt (0.52.21-r4) (583/800) Installing networkmanager-tui (1.40.0-r0) (584/800) Installing wireless-regdb (2022.08.12-r0) (585/800) Installing networkmanager-wifi (1.40.0-r0) Executing networkmanager-wifi-1.40.0-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add ; * rc-service start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (586/800) Installing mobile-broadband-provider-info (20220725-r0) (587/800) Installing networkmanager-wwan (1.40.0-r0) (588/800) Installing pipewire-libs (0.3.59-r0) (589/800) Installing libunwind (1.6.2-r0) (590/800) Installing libuv (1.44.2-r0) (591/800) Installing roc-toolkit-libs (0.1.5-r2) (592/800) Installing webrtc-audio-processing (0.3.1-r6) (593/800) Installing pipewire (0.3.59-r0) (594/800) Installing breeze-icons (5.98.0-r0) (595/800) Installing dbus-x11 (1.15.0-r1) (596/800) Installing kactivities (5.98.0-r0) (597/800) Installing dconf (0.40.0-r1) (598/800) Installing anthy (9100h-r1) (599/800) Installing maliit-framework (2.3.0-r1) (600/800) Installing kyotocabinet (1.2.79-r3) (601/800) Installing libpinyin (2.6.2-r0) (602/800) Installing tinyxml (2.6.2-r1) (603/800) Installing presage (0.9.1-r2) (604/800) Installing maliit-keyboard (2.3.1-r0) (605/800) Installing qt5-qtvirtualkeyboard (5.15.5_git20220617-r0) (606/800) Installing plasma-nano (5.25.5-r0) (607/800) Installing networkmanager-qt (5.98.0-r0) (608/800) Installing plasma-nm (5.25.5-r0) (609/800) Installing plasma-nm-mobile (5.25.5-r0) (610/800) Installing fftw-single-libs (3.3.10-r0) (611/800) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (612/800) Installing pulseaudio-bluez (9999_git20220528-r0) (613/800) Installing pulseaudio-alsa (9999_git20220528-r0) (614/800) Installing alsa-utils-openrc (1.2.7-r1) (615/800) Installing pulseaudio-openrc (9999_git20220528-r0) (616/800) Installing libcanberra-pulse (0.30-r8) (617/800) Installing plasma-pa (5.25.5-r0) (618/800) Installing tzdata (2022d-r0) (619/800) Installing libdaemon (0.14-r3) (620/800) Installing openrc-settingsd (1.1.0-r0) (621/800) Installing openrc-settingsd-openrc (1.1.0-r0) (622/800) Installing plasma-settings (22.09-r1) (623/800) Installing kactivitymanagerd (5.25.5-r0) (624/800) Installing kinit (5.98.0-r0) (625/800) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (626/800) Installing kdnssd (5.98.0-r0) (627/800) Installing syntax-highlighting (5.98.0-r0) (628/800) Installing kdsoap (2.1.1-r0) (629/800) Installing libmtp (1.1.20-r0) (630/800) Installing llvm15-libs (15.0.1-r0) (631/800) Installing clang-libs (15.0.1-r0) (632/800) Installing qt5-qttools (5.15.5_git20220619-r1) (633/800) Installing phonon (4.11.1-r2) (634/800) Installing talloc (2.3.4-r0) (635/800) Installing tevent (0.13.0-r0) (636/800) Installing samba-util-libs (4.16.4-r0) (637/800) Installing jansson (2.14-r0) (638/800) Installing ldb (2.5.2-r0) (639/800) Installing libwbclient (4.16.4-r0) (640/800) Installing samba-libs (4.16.4-r0) (641/800) Installing libsmbclient (4.16.4-r0) (642/800) Installing kio-extras (22.08.1-r0) (643/800) Installing kquickcharts (5.98.0-r0) (644/800) Installing xorg-server-common (21.1.4-r1) (645/800) Installing libxkbfile (1.1.0-r1) (646/800) Installing xkbcomp (1.4.5-r0) (647/800) Installing libxfont2 (2.0.6-r0) (648/800) Installing libtirpc-conf (1.3.2-r2) (649/800) Installing libtirpc-nokrb (1.3.2-r2) (650/800) Installing libxcvt (0.1.2-r0) (651/800) Installing xwayland (22.1.3-r1) (652/800) Installing layer-shell-qt (5.25.5-r0) (653/800) Installing kscreenlocker (5.25.5-r0) (654/800) Installing libqaccessibilityclient (0.4.1-r1) (655/800) Installing xcb-util-cursor (0.1.3-r2) (656/800) Installing kwin (5.25.5-r0) (657/800) Installing kitemmodels (5.98.0-r0) (658/800) Installing threadweaver (5.98.0-r0) (659/800) Installing krunner (5.98.0-r0) (660/800) Installing milou (5.25.5-r0) (661/800) Installing pipewire-media-session (0.4.1-r0) (662/800) Installing qqc2-desktop-style (5.98.0-r0) (663/800) Installing ttf-hack (3.003-r2) (664/800) Installing plasma-integration (5.25.5-r0) (665/800) Installing qtchooser (66-r1) (666/800) Installing plasma-workspace-libs (5.25.5-r1) (667/800) Installing kactivities-stats (5.98.0-r0) (668/800) Installing baloo (5.98.0-r0) (669/800) Installing kholidays (5.98.0-r0) (670/800) Installing knotifyconfig (5.98.0-r0) (671/800) Installing kparts (5.98.0-r0) (672/800) Installing zxing-cpp (1.2.0-r0) (673/800) Installing libdmtx-libs (0.7.7-r0) (674/800) Installing libqrencode (4.1.1-r0) (675/800) Installing prison (5.98.0-r1) (676/800) Installing ktexteditor (5.98.0-r0) (677/800) Installing libnl3 (3.7.0-r0) (678/800) Installing libpcap (1.10.1-r0) (679/800) Installing lm-sensors-libs (3.6.0-r4) (680/800) Installing libksysguard (5.25.5-r0) (681/800) Installing kuserfeedback (1.2.0-r1) (682/800) Installing gpsd (3.24-r0) (683/800) Installing gpsd-openrc (3.24-r0) (684/800) Installing mpfr4 (4.1.0-r0) (685/800) Installing libqalculate (4.3.0-r0) (686/800) Installing plasma-workspace (5.25.5-r1) (687/800) Installing kpty (5.98.0-r0) (688/800) Installing kdesu (5.98.0-r0) (689/800) Installing kde-cli-tools (5.25.5-r0) (690/800) Installing qqc2-breeze-style (5.25.5-r0) (691/800) Installing plasma-mobile (5.25.5-r0) (692/800) Installing polkit-kde-agent-1 (5.25.5-r0) (693/800) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (694/800) Installing chrony-openrc (4.3-r0) (695/800) Installing haveged (1.9.18-r0) (696/800) Installing haveged-openrc (1.9.18-r0) (697/800) Installing nftables (1.0.5-r0) (698/800) Installing nftables-openrc (1.0.5-r0) (699/800) Installing postmarketos-config-nftables (0.10-r0) Executing postmarketos-config-nftables-0.10-r0.post-install * service nftables added to runlevel default (700/800) Installing postmarketos-config-nftables-networkmanager (0.10-r0) (701/800) Installing postmarketos-base-nftables (22-r0) Executing postmarketos-base-nftables-22-r0.post-install (702/800) Installing postmarketos-artwork-icons (2-r1) (703/800) Installing util-linux (2.38.1-r0) (704/800) Installing libfdisk (2.38.1-r0) (705/800) Installing libsmartcols (2.38.1-r0) (706/800) Installing util-linux-misc (2.38.1-r0) (707/800) Installing libeconf (0.4.6-r0) (708/800) Installing runuser (2.38.1-r0) (709/800) Installing mount (2.38.1-r0) (710/800) Installing losetup (2.38.1-r0) (711/800) Installing hexdump (2.38.1-r0) (712/800) Installing uuidgen (2.38.1-r0) (713/800) Installing blkid (2.38.1-r0) (714/800) Installing sfdisk (2.38.1-r0) (715/800) Installing mcookie (2.38.1-r0) (716/800) Installing agetty (2.38.1-r0) (717/800) Installing agetty-openrc (0.45.2-r3) (718/800) Installing wipefs (2.38.1-r0) (719/800) Installing cfdisk (2.38.1-r0) (720/800) Installing umount (2.38.1-r0) (721/800) Installing util-linux-openrc (2.38.1-r0) (722/800) Installing flock (2.38.1-r0) (723/800) Installing lsblk (2.38.1-r0) (724/800) Installing libcap-ng (0.8.3-r1) (725/800) Installing setpriv (2.38.1-r0) (726/800) Installing logger (2.38.1-r0) (727/800) Installing partx (2.38.1-r0) (728/800) Installing fstrim (2.38.1-r0) (729/800) Installing findmnt (2.38.1-r0) (730/800) Installing pcsc-lite-libs (1.9.9-r0) (731/800) Installing wpa_supplicant (2.10-r4) (732/800) Installing wpa_supplicant-openrc (2.10-r4) (733/800) Installing ifupdown-ng-wifi (0.12.1-r0) (734/800) Installing postmarketos-base-ui (5-r1) Executing postmarketos-base-ui-5-r1.post-install (735/800) Installing postmarketos-base-ui-networkmanager (5-r1) (736/800) Installing mpdecimal (2.5.1-r1) (737/800) Installing python3 (3.10.7-r0) (738/800) Installing py3-ruamel.yaml.clib (0.2.6-r1) (739/800) Installing py3-ruamel.yaml (0.16.12-r2) (740/800) Installing sleep-inhibitor (1.16-r0) (741/800) Installing sleep-inhibitor-openrc (1.16-r0) (742/800) Installing postmarketos-base-ui-elogind (5-r1) Executing postmarketos-base-ui-elogind-5-r1.post-install (743/800) Installing py3-dbus (1.3.2-r0) (744/800) Installing obex-capabilities (0.2.1-r1) (745/800) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (746/800) Installing postmarketos-base-ui-bluez-obexd (5-r1) (747/800) Installing pulseaudio-utils (9999_git20220528-r0) (748/800) Installing postmarketos-base-ui-pulseaudio (5-r1) (749/800) Installing upower (1.90.0-r2) (750/800) Installing powerdevil-libs (5.25.5-r0) (751/800) Installing powerdevil (5.25.5-r0) (752/800) Installing urfkill (0.5.0_git20210401-r2) (753/800) Installing urfkill-openrc (0.5.0_git20210401-r2) (754/800) Installing bubblewrap (0.6.2-r0) (755/800) Installing fuse-common (3.12.0-r0) (756/800) Installing fuse-openrc (3.12.0-r0) (757/800) Installing fuse3-libs (3.12.0-r0) (758/800) Installing fuse3 (3.12.0-r0) (759/800) Installing json-glib (1.6.6-r0) (760/800) Installing xdg-desktop-portal (1.15.0-r0) (761/800) Installing xdg-desktop-portal-kde (5.25.5-r0) (762/800) Installing autologin (1.0.0-r4) (763/800) Installing tinydm (1.1.2-r0) (764/800) Installing tinydm-openrc (1.1.2-r0) (765/800) Installing postmarketos-base-ui-tinydm (5-r1) (766/800) Installing font-alias (1.0.4-r0) (767/800) Installing util-macros (1.19.3-r0) (768/800) Installing font-misc-misc (1.1.2-r2) (769/800) Installing font-cursor-misc (1.0.3-r2) (770/800) Installing xauth (1.1.2-r0) (771/800) Installing xmodmap (1.0.11-r0) (772/800) Installing xrdb (1.2.1-r0) (773/800) Installing xinit (1.4.1-r0) (774/800) Installing xorg-server (21.1.4-r1) (775/800) Installing libinput (1.21.0-r0) (776/800) Installing xf86-input-libinput (1.2.1-r0) (777/800) Installing xf86-video-fbdev (0.5.0-r3) (778/800) Installing postmarketos-base-ui-x11 (5-r1) (779/800) Installing postmarketos-ui-plasma-mobile (3.8-r4) Executing postmarketos-ui-plasma-mobile-3.8-r4.post-install * service tinydm added to runlevel default * service urfkill added to runlevel default * service iio-sensor-proxy added to runlevel default * service bluetooth added to runlevel default * service hfd-service added to runlevel default * service networkmanager added to runlevel default * service modemmanager added to runlevel default * rc-update: service `ofono' is not in the runlevel `default' tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop (780/800) Installing libexif (0.6.24-r0) (781/800) Installing hwloc (2.8.0-r0) (782/800) Installing libucontext (1.2-r0) (783/800) Installing libtbb (2021.6.0-r0) (784/800) Installing opencv (4.6.0-r2) (785/800) Installing postprocessd (0.2.1-r0) (786/800) Installing postprocessd-megapixels (0.2.1-r0) (787/800) Installing qmltermwidget (0.2.0-r1) (788/800) Installing qmlkonsole (22.09-r1) (789/800) Installing c-ares (1.18.1-r0) (790/800) Installing spacebar (22.09-r0) (791/800) Installing ttf-droid-nonlatin (20200215-r2) (792/800) Installing hkdm (0.1.8-r0) (793/800) Installing buffyboard (0.2.0-r0) (794/800) Installing terminus-font (4.49.1-r1) (795/800) Installing kbd-misc (2.5.1-r1) (796/800) Installing kbd (2.5.1-r1) (797/800) Installing kbd-openrc (2.5.1-r1) (798/800) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (799/800) Installing ttyescape-openrc (1.0.1-r1) (800/800) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r25.trigger Executing glib-2.74.0-r2.trigger Executing fontconfig-2.14.0-r0.trigger Executing shared-mime-info-2.2-r0.trigger Executing gdk-pixbuf-2.42.9-r1.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-mkinitfs-1.5-r0.trigger 2022/10/01 17:20:40 Generating for kernel version: 5.15.71-0-lts 2022/10/01 17:20:40 Output directory: /boot 2022/10/01 17:20:40 == Generating initramfs == 2022/10/01 17:20:40 - Including hook files 2022/10/01 17:20:40 - Including hook scripts 2022/10/01 17:20:40 - Including required binaries 2022/10/01 17:20:40 - Including kernel modules 2022/10/01 17:20:40 - Including splash images 2022/10/01 17:20:40 - Writing and verifying initramfs archive 2022/10/01 17:20:40 == Generating initramfs extra == 2022/10/01 17:20:40 - Including extra binaries 2022/10/01 17:20:40 - Including FDE support 2022/10/01 17:20:41 - Writing and verifying initramfs-extra archive 2022/10/01 17:20:41 == Using boot-deploy to finalize/install files == ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra 2022/10/01 17:20:41 mkinitfs completed in: 1.140136789s Executing postmarketos-base-22-r0.trigger Executing ca-certificates-20220614-r2.trigger Executing mkfontscale-1.2.2-r1.trigger Executing dbus-1.15.0-r1.trigger OK: 3395 MiB in 825 packages (1839501) [17:20:46] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3395 MiB in 825 packages (1839501) [17:20:47] (rootfs_tablet-x64uefi) calculate depends of device-tablet-x64uefi (pmbootstrap -v for details) (1839501) [17:20:48] (rootfs_tablet-x64uefi) install device-tablet-x64uefi (1839501) [17:20:48] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:20:48] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:20:48] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1839501) [17:20:48] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-tablet-x64uefi (1839501) [17:20:48] New background process: pid=1845226, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3395 MiB in 825 packages (1839501) [17:20:48] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3395 MiB in 825 packages (1839501) [17:20:49] (rootfs_tablet-x64uefi) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1839501) [17:20:49] (rootfs_tablet-x64uefi) install postmarketos-mkinitfs (1839501) [17:20:49] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:20:50] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:20:50] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1839501) [17:20:50] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1839501) [17:20:50] New background process: pid=1845239, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3395 MiB in 825 packages (1839501) [17:20:50] (rootfs_tablet-x64uefi) mkinitfs lts (1839501) [17:20:50] (rootfs_tablet-x64uefi) % mkinitfs 2022/10/01 17:20:51 Generating for kernel version: 5.15.71-0-lts 2022/10/01 17:20:51 Output directory: /boot 2022/10/01 17:20:51 == Generating initramfs == 2022/10/01 17:20:51 - Including hook files 2022/10/01 17:20:51 - Including hook scripts 2022/10/01 17:20:51 - Including required binaries 2022/10/01 17:20:51 - Including kernel modules 2022/10/01 17:20:51 - Including splash images 2022/10/01 17:20:51 - Writing and verifying initramfs archive 2022/10/01 17:20:51 == Generating initramfs extra == 2022/10/01 17:20:51 - Including extra binaries 2022/10/01 17:20:51 - Including FDE support 2022/10/01 17:20:51 - Writing and verifying initramfs-extra archive 2022/10/01 17:20:51 == Using boot-deploy to finalize/install files == ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra 2022/10/01 17:20:56 mkinitfs completed in: 5.12287915s (1839501) [17:20:56] *** SET LOGIN PASSWORD FOR: 'user' *** (1839501) [17:20:56] (rootfs_tablet-x64uefi) % passwd user New password: Retype new password: passwd: password updated successfully (1839501) [17:20:56] (rootfs_tablet-x64uefi) % grep ^root:!: /etc/shadow (1839501) [17:20:56] (rootfs_tablet-x64uefi) locking root (1839501) [17:20:56] (rootfs_tablet-x64uefi) % passwd -l root passwd: password changed. (1839501) [17:20:56] NOTE: No valid keymap specified for device (1839501) [17:20:56] (rootfs_tablet-x64uefi) % setup-timezone Etc/UTC (1839501) [17:20:57] (rootfs_tablet-x64uefi) % sh -c echo tablet-x64uefi > /etc/hostname (1839501) [17:20:57] (rootfs_tablet-x64uefi) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\ttablet\-x64uefi localhost.localdomain localhost/ /etc/hosts (1839501) [17:20:57] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm (1839501) [17:20:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1839501) [17:20:57] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap (1839501) [17:20:57] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1839501) [17:20:57] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi 3482564 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1839501) [17:20:58] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1839501) [17:20:58] (native) create tablet-x64uefi.img (4387M) (1839501) [17:20:58] (native) % truncate -s 4387M /home/pmos/rootfs/tablet-x64uefi.img (1839501) [17:20:58] (native) mount /dev/install (tablet-x64uefi.img) (1839501) [17:20:58] (native) mount /home/pmos/rootfs/tablet-x64uefi.img (loop) (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1839501) [17:20:58] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1839501) [17:20:58] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1839501) [17:20:58] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1839501) [17:20:58] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1839501) [17:20:58] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1839501) [17:20:58] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1839501) [17:20:58] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1839501) [17:20:58] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1839501) [17:20:58] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1839501) [17:20:58] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1839501) [17:20:58] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1839501) [17:20:58] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1839501) [17:20:58] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1839501) [17:20:58] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1839501) [17:20:58] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1839501) [17:20:58] (native) % losetup -f /home/pmos/rootfs/tablet-x64uefi.img (1839501) [17:20:58] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1839501) [17:20:58] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1839501) [17:20:58] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1839501) [17:20:58] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1839501) [17:20:58] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1839501) [17:20:58] (native) % parted -s /dev/install mktable msdos (1839501) [17:20:59] (native) % parted -s /dev/install mkpart primary fat16 2048s 256M (1839501) [17:20:59] (native) % parted -s /dev/install mkpart primary 256M 100% (1839501) [17:20:59] (native) % parted -s /dev/install set 1 boot on (1839501) [17:20:59] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1839501) [17:20:59] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1839501) [17:20:59] % sudo mount --bind /dev/loop6p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1839501) [17:20:59] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1839501) [17:20:59] % sudo mount --bind /dev/loop6p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1839501) [17:20:59] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1839501) [17:20:59] (native) install e2fsprogs (1839501) [17:20:59] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1839501) [17:20:59] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1839501) [17:20:59] (native) % cat /tmp/apk_progress_fifo (1839501) [17:20:59] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1839501) [17:20:59] New background process: pid=1845839, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/3) Installing libcom_err (1.46.5-r2) (2/3) Installing e2fsprogs-libs (1.46.5-r2) (3/3) Installing e2fsprogs (1.46.5-r2) Executing busybox-1.35.0-r25.trigger OK: 21 MiB in 71 packages (1839501) [17:20:59] (native) format /dev/installp2 (root, ext4) (1839501) [17:20:59] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1839501) [17:21:00] (native) mount /dev/installp2 to /mnt/install (1839501) [17:21:00] (native) % mkdir -p /mnt/install (1839501) [17:21:00] (native) % mount /dev/installp2 /mnt/install (1839501) [17:21:00] (native) calculate depends of dosfstools (pmbootstrap -v for details) (1839501) [17:21:00] (native) install dosfstools (1839501) [17:21:00] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1839501) [17:21:00] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1839501) [17:21:00] (native) % cat /tmp/apk_progress_fifo (1839501) [17:21:00] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools (1839501) [17:21:00] New background process: pid=1845868, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing dosfstools (4.2-r1) Executing busybox-1.35.0-r25.trigger OK: 22 MiB in 72 packages (1839501) [17:21:00] (native) format /dev/installp1 (boot, fat16), mount to mountpoint (1839501) [17:21:00] (native) % mkfs.fat -F 16 -n pmOS_boot /dev/installp1 mkfs.fat 4.2 (2021-01-31) mkfs.fat: Warning: lowercase labels might not work properly on some systems (1839501) [17:21:00] (native) % mkdir -p /mnt/install/boot (1839501) [17:21:00] (native) % mount /dev/installp1 /mnt/install/boot (1839501) [17:21:01] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1839501) [17:21:01] (native) copy rootfs_tablet-x64uefi to /mnt/install/ (1839501) [17:21:01] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi (1839501) [17:21:01] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi (1839501) [17:21:01] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1839501) [17:21:01] (native) % cd /mnt/rootfs_tablet-x64uefi; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/ (1839501) [17:21:19] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1839501) [17:21:19] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1839501) [17:21:19] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/pmos-5a03a13a.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:19] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1839501) [17:21:20] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1839501) [17:21:20] % cat /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories http://mirror.postmarketos.org/postmarketos/master http://dl-cdn.alpinelinux.org/alpine/edge/main http://dl-cdn.alpinelinux.org/alpine/edge/community http://dl-cdn.alpinelinux.org/alpine/edge/testing (1839501) [17:21:20] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1839501) [17:21:20] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1839501) [17:21:26] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1839501) [17:21:26] (native) umount /dev/loop6 (1839501) [17:21:26] (native) % losetup -d /dev/loop6 (1839501) [17:21:26] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1839501) [17:21:26] (1839501) [17:21:26] *** FLASHING INFORMATION *** (1839501) [17:21:26] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1839501) [17:21:26] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1839501) [17:21:26] (1839501) [17:21:26] *** SSH DAEMON INFORMATION *** (1839501) [17:21:26] SSH daemon is enabled (disable with --no-sshd). (1839501) [17:21:26] Login as 'user' with the password given during installation. (1839501) [17:21:26] (1839501) [17:21:26] *** FIREWALL INFORMATION *** (1839501) [17:21:26] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables). (1839501) [17:21:26] For more information: https://postmarketos.org/firewall (1839501) [17:21:26] (1839501) [17:21:26] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1839501) [17:21:26] DONE! total 3573856 -rw-r--r-- 1 root 12345 4600102912 Oct 1 17:21 tablet-x64uefi.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/tablet-x64uefi.img' -> './tablet-x64uefi.img' Loop Device: /dev/loop6 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/core18_2560.snap 0 512 /dev/loop9 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img (deleted) 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/core20_1611.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/snapd_16778.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 13 Oct 1 17:22 pmOS_boot -> ../../loop6p1 lrwxrwxrwx 1 root root 13 Oct 1 17:22 pmOS_root -> ../../loop6p2 lrwxrwxrwx 1 root root 10 Oct 1 17:22 storagepool -> ../../sdb1 total 88 drwxr-xr-x 2 root root 4096 Oct 1 17:20 bin drwxr-xr-x 2 root root 4096 Oct 1 17:21 boot drwxr-xr-x 2 root root 4096 Oct 1 17:16 dev drwxr-xr-x 65 root root 4096 Oct 1 17:20 etc drwxr-xr-x 3 root root 4096 Oct 1 17:21 home drwxr-xr-x 15 root root 4096 Oct 1 17:20 lib drwx------ 2 root root 16384 Oct 1 17:21 lost+found drwxr-xr-x 5 root root 4096 Oct 1 17:16 media drwxr-xr-x 8 root root 4096 Oct 1 17:16 mnt drwxr-xr-x 2 root root 4096 Oct 1 17:16 opt drwxr-xr-x 2 root root 4096 Oct 1 17:16 proc drwx------ 2 root root 4096 Oct 1 17:16 root drwxr-xr-x 6 root root 4096 Oct 1 17:19 run drwxr-xr-x 2 root root 4096 Oct 1 17:20 sbin drwxr-xr-x 2 root root 4096 Oct 1 17:16 srv drwxr-xr-x 2 root root 4096 Oct 1 17:16 sys drwxrwxrwt 2 root root 4096 Oct 1 17:21 tmp drwxr-xr-x 10 root root 4096 Oct 1 17:20 usr drwxr-xr-x 13 root root 4096 Oct 1 17:17 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-10-01 17:22:06-- https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18 Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 799 [application/x-mspublisher] Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ 0K 100% 61.6M=0s 2022-10-01 17:22:06 (61.6 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799] Entering chroot... Enabling binfmt multiarch... Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64 Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64 Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32 Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64 Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4 Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64 Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32 Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64 Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon (chroot) Upgrading to Plasma Mobile Nightly packages... fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz 2022-10-01 11:04:33.986129 [http://mirror.postmarketos.org/postmarketos/master] v20220809-4233-g16f38f50f7 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20220809-4245-g8f5fd5755b [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20220809-4239-g8eaf543b50 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24193 distinct packages available (1/84) Upgrading kirigami2-libs (5.98.0-r0 -> 9999_git1664502394-r0) (2/84) Upgrading kirigami2 (5.98.0-r0 -> 9999_git1664502394-r0) (3/84) Upgrading kconfig (5.98.0-r0 -> 9999_git1664317615-r0) (4/84) Upgrading kcoreaddons (5.98.0-r0 -> 9999_git1664486310-r0) (5/84) Upgrading kwindowsystem (5.98.0-r0 -> 9999_git1664291456-r0) (6/84) Upgrading kdbusaddons (5.98.0-r0 -> 9999_git1664214984-r0) (7/84) Upgrading kguiaddons (5.98.0-r0 -> 9999_git1664451904-r0) (8/84) Upgrading ki18n (5.98.0-r0 -> 9999_git1663622858-r0) (9/84) Upgrading kcodecs (5.98.0-r0 -> 9999_git1663521348-r0) (10/84) Upgrading kconfigwidgets (5.98.0-r0 -> 9999_git1664451992-r0) (11/84) Upgrading kiconthemes (5.98.0-r0 -> 9999_git1664225644-r0) (12/84) Upgrading kitemviews (5.98.0-r0 -> 9999_git1664217927-r0) (13/84) Upgrading kxmlgui (5.98.0-r0 -> 9999_git1663768701-r0) (14/84) Upgrading kcompletion (5.98.0-r0 -> 9999_git1664485895-r0) (15/84) Upgrading knotifications (5.98.0-r0 -> 9999_git1663976981-r0) (16/84) Upgrading kio (5.98.0-r0 -> 9999_git1664453657-r0) (17/84) Upgrading kpackage (5.98.0-r0 -> 9999_git1664329961-r0) (18/84) Upgrading kdeclarative (5.98.0-r0 -> 9999_git1664382854-r0) (19/84) Upgrading kwayland (5.98.0-r0 -> 9999_git1664288209-r0) (20/84) Upgrading plasma-framework (5.98.0-r0 -> 9999_git1664394519-r0) (21/84) Upgrading kwallet (5.98.0-r0 -> 9999_git1663638362-r0) (22/84) Upgrading purpose (5.98.0-r0 -> 9999_git1664321887-r0) (23/84) Upgrading angelfish (22.09-r0 -> 9999_git1664290107-r0) (24/84) Upgrading breeze-gtk (5.25.5-r0 -> 9999_git1663246387-r0) (25/84) Upgrading knewstuff (5.98.0-r0 -> 9999_git1664457813-r0) (26/84) Upgrading kirigami-addons (0.4-r0 -> 9999_git1664349824-r0) (27/84) Upgrading kclock (22.09-r0 -> 9999_git1664502819-r0) (28/84) Upgrading kde-gtk-config (5.25.5-r0 -> 9999_git1663246468-r0) (29/84) Upgrading kfilemetadata (5.98.0-r0 -> 9999_git1664019998-r0) (30/84) Upgrading kcontacts (5.98.0-r0 -> 9999_git1663963809-r0) (31/84) Upgrading kcalendarcore (5.98.0-r0 -> 9999_git1663766171-r0) (32/84) Upgrading kcmutils (5.98.0-r0 -> 9999_git1663673561-r0) (33/84) Upgrading frameworkintegration (5.98.0-r0 -> 9999_git1664243011-r0) (34/84) Upgrading oxygen (5.25.5-r0 -> 9999_git1664330273-r0) (35/84) Upgrading modemmanager-qt (5.98.0-r0 -> 9999_git1663525317-r0) (36/84) Upgrading plasma-dialer (22.09-r0 -> 9999_git1664416490-r0) (37/84) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1664292206-r0) (38/84) Upgrading kded (5.98.0-r0 -> 9999_git1663420078-r0) (39/84) Upgrading bluez-qt (5.98.0-r0 -> 9999_git1663856067-r0) (40/84) Upgrading bluedevil (5.25.5-r0 -> 9999_git1664306256-r0) (41/84) Upgrading breeze (5.25.5-r0 -> 9999_git1664502565-r0) (42/84) Upgrading libkscreen (5.25.5-r0 -> 9999_git1663246681-r0) (43/84) Upgrading kscreen (5.25.5-r0 -> 9999_git1664330251-r0) (44/84) Upgrading kwallet-pam (5.25.5-r0 -> 9999_git1663246611-r0) (45/84) Upgrading kwayland-integration (5.25.5-r0 -> 9999_git1663669798-r0) (46/84) Upgrading breeze-icons (5.98.0-r0 -> 9999_git1663499343-r0) (47/84) Upgrading plasma-nano (5.25.5-r0 -> 9999_git1664053178-r0) (48/84) Upgrading networkmanager-qt (5.98.0-r0 -> 9999_git1663848124-r0) (49/84) Upgrading plasma-nm (5.25.5-r0 -> 9999_git1664401880-r0) (50/84) Upgrading plasma-nm-mobile (5.25.5-r0 -> 9999_git1664401880-r0) (51/84) Upgrading plasma-pa (5.25.5-r0 -> 9999_git1664305981-r0) (52/84) Upgrading plasma-settings (22.09-r1 -> 9999_git1664589804-r1) (53/84) Upgrading kactivitymanagerd (5.25.5-r0 -> 9999_git1664278799-r0) (54/84) Upgrading kdnssd (5.98.0-r0 -> 9999_git1663523830-r0) (55/84) Upgrading syntax-highlighting (5.98.0-r0 -> 9999_git1664393834-r0) (56/84) Upgrading kquickcharts (5.98.0-r0 -> 9999_git1664292576-r0) (57/84) Upgrading kscreenlocker (5.25.5-r0 -> 9999_git1664589349-r0) (58/84) Upgrading kwin (5.25.5-r0 -> 9999_git1664521850-r0) (59/84) Upgrading kitemmodels (5.98.0-r0 -> 9999_git1663432551-r0) (60/84) Upgrading krunner (5.98.0-r0 -> 9999_git1663494119-r0) (61/84) Upgrading milou (5.25.5-r0 -> 9999_git1663246703-r0) (62/84) Upgrading qqc2-desktop-style (5.98.0-r0 -> 9999_git1664206676-r0) (63/84) Upgrading plasma-integration (5.25.5-r0 -> 9999_git1663760643-r0) (64/84) Upgrading plasma-workspace-libs (5.25.5-r1 -> 9999_git1664563200-r1) (65/84) Upgrading kactivities-stats (5.98.0-r0 -> 9999_git1663779337-r0) (66/84) Upgrading baloo (5.98.0-r0 -> 9999_git1663419856-r0) (67/84) Upgrading kholidays (5.98.0-r0 -> 9999_git1664451957-r0) (68/84) Upgrading knotifyconfig (5.98.0-r0 -> 9999_git1663420343-r0) (69/84) Upgrading kparts (5.98.0-r0 -> 9999_git1664467302-r0) (70/84) Upgrading prison (5.98.0-r1 -> 9999_git1663521695-r0) (71/84) Upgrading ktexteditor (5.98.0-r0 -> 9999_git1664305768-r0) (72/84) Upgrading libksysguard (5.25.5-r0 -> 9999_git1663946387-r0) (73/84) Upgrading plasma-workspace (5.25.5-r1 -> 9999_git1664563200-r1) (74/84) Upgrading kpty (5.98.0-r0 -> 9999_git1663526787-r0) (75/84) Upgrading kdesu (5.98.0-r0 -> 9999_git1663420106-r0) (76/84) Upgrading kde-cli-tools (5.25.5-r0 -> 9999_git1664303420-r0) (77/84) Upgrading qqc2-breeze-style (5.25.5-r0 -> 9999_git1664189424-r0) (78/84) Upgrading plasma-mobile (5.25.5-r0 -> 9999_git1664294469-r0) (79/84) Upgrading polkit-kde-agent-1 (5.25.5-r0 -> 9999_git1664589398-r0) (80/84) Upgrading powerdevil-libs (5.25.5-r0 -> 9999_git1664306196-r0) (81/84) Upgrading powerdevil (5.25.5-r0 -> 9999_git1664306196-r0) (82/84) Upgrading xdg-desktop-portal-kde (5.25.5-r0 -> 9999_git1664375402-r0) (83/84) Upgrading qmlkonsole (22.09-r1 -> 9999_git1664292226-r1) (84/84) Purging zxing-cpp (1.2.0-r0) Executing busybox-1.35.0-r25.trigger Executing shared-mime-info-2.2-r0.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-base-22-r0.trigger Executing dbus-1.15.0-r1.trigger OK: 3348 MiB in 824 packages (1/4) Installing bash (5.1.16-r2) Executing bash-5.1.16-r2.post-install (2/4) Installing htop (3.2.1-r1) (3/4) Installing nano (6.4-r0) (4/4) Installing neofetch (7.1.0-r0) Executing busybox-1.35.0-r25.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing postmarketos-base-22-r0.trigger OK: 3350 MiB in 828 packages (1/85) Installing syndication (9999_git1663526866-r0) (2/85) Installing alligator (9999_git1664294413-r0) (3/85) Installing libavc1394 (0.5.4-r2) (4/85) Installing libcaca (0.99_beta20-r0) (5/85) Installing libdv (1.0.0-r6) (6/85) Installing libiec61883 (1.2.0-r2) (7/85) Installing mpg123-libs (1.30.2-r0) (8/85) Installing speex (1.2.1-r0) (9/85) Installing libshout (2.4.6-r1) (10/85) Installing wavpack (5.5.0-r0) (11/85) Installing gst-plugins-good (1.20.3-r2) (12/85) Installing py3-parsing (3.0.9-r0) (13/85) Installing py3-packaging (21.3-r2) (14/85) Installing py3-setuptools (65.4.1-r0) (15/85) Installing py3-certifi (2022.6.15-r0) (16/85) Installing py3-charset-normalizer (2.1.1-r0) (17/85) Installing py3-idna (3.4-r1) (18/85) Installing py3-urllib3 (1.26.12-r0) (19/85) Installing py3-requests (2.28.1-r0) (20/85) Installing py3-ytmusicapi (0.22.0-r0) (21/85) Installing libmng (2.0.3-r1) (22/85) Installing qt5-qtimageformats (5.15.5_git20220617-r0) (23/85) Installing py3-mutagen (1.45.1-r2) (24/85) Installing py3-websockets (10.3-r1) (25/85) Installing py3-brotli (1.0.9-r8) (26/85) Installing yt-dlp (2022.09.01-r1) (27/85) Installing audiotube (9999_git1664589745-r0) (28/85) Installing calindori (9999_git1664589753-r0) (29/85) Installing live-media (2022.07.14-r0) (30/85) Installing libxpm (3.5.13-r1) (31/85) Installing a52dec (0.7.4-r7) (32/85) Installing vulkan-loader (1.3.224.1-r1) (33/85) Installing ffmpeg4-libs (4.4.2-r4) (34/85) Installing libbluray (1.3.3-r0) (35/85) Installing libcddb (1.3.2-r3) (36/85) Installing libdvbpsi (1.3.3-r0) (37/85) Installing libdvdcss (1.4.3-r0) (38/85) Installing libdvdread (6.1.3-r0) (39/85) Installing libdvdnav (6.1.1-r0) (40/85) Installing libebml (1.4.3-r0) (41/85) Installing faad2-libs (2.10.0-r0) (42/85) Installing lua5.2-libs (5.2.4-r10) (43/85) Installing libmad (0.15.1b-r9) (44/85) Installing libmatroska (1.7.0-r0) (45/85) Installing libmpeg2 (0.5.1-r8) (46/85) Installing glslang-libs (11.11.0-r0) (47/85) Installing glslang (11.11.0-r0) (48/85) Installing spirv-tools (1.3.224.1-r1) (49/85) Installing shaderc (2022.2-r1) (50/85) Installing libplacebo (4.208.0-r2) (51/85) Installing vlc-libs (3.0.17.4-r6) (52/85) Installing vlc (3.0.17.4-r6) (53/85) Installing elisa (22.08.1-r0) (54/85) Installing kunitconversion (9999_git1663420457-r0) (55/85) Installing kalk (9999_git1664290400-r0) (56/85) Installing qt5-qtkeychain (0.13.2-r0) (57/85) Installing kasts (9999_git1664567533-r0) (58/85) Installing keysmith (9999_git1664290534-r0) (59/85) Installing krecorder (9999_git1664380095-r1) (60/85) Installing kpublictransport (22.08.1-r0) (61/85) Installing ktrip (9999_git1664589771-r0) (62/85) Installing kweathercore (9999_git1664350141-r0) (63/85) Installing qt5-qtcharts (5.15.5_git20220617-r0) (64/85) Installing kweather (9999_git1664589779-r1) (65/85) Installing libquotient (0.6.11-r0) (66/85) Installing libcmark (0.30.2-r0) (67/85) Installing neochat (9999_git1664589787-r0) (68/85) Installing kjs (9999_git1663420297-r0) (69/85) Installing libkexiv2 (22.08.1-r0) (70/85) Installing libdjvulibre (3.5.28-r1) (71/85) Installing libzip (1.9.2-r1) (72/85) Installing ebook-tools (0.2.2-r2) (73/85) Installing discount-libs (2.2.7b-r0) (74/85) Installing poppler (22.09.0-r0) (75/85) Installing poppler-qt5 (22.09.0-r0) (76/85) Installing kdegraphics-mobipocket (22.08.1-r0) (77/85) Installing libspectre (0.2.10-r0) (78/85) Installing okular-common (22.08.1-r0) (79/85) Installing okular (22.08.1-r0) (80/85) Installing plasma-camera (1.0_git20210328-r2) (81/85) Installing gst-libav (1.20.3-r1) (82/85) Installing gst-plugins-good-qt (1.20.3-r2) (83/85) Installing plasmatube (9999_git1664292219-r0) (84/85) Installing qt5-qtwebsockets (5.15.5_git20220617-r0) (85/85) Installing tokodon (9999_git1664334665-r0) Executing busybox-1.35.0-r25.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing postmarketos-base-22-r0.trigger Executing vlc-libs-3.0.17.4-r6.trigger OK: 3475 MiB in 913 packages (chroot) Exiting chroot... [17:23:39] Unregister qemu binfmt (arm) [17:23:39] Unregister qemu binfmt (aarch64) [17:23:40] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [17:23:40] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [17:23:40] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y [17:23:40] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi [17:23:42] Cleared up ~6913 MB of space [17:23:42] DONE! Building image for pine64-pinephone Already up to date. [17:23:43] Work path [/home/swadmin/.local/var/pmbootstrap]: [17:23:43] Channel [edge]: [17:23:43] Vendor [qemu]: [17:23:43] Device codename [amd64]: [17:23:43] Kernel [lts]: [17:23:43] Username [user]: [17:23:43] User interface [weston]: [17:23:43] Change them? (y/n) [n]: [17:23:43] Extra packages [none]: [17:23:43] Use this timezone instead of GMT? (y/n) [y]: [17:23:43] Choose default locale for installation [C.UTF-8]: [17:23:43] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [17:23:43] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [17:23:43] Config changed: ui='plasma-mobile' [17:23:43] Config changed: device='pine64-pinephone' [17:23:44] Config changed: kernel='' [17:23:44] Config changed: extra_packages='osk-sdl' (1886265) [17:23:44] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git remote -v origin https://gitlab.com/postmarketOS/pmaports.git (fetch) origin https://gitlab.com/postmarketOS/pmaports.git (push) (1886265) [17:23:44] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1886265) [17:23:44] *** (1/4) PREPARE NATIVE CHROOT *** (1886265) [17:23:44] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1886265) [17:23:44] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1886265) [17:23:44] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1886265) [17:23:44] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1886265) [17:23:44] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1886265) [17:23:44] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1886265) [17:23:44] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1886265) [17:23:44] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1886265) [17:23:44] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1886265) [17:23:44] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1886265) [17:23:44] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1886265) [17:23:44] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1886265) [17:23:44] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1886265) [17:23:44] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1886265) [17:23:44] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1886265) [17:23:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1886265) [17:23:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1886265) [17:23:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1886265) [17:23:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1886265) [17:23:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1886265) [17:23:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1886265) [17:23:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1886265) [17:23:45] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] Update package index for x86_64 (4 file(s)) (1886265) [17:23:45] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http (1886265) [17:23:45] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz (1886265) [17:23:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1886265) [17:23:45] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz (1886265) [17:23:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1886265) [17:23:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz (1886265) [17:23:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1886265) [17:23:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz (1886265) [17:23:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.9-r7.apk (1886265) [17:23:46] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:46] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:46] extracted: /tmp/pmbootstrapy_4r65khapk (1886265) [17:23:46] extracted: /tmp/pmbootstrapx_9utx0osig (1886265) [17:23:46] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:46] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapx_9utx0osig /tmp/pmbootstrapy_4r65khapk Verified OK (1886265) [17:23:46] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1886265) [17:23:46] % /tmp/pmbootstrapy_4r65khapk --version apk-tools 2.12.9, compiled for x86_64. (1886265) [17:23:46] (native) install alpine-base (1886265) [17:23:46] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub (1886265) [17:23:46] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub (1886265) [17:23:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub (1886265) [17:23:47] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1886265) [17:23:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1886265) [17:23:47] (native) update /etc/apk/repositories (1886265) [17:23:47] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1886265) [17:23:47] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1886265) [17:23:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1886265) [17:23:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1886265) [17:23:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1886265) [17:23:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1886265) [17:23:47] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1886265) [17:23:47] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1886265) [17:23:47] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base (1886265) [17:23:47] New background process: pid=1886425, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 10 MiB in 25 packages (1886265) [17:23:48] (native) % adduser -D pmos -u 12345 (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1886265) [17:23:48] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1886265) [17:23:48] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1886265) [17:23:48] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1886265) [17:23:48] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1886265) [17:23:48] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1886265) [17:23:48] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1886265) [17:23:48] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1886265) [17:23:48] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1886265) [17:23:49] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db (1886265) [17:23:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1886265) [17:23:49] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1886265) [17:23:49] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1886265) [17:23:51] (native) install cryptsetup util-linux parted (1886265) [17:23:51] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:23:51] (native) % cat /tmp/apk_progress_fifo (1886265) [17:23:51] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1886265) [17:23:51] New background process: pid=1886729, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.02.188-r0) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20220924-r0) (11/43) Installing ncurses-libs (6.3_p20220924-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.6-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r3) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r2) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r25.trigger OK: 21 MiB in 68 packages (1886265) [17:23:53] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") *** (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1886265) [17:23:53] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm (1886265) [17:23:53] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm (1886265) [17:23:53] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3 (1886265) [17:23:53] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5 (1886265) [17:23:53] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7 (1886265) [17:23:53] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8 (1886265) [17:23:53] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9 (1886265) [17:23:53] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/ (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1886265) [17:23:53] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1886265) [17:23:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1886265) [17:23:53] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1886265) [17:23:53] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details) (1886265) [17:23:53] (native) install qemu-aarch64 (1886265) [17:23:53] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:23:53] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:23:53] (native) % cat /tmp/apk_progress_fifo (1886265) [17:23:53] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64 (1886265) [17:23:53] New background process: pid=1886815, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing qemu-aarch64 (7.1.0-r1) Executing busybox-1.35.0-r25.trigger OK: 25 MiB in 69 packages (1886265) [17:23:54] Register qemu binfmt (aarch64) (1886265) [17:23:54] % sudo sh -c echo ":qemu-aarch64:M::\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64-static:C" > /proc/sys/fs/binfmt_misc/register (1886265) [17:23:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin (1886265) [17:23:54] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1886265) [17:23:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_native/usr/bin/qemu-aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1886265) [17:23:54] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap (1886265) [17:23:54] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:54] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:54] extracted: /tmp/pmbootstrap5wnrfhouapk (1886265) [17:23:54] extracted: /tmp/pmbootstrapeq0ky4dxsig (1886265) [17:23:54] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1886265) [17:23:54] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapeq0ky4dxsig /tmp/pmbootstrap5wnrfhouapk Verified OK (1886265) [17:23:54] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1886265) [17:23:54] % /tmp/pmbootstrap5wnrfhouapk --version apk-tools 2.12.9, compiled for x86_64. (1886265) [17:23:54] (rootfs_pine64-pinephone) install alpine-base (1886265) [17:23:54] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache (1886265) [17:23:54] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf (1886265) [17:23:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk (1886265) [17:23:54] (rootfs_pine64-pinephone) update /etc/apk/repositories (1886265) [17:23:54] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1886265) [17:23:54] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1886265) [17:23:54] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1886265) [17:23:54] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1886265) [17:23:54] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1886265) [17:23:54] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1886265) [17:23:54] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1886265) [17:23:54] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1886265) [17:23:54] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1886265) [17:23:54] Update package index for aarch64 (4 file(s)) (1886265) [17:23:54] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1886265) [17:23:55] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz (1886265) [17:23:55] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1886265) [17:23:55] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz (1886265) [17:23:55] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1886265) [17:23:56] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz (1886265) [17:23:56] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1886265) [17:23:56] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz (1886265) [17:23:56] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1886265) [17:23:56] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1886265) [17:23:56] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1886265) [17:23:56] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1886265) [17:23:56] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 --initdb --arch aarch64 add alpine-base (1886265) [17:23:56] New background process: pid=1887044, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 13 MiB in 25 packages (1886265) [17:23:58] (rootfs_pine64-pinephone) % getent passwd user (1886265) [17:23:58] (rootfs_pine64-pinephone) % adduser -D -u 10000 user (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup -S wheel addgroup: group 'wheel' in use (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup user wheel (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup -S video addgroup: group 'video' in use (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup user video (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup -S audio addgroup: group 'audio' in use (1886265) [17:23:58] (rootfs_pine64-pinephone) % addgroup user audio (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup -S input addgroup: group 'input' in use (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup user input (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup -S plugdev (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup user plugdev (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup -S netdev addgroup: group 'netdev' in use (1886265) [17:23:59] (rootfs_pine64-pinephone) % addgroup user netdev (1886265) [17:23:59] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs (1886265) [17:24:01] (rootfs_pine64-pinephone) calculate depends of postmarketos-base, device-pine64-pinephone, postmarketos-ui-plasma-mobile, device-pine64-pinephone-nonfree-firmware, angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details) (1886265) [17:24:01] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1886265) [17:24:01] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1886265) [17:24:02] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1886265) [17:24:03] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1886265) [17:24:04] (rootfs_pine64-pinephone) install postmarketos-base device-pine64-pinephone postmarketos-ui-plasma-mobile device-pine64-pinephone-nonfree-firmware angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1886265) [17:24:04] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:24:04] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1886265) [17:24:04] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-base device-pine64-pinephone postmarketos-ui-plasma-mobile device-pine64-pinephone-nonfree-firmware angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1886265) [17:24:04] New background process: pid=1887285, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/733) Installing icu-data-full (71.1-r4) (2/733) Installing dbus-libs (1.15.0-r1) (3/733) Installing libgcc (12.2.1_git20220924-r1) (4/733) Installing libffi (3.4.3-r0) (5/733) Installing libintl (0.21-r3) (6/733) Installing libblkid (2.38.1-r0) (7/733) Installing libmount (2.38.1-r0) (8/733) Installing pcre2 (10.40-r0) (9/733) Installing glib (2.74.0-r2) (10/733) Installing libstdc++ (12.2.1_git20220924-r1) (11/733) Installing icu-libs (71.1-r4) (12/733) Installing libpcre2-16 (10.40-r0) (13/733) Installing zstd-libs (1.5.2-r9) (14/733) Installing qt5-qtbase (5.15.5_git20220728-r0) (15/733) Installing hicolor-icon-theme (0.17-r2) (16/733) Installing libmagic (5.42-r0) (17/733) Installing file (5.42-r0) (18/733) Installing libxau (1.0.10-r0) (19/733) Installing libmd (1.0.4-r0) (20/733) Installing libbsd (0.11.6-r2) (21/733) Installing libxdmcp (1.1.3-r1) (22/733) Installing libxcb (1.15-r0) (23/733) Installing libx11 (1.8.1-r1) (24/733) Installing libxext (1.3.4-r1) (25/733) Installing libice (1.0.10-r1) (26/733) Installing libuuid (2.38.1-r0) (27/733) Installing libsm (1.2.3-r1) (28/733) Installing libxt (1.2.1-r0) (29/733) Installing libxmu (1.1.3-r1) (30/733) Installing xset (1.2.4-r0) (31/733) Installing xprop (1.2.5-r0) (32/733) Installing xdg-utils (1.1.3-r4) (33/733) Installing mesa (22.1.7-r3) (34/733) Installing libdrm (2.4.113-r0) (35/733) Installing libexpat (2.4.9-r0) (36/733) Installing wayland-libs-server (1.21.0-r1) (37/733) Installing mesa-glapi (22.1.7-r3) (38/733) Installing mesa-gles (22.1.7-r3) (39/733) Installing qt5-qtdeclarative (5.15.5_git20220617-r2) (40/733) Installing libxcomposite (0.4.5-r1) (41/733) Installing brotli-libs (1.0.9-r8) (42/733) Installing libbz2 (1.0.8-r3) (43/733) Installing libpng (1.6.38-r0) (44/733) Installing freetype (2.12.1-r0) (45/733) Installing fontconfig (2.14.0-r0) (46/733) Installing wayland-libs-client (1.21.0-r1) (47/733) Installing wayland-libs-cursor (1.21.0-r1) (48/733) Installing wayland-libs-egl (1.21.0-r1) (49/733) Installing pkgconf (1.9.3-r0) (50/733) Installing xkeyboard-config (9999-r5) (51/733) Installing xz-libs (5.2.7-r0) (52/733) Installing libxml2 (2.10.2-r1) (53/733) Installing libxkbcommon (1.4.1-r0) (54/733) Installing qt5-qtwayland (5.15.5_git20220620-r0) (55/733) Installing mesa-gbm (22.1.7-r3) (56/733) Installing libxshmfence (1.3-r1) (57/733) Installing mesa-egl (22.1.7-r3) (58/733) Installing avahi-libs (0.8-r6) (59/733) Installing gmp (6.2.1-r2) (60/733) Installing nettle (3.8.1-r0) (61/733) Installing p11-kit (0.24.1-r0) (62/733) Installing libtasn1 (4.19.0-r0) (63/733) Installing libunistring (1.0-r0) (64/733) Installing gnutls (3.7.8-r0) (65/733) Installing cups-libs (2.4.2-r0) (66/733) Installing shared-mime-info (2.2-r0) (67/733) Installing libjpeg-turbo (2.1.4-r0) (68/733) Installing libwebp (1.2.4-r1) (69/733) Installing tiff (4.4.0-r0) (70/733) Installing gdk-pixbuf (2.42.9-r1) (71/733) Installing gtk-update-icon-cache (3.24.34-r6) (72/733) Installing libxfixes (6.0.0-r0) (73/733) Installing libxrender (0.9.10-r4) (74/733) Installing libxcursor (1.2.1-r1) (75/733) Installing libxdamage (1.1.5-r1) (76/733) Installing libxi (1.8-r0) (77/733) Installing libxinerama (1.1.4-r2) (78/733) Installing libxrandr (1.5.2-r1) (79/733) Installing libatk-1.0 (2.46.0-r0) (80/733) Installing libxtst (1.2.4-r0) (81/733) Installing at-spi2-core (2.46.0-r0) (82/733) Installing libatk-bridge-2.0 (2.46.0-r0) (83/733) Installing pixman (0.40.0-r4) (84/733) Installing cairo (1.17.6-r3) (85/733) Installing cairo-gobject (1.17.6-r3) (86/733) Installing libepoxy (1.5.10-r0) (87/733) Installing fribidi (1.0.12-r0) (88/733) Installing graphite2 (1.3.14-r1) (89/733) Installing harfbuzz (5.2.0-r0) (90/733) Installing libxft (2.3.6-r0) (91/733) Installing pango (1.50.10-r0) (92/733) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (93/733) Installing libevdev (1.13.0-r0) (94/733) Installing mtdev (1.1.6-r0) (95/733) Installing eudev-libs (3.2.11-r2) (96/733) Installing libinput-libs (1.21.0-r0) (97/733) Installing xcb-util-wm (0.4.1-r1) (98/733) Installing xcb-util (0.4.0-r3) (99/733) Installing xcb-util-image (0.4.0-r1) (100/733) Installing xcb-util-keysyms (0.4.0-r1) (101/733) Installing xcb-util-renderutil (0.3.9-r1) (102/733) Installing libxkbcommon-x11 (1.4.1-r0) (103/733) Installing qt5-qtbase-x11 (5.15.5_git20220728-r0) (104/733) Installing qt5-qtgraphicaleffects (5.15.5_git20220516-r0) (105/733) Installing qt5-qtquickcontrols2 (5.15.5_git20220823-r0) (106/733) Installing kirigami2-libs (5.98.0-r0) (107/733) Installing kirigami2 (5.98.0-r0) (108/733) Installing kactivities-libs (5.98.0-r0) (109/733) Installing karchive (5.98.0-r0) (110/733) Installing kconfig (5.98.0-r0) (111/733) Installing kcoreaddons (5.98.0-r0) (112/733) Installing qt5-qtx11extras (5.15.5_git20220602-r0) (113/733) Installing kwindowsystem (5.98.0-r0) (114/733) Installing kcrash (5.98.0-r0) (115/733) Installing kdbusaddons (5.98.0-r0) (116/733) Installing kglobalaccel (5.98.0-r0) (117/733) Installing kguiaddons (5.98.0-r0) (118/733) Installing ki18n (5.98.0-r0) (119/733) Installing libelogind (246.10-r5) (120/733) Installing polkit-elogind-libs (121-r0) (121/733) Installing polkit-qt-1 (0.114.0-r1) (122/733) Installing kauth (5.98.0-r0) (123/733) Installing kcodecs (5.98.0-r0) (124/733) Installing kwidgetsaddons (5.98.0-r0) (125/733) Installing kconfigwidgets (5.98.0-r0) (126/733) Installing qt5-qtsvg (5.15.5_git20220617-r0) (127/733) Installing kiconthemes (5.98.0-r0) (128/733) Installing kitemviews (5.98.0-r0) (129/733) Installing kxmlgui (5.98.0-r0) (130/733) Installing kbookmarks (5.98.0-r0) (131/733) Installing kcompletion (5.98.0-r0) (132/733) Installing libxml2-utils (2.10.2-r1) (133/733) Installing docbook-xml (4.5-r7) Executing docbook-xml-4.5-r7.post-install (134/733) Installing libgpg-error (1.45-r0) (135/733) Installing libgcrypt (1.10.1-r0) (136/733) Installing libxslt (1.1.36-r0) (137/733) Installing docbook-xsl (1.79.2-r4) Executing docbook-xsl-1.79.2-r4.post-install (138/733) Installing kdoctools (5.98.0-r0) (139/733) Installing kjobwidgets (5.98.0-r0) (140/733) Installing alsa-lib (1.2.7.2-r0) (141/733) Installing libxxf86vm (1.1.5-r0) (142/733) Installing mesa-gl (22.1.7-r3) (143/733) Installing libxv (1.0.11-r3) (144/733) Installing cdparanoia-libs (10.2-r11) (145/733) Installing graphene (1.10.8-r1) (146/733) Installing gstreamer (1.20.3-r1) (147/733) Installing libogg (1.3.5-r1) (148/733) Installing opus (1.3.1-r1) (149/733) Installing orc (0.4.32-r1) (150/733) Installing libtheora (1.1.1-r16) (151/733) Installing libvorbis (1.3.7-r0) (152/733) Installing gst-plugins-base (1.20.3-r1) (153/733) Installing qt5-qtmultimedia (5.15.5_git20220617-r0) (154/733) Installing qt5-qtspeech (5.15.5_git20220617-r0) (155/733) Installing sound-theme-freedesktop (0.8-r0) (156/733) Installing libltdl (2.4.7-r0) (157/733) Installing libcanberra (0.30-r8) (158/733) Installing libcanberra-gstreamer (0.30-r8) (159/733) Installing knotifications (5.98.0-r0) (160/733) Installing kservice (5.98.0-r0) (161/733) Installing solid-libs (5.98.0-r0) (162/733) Installing libhunspell (1.7.1-r0) (163/733) Installing ncurses-terminfo-base (6.3_p20220924-r0) (164/733) Installing ncurses-libs (6.3_p20220924-r0) (165/733) Installing readline (8.2.0-r0) (166/733) Installing hunspell (1.7.1-r0) (167/733) Installing sonnet (5.98.0-r0) (168/733) Installing ktextwidgets (5.98.0-r0) (169/733) Installing kio (5.98.0-r0) (170/733) Installing kpackage (5.98.0-r0) (171/733) Installing kdeclarative (5.98.0-r0) (172/733) Installing kwayland (5.98.0-r0) (173/733) Installing plasma-framework (5.98.0-r0) (174/733) Installing sqlite-libs (3.39.3-r0) (175/733) Installing libaccounts-glib (1.26-r0) (176/733) Installing libaccounts-qt (1.16-r1) (177/733) Installing signond (8.61-r0) (178/733) Installing accounts-qml-module (0.7_git20190605-r0) (179/733) Installing qt5-qtwebchannel (5.15.5_git20220617-r0) (180/733) Installing sdl2 (2.24.0-r1) (181/733) Installing aom-libs (3.5.0-r0) (182/733) Installing libass (0.16.0-r0) (183/733) Installing libdav1d (1.0.0-r1) (184/733) Installing lame (3.100-r1) (185/733) Installing libasyncns (0.8-r1) (186/733) Installing flac-libs (1.4.1-r0) (187/733) Installing libsndfile (1.1.0-r2) (188/733) Installing libgomp (12.2.1_git20220924-r1) (189/733) Installing soxr (0.1.3-r2) (190/733) Installing speexdsp (1.2.1-r0) (191/733) Installing tdb-libs (1.4.7-r0) (192/733) Installing libpulse (9999_git20220528-r0) (193/733) Installing cjson (1.7.15-r3) (194/733) Installing mbedtls (2.28.1-r0) (195/733) Installing librist (0.2.7-r0) (196/733) Installing libsrt (1.5.1-r0) (197/733) Installing libssh (0.10.4-r0) (198/733) Installing v4l-utils-libs (1.22.1-r2) (199/733) Installing libva (2.15.0-r0) (200/733) Installing libvdpau (1.5-r0) (201/733) Installing vidstab (1.1.0-r1) (202/733) Installing libvpx (1.12.0-r1) (203/733) Installing x264-libs (0.164_git20220602-r0) (204/733) Installing numactl (2.0.15-r0) (205/733) Installing x265-libs (3.5-r3) (206/733) Installing xvidcore (1.3.7-r1) (207/733) Installing libsodium (1.0.18-r2) (208/733) Installing libzmq (4.3.4-r1) (209/733) Installing ffmpeg-libs (5.1.2-r1) (210/733) Installing libevent (2.1.12-r5) (211/733) Installing nspr (4.35-r0) (212/733) Installing nss (3.83-r0) (213/733) Installing re2 (2022.06.01-r1) (214/733) Installing snappy (1.1.9-r4) (215/733) Installing qt5-qtwebengine (5.15.11-r0) (216/733) Installing libnotify (0.8.1-r1) (217/733) Installing libproxy (0.4.18-r1) (218/733) Installing signon-ui (0.17_git20171023-r1) (219/733) Installing libassuan (2.5.5-r0) (220/733) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (221/733) Installing gnupg-gpgconf (2.2.39-r0) (222/733) Installing gpg (2.2.39-r0) (223/733) Installing npth (1.6-r1) (224/733) Installing gpg-agent (2.2.39-r0) (225/733) Installing libksba (1.6.1-r0) (226/733) Installing gpgsm (2.2.39-r0) (227/733) Installing gpgme (1.17.1-r0) (228/733) Installing gpgmepp (1.17.1-r0) (229/733) Installing gdbm (1.23-r0) (230/733) Installing libsasl (2.1.28-r2) (231/733) Installing libqca (2.3.4-r2) (232/733) Installing kwallet (5.98.0-r0) (233/733) Installing kaccounts-integration (22.08.1-r0) (234/733) Installing purpose (5.98.0-r0) (235/733) Installing qt5-qtbase-sqlite (5.15.5_git20220728-r0) (236/733) Installing qt5-qtfeedback (0_git20180903-r0) (237/733) Installing angelfish (22.09-r0) (238/733) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (239/733) Installing gtk-engines-clearlooks (2.21.0-r3) (240/733) Installing gtk-engines-crux (2.21.0-r3) (241/733) Installing gtk-engines-industrial (2.21.0-r3) (242/733) Installing gtk-engines-mist (2.21.0-r3) (243/733) Installing gtk-engines-redmond (2.21.0-r3) (244/733) Installing gtk-engines-thinice (2.21.0-r3) (245/733) Installing gtk-engines (2.21.0-r3) (246/733) Installing breeze-gtk (5.25.5-r0) (247/733) Installing alsa-ucm-conf (1.2.7.2-r0) (248/733) Installing atinout (0.9.1-r0) (249/733) Installing ca-certificates (20220614-r2) (250/733) Installing nghttp2-libs (1.50.0-r0) (251/733) Installing libcurl (7.85.0-r0) (252/733) Installing libgpiod (1.6.3-r1) (253/733) Installing libgudev (237-r1) (254/733) Installing libmm-glib (1.18.12-r0) (255/733) Installing libusb (1.0.26-r0) (256/733) Installing eg25-manager (0.4.4-r0) (257/733) Installing eg25-manager-openrc (0.4.4-r0) (258/733) Installing gpsd (3.24-r0) (259/733) Installing gpsd-openrc (3.24-r0) (260/733) Installing libnl3 (3.7.0-r0) (261/733) Installing iw (5.19-r0) (262/733) Installing linux-postmarketos-allwinner (5.19.8_git20220909-r1) (263/733) Installing llvm14-libs (14.0.6-r5) (264/733) Installing musl-fts (1.2.7-r3) (265/733) Installing libelf (0.187-r2) (266/733) Installing mesa-dri-gallium (22.1.7-r3) (267/733) Installing udev-init-scripts (35-r1) (268/733) Installing udev-init-scripts-openrc (35-r1) (269/733) Installing kmod-libs (30-r1) (270/733) Installing eudev (3.2.11-r2) (271/733) Installing eudev-openrc (3.2.11-r2) (272/733) Installing openssh-keygen (9.0_p1-r4) (273/733) Installing libedit (20210910.3.1-r0) (274/733) Installing openssh-client-common (9.0_p1-r4) (275/733) Installing openssh-client-default (9.0_p1-r4) (276/733) Installing openssh-sftp-server (9.0_p1-r4) (277/733) Installing openssh-server-common (9.0_p1-r4) (278/733) Installing openssh-server (9.0_p1-r4) (279/733) Installing openssh (9.0_p1-r4) (280/733) Installing boot-deploy (0.6-r0) (281/733) Installing busybox-extras (1.35.0-r25) Executing busybox-extras-1.35.0-r25.post-install (282/733) Installing lzo (2.10-r3) (283/733) Installing btrfs-progs (5.19.1-r0) (284/733) Installing bzip2 (1.0.8-r3) (285/733) Installing argon2-libs (20190702-r2) (286/733) Installing device-mapper-libs (2.02.188-r0) (287/733) Installing json-c (0.16-r0) (288/733) Installing cryptsetup-libs (2.5.0-r2) (289/733) Installing popt (1.19-r0) (290/733) Installing cryptsetup (2.5.0-r2) (291/733) Installing cryptsetup-openrc (2.5.0-r2) (292/733) Installing libaio (0.3.113-r0) (293/733) Installing device-mapper-event-libs (2.02.188-r0) (294/733) Installing lvm2-libs (2.02.188-r0) (295/733) Installing device-mapper (2.02.188-r0) (296/733) Installing device-mapper-udev (2.02.188-r0) Executing device-mapper-udev-2.02.188-r0.post-install (297/733) Installing libcom_err (1.46.5-r2) (298/733) Installing e2fsprogs-libs (1.46.5-r2) (299/733) Installing e2fsprogs (1.46.5-r2) (300/733) Installing e2fsprogs-extra (1.46.5-r2) (301/733) Installing f2fs-tools-libs (1.15.0-r0) (302/733) Installing f2fs-tools (1.15.0-r0) (303/733) Installing lz4 (1.9.4-r1) (304/733) Installing userspace-rcu (0.13.2-r0) (305/733) Installing multipath-tools (0.9.1-r0) (306/733) Installing multipath-tools-openrc (0.9.1-r0) (307/733) Installing parted (3.5-r0) (308/733) Installing postmarketos-mvcfg (1-r0) (309/733) Installing postmarketos-keys (1-r0) (310/733) Installing sudo (1.9.11_p3-r0) (311/733) Installing postmarketos-base-nofde (22-r0) (312/733) Installing unudhcpd (0.2.1-r0) (313/733) Installing xz (5.2.7-r0) (314/733) Installing postmarketos-mkinitfs (1.5-r0) (315/733) Installing postmarketos-base (22-r0) Executing postmarketos-base-22-r0.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (316/733) Installing u-boot-pinephone (2022.07-r0) (317/733) Installing u-boot-tools (2022.07-r5) (318/733) Installing dbus (1.15.0-r1) Executing dbus-1.15.0-r1.pre-install Executing dbus-1.15.0-r1.post-install (319/733) Installing dbus-openrc (1.15.0-r1) (320/733) Installing libacl (2.3.1-r1) (321/733) Installing lz4-libs (1.9.4-r1) (322/733) Installing libarchive (3.6.1-r1) (323/733) Installing efivar-libs (38-r1) (324/733) Installing libgcab (1.4-r3) (325/733) Installing libgusb (0.3.10-r0) (326/733) Installing json-glib (1.6.6-r0) (327/733) Installing libjcat (0.1.10-r0) (328/733) Installing libxmlb (0.3.10-r0) (329/733) Installing fwupd (1.8.5-r0) (330/733) Installing fwupd-openrc (1.8.5-r0) (331/733) Installing fwupd-plugin-fastboot (1.8.5-r0) (332/733) Installing fwupd-plugin-logind (1.8.5-r0) (333/733) Installing libmbim (1.26.4-r0) (334/733) Installing libqrtr-glib (1.2.2-r0) (335/733) Installing libqmi (1.30.8-r0) (336/733) Installing fwupd-plugin-modem_manager (1.8.5-r0) (337/733) Installing fwupd-plugin-upower (1.8.5-r0) (338/733) Installing device-pine64-pinephone (0.42-r3) Executing device-pine64-pinephone-0.42-r3.post-install * service eg25-manager added to runlevel default * service gpsd added to runlevel default * service gpsd_pinephone added to runlevel default (339/733) Installing device-pine64-pinephone-plasma-mobile (0.42-r3) (340/733) Installing linux-firmware-rtlwifi (20220913-r0) (341/733) Installing linux-firmware-rtl_bt (20220913-r0) (342/733) Installing firmware-pine64-rtl8723bt (0_git20200705-r0) (343/733) Installing firmware-pine64-ov5640 (0_git20201028-r0) (344/733) Installing device-pine64-pinephone-nonfree-firmware (0.42-r3) (345/733) Installing yaml (0.2.5-r0) (346/733) Installing appstream (0.15.5-r0) Executing appstream-0.15.5-r0.post-install ✔ Metadata cache was updated successfully. (347/733) Installing appstream-qt (0.15.5-r0) (348/733) Installing attica (5.98.0-r0) (349/733) Installing kidletime (5.98.0-r0) (350/733) Installing knewstuff (5.98.0-r0) (351/733) Installing discover (5.25.5-r0) (352/733) Installing libapk-qt (0.4.2-r0) (353/733) Installing discover-backend-apk (5.25.5-r0) (354/733) Installing discover-backend-fwupd (5.25.5-r0) (355/733) Installing dbus-glib (0.112-r1) (356/733) Installing firefox-esr (102.3.0-r0) (357/733) Installing font-noto-common (0_git20211101-r6) (358/733) Installing font-noto-math (0_git20211101-r6) (359/733) Installing font-noto-symbols (0_git20211101-r6) (360/733) Installing font-noto (0_git20211101-r6) (361/733) Installing font-noto-emoji (2.038-r0) (362/733) Installing font-noto-extra (0_git20211101-r6) (363/733) Installing mauiman (1.0.0-r0) (364/733) Installing mauikit (2.2.0-r0) (365/733) Installing exiv2 (0.27.5-r1) (366/733) Installing mauikit-imagetools (2.2.0-r0) (367/733) Installing mauikit-filebrowsing (2.2.0-r0) (368/733) Installing index (2.2.0-r0) (369/733) Installing signon-plugin-oauth2 (0.25-r0) (370/733) Installing kaccounts-providers (22.08.1-r0) (371/733) Installing kirigami-addons (0.4-r0) (372/733) Installing kclock (22.09-r0) (373/733) Installing gsettings-desktop-schemas (42.0-r0) (374/733) Installing kdecoration (5.25.5-r0) (375/733) Installing kde-gtk-config (5.25.5-r0) (376/733) Installing kirigami-gallery (22.08.1-r0) (377/733) Installing kquickimageeditor (0.2.0-r1) (378/733) Installing taglib (1.12-r1) (379/733) Installing kfilemetadata (5.98.0-r0) (380/733) Installing qt5-qtlocation (5.15.5_git20220618-r0) (381/733) Installing koko (22.09-r0) (382/733) Installing kasync (0.3.0-r2) (383/733) Installing gpg-wks-server (2.2.39-r0) (384/733) Installing gpgv (2.2.39-r0) (385/733) Installing libldap (2.6.3-r3) (386/733) Installing gnupg-dirmngr (2.2.39-r0) (387/733) Installing gnupg-utils (2.2.39-r0) (388/733) Installing gnupg-wks-client (2.2.39-r0) (389/733) Installing gnupg (2.2.39-r0) (390/733) Installing iso-codes (4.11.0-r0) (391/733) Installing kcontacts (5.98.0-r0) (392/733) Installing kpeople (5.98.0-r0) (393/733) Installing libical (3.0.14-r1) (394/733) Installing kcalendarcore (5.98.0-r0) (395/733) Installing kmime (22.08.1-r0) (396/733) Installing kimap2 (0.4.0-r1) (397/733) Installing qt5-qtxmlpatterns (5.15.5_git20220602-r0) (398/733) Installing kdav2 (0.4.0-r1) (399/733) Installing lmdb (0.9.29-r1) (400/733) Installing libxapian (1.4.20-r1) (401/733) Installing sink (0.9.0-r3) (402/733) Installing kpeoplesink (0_git20210224-r1) (403/733) Installing kpeoplevcard (0.1-r2) (404/733) Installing libraw (0.20.2-r0) (405/733) Installing libraw-tools (0.20.2-r0) (406/733) Installing lcms2 (2.13.1-r0) (407/733) Installing imagemagick-libs (7.1.0.49-r0) (408/733) Installing jbig2dec (0.19-r0) (409/733) Installing ghostscript (9.56.1-r0) (410/733) Installing libde265 (1.0.8-r2) (411/733) Installing libheif (1.13.0-r0) (412/733) Installing libjxl (0.6.1_git20220605-r1) (413/733) Installing librsvg (2.55.1-r0) (414/733) Installing imagemagick (7.1.0.49-r0) (415/733) Installing perl (5.36.0-r0) (416/733) Installing perl-image-exiftool (12.42-r0) (417/733) Installing exiftool (12.42-r0) (418/733) Installing openexr (3.1.5-r3) (419/733) Installing soundtouch (2.3.1-r0) (420/733) Installing chromaprint (1.5.1-r2) (421/733) Installing libraw1394 (2.1.2-r2) (422/733) Installing libdc1394 (2.2.6-r0) (423/733) Installing tslib (1.22-r1) (424/733) Installing directfb (1.7.7-r4) (425/733) Installing faac (1.30-r1) (426/733) Installing fdk-aac (2.0.2-r1) (427/733) Installing flite (2.2-r1) (428/733) Installing libsamplerate (0.2.2-r0) (429/733) Installing jack (1.9.21-r0) (430/733) Installing portaudio (19.7.0-r0) (431/733) Installing fluidsynth-libs (2.3.0-r0) (432/733) Installing libfreeaptx (0.1.1-r0) (433/733) Installing gsm (1.0.22-r0) (434/733) Installing libldac (2.0.2.3-r0) (435/733) Installing libmodplug (0.8.9.0-r1) (436/733) Installing neon (0.32.4-r0) (437/733) Installing libnice (0.1.19-r0) (438/733) Installing openal-soft (1.22.2-r1) (439/733) Installing openjpeg (2.5.0-r0) (440/733) Installing librtmp (2.4_git20190330-r1) (441/733) Installing sbc (2.0-r0) (442/733) Installing spandsp (0.0.6-r2) (443/733) Installing libsrtp (2.4.2-r3) (444/733) Installing vo-aacenc (0.1.3-r0) (445/733) Installing vo-amrwbenc (0.1.3-r0) (446/733) Installing libzbar (0.23.92-r0) (447/733) Installing gst-plugins-bad (1.20.3-r4) (448/733) Installing gtk4.0 (4.8.1-r0) Executing gtk4.0-4.8.1-r0.post-install (449/733) Installing megapixels (1.5.2-r0) (450/733) Installing mobile-config-firefox (3.0.0-r1) (451/733) Installing encodings (1.0.6-r0) (452/733) Installing libfontenc (1.1.6-r0) (453/733) Installing mkfontscale (1.2.2-r1) (454/733) Installing ttf-dejavu (2.37-r2) (455/733) Installing sdl2_ttf (2.20.1-r0) (456/733) Installing osk-sdl (0.67-r0) (457/733) Installing kcmutils (5.98.0-r0) (458/733) Installing frameworkintegration (5.98.0-r0) (459/733) Installing oxygen (5.25.5-r0) (460/733) Installing modemmanager-qt (5.98.0-r0) (461/733) Installing callaudiod-libs (0.1.4-r0) (462/733) Installing abseil-cpp (20220623.1-r0) (463/733) Installing boost1.80-thread (1.80.0-r2) (464/733) Installing libprotobuf (3.21.7-r0) (465/733) Installing libphonenumber (8.12.54-r0) (466/733) Installing plasma-dialer (22.09-r0) (467/733) Installing plasma-mobile-sounds (0.1-r1) (468/733) Installing qt5-qtquickcontrols (5.15.5_git20220518-r0) (469/733) Installing plasma-phonebook (22.09-r0) (470/733) Installing postmarketos-artwork-wallpapers (2-r1) (471/733) Installing postmarketos-hidden-desktop-entries (2.2-r1) (472/733) Installing bluez (5.65-r1) (473/733) Installing bluez-openrc (5.65-r1) (474/733) Installing bluez-obexd (5.65-r1) (475/733) Installing kded (5.98.0-r0) (476/733) Installing bluez-qt (5.98.0-r0) (477/733) Installing bluedevil (5.25.5-r0) (478/733) Installing breeze (5.25.5-r0) (479/733) Installing libpulse-mainloop-glib (9999_git20220528-r0) (480/733) Installing callaudiod (0.1.4-r0) (481/733) Installing dnsmasq-common (2.86-r5) (482/733) Installing dnsmasq-openrc (2.86-r5) (483/733) Installing dnsmasq (2.86-r5) Executing dnsmasq-2.86-r5.pre-install (484/733) Installing linux-pam (1.5.2-r1) (485/733) Installing shadow (4.10-r3) (486/733) Installing elogind (246.10-r5) (487/733) Installing elogind-openrc (246.10-r5) (488/733) Installing hfd-service (0.1.0-r1) (489/733) Installing hfd-service-openrc (0.1.0-r1) (490/733) Installing iio-sensor-proxy (3.4-r0) (491/733) Installing iio-sensor-proxy-openrc (3.4-r0) (492/733) Installing libkscreen (5.25.5-r0) (493/733) Installing qt5-qtsensors (5.15.5_git20220519-r0) (494/733) Installing kscreen (5.25.5-r0) (495/733) Installing socat (1.7.4.3-r1) (496/733) Installing kwallet-pam (5.25.5-r0) (497/733) Installing kwayland-integration (5.25.5-r0) (498/733) Installing polkit-common (121-r0) Executing polkit-common-121-r0.pre-install (499/733) Installing duktape (2.7.0-r0) (500/733) Installing polkit-elogind (121-r0) (501/733) Installing modemmanager (1.18.12-r0) (502/733) Installing modemmanager-openrc (1.18.12-r0) (503/733) Installing libnm (1.40.0-r0) (504/733) Installing networkmanager-common (1.40.0-r0) (505/733) Installing networkmanager-openrc (1.40.0-r0) (506/733) Installing libmnl (1.0.5-r0) (507/733) Installing libnftnl (1.2.3-r0) (508/733) Installing iptables (1.8.8-r2) (509/733) Installing iptables-openrc (1.8.8-r2) (510/733) Installing libndp (1.8-r0) (511/733) Installing libidn2 (2.3.3-r0) (512/733) Installing libpsl (0.21.1-r0) (513/733) Installing networkmanager (1.40.0-r0) Executing networkmanager-1.40.0-r0.pre-install Executing networkmanager-1.40.0-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-. * (514/733) Installing networkmanager-cli (1.40.0-r0) (515/733) Installing pcre (8.45-r2) (516/733) Installing slang (2.3.3-r0) (517/733) Installing newt (0.52.21-r4) (518/733) Installing networkmanager-tui (1.40.0-r0) (519/733) Installing wireless-regdb (2022.08.12-r0) (520/733) Installing networkmanager-wifi (1.40.0-r0) Executing networkmanager-wifi-1.40.0-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add ; * rc-service start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (521/733) Installing mobile-broadband-provider-info (20220725-r0) (522/733) Installing networkmanager-wwan (1.40.0-r0) (523/733) Installing pipewire-libs (0.3.59-r0) (524/733) Installing libunwind (1.6.2-r0) (525/733) Installing libuv (1.44.2-r0) (526/733) Installing roc-toolkit-libs (0.1.5-r2) (527/733) Installing webrtc-audio-processing (0.3.1-r6) (528/733) Installing pipewire (0.3.59-r0) (529/733) Installing breeze-icons (5.98.0-r0) (530/733) Installing dbus-x11 (1.15.0-r1) (531/733) Installing kactivities (5.98.0-r0) (532/733) Installing dconf (0.40.0-r1) (533/733) Installing anthy (9100h-r1) (534/733) Installing maliit-framework (2.3.0-r1) (535/733) Installing kyotocabinet (1.2.79-r3) (536/733) Installing libpinyin (2.6.2-r0) (537/733) Installing tinyxml (2.6.2-r1) (538/733) Installing presage (0.9.1-r2) (539/733) Installing maliit-keyboard (2.3.1-r0) (540/733) Installing qt5-qtvirtualkeyboard (5.15.5_git20220617-r0) (541/733) Installing plasma-nano (5.25.5-r0) (542/733) Installing networkmanager-qt (5.98.0-r0) (543/733) Installing plasma-nm (5.25.5-r0) (544/733) Installing plasma-nm-mobile (5.25.5-r0) (545/733) Installing fftw-single-libs (3.3.10-r0) (546/733) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (547/733) Installing pulseaudio-bluez (9999_git20220528-r0) (548/733) Installing pulseaudio-alsa (9999_git20220528-r0) (549/733) Installing alsa-utils-openrc (1.2.7-r1) (550/733) Installing pulseaudio-openrc (9999_git20220528-r0) (551/733) Installing libcanberra-pulse (0.30-r8) (552/733) Installing plasma-pa (5.25.5-r0) (553/733) Installing tzdata (2022d-r0) (554/733) Installing libdaemon (0.14-r3) (555/733) Installing openrc-settingsd (1.1.0-r0) (556/733) Installing openrc-settingsd-openrc (1.1.0-r0) (557/733) Installing plasma-settings (22.09-r1) (558/733) Installing kactivitymanagerd (5.25.5-r0) (559/733) Installing kinit (5.98.0-r0) (560/733) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (561/733) Installing kdnssd (5.98.0-r0) (562/733) Installing syntax-highlighting (5.98.0-r0) (563/733) Installing kdsoap (2.1.1-r0) (564/733) Installing libmtp (1.1.20-r0) (565/733) Installing llvm15-libs (15.0.1-r0) (566/733) Installing clang-libs (15.0.1-r0) (567/733) Installing qt5-qttools (5.15.5_git20220619-r1) (568/733) Installing phonon (4.11.1-r2) (569/733) Installing talloc (2.3.4-r0) (570/733) Installing tevent (0.13.0-r0) (571/733) Installing samba-util-libs (4.16.4-r0) (572/733) Installing jansson (2.14-r0) (573/733) Installing ldb (2.5.2-r0) (574/733) Installing libwbclient (4.16.4-r0) (575/733) Installing samba-libs (4.16.4-r0) (576/733) Installing libsmbclient (4.16.4-r0) (577/733) Installing kio-extras (22.08.1-r0) (578/733) Installing kquickcharts (5.98.0-r0) (579/733) Installing xorg-server-common (21.1.4-r1) (580/733) Installing libxkbfile (1.1.0-r1) (581/733) Installing xkbcomp (1.4.5-r0) (582/733) Installing libxfont2 (2.0.6-r0) (583/733) Installing libtirpc-conf (1.3.2-r2) (584/733) Installing libtirpc-nokrb (1.3.2-r2) (585/733) Installing libxcvt (0.1.2-r0) (586/733) Installing xwayland (22.1.3-r1) (587/733) Installing layer-shell-qt (5.25.5-r0) (588/733) Installing kscreenlocker (5.25.5-r0) (589/733) Installing libqaccessibilityclient (0.4.1-r1) (590/733) Installing xcb-util-cursor (0.1.3-r2) (591/733) Installing kwin (5.25.5-r0) (592/733) Installing kitemmodels (5.98.0-r0) (593/733) Installing threadweaver (5.98.0-r0) (594/733) Installing krunner (5.98.0-r0) (595/733) Installing milou (5.25.5-r0) (596/733) Installing pipewire-media-session (0.4.1-r0) (597/733) Installing qqc2-desktop-style (5.98.0-r0) (598/733) Installing font-hack (3.003-r2) (599/733) Installing plasma-integration (5.25.5-r0) (600/733) Installing qtchooser (66-r1) (601/733) Installing plasma-workspace-libs (5.25.5-r1) (602/733) Installing kactivities-stats (5.98.0-r0) (603/733) Installing baloo (5.98.0-r0) (604/733) Installing kholidays (5.98.0-r0) (605/733) Installing knotifyconfig (5.98.0-r0) (606/733) Installing kparts (5.98.0-r0) (607/733) Installing zxing-cpp (1.2.0-r0) (608/733) Installing libdmtx-libs (0.7.7-r0) (609/733) Installing libqrencode (4.1.1-r0) (610/733) Installing prison (5.98.0-r1) (611/733) Installing ktexteditor (5.98.0-r0) (612/733) Installing libpcap (1.10.1-r0) (613/733) Installing lm-sensors-libs (3.6.0-r4) (614/733) Installing libksysguard (5.25.5-r0) (615/733) Installing kuserfeedback (1.2.0-r1) (616/733) Installing mpfr4 (4.1.0-r0) (617/733) Installing libqalculate (4.3.0-r0) (618/733) Installing plasma-workspace (5.25.5-r1) (619/733) Installing kpty (5.98.0-r0) (620/733) Installing kdesu (5.98.0-r0) (621/733) Installing kde-cli-tools (5.25.5-r0) (622/733) Installing qqc2-breeze-style (5.25.5-r0) (623/733) Installing plasma-mobile (5.25.5-r0) (624/733) Installing polkit-kde-agent-1 (5.25.5-r0) (625/733) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (626/733) Installing chrony-openrc (4.3-r0) (627/733) Installing haveged (1.9.18-r0) (628/733) Installing haveged-openrc (1.9.18-r0) (629/733) Installing nftables (1.0.5-r0) (630/733) Installing nftables-openrc (1.0.5-r0) (631/733) Installing postmarketos-config-nftables (0.10-r0) Executing postmarketos-config-nftables-0.10-r0.post-install * service nftables added to runlevel default (632/733) Installing postmarketos-config-nftables-networkmanager (0.10-r0) (633/733) Installing postmarketos-base-nftables (22-r0) Executing postmarketos-base-nftables-22-r0.post-install (634/733) Installing postmarketos-artwork-icons (2-r1) (635/733) Installing util-linux (2.38.1-r0) (636/733) Installing libfdisk (2.38.1-r0) (637/733) Installing libsmartcols (2.38.1-r0) (638/733) Installing util-linux-misc (2.38.1-r0) (639/733) Installing libeconf (0.4.6-r0) (640/733) Installing runuser (2.38.1-r0) (641/733) Installing mount (2.38.1-r0) (642/733) Installing losetup (2.38.1-r0) (643/733) Installing hexdump (2.38.1-r0) (644/733) Installing uuidgen (2.38.1-r0) (645/733) Installing blkid (2.38.1-r0) (646/733) Installing sfdisk (2.38.1-r0) (647/733) Installing mcookie (2.38.1-r0) (648/733) Installing agetty (2.38.1-r0) (649/733) Installing agetty-openrc (0.45.2-r3) (650/733) Installing wipefs (2.38.1-r0) (651/733) Installing cfdisk (2.38.1-r0) (652/733) Installing umount (2.38.1-r0) (653/733) Installing util-linux-openrc (2.38.1-r0) (654/733) Installing flock (2.38.1-r0) (655/733) Installing lsblk (2.38.1-r0) (656/733) Installing libcap-ng (0.8.3-r1) (657/733) Installing setpriv (2.38.1-r0) (658/733) Installing logger (2.38.1-r0) (659/733) Installing partx (2.38.1-r0) (660/733) Installing fstrim (2.38.1-r0) (661/733) Installing findmnt (2.38.1-r0) (662/733) Installing pcsc-lite-libs (1.9.9-r0) (663/733) Installing wpa_supplicant (2.10-r4) (664/733) Installing wpa_supplicant-openrc (2.10-r4) (665/733) Installing ifupdown-ng-wifi (0.12.1-r0) (666/733) Installing postmarketos-base-ui (5-r1) Executing postmarketos-base-ui-5-r1.post-install (667/733) Installing postmarketos-base-ui-networkmanager (5-r1) (668/733) Installing mpdecimal (2.5.1-r1) (669/733) Installing python3 (3.10.7-r0) (670/733) Installing py3-ruamel.yaml.clib (0.2.6-r1) (671/733) Installing py3-ruamel.yaml (0.16.12-r2) (672/733) Installing sleep-inhibitor (1.16-r0) (673/733) Installing sleep-inhibitor-openrc (1.16-r0) (674/733) Installing postmarketos-base-ui-elogind (5-r1) Executing postmarketos-base-ui-elogind-5-r1.post-install (675/733) Installing py3-dbus (1.3.2-r0) (676/733) Installing obex-capabilities (0.2.1-r1) (677/733) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (678/733) Installing postmarketos-base-ui-bluez-obexd (5-r1) (679/733) Installing pulseaudio-utils (9999_git20220528-r0) (680/733) Installing postmarketos-base-ui-pulseaudio (5-r1) (681/733) Installing upower (1.90.0-r2) (682/733) Installing device-pine64-pinephone-upower (0.42-r3) (683/733) Installing powerdevil-libs (5.25.5-r0) (684/733) Installing powerdevil (5.25.5-r0) (685/733) Installing urfkill (0.5.0_git20210401-r2) (686/733) Installing urfkill-openrc (0.5.0_git20210401-r2) (687/733) Installing bubblewrap (0.6.2-r0) (688/733) Installing fuse-common (3.12.0-r0) (689/733) Installing fuse-openrc (3.12.0-r0) (690/733) Installing fuse3-libs (3.12.0-r0) (691/733) Installing fuse3 (3.12.0-r0) (692/733) Installing xdg-desktop-portal (1.15.0-r0) (693/733) Installing xdg-desktop-portal-kde (5.25.5-r0) (694/733) Installing autologin (1.0.0-r4) (695/733) Installing tinydm (1.1.2-r0) (696/733) Installing tinydm-openrc (1.1.2-r0) (697/733) Installing postmarketos-base-ui-tinydm (5-r1) (698/733) Installing font-alias (1.0.4-r0) (699/733) Installing util-macros (1.19.3-r0) (700/733) Installing font-misc-misc (1.1.2-r2) (701/733) Installing font-cursor-misc (1.0.3-r2) (702/733) Installing xauth (1.1.2-r0) (703/733) Installing xmodmap (1.0.11-r0) (704/733) Installing xrdb (1.2.1-r0) (705/733) Installing xinit (1.4.1-r0) (706/733) Installing libpciaccess (0.16-r1) (707/733) Installing xorg-server (21.1.4-r1) (708/733) Installing libinput (1.21.0-r0) (709/733) Installing xf86-input-libinput (1.2.1-r0) (710/733) Installing xf86-video-fbdev (0.5.0-r3) (711/733) Installing postmarketos-base-ui-x11 (5-r1) (712/733) Installing postmarketos-ui-plasma-mobile (3.8-r4) Executing postmarketos-ui-plasma-mobile-3.8-r4.post-install * service tinydm added to runlevel default * service urfkill added to runlevel default * service iio-sensor-proxy added to runlevel default * service bluetooth added to runlevel default * service hfd-service added to runlevel default * service networkmanager added to runlevel default * service modemmanager added to runlevel default * rc-update: service `ofono' is not in the runlevel `default' tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop (713/733) Installing libexif (0.6.24-r0) (714/733) Installing hwloc (2.8.0-r0) (715/733) Installing libucontext (1.2-r0) (716/733) Installing libtbb (2021.6.0-r0) (717/733) Installing opencv (4.6.0-r2) (718/733) Installing postprocessd (0.2.1-r0) (719/733) Installing postprocessd-megapixels (0.2.1-r0) (720/733) Installing qmltermwidget (0.2.0-r1) (721/733) Installing qmlkonsole (22.09-r1) (722/733) Installing c-ares (1.18.1-r0) (723/733) Installing spacebar (22.09-r0) (724/733) Installing ttf-droid-nonlatin (20200215-r2) (725/733) Installing hkdm (0.1.8-r0) (726/733) Installing buffyboard (0.2.0-r0) (727/733) Installing terminus-font (4.49.1-r1) (728/733) Installing kbd-misc (2.5.1-r1) (729/733) Installing kbd (2.5.1-r1) (730/733) Installing kbd-openrc (2.5.1-r1) (731/733) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (732/733) Installing ttyescape-openrc (1.0.1-r1) (733/733) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r25.trigger Executing glib-2.74.0-r2.trigger Executing fontconfig-2.14.0-r0.trigger Executing shared-mime-info-2.2-r0.trigger Executing gdk-pixbuf-2.42.9-r1.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing ca-certificates-20220614-r2.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-mkinitfs-1.5-r0.trigger 2022/10/01 17:28:33 Generating for kernel version: 5.19.8 2022/10/01 17:28:33 Output directory: /boot 2022/10/01 17:28:33 == Generating initramfs == 2022/10/01 17:28:33 - Including hook files 2022/10/01 17:28:33 - Including hook scripts 2022/10/01 17:28:33 - Including required binaries 2022/10/01 17:28:33 - Including kernel modules 2022/10/01 17:28:33 - Including splash images 2022/10/01 17:28:33 - Writing and verifying initramfs archive 2022/10/01 17:28:33 == Generating initramfs extra == 2022/10/01 17:28:33 - Including extra binaries 2022/10/01 17:28:33 - Including FDE support 2022/10/01 17:28:34 - Writing and verifying initramfs-extra archive 2022/10/01 17:28:37 == Using boot-deploy to finalize/install files == ==> kernel: device-tree blob operations ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra ==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb ==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb 2022/10/01 17:28:41 mkinitfs completed in: 8.393576638s Executing postmarketos-base-22-r0.trigger Configuring a getty on port ttyS0 with baud rate 115200 Executing dbus-1.15.0-r1.trigger Executing mkfontscale-1.2.2-r1.trigger OK: 2427 MiB in 758 packages (1886265) [17:28:51] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2427 MiB in 758 packages (1886265) [17:28:54] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details) (1886265) [17:28:55] (rootfs_pine64-pinephone) install device-pine64-pinephone (1886265) [17:28:55] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:28:55] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:28:55] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1886265) [17:28:55] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone (1886265) [17:28:55] New background process: pid=1894434, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2427 MiB in 758 packages (1886265) [17:28:58] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2427 MiB in 758 packages (1886265) [17:29:02] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1886265) [17:29:02] (rootfs_pine64-pinephone) install postmarketos-mkinitfs (1886265) [17:29:02] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:29:02] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:29:02] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1886265) [17:29:02] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1886265) [17:29:02] New background process: pid=1894685, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2427 MiB in 758 packages (1886265) [17:29:06] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner (1886265) [17:29:06] (rootfs_pine64-pinephone) % mkinitfs 2022/10/01 17:29:06 Generating for kernel version: 5.19.8 2022/10/01 17:29:06 Output directory: /boot 2022/10/01 17:29:06 == Generating initramfs == 2022/10/01 17:29:06 - Including hook files 2022/10/01 17:29:06 - Including hook scripts 2022/10/01 17:29:06 - Including required binaries 2022/10/01 17:29:06 - Including kernel modules 2022/10/01 17:29:06 - Including splash images 2022/10/01 17:29:06 - Writing and verifying initramfs archive 2022/10/01 17:29:06 == Generating initramfs extra == 2022/10/01 17:29:06 - Including extra binaries 2022/10/01 17:29:06 - Including FDE support 2022/10/01 17:29:08 - Writing and verifying initramfs-extra archive 2022/10/01 17:29:10 == Using boot-deploy to finalize/install files == ==> kernel: device-tree blob operations ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra ==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb ==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb 2022/10/01 17:29:14 mkinitfs completed in: 8.289626648s (1886265) [17:29:14] *** SET LOGIN PASSWORD FOR: 'user' *** (1886265) [17:29:14] (rootfs_pine64-pinephone) % passwd user New password: Retype new password: passwd: password updated successfully (1886265) [17:29:14] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow (1886265) [17:29:15] (rootfs_pine64-pinephone) locking root (1886265) [17:29:15] (rootfs_pine64-pinephone) % passwd -l root passwd: password changed. (1886265) [17:29:15] NOTE: No valid keymap specified for device (1886265) [17:29:15] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC (1886265) [17:29:22] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname (1886265) [17:29:22] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts (1886265) [17:29:22] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm (1886265) [17:29:22] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1886265) [17:29:22] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap (1886265) [17:29:22] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1886265) [17:29:22] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone 2540112 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1886265) [17:29:22] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1886265) [17:29:22] (native) create pine64-pinephone.img (3283M) (1886265) [17:29:22] (native) % truncate -s 3283M /home/pmos/rootfs/pine64-pinephone.img (1886265) [17:29:22] (native) mount /dev/install (pine64-pinephone.img) (1886265) [17:29:22] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop) (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1886265) [17:29:22] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1886265) [17:29:22] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1886265) [17:29:22] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1886265) [17:29:22] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1886265) [17:29:22] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1886265) [17:29:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1886265) [17:29:23] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1886265) [17:29:23] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1886265) [17:29:23] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1886265) [17:29:23] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1886265) [17:29:23] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1886265) [17:29:23] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1886265) [17:29:23] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1886265) [17:29:23] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1886265) [17:29:23] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1886265) [17:29:23] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1886265) [17:29:23] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img (1886265) [17:29:23] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1886265) [17:29:23] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1886265) [17:29:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1886265) [17:29:23] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1886265) [17:29:23] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1886265) [17:29:23] (native) % parted -s /dev/install mktable msdos (1886265) [17:29:23] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M (1886265) [17:29:23] (native) % parted -s /dev/install mkpart primary 256M 100% (1886265) [17:29:23] (native) % parted -s /dev/install set 1 boot on (1886265) [17:29:24] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1886265) [17:29:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1886265) [17:29:24] % sudo mount --bind /dev/loop6p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1886265) [17:29:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1886265) [17:29:24] % sudo mount --bind /dev/loop6p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1886265) [17:29:24] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1886265) [17:29:24] (native) install e2fsprogs (1886265) [17:29:24] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:29:24] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:29:24] (native) % cat /tmp/apk_progress_fifo (1886265) [17:29:24] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1886265) [17:29:24] New background process: pid=1896157, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/3) Installing libcom_err (1.46.5-r2) (2/3) Installing e2fsprogs-libs (1.46.5-r2) (3/3) Installing e2fsprogs (1.46.5-r2) Executing busybox-1.35.0-r25.trigger OK: 26 MiB in 72 packages (1886265) [17:29:24] (native) format /dev/installp2 (root, ext4) (1886265) [17:29:24] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1886265) [17:29:25] (native) mount /dev/installp2 to /mnt/install (1886265) [17:29:25] (native) % mkdir -p /mnt/install (1886265) [17:29:25] (native) % mount /dev/installp2 /mnt/install (1886265) [17:29:25] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1886265) [17:29:25] (native) install e2fsprogs (1886265) [17:29:25] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:29:25] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1886265) [17:29:25] (native) % cat /tmp/apk_progress_fifo (1886265) [17:29:25] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1886265) [17:29:25] New background process: pid=1896186, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 26 MiB in 72 packages (1886265) [17:29:25] (native) format /dev/installp1 (boot, ext2), mount to mountpoint (1886265) [17:29:25] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1 (1886265) [17:29:25] (native) % mkdir -p /mnt/install/boot (1886265) [17:29:25] (native) % mount /dev/installp1 /mnt/install/boot (1886265) [17:29:26] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1886265) [17:29:26] (native) copy rootfs_pine64-pinephone to /mnt/install/ (1886265) [17:29:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone (1886265) [17:29:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone (1886265) [17:29:26] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1886265) [17:29:26] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1886265) [17:29:26] (native) % cd /mnt/rootfs_pine64-pinephone; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/ (1886265) [17:29:37] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1886265) [17:29:37] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1886265) [17:29:38] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1886265) [17:29:38] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1886265) [17:29:38] % cat /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories http://mirror.postmarketos.org/postmarketos/master http://dl-cdn.alpinelinux.org/alpine/edge/main http://dl-cdn.alpinelinux.org/alpine/edge/community http://dl-cdn.alpinelinux.org/alpine/edge/testing (1886265) [17:29:38] Embed firmware u-boot/pine64-pinephone/u-boot-sunxi-with-spl-528.bin in the SD card image at offset 8 with step size 1024 (1886265) [17:29:38] (native) % dd if=/mnt/rootfs_pine64-pinephone/usr/share/u-boot/pine64-pinephone/u-boot-sunxi-with-spl-528.bin of=/dev/install bs=1024 seek=8 740+1 records in 740+1 records out (1886265) [17:29:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1886265) [17:29:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1886265) [17:29:42] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1886265) [17:29:42] (native) umount /dev/loop6 (1886265) [17:29:42] (native) % losetup -d /dev/loop6 (1886265) [17:29:43] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1886265) [17:29:43] (1886265) [17:29:43] *** FLASHING INFORMATION *** (1886265) [17:29:43] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1886265) [17:29:43] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1886265) [17:29:43] (1886265) [17:29:43] *** SSH DAEMON INFORMATION *** (1886265) [17:29:43] SSH daemon is enabled (disable with --no-sshd). (1886265) [17:29:43] Login as 'user' with the password given during installation. (1886265) [17:29:43] (1886265) [17:29:43] *** FIREWALL INFORMATION *** (1886265) [17:29:43] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables). (1886265) [17:29:43] For more information: https://postmarketos.org/firewall (1886265) [17:29:43] (1886265) [17:29:43] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1886265) [17:29:43] DONE! total 2647932 -rw-r--r-- 1 root 12345 3442475008 Oct 1 17:29 pine64-pinephone.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img' Loop Device: /dev/loop6 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/core18_2560.snap 0 512 /dev/loop9 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img (deleted) 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/core20_1611.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/snapd_16778.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 13 Oct 1 17:30 pmOS_boot -> ../../loop9p1 lrwxrwxrwx 1 root root 13 Oct 1 17:30 pmOS_root -> ../../loop9p2 lrwxrwxrwx 1 root root 10 Oct 1 17:30 storagepool -> ../../sda1 total 92 drwxr-xr-x 2 root root 4096 Sep 30 15:55 bin drwxr-xr-x 2 root root 4096 Sep 28 15:56 boot drwxr-xr-x 2 root root 4096 Sep 23 23:28 dev drwxr-xr-x 66 root root 4096 Sep 30 15:55 etc drwxr-xr-x 3 root root 4096 Sep 23 23:30 home drwxr-xr-x 15 root root 4096 Sep 30 15:55 lib drwx------ 2 root root 16384 Sep 23 23:29 lost+found drwxr-xr-x 5 root root 4096 Sep 23 23:28 media drwxr-xr-x 8 root root 4096 Sep 23 23:28 mnt drwxr-xr-x 2 root root 4096 Sep 23 23:28 opt drwxr-xr-x 2 root root 4096 Sep 23 23:28 proc -rw-r--r-- 1 root root 1548 Sep 30 15:55 prolinux_build_info.txt drwx------ 2 root root 4096 Sep 23 23:28 root drwxr-xr-x 6 root root 4096 Sep 23 23:29 run drwxr-xr-x 2 root root 4096 Sep 30 15:55 sbin drwxr-xr-x 2 root root 4096 Sep 23 23:28 srv drwxr-xr-x 2 root root 4096 Sep 23 23:28 sys drwxrwxrwt 3 root root 4096 Sep 28 15:56 tmp drwxr-xr-x 10 root root 4096 Sep 23 23:29 usr drwxr-xr-x 13 root root 4096 Sep 23 23:28 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-10-01 17:30:06-- https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18 Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 799 [application/x-mspublisher] Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ 0K 100% 57.1M=0s 2022-10-01 17:30:06 (57.1 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799] Entering chroot... Enabling binfmt multiarch... Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64 Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64 Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32 Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64 Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4 Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64 Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32 Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64 Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon (chroot) Upgrading to Plasma Mobile Nightly packages... fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz 2022-10-01 11:04:33.986129 [http://mirror.postmarketos.org/postmarketos/master] v20220809-4233-g16f38f50f7 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20220809-4245-g8f5fd5755b [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20220809-4239-g8eaf543b50 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24220 distinct packages available (1/30) Purging kcodecs-lang (5.98.0-r0) (2/30) Upgrading xz-libs (5.2.6-r1 -> 5.2.7-r0) (3/30) Upgrading kcodecs (5.98.0-r0 -> 9999_git1663521348-r0) (4/30) Upgrading audiotube (9999_git1664502809-r0 -> 9999_git1664589745-r0) (5/30) Upgrading calindori (9999_git1664290244-r0 -> 9999_git1664589753-r0) (6/30) Upgrading xz (5.2.6-r1 -> 5.2.7-r0) (7/30) Upgrading linux-firmware-other (20220815-r2 -> 20220913-r0) ERROR: Failed to create lib/firmware/iwlwifi-135-6.ucode: Connection aborted ERROR: linux-firmware-other-20220913-r0: No space left on device (8/30) Upgrading llvm14-libs (14.0.6-r4 -> 14.0.6-r5) ERROR: Failed to create usr/lib/libLLVM-14.so: No space left on device ERROR: llvm14-libs-14.0.6-r5: No space left on device (9/30) Upgrading libebml (1.4.2-r0 -> 1.4.3-r0) (10/30) Upgrading libmatroska (1.6.3-r1 -> 1.7.0-r0) (11/30) Upgrading kasts (9999_git1664416449-r0 -> 9999_git1664567533-r0) (12/30) Upgrading kongress (9999_git1664416466-r0 -> 9999_git1664589762-r0) (13/30) Upgrading ktrip (9999_git1664292172-r0 -> 9999_git1664589771-r0) (14/30) Upgrading kweather (9999_git1664326361-r1 -> 9999_git1664589779-r1) (15/30) Upgrading neochat (9999_git1664502828-r0 -> 9999_git1664589787-r0) (16/30) Installing llvm15-libs (15.0.1-r0) ERROR: Failed to create usr/lib/libLLVM-15.so: No space left on device ERROR: llvm15-libs-15.0.1-r0: No space left on device (17/30) Upgrading clang-libs (14.0.6-r4 -> 15.0.1-r0) ERROR: Failed to create usr/lib/libclang-cpp.so.15: No space left on device ERROR: clang-libs-15.0.1-r0: No space left on device (18/30) Upgrading libprotobuf (3.21.6-r0 -> 3.21.7-r0) (19/30) Upgrading plasma-settings (9999_git1664330668-r1 -> 9999_git1664589804-r1) (20/30) Upgrading breeze (9999_git1664416182-r0 -> 9999_git1664502565-r0) ERROR: Failed to create usr/share/icons/breeze_cursors/cursors/wait: No space left on device ERROR: breeze-9999_git1664502565-r0: No space left on device (21/30) Upgrading pipewire-libs (0.3.58-r0 -> 0.3.59-r0) (22/30) Upgrading pipewire (0.3.58-r0 -> 0.3.59-r0) Executing pipewire-0.3.59-r0.post-upgrade (23/30) Upgrading pipewire-lang (0.3.58-r0 -> 0.3.59-r0) (24/30) Upgrading xorg-server-common (21.1.4-r0 -> 21.1.4-r1) (25/30) Upgrading kscreenlocker (9999_git1664496623-r0 -> 9999_git1664589349-r0) (26/30) Upgrading kwin (9999_git1664379664-r0 -> 9999_git1664521850-r0) ERROR: Failed to create usr/lib/libkwin.so.5.26.80: No space left on device ERROR: kwin-9999_git1664521850-r0: No space left on device (27/30) Upgrading plasma-workspace-libs (9999_git1664426810-r1 -> 9999_git1664563200-r1) (28/30) Upgrading plasma-workspace (9999_git1664208635-r1 -> 9999_git1664563200-r1) ERROR: Failed to create usr/bin/plasmashell: No space left on device ERROR: plasma-workspace-9999_git1664563200-r1: No space left on device (29/30) Upgrading polkit-kde-agent-1 (9999_git1664278816-r0 -> 9999_git1664589398-r0) (30/30) Upgrading xorg-server (21.1.4-r0 -> 21.1.4-r1) ERROR: Failed to create usr/libexec/Xorg: Connection aborted ERROR: xorg-server-21.1.4-r1: No space left on device Executing busybox-1.35.0-r25.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-base-22-r0.trigger 10 errors; 3522 MiB in 986 packages ERROR: unable to select packages: plasma-workspace-libs-9999_git1664426810-r1: breaks: plasma-workspace-9999_git1664208635-r1[plasma-workspace-libs=9999_git1664208635-r1] satisfies: plasma-workspace-9999_git1664208635-r1[so:libcolorcorrect.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinst.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinstui.so.5] plasma-workspace-9999_git1664208635-r1[so:libkworkspace5.so.5] plasma-workspace-9999_git1664208635-r1[so:libnotificationmanager.so.1] plasma-workspace-9999_git1664208635-r1[so:libplasma-geolocation-interface.so.5] plasma-workspace-9999_git1664208635-r1[so:libtaskmanager.so.6] plasma-workspace-9999_git1664208635-r1[so:libweather_ion.so.7] plasma-mobile-9999_git1664294469-r0[so:libkworkspace5.so.5] powerdevil-9999_git1664306196-r0[so:libkworkspace5.so.5] ERROR: unable to select packages: plasma-workspace-libs-9999_git1664426810-r1: breaks: plasma-workspace-9999_git1664208635-r1[plasma-workspace-libs=9999_git1664208635-r1] satisfies: plasma-workspace-9999_git1664208635-r1[so:libcolorcorrect.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinst.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinstui.so.5] plasma-workspace-9999_git1664208635-r1[so:libkworkspace5.so.5] plasma-workspace-9999_git1664208635-r1[so:libnotificationmanager.so.1] plasma-workspace-9999_git1664208635-r1[so:libplasma-geolocation-interface.so.5] plasma-workspace-9999_git1664208635-r1[so:libtaskmanager.so.6] plasma-workspace-9999_git1664208635-r1[so:libweather_ion.so.7] plasma-mobile-9999_git1664294469-r0[so:libkworkspace5.so.5] powerdevil-9999_git1664306196-r0[so:libkworkspace5.so.5] (chroot) Exiting chroot... [17:30:32] Unregister qemu binfmt (arm) [17:30:32] Unregister qemu binfmt (aarch64) [17:30:32] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [17:30:32] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [17:30:33] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y [17:30:33] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone [17:30:34] Cleared up ~5093 MB of space [17:30:34] DONE! Building image for pine64-pinephonepro Already up to date. [17:30:35] Work path [/home/swadmin/.local/var/pmbootstrap]: [17:30:35] Channel [edge]: [17:30:35] Vendor [qemu]: [17:30:35] Device codename [amd64]: [17:30:35] Kernel [lts]: [17:30:35] Username [user]: [17:30:35] User interface [weston]: [17:30:35] Change them? (y/n) [n]: [17:30:35] Extra packages [none]: [17:30:35] Use this timezone instead of GMT? (y/n) [y]: [17:30:35] Choose default locale for installation [C.UTF-8]: [17:30:35] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [17:30:35] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [17:30:35] Config changed: ui='plasma-mobile' [17:30:36] Config changed: device='pine64-pinephonepro' [17:30:36] Config changed: kernel='' [17:30:36] Config changed: extra_packages='osk-sdl' (1916872) [17:30:36] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git remote -v origin https://gitlab.com/postmarketOS/pmaports.git (fetch) origin https://gitlab.com/postmarketOS/pmaports.git (push) (1916872) [17:30:36] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1916872) [17:30:36] *** (1/4) PREPARE NATIVE CHROOT *** (1916872) [17:30:36] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1916872) [17:30:36] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1916872) [17:30:36] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1916872) [17:30:37] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1916872) [17:30:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1916872) [17:30:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1916872) [17:30:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1916872) [17:30:37] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1916872) [17:30:37] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1916872) [17:30:37] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1916872) [17:30:37] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1916872) [17:30:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1916872) [17:30:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1916872) [17:30:37] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1916872) [17:30:37] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1916872) [17:30:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1916872) [17:30:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1916872) [17:30:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1916872) [17:30:37] Update package index for x86_64 (4 file(s)) (1916872) [17:30:37] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http (1916872) [17:30:37] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1916872) [17:30:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz (1916872) [17:30:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1916872) [17:30:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz (1916872) [17:30:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1916872) [17:30:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz (1916872) [17:30:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1916872) [17:30:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz (1916872) [17:30:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.9-r7.apk (1916872) [17:30:39] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:39] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:39] extracted: /tmp/pmbootstrapl55jq4aiapk (1916872) [17:30:39] extracted: /tmp/pmbootstraplou_dh63sig (1916872) [17:30:39] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:39] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstraplou_dh63sig /tmp/pmbootstrapl55jq4aiapk Verified OK (1916872) [17:30:39] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1916872) [17:30:39] % /tmp/pmbootstrapl55jq4aiapk --version apk-tools 2.12.9, compiled for x86_64. (1916872) [17:30:39] (native) install alpine-base (1916872) [17:30:39] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub (1916872) [17:30:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub (1916872) [17:30:39] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1916872) [17:30:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1916872) [17:30:39] (native) update /etc/apk/repositories (1916872) [17:30:39] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1916872) [17:30:39] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1916872) [17:30:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1916872) [17:30:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1916872) [17:30:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1916872) [17:30:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1916872) [17:30:39] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1916872) [17:30:39] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1916872) [17:30:39] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base (1916872) [17:30:39] New background process: pid=1917031, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 10 MiB in 25 packages (1916872) [17:30:41] (native) % adduser -D pmos -u 12345 (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1916872) [17:30:41] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1916872) [17:30:41] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1916872) [17:30:41] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db (1916872) [17:30:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1916872) [17:30:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1916872) [17:30:41] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1916872) [17:30:44] (native) install cryptsetup util-linux parted (1916872) [17:30:44] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:30:44] (native) % cat /tmp/apk_progress_fifo (1916872) [17:30:44] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1916872) [17:30:44] New background process: pid=1917212, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.02.188-r0) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20220924-r0) (11/43) Installing ncurses-libs (6.3_p20220924-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.6-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r3) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r2) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r25.trigger OK: 21 MiB in 68 packages (1916872) [17:30:45] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephonepro") *** (1916872) [17:30:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1916872) [17:30:45] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1916872) [17:30:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm (1916872) [17:30:45] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm (1916872) [17:30:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/null c 1 3 (1916872) [17:30:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/zero c 1 5 (1916872) [17:30:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/full c 1 7 (1916872) [17:30:46] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/random c 1 8 (1916872) [17:30:46] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/urandom c 1 9 (1916872) [17:30:46] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/ (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1916872) [17:30:46] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1916872) [17:30:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1916872) [17:30:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1916872) [17:30:46] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details) (1916872) [17:30:46] (native) install qemu-aarch64 (1916872) [17:30:46] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:30:46] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:30:46] (native) % cat /tmp/apk_progress_fifo (1916872) [17:30:46] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64 (1916872) [17:30:46] New background process: pid=1917547, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing qemu-aarch64 (7.1.0-r1) Executing busybox-1.35.0-r25.trigger OK: 25 MiB in 69 packages (1916872) [17:30:47] Register qemu binfmt (aarch64) (1916872) [17:30:47] % sudo sh -c echo ":qemu-aarch64:M::\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64-static:C" > /proc/sys/fs/binfmt_misc/register (1916872) [17:30:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin (1916872) [17:30:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1916872) [17:30:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_native/usr/bin/qemu-aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1916872) [17:30:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap (1916872) [17:30:47] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:47] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:47] extracted: /tmp/pmbootstrapprfetfr7apk (1916872) [17:30:47] extracted: /tmp/pmbootstrapeu_alnumsig (1916872) [17:30:47] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1916872) [17:30:47] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapeu_alnumsig /tmp/pmbootstrapprfetfr7apk Verified OK (1916872) [17:30:47] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7) (1916872) [17:30:47] % /tmp/pmbootstrapprfetfr7apk --version apk-tools 2.12.9, compiled for x86_64. (1916872) [17:30:47] (rootfs_pine64-pinephonepro) install alpine-base (1916872) [17:30:47] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/cache (1916872) [17:30:47] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/resolv.conf (1916872) [17:30:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk (1916872) [17:30:47] (rootfs_pine64-pinephonepro) update /etc/apk/repositories (1916872) [17:30:47] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1916872) [17:30:47] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1916872) [17:30:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1916872) [17:30:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1916872) [17:30:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1916872) [17:30:47] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1916872) [17:30:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1916872) [17:30:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1916872) [17:30:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1916872) [17:30:47] Update package index for aarch64 (4 file(s)) (1916872) [17:30:47] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1916872) [17:30:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz (1916872) [17:30:48] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1916872) [17:30:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz (1916872) [17:30:48] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1916872) [17:30:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz (1916872) [17:30:48] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1916872) [17:30:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz (1916872) [17:30:48] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1916872) [17:30:48] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1916872) [17:30:48] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1916872) [17:30:48] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1916872) [17:30:48] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 --initdb --arch aarch64 add alpine-base (1916872) [17:30:48] New background process: pid=1917599, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/25) Installing alpine-baselayout-data (3.3.0-r2) (2/25) Installing musl (1.2.3-r1) (3/25) Installing busybox (1.35.0-r25) Executing busybox-1.35.0-r25.post-install (4/25) Installing busybox-binsh (1.35.0-r25) (5/25) Installing alpine-baselayout (3.3.0-r2) Executing alpine-baselayout-3.3.0-r2.pre-install Executing alpine-baselayout-3.3.0-r2.post-install (6/25) Installing ifupdown-ng (0.12.1-r0) (7/25) Installing libcap2 (2.66-r0) (8/25) Installing openrc (0.45.2-r3) Executing openrc-0.45.2-r3.post-install (9/25) Installing mdev-conf (4.2-r2) (10/25) Installing busybox-mdev-openrc (1.35.0-r25) (11/25) Installing alpine-conf (3.14.6-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17_alpha20220809-r4) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.5-r2) (16/25) Installing libssl3 (3.0.5-r2) (17/25) Installing ssl_client (1.35.0-r25) (18/25) Installing zlib (1.2.12-r3) (19/25) Installing apk-tools (2.12.9-r7) (20/25) Installing busybox-openrc (1.35.0-r25) (21/25) Installing busybox-suid (1.35.0-r25) (22/25) Installing scanelf (1.3.5-r1) (23/25) Installing musl-utils (1.2.3-r1) (24/25) Installing libc-utils (0.7.2-r3) (25/25) Installing alpine-base (3.17_alpha20220809-r4) Executing busybox-1.35.0-r25.trigger OK: 13 MiB in 25 packages (1916872) [17:30:50] (rootfs_pine64-pinephonepro) % getent passwd user (1916872) [17:30:50] (rootfs_pine64-pinephonepro) % adduser -D -u 10000 user (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S wheel addgroup: group 'wheel' in use (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup user wheel (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S video addgroup: group 'video' in use (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup user video (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S audio addgroup: group 'audio' in use (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup user audio (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S input addgroup: group 'input' in use (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup user input (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S plugdev (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup user plugdev (1916872) [17:30:51] (rootfs_pine64-pinephonepro) % addgroup -S netdev addgroup: group 'netdev' in use (1916872) [17:30:52] (rootfs_pine64-pinephonepro) % addgroup user netdev (1916872) [17:30:52] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs (1916872) [17:30:53] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-base, device-pine64-pinephonepro, postmarketos-ui-plasma-mobile, device-pine64-pinephonepro-nonfree-firmware, angelfish, breeze-gtk, discover, firefox-esr, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, mobile-config-firefox, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttf-droid-nonlatin, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details) (1916872) [17:30:54] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1916872) [17:30:54] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1916872) [17:30:55] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1916872) [17:30:55] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1916872) [17:30:56] (rootfs_pine64-pinephonepro) install postmarketos-base device-pine64-pinephonepro postmarketos-ui-plasma-mobile device-pine64-pinephonepro-nonfree-firmware angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1916872) [17:30:56] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:30:57] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1916872) [17:30:57] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-base device-pine64-pinephonepro postmarketos-ui-plasma-mobile device-pine64-pinephonepro-nonfree-firmware angelfish breeze-gtk discover firefox-esr font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels mobile-config-firefox plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttf-droid-nonlatin ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde (1916872) [17:30:57] New background process: pid=1917960, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/727) Installing icu-data-full (71.1-r4) (2/727) Installing dbus-libs (1.15.0-r1) (3/727) Installing libgcc (12.2.1_git20220924-r1) (4/727) Installing libffi (3.4.3-r0) (5/727) Installing libintl (0.21-r3) (6/727) Installing libblkid (2.38.1-r0) (7/727) Installing libmount (2.38.1-r0) (8/727) Installing pcre2 (10.40-r0) (9/727) Installing glib (2.74.0-r2) (10/727) Installing libstdc++ (12.2.1_git20220924-r1) (11/727) Installing icu-libs (71.1-r4) (12/727) Installing libpcre2-16 (10.40-r0) (13/727) Installing zstd-libs (1.5.2-r9) (14/727) Installing qt5-qtbase (5.15.5_git20220728-r0) (15/727) Installing hicolor-icon-theme (0.17-r2) (16/727) Installing libmagic (5.42-r0) (17/727) Installing file (5.42-r0) (18/727) Installing libxau (1.0.10-r0) (19/727) Installing libmd (1.0.4-r0) (20/727) Installing libbsd (0.11.6-r2) (21/727) Installing libxdmcp (1.1.3-r1) (22/727) Installing libxcb (1.15-r0) (23/727) Installing libx11 (1.8.1-r1) (24/727) Installing libxext (1.3.4-r1) (25/727) Installing libice (1.0.10-r1) (26/727) Installing libuuid (2.38.1-r0) (27/727) Installing libsm (1.2.3-r1) (28/727) Installing libxt (1.2.1-r0) (29/727) Installing libxmu (1.1.3-r1) (30/727) Installing xset (1.2.4-r0) (31/727) Installing xprop (1.2.5-r0) (32/727) Installing xdg-utils (1.1.3-r4) (33/727) Installing mesa (22.1.7-r3) (34/727) Installing libdrm (2.4.113-r0) (35/727) Installing libexpat (2.4.9-r0) (36/727) Installing wayland-libs-server (1.21.0-r1) (37/727) Installing mesa-glapi (22.1.7-r3) (38/727) Installing mesa-gles (22.1.7-r3) (39/727) Installing qt5-qtdeclarative (5.15.5_git20220617-r2) (40/727) Installing libxcomposite (0.4.5-r1) (41/727) Installing brotli-libs (1.0.9-r8) (42/727) Installing libbz2 (1.0.8-r3) (43/727) Installing libpng (1.6.38-r0) (44/727) Installing freetype (2.12.1-r0) (45/727) Installing fontconfig (2.14.0-r0) (46/727) Installing wayland-libs-client (1.21.0-r1) (47/727) Installing wayland-libs-cursor (1.21.0-r1) (48/727) Installing wayland-libs-egl (1.21.0-r1) (49/727) Installing pkgconf (1.9.3-r0) (50/727) Installing xkeyboard-config (9999-r5) (51/727) Installing xz-libs (5.2.7-r0) (52/727) Installing libxml2 (2.10.2-r1) (53/727) Installing libxkbcommon (1.4.1-r0) (54/727) Installing qt5-qtwayland (5.15.5_git20220620-r0) (55/727) Installing mesa-gbm (22.1.7-r3) (56/727) Installing libxshmfence (1.3-r1) (57/727) Installing mesa-egl (22.1.7-r3) (58/727) Installing avahi-libs (0.8-r6) (59/727) Installing gmp (6.2.1-r2) (60/727) Installing nettle (3.8.1-r0) (61/727) Installing p11-kit (0.24.1-r0) (62/727) Installing libtasn1 (4.19.0-r0) (63/727) Installing libunistring (1.0-r0) (64/727) Installing gnutls (3.7.8-r0) (65/727) Installing cups-libs (2.4.2-r0) (66/727) Installing shared-mime-info (2.2-r0) (67/727) Installing libjpeg-turbo (2.1.4-r0) (68/727) Installing libwebp (1.2.4-r1) (69/727) Installing tiff (4.4.0-r0) (70/727) Installing gdk-pixbuf (2.42.9-r1) (71/727) Installing gtk-update-icon-cache (3.24.34-r6) (72/727) Installing libxfixes (6.0.0-r0) (73/727) Installing libxrender (0.9.10-r4) (74/727) Installing libxcursor (1.2.1-r1) (75/727) Installing libxdamage (1.1.5-r1) (76/727) Installing libxi (1.8-r0) (77/727) Installing libxinerama (1.1.4-r2) (78/727) Installing libxrandr (1.5.2-r1) (79/727) Installing libatk-1.0 (2.46.0-r0) (80/727) Installing libxtst (1.2.4-r0) (81/727) Installing at-spi2-core (2.46.0-r0) (82/727) Installing libatk-bridge-2.0 (2.46.0-r0) (83/727) Installing pixman (0.40.0-r4) (84/727) Installing cairo (1.17.6-r3) (85/727) Installing cairo-gobject (1.17.6-r3) (86/727) Installing libepoxy (1.5.10-r0) (87/727) Installing fribidi (1.0.12-r0) (88/727) Installing graphite2 (1.3.14-r1) (89/727) Installing harfbuzz (5.2.0-r0) (90/727) Installing libxft (2.3.6-r0) (91/727) Installing pango (1.50.10-r0) (92/727) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (93/727) Installing libevdev (1.13.0-r0) (94/727) Installing mtdev (1.1.6-r0) (95/727) Installing eudev-libs (3.2.11-r2) (96/727) Installing libinput-libs (1.21.0-r0) (97/727) Installing xcb-util-wm (0.4.1-r1) (98/727) Installing xcb-util (0.4.0-r3) (99/727) Installing xcb-util-image (0.4.0-r1) (100/727) Installing xcb-util-keysyms (0.4.0-r1) (101/727) Installing xcb-util-renderutil (0.3.9-r1) (102/727) Installing libxkbcommon-x11 (1.4.1-r0) (103/727) Installing qt5-qtbase-x11 (5.15.5_git20220728-r0) (104/727) Installing qt5-qtgraphicaleffects (5.15.5_git20220516-r0) (105/727) Installing qt5-qtquickcontrols2 (5.15.5_git20220823-r0) (106/727) Installing kirigami2-libs (5.98.0-r0) (107/727) Installing kirigami2 (5.98.0-r0) (108/727) Installing kactivities-libs (5.98.0-r0) (109/727) Installing karchive (5.98.0-r0) (110/727) Installing kconfig (5.98.0-r0) (111/727) Installing kcoreaddons (5.98.0-r0) (112/727) Installing qt5-qtx11extras (5.15.5_git20220602-r0) (113/727) Installing kwindowsystem (5.98.0-r0) (114/727) Installing kcrash (5.98.0-r0) (115/727) Installing kdbusaddons (5.98.0-r0) (116/727) Installing kglobalaccel (5.98.0-r0) (117/727) Installing kguiaddons (5.98.0-r0) (118/727) Installing ki18n (5.98.0-r0) (119/727) Installing libelogind (246.10-r5) (120/727) Installing polkit-elogind-libs (121-r0) (121/727) Installing polkit-qt-1 (0.114.0-r1) (122/727) Installing kauth (5.98.0-r0) (123/727) Installing kcodecs (5.98.0-r0) (124/727) Installing kwidgetsaddons (5.98.0-r0) (125/727) Installing kconfigwidgets (5.98.0-r0) (126/727) Installing qt5-qtsvg (5.15.5_git20220617-r0) (127/727) Installing kiconthemes (5.98.0-r0) (128/727) Installing kitemviews (5.98.0-r0) (129/727) Installing kxmlgui (5.98.0-r0) (130/727) Installing kbookmarks (5.98.0-r0) (131/727) Installing kcompletion (5.98.0-r0) (132/727) Installing libxml2-utils (2.10.2-r1) (133/727) Installing docbook-xml (4.5-r7) Executing docbook-xml-4.5-r7.post-install (134/727) Installing libgpg-error (1.45-r0) (135/727) Installing libgcrypt (1.10.1-r0) (136/727) Installing libxslt (1.1.36-r0) (137/727) Installing docbook-xsl (1.79.2-r4) Executing docbook-xsl-1.79.2-r4.post-install (138/727) Installing kdoctools (5.98.0-r0) (139/727) Installing kjobwidgets (5.98.0-r0) (140/727) Installing alsa-lib (1.2.7.2-r0) (141/727) Installing libxxf86vm (1.1.5-r0) (142/727) Installing mesa-gl (22.1.7-r3) (143/727) Installing libxv (1.0.11-r3) (144/727) Installing cdparanoia-libs (10.2-r11) (145/727) Installing graphene (1.10.8-r1) (146/727) Installing gstreamer (1.20.3-r1) (147/727) Installing libogg (1.3.5-r1) (148/727) Installing opus (1.3.1-r1) (149/727) Installing orc (0.4.32-r1) (150/727) Installing libtheora (1.1.1-r16) (151/727) Installing libvorbis (1.3.7-r0) (152/727) Installing gst-plugins-base (1.20.3-r1) (153/727) Installing qt5-qtmultimedia (5.15.5_git20220617-r0) (154/727) Installing qt5-qtspeech (5.15.5_git20220617-r0) (155/727) Installing sound-theme-freedesktop (0.8-r0) (156/727) Installing libltdl (2.4.7-r0) (157/727) Installing libcanberra (0.30-r8) (158/727) Installing libcanberra-gstreamer (0.30-r8) (159/727) Installing knotifications (5.98.0-r0) (160/727) Installing kservice (5.98.0-r0) (161/727) Installing solid-libs (5.98.0-r0) (162/727) Installing libhunspell (1.7.1-r0) (163/727) Installing ncurses-terminfo-base (6.3_p20220924-r0) (164/727) Installing ncurses-libs (6.3_p20220924-r0) (165/727) Installing readline (8.2.0-r0) (166/727) Installing hunspell (1.7.1-r0) (167/727) Installing sonnet (5.98.0-r0) (168/727) Installing ktextwidgets (5.98.0-r0) (169/727) Installing kio (5.98.0-r0) (170/727) Installing kpackage (5.98.0-r0) (171/727) Installing kdeclarative (5.98.0-r0) (172/727) Installing kwayland (5.98.0-r0) (173/727) Installing plasma-framework (5.98.0-r0) (174/727) Installing sqlite-libs (3.39.3-r0) (175/727) Installing libaccounts-glib (1.26-r0) (176/727) Installing libaccounts-qt (1.16-r1) (177/727) Installing signond (8.61-r0) (178/727) Installing accounts-qml-module (0.7_git20190605-r0) (179/727) Installing qt5-qtwebchannel (5.15.5_git20220617-r0) (180/727) Installing sdl2 (2.24.0-r1) (181/727) Installing aom-libs (3.5.0-r0) (182/727) Installing libass (0.16.0-r0) (183/727) Installing libdav1d (1.0.0-r1) (184/727) Installing lame (3.100-r1) (185/727) Installing libasyncns (0.8-r1) (186/727) Installing flac-libs (1.4.1-r0) (187/727) Installing libsndfile (1.1.0-r2) (188/727) Installing libgomp (12.2.1_git20220924-r1) (189/727) Installing soxr (0.1.3-r2) (190/727) Installing speexdsp (1.2.1-r0) (191/727) Installing tdb-libs (1.4.7-r0) (192/727) Installing libpulse (9999_git20220528-r0) (193/727) Installing cjson (1.7.15-r3) (194/727) Installing mbedtls (2.28.1-r0) (195/727) Installing librist (0.2.7-r0) (196/727) Installing libsrt (1.5.1-r0) (197/727) Installing libssh (0.10.4-r0) (198/727) Installing v4l-utils-libs (1.22.1-r2) (199/727) Installing libva (2.15.0-r0) (200/727) Installing libvdpau (1.5-r0) (201/727) Installing vidstab (1.1.0-r1) (202/727) Installing libvpx (1.12.0-r1) (203/727) Installing x264-libs (0.164_git20220602-r0) (204/727) Installing numactl (2.0.15-r0) (205/727) Installing x265-libs (3.5-r3) (206/727) Installing xvidcore (1.3.7-r1) (207/727) Installing libsodium (1.0.18-r2) (208/727) Installing libzmq (4.3.4-r1) (209/727) Installing ffmpeg-libs (5.1.2-r1) (210/727) Installing libevent (2.1.12-r5) (211/727) Installing nspr (4.35-r0) (212/727) Installing nss (3.83-r0) (213/727) Installing re2 (2022.06.01-r1) (214/727) Installing snappy (1.1.9-r4) (215/727) Installing qt5-qtwebengine (5.15.11-r0) (216/727) Installing libnotify (0.8.1-r1) (217/727) Installing libproxy (0.4.18-r1) (218/727) Installing signon-ui (0.17_git20171023-r1) (219/727) Installing libassuan (2.5.5-r0) (220/727) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (221/727) Installing gnupg-gpgconf (2.2.39-r0) (222/727) Installing gpg (2.2.39-r0) (223/727) Installing npth (1.6-r1) (224/727) Installing gpg-agent (2.2.39-r0) (225/727) Installing libksba (1.6.1-r0) (226/727) Installing gpgsm (2.2.39-r0) (227/727) Installing gpgme (1.17.1-r0) (228/727) Installing gpgmepp (1.17.1-r0) (229/727) Installing gdbm (1.23-r0) (230/727) Installing libsasl (2.1.28-r2) (231/727) Installing libqca (2.3.4-r2) (232/727) Installing kwallet (5.98.0-r0) (233/727) Installing kaccounts-integration (22.08.1-r0) (234/727) Installing purpose (5.98.0-r0) (235/727) Installing qt5-qtbase-sqlite (5.15.5_git20220728-r0) (236/727) Installing qt5-qtfeedback (0_git20180903-r0) (237/727) Installing angelfish (22.09-r0) (238/727) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (239/727) Installing gtk-engines-clearlooks (2.21.0-r3) (240/727) Installing gtk-engines-crux (2.21.0-r3) (241/727) Installing gtk-engines-industrial (2.21.0-r3) (242/727) Installing gtk-engines-mist (2.21.0-r3) (243/727) Installing gtk-engines-redmond (2.21.0-r3) (244/727) Installing gtk-engines-thinice (2.21.0-r3) (245/727) Installing gtk-engines (2.21.0-r3) (246/727) Installing breeze-gtk (5.25.5-r0) (247/727) Installing alsa-ucm-conf (1.2.7.2-r0) (248/727) Installing ca-certificates (20220614-r2) (249/727) Installing nghttp2-libs (1.50.0-r0) (250/727) Installing libcurl (7.85.0-r0) (251/727) Installing libgpiod (1.6.3-r1) (252/727) Installing libgudev (237-r1) (253/727) Installing libmm-glib (1.18.12-r0) (254/727) Installing libusb (1.0.26-r0) (255/727) Installing eg25-manager (0.4.4-r0) (256/727) Installing eg25-manager-openrc (0.4.4-r0) (257/727) Installing linux-pine64-pinephonepro (5.17.9-r2) (258/727) Installing llvm14-libs (14.0.6-r5) (259/727) Installing musl-fts (1.2.7-r3) (260/727) Installing libelf (0.187-r2) (261/727) Installing mesa-dri-gallium (22.1.7-r3) (262/727) Installing udev-init-scripts (35-r1) (263/727) Installing udev-init-scripts-openrc (35-r1) (264/727) Installing kmod-libs (30-r1) (265/727) Installing eudev (3.2.11-r2) (266/727) Installing eudev-openrc (3.2.11-r2) (267/727) Installing openssh-keygen (9.0_p1-r4) (268/727) Installing libedit (20210910.3.1-r0) (269/727) Installing openssh-client-common (9.0_p1-r4) (270/727) Installing openssh-client-default (9.0_p1-r4) (271/727) Installing openssh-sftp-server (9.0_p1-r4) (272/727) Installing openssh-server-common (9.0_p1-r4) (273/727) Installing openssh-server (9.0_p1-r4) (274/727) Installing openssh (9.0_p1-r4) (275/727) Installing boot-deploy (0.6-r0) (276/727) Installing busybox-extras (1.35.0-r25) Executing busybox-extras-1.35.0-r25.post-install (277/727) Installing lzo (2.10-r3) (278/727) Installing btrfs-progs (5.19.1-r0) (279/727) Installing bzip2 (1.0.8-r3) (280/727) Installing argon2-libs (20190702-r2) (281/727) Installing device-mapper-libs (2.02.188-r0) (282/727) Installing json-c (0.16-r0) (283/727) Installing cryptsetup-libs (2.5.0-r2) (284/727) Installing popt (1.19-r0) (285/727) Installing cryptsetup (2.5.0-r2) (286/727) Installing cryptsetup-openrc (2.5.0-r2) (287/727) Installing libaio (0.3.113-r0) (288/727) Installing device-mapper-event-libs (2.02.188-r0) (289/727) Installing lvm2-libs (2.02.188-r0) (290/727) Installing device-mapper (2.02.188-r0) (291/727) Installing device-mapper-udev (2.02.188-r0) Executing device-mapper-udev-2.02.188-r0.post-install (292/727) Installing libcom_err (1.46.5-r2) (293/727) Installing e2fsprogs-libs (1.46.5-r2) (294/727) Installing e2fsprogs (1.46.5-r2) (295/727) Installing e2fsprogs-extra (1.46.5-r2) (296/727) Installing f2fs-tools-libs (1.15.0-r0) (297/727) Installing f2fs-tools (1.15.0-r0) (298/727) Installing lz4 (1.9.4-r1) (299/727) Installing userspace-rcu (0.13.2-r0) (300/727) Installing multipath-tools (0.9.1-r0) (301/727) Installing multipath-tools-openrc (0.9.1-r0) (302/727) Installing parted (3.5-r0) (303/727) Installing postmarketos-mvcfg (1-r0) (304/727) Installing postmarketos-keys (1-r0) (305/727) Installing sudo (1.9.11_p3-r0) (306/727) Installing postmarketos-base-nofde (22-r0) (307/727) Installing unudhcpd (0.2.1-r0) (308/727) Installing xz (5.2.7-r0) (309/727) Installing postmarketos-mkinitfs (1.5-r0) (310/727) Installing postmarketos-base (22-r0) Executing postmarketos-base-22-r0.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (311/727) Installing dbus (1.15.0-r1) Executing dbus-1.15.0-r1.pre-install Executing dbus-1.15.0-r1.post-install (312/727) Installing dbus-openrc (1.15.0-r1) (313/727) Installing libacl (2.3.1-r1) (314/727) Installing lz4-libs (1.9.4-r1) (315/727) Installing libarchive (3.6.1-r1) (316/727) Installing efivar-libs (38-r1) (317/727) Installing libgcab (1.4-r3) (318/727) Installing libgusb (0.3.10-r0) (319/727) Installing json-glib (1.6.6-r0) (320/727) Installing libjcat (0.1.10-r0) (321/727) Installing libxmlb (0.3.10-r0) (322/727) Installing fwupd (1.8.5-r0) (323/727) Installing fwupd-openrc (1.8.5-r0) (324/727) Installing fwupd-plugin-fastboot (1.8.5-r0) (325/727) Installing fwupd-plugin-logind (1.8.5-r0) (326/727) Installing libmbim (1.26.4-r0) (327/727) Installing libqrtr-glib (1.2.2-r0) (328/727) Installing libqmi (1.30.8-r0) (329/727) Installing fwupd-plugin-modem_manager (1.8.5-r0) (330/727) Installing fwupd-plugin-upower (1.8.5-r0) (331/727) Installing device-pine64-pinephonepro (3.3-r2) Executing device-pine64-pinephonepro-3.3-r2.post-install * service eg25-manager added to runlevel default (332/727) Installing firmware-pine64-pinebookpro (2-r0) (333/727) Installing linux-firmware-cypress (20220913-r0) (334/727) Installing linux-firmware-brcm (20220913-r0) (335/727) Installing linux-firmware-rockchip (20220913-r0) (336/727) Installing device-pine64-pinephonepro-nonfree-firmware (3.3-r2) (337/727) Installing yaml (0.2.5-r0) (338/727) Installing appstream (0.15.5-r0) Executing appstream-0.15.5-r0.post-install ✔ Metadata cache was updated successfully. (339/727) Installing appstream-qt (0.15.5-r0) (340/727) Installing attica (5.98.0-r0) (341/727) Installing kidletime (5.98.0-r0) (342/727) Installing knewstuff (5.98.0-r0) (343/727) Installing discover (5.25.5-r0) (344/727) Installing libapk-qt (0.4.2-r0) (345/727) Installing discover-backend-apk (5.25.5-r0) (346/727) Installing discover-backend-fwupd (5.25.5-r0) (347/727) Installing dbus-glib (0.112-r1) (348/727) Installing firefox-esr (102.3.0-r0) (349/727) Installing font-noto-common (0_git20211101-r6) (350/727) Installing font-noto-math (0_git20211101-r6) (351/727) Installing font-noto-symbols (0_git20211101-r6) (352/727) Installing font-noto (0_git20211101-r6) (353/727) Installing font-noto-emoji (2.038-r0) (354/727) Installing font-noto-extra (0_git20211101-r6) (355/727) Installing mauiman (1.0.0-r0) (356/727) Installing mauikit (2.2.0-r0) (357/727) Installing exiv2 (0.27.5-r1) (358/727) Installing mauikit-imagetools (2.2.0-r0) (359/727) Installing mauikit-filebrowsing (2.2.0-r0) (360/727) Installing index (2.2.0-r0) (361/727) Installing signon-plugin-oauth2 (0.25-r0) (362/727) Installing kaccounts-providers (22.08.1-r0) (363/727) Installing kirigami-addons (0.4-r0) (364/727) Installing kclock (22.09-r0) (365/727) Installing gsettings-desktop-schemas (42.0-r0) (366/727) Installing kdecoration (5.25.5-r0) (367/727) Installing kde-gtk-config (5.25.5-r0) (368/727) Installing kirigami-gallery (22.08.1-r0) (369/727) Installing kquickimageeditor (0.2.0-r1) (370/727) Installing taglib (1.12-r1) (371/727) Installing kfilemetadata (5.98.0-r0) (372/727) Installing qt5-qtlocation (5.15.5_git20220618-r0) (373/727) Installing koko (22.09-r0) (374/727) Installing kasync (0.3.0-r2) (375/727) Installing gpg-wks-server (2.2.39-r0) (376/727) Installing gpgv (2.2.39-r0) (377/727) Installing libldap (2.6.3-r3) (378/727) Installing gnupg-dirmngr (2.2.39-r0) (379/727) Installing gnupg-utils (2.2.39-r0) (380/727) Installing gnupg-wks-client (2.2.39-r0) (381/727) Installing gnupg (2.2.39-r0) (382/727) Installing iso-codes (4.11.0-r0) (383/727) Installing kcontacts (5.98.0-r0) (384/727) Installing kpeople (5.98.0-r0) (385/727) Installing libical (3.0.14-r1) (386/727) Installing kcalendarcore (5.98.0-r0) (387/727) Installing kmime (22.08.1-r0) (388/727) Installing kimap2 (0.4.0-r1) (389/727) Installing qt5-qtxmlpatterns (5.15.5_git20220602-r0) (390/727) Installing kdav2 (0.4.0-r1) (391/727) Installing lmdb (0.9.29-r1) (392/727) Installing libxapian (1.4.20-r1) (393/727) Installing sink (0.9.0-r3) (394/727) Installing kpeoplesink (0_git20210224-r1) (395/727) Installing kpeoplevcard (0.1-r2) (396/727) Installing libraw (0.20.2-r0) (397/727) Installing libraw-tools (0.20.2-r0) (398/727) Installing lcms2 (2.13.1-r0) (399/727) Installing imagemagick-libs (7.1.0.49-r0) (400/727) Installing jbig2dec (0.19-r0) (401/727) Installing ghostscript (9.56.1-r0) (402/727) Installing libde265 (1.0.8-r2) (403/727) Installing libheif (1.13.0-r0) (404/727) Installing libjxl (0.6.1_git20220605-r1) (405/727) Installing librsvg (2.55.1-r0) (406/727) Installing imagemagick (7.1.0.49-r0) (407/727) Installing perl (5.36.0-r0) (408/727) Installing perl-image-exiftool (12.42-r0) (409/727) Installing exiftool (12.42-r0) (410/727) Installing openexr (3.1.5-r3) (411/727) Installing soundtouch (2.3.1-r0) (412/727) Installing chromaprint (1.5.1-r2) (413/727) Installing libraw1394 (2.1.2-r2) (414/727) Installing libdc1394 (2.2.6-r0) (415/727) Installing tslib (1.22-r1) (416/727) Installing directfb (1.7.7-r4) (417/727) Installing faac (1.30-r1) (418/727) Installing fdk-aac (2.0.2-r1) (419/727) Installing flite (2.2-r1) (420/727) Installing libsamplerate (0.2.2-r0) (421/727) Installing jack (1.9.21-r0) (422/727) Installing portaudio (19.7.0-r0) (423/727) Installing fluidsynth-libs (2.3.0-r0) (424/727) Installing libfreeaptx (0.1.1-r0) (425/727) Installing gsm (1.0.22-r0) (426/727) Installing libldac (2.0.2.3-r0) (427/727) Installing libmodplug (0.8.9.0-r1) (428/727) Installing neon (0.32.4-r0) (429/727) Installing libnice (0.1.19-r0) (430/727) Installing openal-soft (1.22.2-r1) (431/727) Installing openjpeg (2.5.0-r0) (432/727) Installing librtmp (2.4_git20190330-r1) (433/727) Installing sbc (2.0-r0) (434/727) Installing spandsp (0.0.6-r2) (435/727) Installing libsrtp (2.4.2-r3) (436/727) Installing vo-aacenc (0.1.3-r0) (437/727) Installing vo-amrwbenc (0.1.3-r0) (438/727) Installing libzbar (0.23.92-r0) (439/727) Installing gst-plugins-bad (1.20.3-r4) (440/727) Installing gtk4.0 (4.8.1-r0) Executing gtk4.0-4.8.1-r0.post-install (441/727) Installing megapixels (1.5.2-r0) (442/727) Installing mobile-config-firefox (3.0.0-r1) (443/727) Installing encodings (1.0.6-r0) (444/727) Installing libfontenc (1.1.6-r0) (445/727) Installing mkfontscale (1.2.2-r1) (446/727) Installing ttf-dejavu (2.37-r2) (447/727) Installing sdl2_ttf (2.20.1-r0) (448/727) Installing osk-sdl (0.67-r0) (449/727) Installing kcmutils (5.98.0-r0) (450/727) Installing frameworkintegration (5.98.0-r0) (451/727) Installing oxygen (5.25.5-r0) (452/727) Installing modemmanager-qt (5.98.0-r0) (453/727) Installing callaudiod-libs (0.1.4-r0) (454/727) Installing abseil-cpp (20220623.1-r0) (455/727) Installing boost1.80-thread (1.80.0-r2) (456/727) Installing libprotobuf (3.21.7-r0) (457/727) Installing libphonenumber (8.12.54-r0) (458/727) Installing plasma-dialer (22.09-r0) (459/727) Installing plasma-mobile-sounds (0.1-r1) (460/727) Installing qt5-qtquickcontrols (5.15.5_git20220518-r0) (461/727) Installing plasma-phonebook (22.09-r0) (462/727) Installing postmarketos-artwork-wallpapers (2-r1) (463/727) Installing postmarketos-hidden-desktop-entries (2.2-r1) (464/727) Installing bluez (5.65-r1) (465/727) Installing bluez-openrc (5.65-r1) (466/727) Installing bluez-obexd (5.65-r1) (467/727) Installing kded (5.98.0-r0) (468/727) Installing bluez-qt (5.98.0-r0) (469/727) Installing bluedevil (5.25.5-r0) (470/727) Installing breeze (5.25.5-r0) (471/727) Installing libpulse-mainloop-glib (9999_git20220528-r0) (472/727) Installing callaudiod (0.1.4-r0) (473/727) Installing dnsmasq-common (2.86-r5) (474/727) Installing dnsmasq-openrc (2.86-r5) (475/727) Installing dnsmasq (2.86-r5) Executing dnsmasq-2.86-r5.pre-install (476/727) Installing linux-pam (1.5.2-r1) (477/727) Installing shadow (4.10-r3) (478/727) Installing elogind (246.10-r5) (479/727) Installing elogind-openrc (246.10-r5) (480/727) Installing hfd-service (0.1.0-r1) (481/727) Installing hfd-service-openrc (0.1.0-r1) (482/727) Installing iio-sensor-proxy (3.4-r0) (483/727) Installing iio-sensor-proxy-openrc (3.4-r0) (484/727) Installing libkscreen (5.25.5-r0) (485/727) Installing qt5-qtsensors (5.15.5_git20220519-r0) (486/727) Installing kscreen (5.25.5-r0) (487/727) Installing socat (1.7.4.3-r1) (488/727) Installing kwallet-pam (5.25.5-r0) (489/727) Installing kwayland-integration (5.25.5-r0) (490/727) Installing polkit-common (121-r0) Executing polkit-common-121-r0.pre-install (491/727) Installing duktape (2.7.0-r0) (492/727) Installing polkit-elogind (121-r0) (493/727) Installing modemmanager (1.18.12-r0) (494/727) Installing modemmanager-openrc (1.18.12-r0) (495/727) Installing libnm (1.40.0-r0) (496/727) Installing networkmanager-common (1.40.0-r0) (497/727) Installing networkmanager-openrc (1.40.0-r0) (498/727) Installing libmnl (1.0.5-r0) (499/727) Installing libnftnl (1.2.3-r0) (500/727) Installing iptables (1.8.8-r2) (501/727) Installing iptables-openrc (1.8.8-r2) (502/727) Installing libndp (1.8-r0) (503/727) Installing libidn2 (2.3.3-r0) (504/727) Installing libpsl (0.21.1-r0) (505/727) Installing networkmanager (1.40.0-r0) Executing networkmanager-1.40.0-r0.pre-install Executing networkmanager-1.40.0-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-. * (506/727) Installing networkmanager-cli (1.40.0-r0) (507/727) Installing pcre (8.45-r2) (508/727) Installing slang (2.3.3-r0) (509/727) Installing newt (0.52.21-r4) (510/727) Installing networkmanager-tui (1.40.0-r0) (511/727) Installing wireless-regdb (2022.08.12-r0) (512/727) Installing networkmanager-wifi (1.40.0-r0) Executing networkmanager-wifi-1.40.0-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add ; * rc-service start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (513/727) Installing mobile-broadband-provider-info (20220725-r0) (514/727) Installing networkmanager-wwan (1.40.0-r0) (515/727) Installing pipewire-libs (0.3.59-r0) (516/727) Installing libunwind (1.6.2-r0) (517/727) Installing libuv (1.44.2-r0) (518/727) Installing roc-toolkit-libs (0.1.5-r2) (519/727) Installing webrtc-audio-processing (0.3.1-r6) (520/727) Installing pipewire (0.3.59-r0) (521/727) Installing breeze-icons (5.98.0-r0) (522/727) Installing dbus-x11 (1.15.0-r1) (523/727) Installing kactivities (5.98.0-r0) (524/727) Installing dconf (0.40.0-r1) (525/727) Installing anthy (9100h-r1) (526/727) Installing maliit-framework (2.3.0-r1) (527/727) Installing kyotocabinet (1.2.79-r3) (528/727) Installing libpinyin (2.6.2-r0) (529/727) Installing tinyxml (2.6.2-r1) (530/727) Installing presage (0.9.1-r2) (531/727) Installing maliit-keyboard (2.3.1-r0) (532/727) Installing qt5-qtvirtualkeyboard (5.15.5_git20220617-r0) (533/727) Installing plasma-nano (5.25.5-r0) (534/727) Installing networkmanager-qt (5.98.0-r0) (535/727) Installing plasma-nm (5.25.5-r0) (536/727) Installing plasma-nm-mobile (5.25.5-r0) (537/727) Installing fftw-single-libs (3.3.10-r0) (538/727) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (539/727) Installing pulseaudio-bluez (9999_git20220528-r0) (540/727) Installing pulseaudio-alsa (9999_git20220528-r0) (541/727) Installing alsa-utils-openrc (1.2.7-r1) (542/727) Installing pulseaudio-openrc (9999_git20220528-r0) (543/727) Installing libcanberra-pulse (0.30-r8) (544/727) Installing plasma-pa (5.25.5-r0) (545/727) Installing tzdata (2022d-r0) (546/727) Installing libdaemon (0.14-r3) (547/727) Installing openrc-settingsd (1.1.0-r0) (548/727) Installing openrc-settingsd-openrc (1.1.0-r0) (549/727) Installing plasma-settings (22.09-r1) (550/727) Installing kactivitymanagerd (5.25.5-r0) (551/727) Installing kinit (5.98.0-r0) (552/727) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (553/727) Installing kdnssd (5.98.0-r0) (554/727) Installing syntax-highlighting (5.98.0-r0) (555/727) Installing kdsoap (2.1.1-r0) (556/727) Installing libmtp (1.1.20-r0) (557/727) Installing llvm15-libs (15.0.1-r0) (558/727) Installing clang-libs (15.0.1-r0) (559/727) Installing qt5-qttools (5.15.5_git20220619-r1) (560/727) Installing phonon (4.11.1-r2) (561/727) Installing talloc (2.3.4-r0) (562/727) Installing tevent (0.13.0-r0) (563/727) Installing samba-util-libs (4.16.4-r0) (564/727) Installing jansson (2.14-r0) (565/727) Installing ldb (2.5.2-r0) (566/727) Installing libwbclient (4.16.4-r0) (567/727) Installing samba-libs (4.16.4-r0) (568/727) Installing libsmbclient (4.16.4-r0) (569/727) Installing kio-extras (22.08.1-r0) (570/727) Installing kquickcharts (5.98.0-r0) (571/727) Installing xorg-server-common (21.1.4-r1) (572/727) Installing libxkbfile (1.1.0-r1) (573/727) Installing xkbcomp (1.4.5-r0) (574/727) Installing libxfont2 (2.0.6-r0) (575/727) Installing libtirpc-conf (1.3.2-r2) (576/727) Installing libtirpc-nokrb (1.3.2-r2) (577/727) Installing libxcvt (0.1.2-r0) (578/727) Installing xwayland (22.1.3-r1) (579/727) Installing layer-shell-qt (5.25.5-r0) (580/727) Installing kscreenlocker (5.25.5-r0) (581/727) Installing libqaccessibilityclient (0.4.1-r1) (582/727) Installing xcb-util-cursor (0.1.3-r2) (583/727) Installing kwin (5.25.5-r0) (584/727) Installing kitemmodels (5.98.0-r0) (585/727) Installing threadweaver (5.98.0-r0) (586/727) Installing krunner (5.98.0-r0) (587/727) Installing milou (5.25.5-r0) (588/727) Installing pipewire-media-session (0.4.1-r0) (589/727) Installing qqc2-desktop-style (5.98.0-r0) (590/727) Installing font-hack (3.003-r2) (591/727) Installing plasma-integration (5.25.5-r0) (592/727) Installing qtchooser (66-r1) (593/727) Installing plasma-workspace-libs (5.25.5-r1) (594/727) Installing kactivities-stats (5.98.0-r0) (595/727) Installing baloo (5.98.0-r0) (596/727) Installing kholidays (5.98.0-r0) (597/727) Installing knotifyconfig (5.98.0-r0) (598/727) Installing kparts (5.98.0-r0) (599/727) Installing zxing-cpp (1.2.0-r0) (600/727) Installing libdmtx-libs (0.7.7-r0) (601/727) Installing libqrencode (4.1.1-r0) (602/727) Installing prison (5.98.0-r1) (603/727) Installing ktexteditor (5.98.0-r0) (604/727) Installing libnl3 (3.7.0-r0) (605/727) Installing libpcap (1.10.1-r0) (606/727) Installing lm-sensors-libs (3.6.0-r4) (607/727) Installing libksysguard (5.25.5-r0) (608/727) Installing kuserfeedback (1.2.0-r1) (609/727) Installing gpsd (3.24-r0) (610/727) Installing gpsd-openrc (3.24-r0) (611/727) Installing mpfr4 (4.1.0-r0) (612/727) Installing libqalculate (4.3.0-r0) (613/727) Installing plasma-workspace (5.25.5-r1) (614/727) Installing kpty (5.98.0-r0) (615/727) Installing kdesu (5.98.0-r0) (616/727) Installing kde-cli-tools (5.25.5-r0) (617/727) Installing qqc2-breeze-style (5.25.5-r0) (618/727) Installing plasma-mobile (5.25.5-r0) (619/727) Installing polkit-kde-agent-1 (5.25.5-r0) (620/727) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (621/727) Installing chrony-openrc (4.3-r0) (622/727) Installing haveged (1.9.18-r0) (623/727) Installing haveged-openrc (1.9.18-r0) (624/727) Installing nftables (1.0.5-r0) (625/727) Installing nftables-openrc (1.0.5-r0) (626/727) Installing postmarketos-config-nftables (0.10-r0) Executing postmarketos-config-nftables-0.10-r0.post-install * service nftables added to runlevel default (627/727) Installing postmarketos-config-nftables-networkmanager (0.10-r0) (628/727) Installing postmarketos-base-nftables (22-r0) Executing postmarketos-base-nftables-22-r0.post-install (629/727) Installing postmarketos-artwork-icons (2-r1) (630/727) Installing util-linux (2.38.1-r0) (631/727) Installing libfdisk (2.38.1-r0) (632/727) Installing libsmartcols (2.38.1-r0) (633/727) Installing util-linux-misc (2.38.1-r0) (634/727) Installing libeconf (0.4.6-r0) (635/727) Installing runuser (2.38.1-r0) (636/727) Installing mount (2.38.1-r0) (637/727) Installing losetup (2.38.1-r0) (638/727) Installing hexdump (2.38.1-r0) (639/727) Installing uuidgen (2.38.1-r0) (640/727) Installing blkid (2.38.1-r0) (641/727) Installing sfdisk (2.38.1-r0) (642/727) Installing mcookie (2.38.1-r0) (643/727) Installing agetty (2.38.1-r0) (644/727) Installing agetty-openrc (0.45.2-r3) (645/727) Installing wipefs (2.38.1-r0) (646/727) Installing cfdisk (2.38.1-r0) (647/727) Installing umount (2.38.1-r0) (648/727) Installing util-linux-openrc (2.38.1-r0) (649/727) Installing flock (2.38.1-r0) (650/727) Installing lsblk (2.38.1-r0) (651/727) Installing libcap-ng (0.8.3-r1) (652/727) Installing setpriv (2.38.1-r0) (653/727) Installing logger (2.38.1-r0) (654/727) Installing partx (2.38.1-r0) (655/727) Installing fstrim (2.38.1-r0) (656/727) Installing findmnt (2.38.1-r0) (657/727) Installing pcsc-lite-libs (1.9.9-r0) (658/727) Installing wpa_supplicant (2.10-r4) (659/727) Installing wpa_supplicant-openrc (2.10-r4) (660/727) Installing ifupdown-ng-wifi (0.12.1-r0) (661/727) Installing postmarketos-base-ui (5-r1) Executing postmarketos-base-ui-5-r1.post-install (662/727) Installing postmarketos-base-ui-networkmanager (5-r1) (663/727) Installing mpdecimal (2.5.1-r1) (664/727) Installing python3 (3.10.7-r0) (665/727) Installing py3-ruamel.yaml.clib (0.2.6-r1) (666/727) Installing py3-ruamel.yaml (0.16.12-r2) (667/727) Installing sleep-inhibitor (1.16-r0) (668/727) Installing sleep-inhibitor-openrc (1.16-r0) (669/727) Installing postmarketos-base-ui-elogind (5-r1) Executing postmarketos-base-ui-elogind-5-r1.post-install (670/727) Installing py3-dbus (1.3.2-r0) (671/727) Installing obex-capabilities (0.2.1-r1) (672/727) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (673/727) Installing postmarketos-base-ui-bluez-obexd (5-r1) (674/727) Installing pulseaudio-utils (9999_git20220528-r0) (675/727) Installing postmarketos-base-ui-pulseaudio (5-r1) (676/727) Installing upower (1.90.0-r2) (677/727) Installing powerdevil-libs (5.25.5-r0) (678/727) Installing powerdevil (5.25.5-r0) (679/727) Installing urfkill (0.5.0_git20210401-r2) (680/727) Installing urfkill-openrc (0.5.0_git20210401-r2) (681/727) Installing bubblewrap (0.6.2-r0) (682/727) Installing fuse-common (3.12.0-r0) (683/727) Installing fuse-openrc (3.12.0-r0) (684/727) Installing fuse3-libs (3.12.0-r0) (685/727) Installing fuse3 (3.12.0-r0) (686/727) Installing xdg-desktop-portal (1.15.0-r0) (687/727) Installing xdg-desktop-portal-kde (5.25.5-r0) (688/727) Installing autologin (1.0.0-r4) (689/727) Installing tinydm (1.1.2-r0) (690/727) Installing tinydm-openrc (1.1.2-r0) (691/727) Installing postmarketos-base-ui-tinydm (5-r1) (692/727) Installing font-alias (1.0.4-r0) (693/727) Installing util-macros (1.19.3-r0) (694/727) Installing font-misc-misc (1.1.2-r2) (695/727) Installing font-cursor-misc (1.0.3-r2) (696/727) Installing xauth (1.1.2-r0) (697/727) Installing xmodmap (1.0.11-r0) (698/727) Installing xrdb (1.2.1-r0) (699/727) Installing xinit (1.4.1-r0) (700/727) Installing libpciaccess (0.16-r1) (701/727) Installing xorg-server (21.1.4-r1) (702/727) Installing libinput (1.21.0-r0) (703/727) Installing xf86-input-libinput (1.2.1-r0) (704/727) Installing xf86-video-fbdev (0.5.0-r3) (705/727) Installing postmarketos-base-ui-x11 (5-r1) (706/727) Installing postmarketos-ui-plasma-mobile (3.8-r4) Executing postmarketos-ui-plasma-mobile-3.8-r4.post-install * service tinydm added to runlevel default * service urfkill added to runlevel default * service iio-sensor-proxy added to runlevel default * service bluetooth added to runlevel default * service hfd-service added to runlevel default * service networkmanager added to runlevel default * service modemmanager added to runlevel default * rc-update: service `ofono' is not in the runlevel `default' tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop (707/727) Installing libexif (0.6.24-r0) (708/727) Installing hwloc (2.8.0-r0) (709/727) Installing libucontext (1.2-r0) (710/727) Installing libtbb (2021.6.0-r0) (711/727) Installing opencv (4.6.0-r2) (712/727) Installing postprocessd (0.2.1-r0) (713/727) Installing postprocessd-megapixels (0.2.1-r0) (714/727) Installing qmltermwidget (0.2.0-r1) (715/727) Installing qmlkonsole (22.09-r1) (716/727) Installing c-ares (1.18.1-r0) (717/727) Installing spacebar (22.09-r0) (718/727) Installing ttf-droid-nonlatin (20200215-r2) (719/727) Installing hkdm (0.1.8-r0) (720/727) Installing buffyboard (0.2.0-r0) (721/727) Installing terminus-font (4.49.1-r1) (722/727) Installing kbd-misc (2.5.1-r1) (723/727) Installing kbd (2.5.1-r1) (724/727) Installing kbd-openrc (2.5.1-r1) (725/727) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (726/727) Installing ttyescape-openrc (1.0.1-r1) (727/727) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r25.trigger Executing glib-2.74.0-r2.trigger Executing fontconfig-2.14.0-r0.trigger Executing shared-mime-info-2.2-r0.trigger Executing gdk-pixbuf-2.42.9-r1.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing ca-certificates-20220614-r2.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-mkinitfs-1.5-r0.trigger 2022/10/01 17:36:31 Generating for kernel version: 5.17.9 2022/10/01 17:36:31 Output directory: /boot 2022/10/01 17:36:31 == Generating initramfs == 2022/10/01 17:36:31 - Including hook files 2022/10/01 17:36:31 - Including hook scripts 2022/10/01 17:36:31 - Including required binaries 2022/10/01 17:36:31 - Including kernel modules 2022/10/01 17:36:31 - Including splash images 2022/10/01 17:36:31 - Writing and verifying initramfs archive 2022/10/01 17:36:31 == Generating initramfs extra == 2022/10/01 17:36:31 - Including extra binaries 2022/10/01 17:36:31 - Including FDE support 2022/10/01 17:36:32 - Writing and verifying initramfs-extra archive 2022/10/01 17:36:33 == Using boot-deploy to finalize/install files == ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra 2022/10/01 17:36:40 mkinitfs completed in: 9.021643037s Executing postmarketos-base-22-r0.trigger Configuring a getty on port ttyS2 with baud rate 115200 Executing dbus-1.15.0-r1.trigger Executing mkfontscale-1.2.2-r1.trigger OK: 2446 MiB in 752 packages (1916872) [17:36:50] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2446 MiB in 752 packages (1916872) [17:36:53] (rootfs_pine64-pinephonepro) calculate depends of device-pine64-pinephonepro (pmbootstrap -v for details) (1916872) [17:36:53] (rootfs_pine64-pinephonepro) install device-pine64-pinephonepro (1916872) [17:36:53] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:36:53] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:36:53] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1916872) [17:36:53] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephonepro (1916872) [17:36:53] New background process: pid=1925876, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2446 MiB in 752 packages (1916872) [17:36:57] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2446 MiB in 752 packages (1916872) [17:37:00] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1916872) [17:37:01] (rootfs_pine64-pinephonepro) install postmarketos-mkinitfs (1916872) [17:37:01] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:37:01] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:37:01] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1916872) [17:37:01] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1916872) [17:37:01] New background process: pid=1926129, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2446 MiB in 752 packages (1916872) [17:37:04] (rootfs_pine64-pinephonepro) mkinitfs pine64-pinephonepro (1916872) [17:37:04] (rootfs_pine64-pinephonepro) % mkinitfs 2022/10/01 17:37:05 Generating for kernel version: 5.17.9 2022/10/01 17:37:05 Output directory: /boot 2022/10/01 17:37:05 == Generating initramfs == 2022/10/01 17:37:05 - Including hook files 2022/10/01 17:37:05 - Including hook scripts 2022/10/01 17:37:05 - Including required binaries 2022/10/01 17:37:05 - Including kernel modules 2022/10/01 17:37:05 - Including splash images 2022/10/01 17:37:05 - Writing and verifying initramfs archive 2022/10/01 17:37:05 == Generating initramfs extra == 2022/10/01 17:37:05 - Including extra binaries 2022/10/01 17:37:05 - Including FDE support 2022/10/01 17:37:06 - Writing and verifying initramfs-extra archive 2022/10/01 17:37:07 == Using boot-deploy to finalize/install files == ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra 2022/10/01 17:37:09 mkinitfs completed in: 4.406645387s (1916872) [17:37:09] *** SET LOGIN PASSWORD FOR: 'user' *** (1916872) [17:37:09] (rootfs_pine64-pinephonepro) % passwd user New password: Retype new password: passwd: password updated successfully (1916872) [17:37:09] (rootfs_pine64-pinephonepro) % grep ^root:!: /etc/shadow (1916872) [17:37:09] (rootfs_pine64-pinephonepro) locking root (1916872) [17:37:09] (rootfs_pine64-pinephonepro) % passwd -l root passwd: password changed. (1916872) [17:37:09] NOTE: No valid keymap specified for device (1916872) [17:37:09] (rootfs_pine64-pinephonepro) % setup-timezone Etc/UTC (1916872) [17:37:16] (rootfs_pine64-pinephonepro) % sh -c echo pine64-pinephonepro > /etc/hostname (1916872) [17:37:16] (rootfs_pine64-pinephonepro) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephonepro localhost.localdomain localhost/ /etc/hosts (1916872) [17:37:16] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1916872) [17:37:16] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1916872) [17:37:16] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1916872) [17:37:16] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1916872) [17:37:16] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm (1916872) [17:37:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1916872) [17:37:17] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1916872) [17:37:17] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap (1916872) [17:37:17] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro 2508396 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1916872) [17:37:17] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1916872) [17:37:17] (native) create pine64-pinephonepro.img (3246M) (1916872) [17:37:17] (native) % truncate -s 3246M /home/pmos/rootfs/pine64-pinephonepro.img (1916872) [17:37:17] (native) mount /dev/install (pine64-pinephonepro.img) (1916872) [17:37:17] (native) mount /home/pmos/rootfs/pine64-pinephonepro.img (loop) (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1916872) [17:37:17] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1916872) [17:37:17] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1916872) [17:37:17] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1916872) [17:37:17] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1916872) [17:37:17] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1916872) [17:37:17] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1916872) [17:37:17] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1916872) [17:37:17] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1916872) [17:37:17] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1916872) [17:37:17] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1916872) [17:37:17] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1916872) [17:37:17] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1916872) [17:37:17] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1916872) [17:37:17] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1916872) [17:37:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1916872) [17:37:18] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1916872) [17:37:18] (native) % losetup -f /home/pmos/rootfs/pine64-pinephonepro.img (1916872) [17:37:18] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1916872) [17:37:18] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1916872) [17:37:18] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1916872) [17:37:18] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1916872) [17:37:18] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1916872) [17:37:18] (native) % parted -s /dev/install mktable gpt (1916872) [17:37:18] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M (1916872) [17:37:18] (native) % parted -s /dev/install mkpart primary 256M 100% (1916872) [17:37:18] (native) % parted -s /dev/install set 1 boot on (1916872) [17:37:18] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1916872) [17:37:18] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1916872) [17:37:18] % sudo mount --bind /dev/loop6p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1916872) [17:37:18] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1916872) [17:37:18] % sudo mount --bind /dev/loop6p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1916872) [17:37:18] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1916872) [17:37:18] (native) install e2fsprogs (1916872) [17:37:18] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:37:18] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:37:18] (native) % cat /tmp/apk_progress_fifo (1916872) [17:37:18] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1916872) [17:37:18] New background process: pid=1927061, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/3) Installing libcom_err (1.46.5-r2) (2/3) Installing e2fsprogs-libs (1.46.5-r2) (3/3) Installing e2fsprogs (1.46.5-r2) Executing busybox-1.35.0-r25.trigger OK: 26 MiB in 72 packages (1916872) [17:37:19] (native) format /dev/installp2 (root, ext4) (1916872) [17:37:19] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1916872) [17:37:19] (native) mount /dev/installp2 to /mnt/install (1916872) [17:37:19] (native) % mkdir -p /mnt/install (1916872) [17:37:19] (native) % mount /dev/installp2 /mnt/install (1916872) [17:37:19] (native) calculate depends of dosfstools (pmbootstrap -v for details) (1916872) [17:37:19] (native) install dosfstools (1916872) [17:37:19] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:37:20] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1916872) [17:37:20] (native) % cat /tmp/apk_progress_fifo (1916872) [17:37:20] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools (1916872) [17:37:20] New background process: pid=1927091, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing dosfstools (4.2-r1) Executing busybox-1.35.0-r25.trigger OK: 26 MiB in 73 packages (1916872) [17:37:20] (native) format /dev/installp1 (boot, fat32), mount to mountpoint (1916872) [17:37:20] (native) % mkfs.fat -F 32 -n pmOS_boot /dev/installp1 mkfs.fat 4.2 (2021-01-31) mkfs.fat: Warning: lowercase labels might not work properly on some systems (1916872) [17:37:20] (native) % mkdir -p /mnt/install/boot (1916872) [17:37:20] (native) % mount /dev/installp1 /mnt/install/boot (1916872) [17:37:20] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1916872) [17:37:20] (native) copy rootfs_pine64-pinephonepro to /mnt/install/ (1916872) [17:37:20] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro (1916872) [17:37:20] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro (1916872) [17:37:20] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1916872) [17:37:20] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1916872) [17:37:20] (native) % cd /mnt/rootfs_pine64-pinephonepro; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/ (1916872) [17:37:32] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1916872) [17:37:32] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1916872) [17:37:32] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1916872) [17:37:33] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1916872) [17:37:33] % cat /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories http://mirror.postmarketos.org/postmarketos/master http://dl-cdn.alpinelinux.org/alpine/edge/main http://dl-cdn.alpinelinux.org/alpine/edge/community http://dl-cdn.alpinelinux.org/alpine/edge/testing (1916872) [17:37:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1916872) [17:37:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1916872) [17:37:37] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2560.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_16778.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1611.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images*", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 } ] } (1916872) [17:37:37] (native) umount /dev/loop6 (1916872) [17:37:37] (native) % losetup -d /dev/loop6 (1916872) [17:37:37] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1916872) [17:37:37] (1916872) [17:37:37] *** FLASHING INFORMATION *** (1916872) [17:37:37] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1916872) [17:37:37] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1916872) [17:37:37] (1916872) [17:37:37] *** SSH DAEMON INFORMATION *** (1916872) [17:37:37] SSH daemon is enabled (disable with --no-sshd). (1916872) [17:37:37] Login as 'user' with the password given during installation. (1916872) [17:37:37] (1916872) [17:37:37] *** FIREWALL INFORMATION *** (1916872) [17:37:37] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables). (1916872) [17:37:37] For more information: https://postmarketos.org/firewall (1916872) [17:37:37] (1916872) [17:37:37] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1916872) [17:37:37] DONE! total 2602796 -rw-r--r-- 1 root 12345 3403677696 Oct 1 17:37 pine64-pinephonepro.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img' Loop Device: /dev/loop6 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/core18_2560.snap 0 512 /dev/loop9 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img (deleted) 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/core20_1611.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/snapd_16778.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 13 Oct 1 17:37 pmOS_boot -> ../../loop9p1 lrwxrwxrwx 1 root root 13 Oct 1 17:37 pmOS_root -> ../../loop9p2 lrwxrwxrwx 1 root root 10 Oct 1 17:37 storagepool -> ../../sdb1 total 92 drwxr-xr-x 2 root root 4096 Oct 1 17:30 bin drwxr-xr-x 2 root root 4096 Sep 28 15:56 boot drwxr-xr-x 2 root root 4096 Sep 23 23:28 dev drwxr-xr-x 66 root root 4096 Oct 1 17:30 etc drwxr-xr-x 3 root root 4096 Sep 23 23:30 home drwxr-xr-x 15 root root 4096 Sep 30 15:55 lib drwx------ 2 root root 16384 Sep 23 23:29 lost+found drwxr-xr-x 5 root root 4096 Sep 23 23:28 media drwxr-xr-x 8 root root 4096 Sep 23 23:28 mnt drwxr-xr-x 2 root root 4096 Sep 23 23:28 opt drwxr-xr-x 2 root root 4096 Sep 23 23:28 proc -rw-r--r-- 1 root root 1634 Oct 1 17:30 prolinux_build_info.txt drwx------ 2 root root 4096 Sep 23 23:28 root drwxr-xr-x 6 root root 4096 Sep 23 23:29 run drwxr-xr-x 2 root root 4096 Sep 30 15:55 sbin drwxr-xr-x 2 root root 4096 Sep 23 23:28 srv drwxr-xr-x 2 root root 4096 Sep 23 23:28 sys drwxrwxrwt 3 root root 4096 Sep 28 15:56 tmp drwxr-xr-x 10 root root 4096 Sep 23 23:29 usr drwxr-xr-x 13 root root 4096 Sep 23 23:28 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-10-01 17:37:59-- https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18 Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 799 [application/x-mspublisher] Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ 0K 100% 76.3M=0s 2022-10-01 17:37:59 (76.3 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799] Entering chroot... Enabling binfmt multiarch... Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64 Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64 Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32 Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64 Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4 Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64 Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32 Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64 Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon (chroot) Upgrading to Plasma Mobile Nightly packages... fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz 2022-10-01 11:04:33.986129 [http://mirror.postmarketos.org/postmarketos/master] v20220809-4233-g16f38f50f7 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20220809-4245-g8f5fd5755b [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20220809-4239-g8eaf543b50 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24220 distinct packages available (1/30) Purging kcodecs-lang (5.98.0-r0) (2/30) Upgrading xz-libs (5.2.6-r1 -> 5.2.7-r0) (3/30) Upgrading kcodecs (5.98.0-r0 -> 9999_git1663521348-r0) (4/30) Upgrading audiotube (9999_git1664502809-r0 -> 9999_git1664589745-r0) (5/30) Upgrading calindori (9999_git1664290244-r0 -> 9999_git1664589753-r0) (6/30) Upgrading xz (5.2.6-r1 -> 5.2.7-r0) (7/30) Upgrading linux-firmware-other (20220815-r2 -> 20220913-r0) ERROR: Failed to create lib/firmware/ctefx.bin: No space left on device ERROR: linux-firmware-other-20220913-r0: No space left on device (8/30) Upgrading llvm14-libs (14.0.6-r4 -> 14.0.6-r5) ERROR: Failed to create usr/lib/libLLVM-14.so: No space left on device ERROR: llvm14-libs-14.0.6-r5: No space left on device (9/30) Upgrading libebml (1.4.2-r0 -> 1.4.3-r0) (10/30) Upgrading libmatroska (1.6.3-r1 -> 1.7.0-r0) (11/30) Upgrading kasts (9999_git1664416449-r0 -> 9999_git1664567533-r0) (12/30) Upgrading kongress (9999_git1664416466-r0 -> 9999_git1664589762-r0) (13/30) Upgrading ktrip (9999_git1664292172-r0 -> 9999_git1664589771-r0) (14/30) Upgrading kweather (9999_git1664326361-r1 -> 9999_git1664589779-r1) (15/30) Upgrading neochat (9999_git1664502828-r0 -> 9999_git1664589787-r0) (16/30) Installing llvm15-libs (15.0.1-r0) ERROR: Failed to create usr/lib/libLLVM-15.so: No space left on device ERROR: llvm15-libs-15.0.1-r0: No space left on device (17/30) Upgrading clang-libs (14.0.6-r4 -> 15.0.1-r0) ERROR: Failed to create usr/lib/libclang-cpp.so.15: No space left on device ERROR: clang-libs-15.0.1-r0: No space left on device (18/30) Upgrading libprotobuf (3.21.6-r0 -> 3.21.7-r0) (19/30) Upgrading plasma-settings (9999_git1664330668-r1 -> 9999_git1664589804-r1) (20/30) Upgrading breeze (9999_git1664416182-r0 -> 9999_git1664502565-r0) ERROR: Failed to create usr/share/icons/Breeze_Snow/cursors/wait: No space left on device ERROR: breeze-9999_git1664502565-r0: No space left on device (21/30) Upgrading pipewire-libs (0.3.58-r0 -> 0.3.59-r0) (22/30) Upgrading pipewire (0.3.58-r0 -> 0.3.59-r0) Executing pipewire-0.3.59-r0.post-upgrade (23/30) Upgrading pipewire-lang (0.3.58-r0 -> 0.3.59-r0) (24/30) Upgrading xorg-server-common (21.1.4-r0 -> 21.1.4-r1) (25/30) Upgrading kscreenlocker (9999_git1664496623-r0 -> 9999_git1664589349-r0) (26/30) Upgrading kwin (9999_git1664379664-r0 -> 9999_git1664521850-r0) ERROR: Failed to create usr/bin/kwin_x11: Connection aborted ERROR: kwin-9999_git1664521850-r0: No space left on device (27/30) Upgrading plasma-workspace-libs (9999_git1664426810-r1 -> 9999_git1664563200-r1) (28/30) Upgrading plasma-workspace (9999_git1664208635-r1 -> 9999_git1664563200-r1) ERROR: Failed to create usr/bin/plasmashell: No space left on device ERROR: plasma-workspace-9999_git1664563200-r1: No space left on device (29/30) Upgrading polkit-kde-agent-1 (9999_git1664278816-r0 -> 9999_git1664589398-r0) (30/30) Upgrading xorg-server (21.1.4-r0 -> 21.1.4-r1) ERROR: Failed to create usr/libexec/Xorg: Connection aborted ERROR: xorg-server-21.1.4-r1: No space left on device Executing busybox-1.35.0-r25.trigger Executing gtk-update-icon-cache-3.24.34-r6.trigger Executing eudev-3.2.11-r2.trigger Executing postmarketos-base-22-r0.trigger 10 errors; 3522 MiB in 986 packages ERROR: unable to select packages: plasma-workspace-libs-9999_git1664426810-r1: breaks: plasma-workspace-9999_git1664208635-r1[plasma-workspace-libs=9999_git1664208635-r1] satisfies: plasma-workspace-9999_git1664208635-r1[so:libcolorcorrect.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinst.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinstui.so.5] plasma-workspace-9999_git1664208635-r1[so:libkworkspace5.so.5] plasma-workspace-9999_git1664208635-r1[so:libnotificationmanager.so.1] plasma-workspace-9999_git1664208635-r1[so:libplasma-geolocation-interface.so.5] plasma-workspace-9999_git1664208635-r1[so:libtaskmanager.so.6] plasma-workspace-9999_git1664208635-r1[so:libweather_ion.so.7] plasma-mobile-9999_git1664294469-r0[so:libkworkspace5.so.5] powerdevil-9999_git1664306196-r0[so:libkworkspace5.so.5] ERROR: unable to select packages: plasma-workspace-libs-9999_git1664426810-r1: breaks: plasma-workspace-9999_git1664208635-r1[plasma-workspace-libs=9999_git1664208635-r1] satisfies: plasma-workspace-9999_git1664208635-r1[so:libcolorcorrect.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinst.so.5] plasma-workspace-9999_git1664208635-r1[so:libkfontinstui.so.5] plasma-workspace-9999_git1664208635-r1[so:libkworkspace5.so.5] plasma-workspace-9999_git1664208635-r1[so:libnotificationmanager.so.1] plasma-workspace-9999_git1664208635-r1[so:libplasma-geolocation-interface.so.5] plasma-workspace-9999_git1664208635-r1[so:libtaskmanager.so.6] plasma-workspace-9999_git1664208635-r1[so:libweather_ion.so.7] plasma-mobile-9999_git1664294469-r0[so:libkworkspace5.so.5] powerdevil-9999_git1664306196-r0[so:libkworkspace5.so.5] (chroot) Exiting chroot... [17:38:21] Unregister qemu binfmt (arm) [17:38:21] Unregister qemu binfmt (aarch64) [17:38:22] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [17:38:22] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [17:38:22] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y [17:38:22] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro [17:38:24] Cleared up ~5018 MB of space [17:38:24] DONE! removed 'images/pmos-plasma-mobile-nightly-20220930-pine64-pinephone.img.xz' removed 'images/pmos-plasma-mobile-nightly-20220930-pine64-pinephone.img.xz.sha256' removed 'images/pmos-plasma-mobile-nightly-20220930-pine64-pinephonepro.img.xz' removed 'images/pmos-plasma-mobile-nightly-20220930-pine64-pinephonepro.img.xz.sha256' removed 'images/pmos-plasma-mobile-nightly-20220930-tablet-x64uefi.img.xz' removed 'images/pmos-plasma-mobile-nightly-20220930-tablet-x64uefi.img.xz.sha256' Compressing pine64-pinephone.img pine64-pinephone.img: 689.9 MiB / 3,283.0 MiB = 0.210, 31 MiB/s, 1:45 renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221001-pine64-pinephone.img.xz' Compressing pine64-pinephonepro.img pine64-pinephonepro.img: 655.1 MiB / 3,246.0 MiB = 0.202, 31 MiB/s, 1:46 renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221001-pine64-pinephonepro.img.xz' Compressing tablet-x64uefi.img tablet-x64uefi.img: 1,224.7 MiB / 4,387.0 MiB = 0.279, 30 MiB/s, 2:24 renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221001-tablet-x64uefi.img.xz' sending incremental file list deleting images/pmos-plasma-mobile-nightly-20220930-tablet-x64uefi.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20220930-tablet-x64uefi.img.xz deleting images/pmos-plasma-mobile-nightly-20220930-pine64-pinephonepro.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20220930-pine64-pinephonepro.img.xz deleting images/pmos-plasma-mobile-nightly-20220930-pine64-pinephone.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20220930-pine64-pinephone.img.xz images/ images/pmos-plasma-mobile-nightly-20221001-pine64-pinephone.img.xz 32,768 0% 0.00kB/s 0:00:00 3,375,104 0% 3.19MB/s 0:03:40 4,653,056 0% 2.19MB/s 0:05:20 5,832,704 0% 1.82MB/s 0:06:25 7,143,424 0% 1.67MB/s 0:06:59 8,454,144 1% 1.18MB/s 0:09:49 9,764,864 1% 1.19MB/s 0:09:45 11,075,584 1% 1.22MB/s 0:09:29 12,386,304 1% 1.22MB/s 0:09:29 13,697,024 1% 1.22MB/s 0:09:28 15,007,744 2% 1.22MB/s 0:09:26 16,318,464 2% 1.22MB/s 0:09:24 17,629,184 2% 1.22MB/s 0:09:22 18,939,904 2% 1.23MB/s 0:09:21 20,250,624 2% 1.22MB/s 0:09:21 21,561,344 2% 1.22MB/s 0:09:20 22,872,064 3% 1.22MB/s 0:09:20 24,182,784 3% 1.22MB/s 0:09:21 25,493,504 3% 1.22MB/s 0:09:20 26,804,224 3% 1.21MB/s 0:09:20 28,114,944 3% 1.20MB/s 0:09:25 29,425,664 4% 1.21MB/s 0:09:22 30,736,384 4% 1.20MB/s 0:09:21 32,047,104 4% 1.21MB/s 0:09:19 33,357,824 4% 1.22MB/s 0:09:11 34,668,544 4% 1.22MB/s 0:09:11 35,979,264 4% 1.22MB/s 0:09:11 37,289,984 5% 1.22MB/s 0:09:10 38,600,704 5% 1.22MB/s 0:09:09 39,911,424 5% 1.22MB/s 0:09:07 41,222,144 5% 1.22MB/s 0:09:05 42,532,864 5% 1.22MB/s 0:09:04 43,843,584 6% 1.22MB/s 0:09:03 45,154,304 6% 1.22MB/s 0:09:02 46,465,024 6% 1.22MB/s 0:09:01 47,775,744 6% 1.22MB/s 0:08:58 49,086,464 6% 1.22MB/s 0:08:58 50,397,184 6% 1.22MB/s 0:08:56 51,707,904 7% 1.22MB/s 0:08:55 53,018,624 7% 1.22MB/s 0:08:56 54,329,344 7% 1.22MB/s 0:08:54 55,640,064 7% 1.22MB/s 0:08:53 56,950,784 7% 1.22MB/s 0:08:53 58,261,504 8% 1.22MB/s 0:08:51 59,572,224 8% 1.22MB/s 0:08:50 60,882,944 8% 1.22MB/s 0:08:49 62,193,664 8% 1.23MB/s 0:08:46 63,504,384 8% 1.22MB/s 0:08:48 64,815,104 8% 1.21MB/s 0:08:49 66,125,824 9% 1.21MB/s 0:08:49 67,403,776 9% 1.21MB/s 0:08:51 68,714,496 9% 1.21MB/s 0:08:48 70,025,216 9% 1.20MB/s 0:08:52 71,335,936 9% 1.19MB/s 0:08:53 72,646,656 10% 1.20MB/s 0:08:49 73,957,376 10% 1.19MB/s 0:08:54 75,268,096 10% 1.20MB/s 0:08:45 76,578,816 10% 1.20MB/s 0:08:45 77,889,536 10% 1.18MB/s 0:08:53 79,069,184 10% 1.15MB/s 0:09:09 80,379,904 11% 1.14MB/s 0:09:12 81,690,624 11% 1.14MB/s 0:09:11 83,001,344 11% 1.15MB/s 0:09:04 84,312,064 11% 1.20MB/s 0:08:42 85,622,784 11% 1.20MB/s 0:08:38 86,933,504 12% 1.20MB/s 0:08:36 88,244,224 12% 1.21MB/s 0:08:31 89,554,944 12% 1.22MB/s 0:08:29 90,865,664 12% 1.22MB/s 0:08:27 92,176,384 12% 1.22MB/s 0:08:25 93,487,104 12% 1.21MB/s 0:08:30 94,797,824 13% 1.20MB/s 0:08:32 96,108,544 13% 1.20MB/s 0:08:29 97,419,264 13% 1.20MB/s 0:08:27 98,729,984 13% 1.22MB/s 0:08:20 100,040,704 13% 1.22MB/s 0:08:17 101,351,424 14% 1.22MB/s 0:08:17 102,662,144 14% 1.22MB/s 0:08:16 103,972,864 14% 1.22MB/s 0:08:15 105,283,584 14% 1.22MB/s 0:08:14 106,594,304 14% 1.22MB/s 0:08:12 107,905,024 14% 1.22MB/s 0:08:12 109,215,744 15% 1.22MB/s 0:08:11 110,526,464 15% 1.22MB/s 0:08:10 111,837,184 15% 1.22MB/s 0:08:10 113,147,904 15% 1.22MB/s 0:08:08 114,458,624 15% 1.22MB/s 0:08:07 115,769,344 16% 1.21MB/s 0:08:10 117,080,064 16% 1.20MB/s 0:08:14 118,390,784 16% 1.19MB/s 0:08:16 119,701,504 16% 1.18MB/s 0:08:21 121,012,224 16% 1.18MB/s 0:08:16 122,322,944 16% 1.19MB/s 0:08:12 123,633,664 17% 1.20MB/s 0:08:07 124,944,384 17% 1.20MB/s 0:08:07 126,255,104 17% 1.20MB/s 0:08:06 127,565,824 17% 1.20MB/s 0:08:03 128,876,544 17% 1.20MB/s 0:08:03 130,187,264 17% 1.22MB/s 0:07:55 131,497,984 18% 1.22MB/s 0:07:55 132,808,704 18% 1.21MB/s 0:07:55 134,119,424 18% 1.22MB/s 0:07:53 135,430,144 18% 1.22MB/s 0:07:51 136,740,864 18% 1.22MB/s 0:07:49 138,051,584 19% 1.22MB/s 0:07:47 139,362,304 19% 1.22MB/s 0:07:46 140,673,024 19% 1.22MB/s 0:07:46 141,983,744 19% 1.22MB/s 0:07:45 143,294,464 19% 1.22MB/s 0:07:44 144,605,184 19% 1.22MB/s 0:07:43 145,915,904 20% 1.22MB/s 0:07:41 147,226,624 20% 1.22MB/s 0:07:39 148,537,344 20% 1.21MB/s 0:07:43 149,848,064 20% 1.21MB/s 0:07:43 151,158,784 20% 1.21MB/s 0:07:43 152,469,504 21% 1.21MB/s 0:07:41 153,780,224 21% 1.22MB/s 0:07:35 155,090,944 21% 1.20MB/s 0:07:40 156,401,664 21% 1.18MB/s 0:07:47 157,712,384 21% 1.16MB/s 0:07:54 159,023,104 21% 1.14MB/s 0:08:02 160,071,680 22% 1.08MB/s 0:08:30 161,382,400 22% 1.08MB/s 0:08:26 162,693,120 22% 1.10MB/s 0:08:16 164,003,840 22% 1.12MB/s 0:08:05 165,314,560 22% 1.21MB/s 0:07:30 166,625,280 23% 1.23MB/s 0:07:23 167,936,000 23% 1.21MB/s 0:07:29 169,246,720 23% 1.21MB/s 0:07:28 170,557,440 23% 1.20MB/s 0:07:28 171,868,160 23% 1.20MB/s 0:07:30 173,178,880 23% 1.21MB/s 0:07:23 174,489,600 24% 1.21MB/s 0:07:22 175,800,320 24% 1.21MB/s 0:07:20 177,111,040 24% 1.20MB/s 0:07:23 178,421,760 24% 1.21MB/s 0:07:21 179,732,480 24% 1.21MB/s 0:07:20 181,043,200 25% 1.21MB/s 0:07:19 182,353,920 25% 1.22MB/s 0:07:12 183,664,640 25% 1.21MB/s 0:07:14 184,975,360 25% 1.21MB/s 0:07:13 186,155,008 25% 1.18MB/s 0:07:23 187,465,728 25% 1.18MB/s 0:07:21 188,776,448 26% 1.19MB/s 0:07:18 190,087,168 26% 1.19MB/s 0:07:17 191,397,888 26% 1.22MB/s 0:07:06 192,708,608 26% 1.22MB/s 0:07:05 194,019,328 26% 1.22MB/s 0:07:05 195,330,048 27% 1.21MB/s 0:07:05 196,640,768 27% 1.20MB/s 0:07:08 197,951,488 27% 1.19MB/s 0:07:09 199,262,208 27% 1.19MB/s 0:07:09 200,572,928 27% 1.19MB/s 0:07:07 201,850,880 27% 1.20MB/s 0:07:04 203,161,600 28% 1.21MB/s 0:07:00 204,472,320 28% 1.21MB/s 0:07:00 205,783,040 28% 1.20MB/s 0:07:00 207,093,760 28% 1.21MB/s 0:06:56 208,404,480 28% 1.21MB/s 0:06:56 209,715,200 28% 1.20MB/s 0:06:56 211,025,920 29% 1.21MB/s 0:06:55 212,336,640 29% 1.20MB/s 0:06:54 213,647,360 29% 1.21MB/s 0:06:52 214,958,080 29% 1.21MB/s 0:06:48 216,268,800 29% 1.21MB/s 0:06:48 217,579,520 30% 1.21MB/s 0:06:48 218,890,240 30% 1.21MB/s 0:06:48 220,200,960 30% 1.21MB/s 0:06:46 221,511,680 30% 1.21MB/s 0:06:44 222,822,400 30% 1.21MB/s 0:06:42 224,133,120 30% 1.22MB/s 0:06:40 225,443,840 31% 1.21MB/s 0:06:41 226,754,560 31% 1.19MB/s 0:06:46 228,065,280 31% 1.19MB/s 0:06:45 229,376,000 31% 1.19MB/s 0:06:45 230,686,720 31% 1.20MB/s 0:06:39 231,997,440 32% 1.22MB/s 0:06:32 233,308,160 32% 1.22MB/s 0:06:31 234,618,880 32% 1.23MB/s 0:06:29 235,929,600 32% 1.22MB/s 0:06:31 237,240,320 32% 1.21MB/s 0:06:31 238,551,040 32% 1.22MB/s 0:06:28 239,861,760 33% 1.22MB/s 0:06:27 241,172,480 33% 1.22MB/s 0:06:25 242,483,200 33% 1.23MB/s 0:06:22 243,793,920 33% 1.22MB/s 0:06:22 245,104,640 33% 1.22MB/s 0:06:21 246,415,360 34% 1.23MB/s 0:06:20 247,726,080 34% 1.22MB/s 0:06:19 249,036,800 34% 1.22MB/s 0:06:18 250,347,520 34% 1.22MB/s 0:06:17 251,658,240 34% 1.22MB/s 0:06:16 252,968,960 34% 1.22MB/s 0:06:17 254,279,680 35% 1.22MB/s 0:06:16 255,590,400 35% 1.22MB/s 0:06:14 256,901,120 35% 1.22MB/s 0:06:13 258,211,840 35% 1.22MB/s 0:06:10 259,522,560 35% 1.22MB/s 0:06:10 260,833,280 36% 1.22MB/s 0:06:10 262,144,000 36% 1.22MB/s 0:06:09 263,454,720 36% 1.22MB/s 0:06:08 264,765,440 36% 1.22MB/s 0:06:06 266,076,160 36% 1.22MB/s 0:06:05 267,386,880 36% 1.22MB/s 0:06:04 268,697,600 37% 1.22MB/s 0:06:03 270,008,320 37% 1.22MB/s 0:06:02 271,319,040 37% 1.22MB/s 0:06:01 272,629,760 37% 1.22MB/s 0:05:59 273,940,480 37% 1.22MB/s 0:05:58 275,251,200 38% 1.22MB/s 0:05:57 276,561,920 38% 1.22MB/s 0:05:56 277,872,640 38% 1.22MB/s 0:05:55 279,183,360 38% 1.22MB/s 0:05:56 280,363,008 38% 1.17MB/s 0:06:09 281,673,728 38% 1.17MB/s 0:06:07 282,984,448 39% 1.17MB/s 0:06:06 284,295,168 39% 1.18MB/s 0:06:03 285,605,888 39% 1.22MB/s 0:05:49 286,916,608 39% 1.22MB/s 0:05:48 288,227,328 39% 1.22MB/s 0:05:47 289,538,048 40% 1.22MB/s 0:05:46 290,848,768 40% 1.22MB/s 0:05:45 292,159,488 40% 1.22MB/s 0:05:44 293,470,208 40% 1.22MB/s 0:05:43 294,780,928 40% 1.22MB/s 0:05:42 296,091,648 40% 1.22MB/s 0:05:41 297,402,368 41% 1.22MB/s 0:05:40 298,713,088 41% 1.22MB/s 0:05:38 300,023,808 41% 1.22MB/s 0:05:38 301,334,528 41% 1.22MB/s 0:05:37 302,645,248 41% 1.22MB/s 0:05:36 303,955,968 42% 1.22MB/s 0:05:36 305,266,688 42% 1.22MB/s 0:05:35 306,577,408 42% 1.22MB/s 0:05:34 307,888,128 42% 1.22MB/s 0:05:32 309,198,848 42% 1.21MB/s 0:05:32 310,509,568 42% 1.22MB/s 0:05:31 311,820,288 43% 1.21MB/s 0:05:30 313,131,008 43% 1.21MB/s 0:05:30 314,441,728 43% 1.22MB/s 0:05:26 315,752,448 43% 1.22MB/s 0:05:25 317,063,168 43% 1.22MB/s 0:05:24 318,373,888 44% 1.23MB/s 0:05:22 319,684,608 44% 1.22MB/s 0:05:22 320,995,328 44% 1.22MB/s 0:05:21 322,306,048 44% 1.22MB/s 0:05:20 323,616,768 44% 1.22MB/s 0:05:19 324,927,488 44% 1.22MB/s 0:05:18 326,238,208 45% 1.22MB/s 0:05:17 327,548,928 45% 1.22MB/s 0:05:15 328,859,648 45% 1.22MB/s 0:05:16 330,170,368 45% 1.22MB/s 0:05:14 331,481,088 45% 1.22MB/s 0:05:13 332,791,808 46% 1.22MB/s 0:05:13 334,102,528 46% 1.22MB/s 0:05:11 335,413,248 46% 1.22MB/s 0:05:10 336,691,200 46% 1.21MB/s 0:05:11 338,001,920 46% 1.21MB/s 0:05:10 339,312,640 46% 1.22MB/s 0:05:08 340,623,360 47% 1.21MB/s 0:05:07 341,934,080 47% 1.22MB/s 0:05:05 343,244,800 47% 1.22MB/s 0:05:03 344,555,520 47% 1.22MB/s 0:05:02 345,866,240 47% 1.22MB/s 0:05:01 347,176,960 47% 1.22MB/s 0:05:01 348,487,680 48% 1.22MB/s 0:04:59 349,798,400 48% 1.22MB/s 0:04:59 351,109,120 48% 1.22MB/s 0:04:59 352,419,840 48% 1.22MB/s 0:04:57 353,730,560 48% 1.21MB/s 0:04:57 355,041,280 49% 1.22MB/s 0:04:55 356,352,000 49% 1.22MB/s 0:04:53 357,662,720 49% 1.22MB/s 0:04:53 358,973,440 49% 1.22MB/s 0:04:51 360,284,160 49% 1.22MB/s 0:04:50 361,594,880 49% 1.22MB/s 0:04:49 362,905,600 50% 1.22MB/s 0:04:47 364,216,320 50% 1.21MB/s 0:04:49 365,527,040 50% 1.21MB/s 0:04:49 366,837,760 50% 1.21MB/s 0:04:48 368,148,480 50% 1.19MB/s 0:04:51 369,459,200 51% 1.20MB/s 0:04:47 370,769,920 51% 1.20MB/s 0:04:46 372,080,640 51% 1.20MB/s 0:04:45 373,391,360 51% 1.22MB/s 0:04:39 374,702,080 51% 1.22MB/s 0:04:38 376,012,800 51% 1.22MB/s 0:04:37 377,323,520 52% 1.23MB/s 0:04:35 378,634,240 52% 1.22MB/s 0:04:35 379,944,960 52% 1.22MB/s 0:04:34 381,255,680 52% 1.22MB/s 0:04:33 382,566,400 52% 1.22MB/s 0:04:33 383,877,120 53% 1.22MB/s 0:04:32 385,187,840 53% 1.21MB/s 0:04:32 386,105,344 53% 1.10MB/s 0:04:58 387,416,064 53% 1.10MB/s 0:04:59 388,726,784 53% 1.08MB/s 0:05:01 390,037,504 53% 1.09MB/s 0:04:59 391,348,224 54% 1.19MB/s 0:04:33 392,658,944 54% 1.20MB/s 0:04:30 393,969,664 54% 1.21MB/s 0:04:25 395,280,384 54% 1.21MB/s 0:04:24 396,591,104 54% 1.22MB/s 0:04:20 397,901,824 55% 1.22MB/s 0:04:19 399,212,544 55% 1.22MB/s 0:04:19 400,523,264 55% 1.22MB/s 0:04:17 401,833,984 55% 1.21MB/s 0:04:20 403,144,704 55% 1.21MB/s 0:04:19 404,455,424 55% 1.21MB/s 0:04:17 405,766,144 56% 1.20MB/s 0:04:17 407,076,864 56% 1.22MB/s 0:04:13 408,387,584 56% 1.22MB/s 0:04:12 409,698,304 56% 1.21MB/s 0:04:12 411,009,024 56% 1.20MB/s 0:04:14 412,319,744 56% 1.20MB/s 0:04:13 413,630,464 57% 1.20MB/s 0:04:12 414,941,184 57% 1.20MB/s 0:04:10 416,251,904 57% 1.22MB/s 0:04:05 417,562,624 57% 1.22MB/s 0:04:04 418,873,344 57% 1.22MB/s 0:04:02 420,184,064 58% 1.22MB/s 0:04:01 421,494,784 58% 1.22MB/s 0:04:01 422,805,504 58% 1.22MB/s 0:04:01 424,116,224 58% 1.21MB/s 0:04:00 425,426,944 58% 1.21MB/s 0:04:00 426,737,664 58% 1.22MB/s 0:03:58 428,048,384 59% 1.22MB/s 0:03:56 429,359,104 59% 1.22MB/s 0:03:55 430,669,824 59% 1.22MB/s 0:03:53 431,980,544 59% 1.22MB/s 0:03:53 433,291,264 59% 1.22MB/s 0:03:51 434,601,984 60% 1.22MB/s 0:03:50 435,912,704 60% 1.22MB/s 0:03:49 437,223,424 60% 1.23MB/s 0:03:48 438,534,144 60% 1.22MB/s 0:03:47 439,844,864 60% 1.22MB/s 0:03:46 441,155,584 60% 1.23MB/s 0:03:44 442,466,304 61% 1.22MB/s 0:03:43 443,777,024 61% 1.22MB/s 0:03:43 445,087,744 61% 1.22MB/s 0:03:41 446,398,464 61% 1.22MB/s 0:03:40 447,709,184 61% 1.22MB/s 0:03:40 449,019,904 62% 1.20MB/s 0:03:43 450,330,624 62% 1.20MB/s 0:03:42 451,641,344 62% 1.20MB/s 0:03:41 452,952,064 62% 1.19MB/s 0:03:41 454,262,784 62% 1.22MB/s 0:03:35 455,573,504 62% 1.22MB/s 0:03:34 456,884,224 63% 1.22MB/s 0:03:33 458,194,944 63% 1.22MB/s 0:03:31 459,505,664 63% 1.22MB/s 0:03:31 460,816,384 63% 1.22MB/s 0:03:30 462,127,104 63% 1.22MB/s 0:03:29 463,437,824 64% 1.22MB/s 0:03:28 464,748,544 64% 1.22MB/s 0:03:26 466,059,264 64% 1.22MB/s 0:03:25 467,369,984 64% 1.22MB/s 0:03:24 468,680,704 64% 1.22MB/s 0:03:23 469,958,656 64% 1.19MB/s 0:03:27 471,269,376 65% 1.19MB/s 0:03:26 472,580,096 65% 1.19MB/s 0:03:26 473,890,816 65% 1.18MB/s 0:03:26 475,201,536 65% 1.21MB/s 0:03:19 476,512,256 65% 1.21MB/s 0:03:18 477,822,976 66% 1.22MB/s 0:03:16 479,133,696 66% 1.22MB/s 0:03:15 480,444,416 66% 1.21MB/s 0:03:15 481,755,136 66% 1.21MB/s 0:03:14 483,065,856 66% 1.21MB/s 0:03:14 484,376,576 66% 1.20MB/s 0:03:14 485,687,296 67% 1.20MB/s 0:03:12 486,998,016 67% 1.20MB/s 0:03:11 488,308,736 67% 1.21MB/s 0:03:09 489,619,456 67% 1.22MB/s 0:03:06 490,930,176 67% 1.22MB/s 0:03:05 492,240,896 68% 1.22MB/s 0:03:04 493,551,616 68% 1.21MB/s 0:03:05 494,862,336 68% 1.21MB/s 0:03:03 496,173,056 68% 1.22MB/s 0:03:02 497,483,776 68% 1.22MB/s 0:03:01 498,794,496 68% 1.23MB/s 0:02:58 500,105,216 69% 1.22MB/s 0:02:58 501,415,936 69% 1.22MB/s 0:02:58 502,726,656 69% 1.21MB/s 0:02:58 504,037,376 69% 1.21MB/s 0:02:56 505,348,096 69% 1.21MB/s 0:02:55 506,658,816 70% 1.22MB/s 0:02:54 507,969,536 70% 1.22MB/s 0:02:51 509,280,256 70% 1.22MB/s 0:02:50 510,590,976 70% 1.22MB/s 0:02:49 511,901,696 70% 1.22MB/s 0:02:49 513,212,416 70% 1.22MB/s 0:02:48 514,523,136 71% 1.22MB/s 0:02:47 515,833,856 71% 1.22MB/s 0:02:46 517,144,576 71% 1.22MB/s 0:02:44 518,455,296 71% 1.22MB/s 0:02:43 519,766,016 71% 1.22MB/s 0:02:42 521,076,736 72% 1.22MB/s 0:02:42 522,387,456 72% 1.22MB/s 0:02:40 523,698,176 72% 1.22MB/s 0:02:39 525,008,896 72% 1.22MB/s 0:02:38 526,319,616 72% 1.22MB/s 0:02:37 527,630,336 72% 1.22MB/s 0:02:36 528,941,056 73% 1.22MB/s 0:02:35 530,251,776 73% 1.22MB/s 0:02:34 531,562,496 73% 1.22MB/s 0:02:33 532,873,216 73% 1.22MB/s 0:02:31 534,183,936 73% 1.22MB/s 0:02:30 535,494,656 74% 1.23MB/s 0:02:29 536,805,376 74% 1.23MB/s 0:02:28 538,116,096 74% 1.22MB/s 0:02:27 539,426,816 74% 1.22MB/s 0:02:26 540,737,536 74% 1.21MB/s 0:02:26 542,048,256 74% 1.21MB/s 0:02:25 543,358,976 75% 1.21MB/s 0:02:24 544,669,696 75% 1.22MB/s 0:02:23 545,980,416 75% 1.22MB/s 0:02:21 547,291,136 75% 1.22MB/s 0:02:20 548,601,856 75% 1.22MB/s 0:02:19 549,912,576 76% 1.22MB/s 0:02:19 551,223,296 76% 1.22MB/s 0:02:17 552,534,016 76% 1.22MB/s 0:02:16 553,844,736 76% 1.22MB/s 0:02:16 555,155,456 76% 1.22MB/s 0:02:14 556,466,176 76% 1.21MB/s 0:02:14 557,776,896 77% 1.21MB/s 0:02:13 559,087,616 77% 1.21MB/s 0:02:12 560,398,336 77% 1.22MB/s 0:02:10 561,709,056 77% 1.22MB/s 0:02:09 563,019,776 77% 1.22MB/s 0:02:08 564,330,496 78% 1.22MB/s 0:02:07 565,641,216 78% 1.22MB/s 0:02:06 566,951,936 78% 1.22MB/s 0:02:05 568,262,656 78% 1.22MB/s 0:02:04 569,573,376 78% 1.23MB/s 0:02:02 570,884,096 78% 1.22MB/s 0:02:02 572,194,816 79% 1.22MB/s 0:02:01 573,505,536 79% 1.22MB/s 0:02:00 574,816,256 79% 1.22MB/s 0:01:59 576,126,976 79% 1.22MB/s 0:01:57 577,437,696 79% 1.22MB/s 0:01:56 578,748,416 80% 1.22MB/s 0:01:55 580,059,136 80% 1.22MB/s 0:01:54 581,369,856 80% 1.22MB/s 0:01:53 582,680,576 80% 1.22MB/s 0:01:52 583,991,296 80% 1.22MB/s 0:01:51 585,302,016 80% 1.22MB/s 0:01:50 586,612,736 81% 1.22MB/s 0:01:49 587,923,456 81% 1.22MB/s 0:01:48 589,234,176 81% 1.22MB/s 0:01:47 590,544,896 81% 1.22MB/s 0:01:46 591,855,616 81% 1.22MB/s 0:01:45 593,166,336 81% 1.22MB/s 0:01:44 594,477,056 82% 1.21MB/s 0:01:43 595,787,776 82% 1.22MB/s 0:01:42 597,098,496 82% 1.22MB/s 0:01:41 598,409,216 82% 1.22MB/s 0:01:39 599,719,936 82% 1.22MB/s 0:01:38 601,030,656 83% 1.22MB/s 0:01:37 602,341,376 83% 1.22MB/s 0:01:36 603,652,096 83% 1.22MB/s 0:01:35 604,930,048 83% 1.21MB/s 0:01:35 606,240,768 83% 1.21MB/s 0:01:34 607,551,488 83% 1.20MB/s 0:01:34 608,862,208 84% 1.20MB/s 0:01:32 610,172,928 84% 1.21MB/s 0:01:31 611,483,648 84% 1.22MB/s 0:01:29 612,794,368 84% 1.22MB/s 0:01:28 614,105,088 84% 1.22MB/s 0:01:27 615,415,808 85% 1.22MB/s 0:01:26 616,726,528 85% 1.22MB/s 0:01:25 618,037,248 85% 1.22MB/s 0:01:24 619,347,968 85% 1.22MB/s 0:01:22 620,658,688 85% 1.22MB/s 0:01:22 621,969,408 85% 1.22MB/s 0:01:21 623,280,128 86% 1.22MB/s 0:01:20 624,590,848 86% 1.22MB/s 0:01:18 625,901,568 86% 1.22MB/s 0:01:17 627,212,288 86% 1.22MB/s 0:01:16 628,523,008 86% 1.22MB/s 0:01:15 629,833,728 87% 1.22MB/s 0:01:14 631,144,448 87% 1.22MB/s 0:01:13 632,455,168 87% 1.21MB/s 0:01:13 633,765,888 87% 1.21MB/s 0:01:12 635,076,608 87% 1.21MB/s 0:01:11 636,387,328 87% 1.20MB/s 0:01:10 637,698,048 88% 1.21MB/s 0:01:09 639,008,768 88% 1.20MB/s 0:01:08 640,319,488 88% 1.18MB/s 0:01:08 641,630,208 88% 1.18MB/s 0:01:07 642,940,928 88% 1.18MB/s 0:01:06 644,251,648 89% 1.19MB/s 0:01:05 645,562,368 89% 1.21MB/s 0:01:02 646,873,088 89% 1.21MB/s 0:01:01 648,183,808 89% 1.22MB/s 0:01:00 649,494,528 89% 1.22MB/s 0:00:58 650,805,248 89% 1.22MB/s 0:00:58 652,115,968 90% 1.22MB/s 0:00:57 653,426,688 90% 1.22MB/s 0:00:56 654,737,408 90% 1.21MB/s 0:00:55 656,048,128 90% 1.21MB/s 0:00:54 657,358,848 90% 1.22MB/s 0:00:52 658,669,568 91% 1.22MB/s 0:00:51 659,980,288 91% 1.22MB/s 0:00:50 661,291,008 91% 1.23MB/s 0:00:49 662,601,728 91% 1.22MB/s 0:00:48 663,912,448 91% 1.22MB/s 0:00:47 665,223,168 91% 1.21MB/s 0:00:46 666,533,888 92% 1.21MB/s 0:00:45 667,844,608 92% 1.21MB/s 0:00:44 669,155,328 92% 1.22MB/s 0:00:43 670,466,048 92% 1.22MB/s 0:00:42 671,776,768 92% 1.22MB/s 0:00:41 673,087,488 93% 1.22MB/s 0:00:40 674,398,208 93% 1.22MB/s 0:00:39 675,708,928 93% 1.22MB/s 0:00:38 677,019,648 93% 1.22MB/s 0:00:37 678,330,368 93% 1.22MB/s 0:00:36 679,641,088 93% 1.22MB/s 0:00:34 680,951,808 94% 1.22MB/s 0:00:33 682,262,528 94% 1.22MB/s 0:00:32 683,573,248 94% 1.22MB/s 0:00:31 684,883,968 94% 1.22MB/s 0:00:30 686,194,688 94% 1.22MB/s 0:00:29 687,505,408 95% 1.22MB/s 0:00:28 688,816,128 95% 1.22MB/s 0:00:27 690,126,848 95% 1.22MB/s 0:00:26 691,437,568 95% 1.22MB/s 0:00:25 692,748,288 95% 1.21MB/s 0:00:24 694,059,008 95% 1.21MB/s 0:00:23 695,369,728 96% 1.21MB/s 0:00:22 696,680,448 96% 1.22MB/s 0:00:21 697,991,168 96% 1.22MB/s 0:00:20 699,301,888 96% 1.22MB/s 0:00:19 700,612,608 96% 1.22MB/s 0:00:18 701,923,328 97% 1.22MB/s 0:00:17 703,234,048 97% 1.21MB/s 0:00:16 704,544,768 97% 1.21MB/s 0:00:15 705,855,488 97% 1.22MB/s 0:00:14 707,166,208 97% 1.22MB/s 0:00:12 708,476,928 97% 1.23MB/s 0:00:11 709,787,648 98% 1.22MB/s 0:00:10 711,098,368 98% 1.22MB/s 0:00:09 712,409,088 98% 1.22MB/s 0:00:08 713,719,808 98% 1.22MB/s 0:00:07 715,030,528 98% 1.22MB/s 0:00:06 716,341,248 99% 1.17MB/s 0:00:05 717,783,040 99% 1.21MB/s 0:00:04 719,093,760 99% 1.21MB/s 0:00:03 720,404,480 99% 1.21MB/s 0:00:02 721,715,200 99% 1.26MB/s 0:00:01 723,025,920 99% 1.22MB/s 0:00:00 723,380,772 100% 1.22MB/s 0:09:27 (xfr#1, to-chk=5/7) images/pmos-plasma-mobile-nightly-20221001-pine64-pinephone.img.xz.sha256 133 100% 0.63kB/s 0:00:00 133 100% 0.63kB/s 0:00:00 (xfr#2, to-chk=4/7) images/pmos-plasma-mobile-nightly-20221001-pine64-pinephonepro.img.xz 32,768 0% 156.10kB/s 1:13:20 950,272 0% 909.80kB/s 0:12:33 2,260,992 0% 1.06MB/s 0:10:32 3,571,712 0% 1.11MB/s 0:09:59 4,882,432 0% 1.14MB/s 0:09:44 6,193,152 0% 1.22MB/s 0:09:04 7,503,872 1% 1.22MB/s 0:09:05 8,814,592 1% 1.21MB/s 0:09:07 10,125,312 1% 1.21MB/s 0:09:05 11,436,032 1% 1.21MB/s 0:09:05 12,746,752 1% 1.19MB/s 0:09:11 14,057,472 2% 1.18MB/s 0:09:14 15,368,192 2% 1.17MB/s 0:09:18 16,678,912 2% 1.17MB/s 0:09:18 17,989,632 2% 1.19MB/s 0:09:10 19,300,352 2% 1.20MB/s 0:09:01 20,480,000 2% 1.18MB/s 0:09:12 21,790,720 3% 1.18MB/s 0:09:12 23,101,440 3% 1.17MB/s 0:09:14 24,412,160 3% 1.17MB/s 0:09:14 25,722,880 3% 1.20MB/s 0:08:56 27,033,600 3% 1.21MB/s 0:08:54 28,344,320 4% 1.21MB/s 0:08:49 29,655,040 4% 1.20MB/s 0:08:55 30,965,760 4% 1.18MB/s 0:09:01 32,276,480 4% 1.18MB/s 0:08:59 33,587,200 4% 1.18MB/s 0:08:58 34,897,920 5% 1.20MB/s 0:08:50 36,208,640 5% 1.22MB/s 0:08:42 37,486,592 5% 1.21MB/s 0:08:45 38,797,312 5% 1.21MB/s 0:08:43 40,108,032 5% 1.20MB/s 0:08:45 41,418,752 6% 1.20MB/s 0:08:44 42,729,472 6% 1.22MB/s 0:08:37 44,040,192 6% 1.21MB/s 0:08:38 45,350,912 6% 1.22MB/s 0:08:33 46,661,632 6% 1.22MB/s 0:08:32 47,972,352 6% 1.22MB/s 0:08:31 49,283,072 7% 1.22MB/s 0:08:29 50,593,792 7% 1.21MB/s 0:08:35 51,904,512 7% 1.20MB/s 0:08:38 53,215,232 7% 1.19MB/s 0:08:38 54,525,952 7% 1.19MB/s 0:08:36 55,836,672 8% 1.20MB/s 0:08:34 57,147,392 8% 1.21MB/s 0:08:29 58,458,112 8% 1.21MB/s 0:08:26 59,768,832 8% 1.21MB/s 0:08:26 61,079,552 8% 1.22MB/s 0:08:20 62,390,272 9% 1.22MB/s 0:08:19 63,700,992 9% 1.22MB/s 0:08:19 65,011,712 9% 1.22MB/s 0:08:19 66,322,432 9% 1.21MB/s 0:08:21 67,633,152 9% 1.20MB/s 0:08:23 68,943,872 10% 1.19MB/s 0:08:25 70,254,592 10% 1.19MB/s 0:08:25 71,565,312 10% 1.19MB/s 0:08:23 72,876,032 10% 1.20MB/s 0:08:19 74,186,752 10% 1.21MB/s 0:08:15 75,497,472 10% 1.22MB/s 0:08:11 76,808,192 11% 1.22MB/s 0:08:08 78,118,912 11% 1.21MB/s 0:08:09 79,429,632 11% 1.21MB/s 0:08:12 80,740,352 11% 1.20MB/s 0:08:13 82,051,072 11% 1.20MB/s 0:08:12 83,361,792 12% 1.21MB/s 0:08:08 84,672,512 12% 1.22MB/s 0:08:02 85,983,232 12% 1.22MB/s 0:08:00 87,293,952 12% 1.23MB/s 0:07:57 88,604,672 12% 1.22MB/s 0:07:57 89,915,392 13% 1.22MB/s 0:07:56 91,226,112 13% 1.22MB/s 0:07:56 92,536,832 13% 1.22MB/s 0:07:56 93,847,552 13% 1.22MB/s 0:07:55 95,158,272 13% 1.22MB/s 0:07:55 96,468,992 14% 1.22MB/s 0:07:51 97,779,712 14% 1.21MB/s 0:07:57 99,090,432 14% 1.20MB/s 0:07:56 100,401,152 14% 1.19MB/s 0:08:00 101,711,872 14% 1.19MB/s 0:07:59 103,022,592 14% 1.21MB/s 0:07:51 104,333,312 15% 1.21MB/s 0:07:50 105,644,032 15% 1.22MB/s 0:07:44 106,954,752 15% 1.22MB/s 0:07:45 108,265,472 15% 1.22MB/s 0:07:44 109,576,192 15% 1.22MB/s 0:07:42 110,886,912 16% 1.22MB/s 0:07:41 112,197,632 16% 1.22MB/s 0:07:38 113,508,352 16% 1.22MB/s 0:07:37 114,819,072 16% 1.22MB/s 0:07:36 116,129,792 16% 1.22MB/s 0:07:36 117,440,512 17% 1.22MB/s 0:07:34 118,751,232 17% 1.22MB/s 0:07:33 120,061,952 17% 1.22MB/s 0:07:35 121,372,672 17% 1.22MB/s 0:07:33 122,683,392 17% 1.21MB/s 0:07:33 123,994,112 18% 1.21MB/s 0:07:33 125,304,832 18% 1.21MB/s 0:07:31 126,615,552 18% 1.21MB/s 0:07:32 127,926,272 18% 1.20MB/s 0:07:33 129,236,992 18% 1.20MB/s 0:07:32 130,547,712 19% 1.21MB/s 0:07:29 131,858,432 19% 1.22MB/s 0:07:25 133,169,152 19% 1.22MB/s 0:07:24 134,217,728 19% 1.12MB/s 0:08:00 135,135,232 19% 1.02MB/s 0:08:46 136,445,952 19% 1.02MB/s 0:08:44 137,756,672 20% 1.02MB/s 0:08:43 139,067,392 20% 1.11MB/s 0:08:00 140,247,040 20% 1.19MB/s 0:07:29 141,557,760 20% 1.18MB/s 0:07:30 142,868,480 20% 1.18MB/s 0:07:28 144,179,200 20% 1.19MB/s 0:07:25 145,489,920 21% 1.22MB/s 0:07:13 146,800,640 21% 1.22MB/s 0:07:11 148,111,360 21% 1.22MB/s 0:07:10 149,422,080 21% 1.22MB/s 0:07:09 150,732,800 21% 1.22MB/s 0:07:09 152,043,520 22% 1.22MB/s 0:07:08 153,354,240 22% 1.22MB/s 0:07:07 154,664,960 22% 1.22MB/s 0:07:06 155,975,680 22% 1.23MB/s 0:07:03 157,286,400 22% 1.22MB/s 0:07:02 158,597,120 23% 1.22MB/s 0:07:02 159,907,840 23% 1.21MB/s 0:07:04 161,218,560 23% 1.21MB/s 0:07:04 162,529,280 23% 1.21MB/s 0:07:02 163,840,000 23% 1.22MB/s 0:07:00 165,150,720 24% 1.22MB/s 0:06:57 166,461,440 24% 1.22MB/s 0:06:54 167,772,160 24% 1.23MB/s 0:06:53 169,082,880 24% 1.23MB/s 0:06:52 170,393,600 24% 1.21MB/s 0:06:56 171,671,552 24% 1.20MB/s 0:06:57 172,982,272 25% 1.20MB/s 0:06:56 174,292,992 25% 1.20MB/s 0:06:56 175,603,712 25% 1.21MB/s 0:06:52 176,914,432 25% 1.21MB/s 0:06:50 178,225,152 25% 1.22MB/s 0:06:48 179,535,872 26% 1.22MB/s 0:06:47 180,846,592 26% 1.22MB/s 0:06:44 182,157,312 26% 1.23MB/s 0:06:41 183,468,032 26% 1.22MB/s 0:06:41 184,778,752 26% 1.22MB/s 0:06:41 186,089,472 27% 1.21MB/s 0:06:42 187,400,192 27% 1.21MB/s 0:06:43 188,710,912 27% 1.21MB/s 0:06:43 190,021,632 27% 1.21MB/s 0:06:42 191,332,352 27% 1.21MB/s 0:06:39 192,643,072 28% 1.22MB/s 0:06:37 193,953,792 28% 1.21MB/s 0:06:36 195,264,512 28% 1.22MB/s 0:06:35 196,575,232 28% 1.22MB/s 0:06:33 197,885,952 28% 1.21MB/s 0:06:33 199,196,672 28% 1.22MB/s 0:06:30 200,507,392 29% 1.21MB/s 0:06:32 201,818,112 29% 1.21MB/s 0:06:32 203,128,832 29% 1.21MB/s 0:06:31 204,439,552 29% 1.21MB/s 0:06:29 205,750,272 29% 1.22MB/s 0:06:26 207,060,992 30% 1.22MB/s 0:06:24 208,371,712 30% 1.22MB/s 0:06:22 209,682,432 30% 1.22MB/s 0:06:22 210,993,152 30% 1.22MB/s 0:06:20 212,303,872 30% 1.22MB/s 0:06:20 213,614,592 31% 1.22MB/s 0:06:18 214,925,312 31% 1.22MB/s 0:06:16 216,236,032 31% 1.22MB/s 0:06:16 217,546,752 31% 1.22MB/s 0:06:14 218,857,472 31% 1.22MB/s 0:06:14 220,168,192 32% 1.22MB/s 0:06:14 221,478,912 32% 1.22MB/s 0:06:12 222,789,632 32% 1.22MB/s 0:06:11 224,100,352 32% 1.22MB/s 0:06:11 225,411,072 32% 1.21MB/s 0:06:13 226,721,792 33% 1.21MB/s 0:06:10 228,032,512 33% 1.21MB/s 0:06:09 229,343,232 33% 1.22MB/s 0:06:07 230,653,952 33% 1.23MB/s 0:06:03 231,964,672 33% 1.22MB/s 0:06:03 233,275,392 33% 1.22MB/s 0:06:02 234,586,112 34% 1.21MB/s 0:06:03 235,896,832 34% 1.22MB/s 0:06:02 237,207,552 34% 1.21MB/s 0:06:01 238,518,272 34% 1.22MB/s 0:06:00 239,828,992 34% 1.22MB/s 0:05:56 241,139,712 35% 1.22MB/s 0:05:55 242,450,432 35% 1.23MB/s 0:05:54 243,761,152 35% 1.22MB/s 0:05:53 245,071,872 35% 1.22MB/s 0:05:52 246,382,592 35% 1.22MB/s 0:05:52 247,693,312 36% 1.22MB/s 0:05:51 249,004,032 36% 1.22MB/s 0:05:50 250,314,752 36% 1.22MB/s 0:05:49 251,625,472 36% 1.22MB/s 0:05:47 252,936,192 36% 1.22MB/s 0:05:47 254,246,912 37% 1.22MB/s 0:05:47 255,557,632 37% 1.22MB/s 0:05:44 256,868,352 37% 1.22MB/s 0:05:43 258,179,072 37% 1.22MB/s 0:05:42 259,489,792 37% 1.22MB/s 0:05:41 260,800,512 37% 1.21MB/s 0:05:43 262,111,232 38% 1.21MB/s 0:05:42 263,421,952 38% 1.20MB/s 0:05:43 264,732,672 38% 1.20MB/s 0:05:43 266,043,392 38% 1.18MB/s 0:05:47 267,223,040 38% 1.15MB/s 0:05:55 268,402,688 39% 1.11MB/s 0:06:07 269,582,336 39% 1.09MB/s 0:06:13 270,761,984 39% 1.06MB/s 0:06:22 271,941,632 39% 1.07MB/s 0:06:18 273,121,280 39% 1.08MB/s 0:06:14 274,432,000 39% 1.10MB/s 0:06:05 275,480,576 40% 1.09MB/s 0:06:08 276,267,008 40% 956.31kB/s 0:07:09 277,053,440 40% 867.99kB/s 0:07:52 278,233,088 40% 834.16kB/s 0:08:09 279,543,808 40% 879.04kB/s 0:07:43 280,854,528 40% 1.03MB/s 0:06:25 282,165,248 41% 1.15MB/s 0:05:43 283,475,968 41% 1.19MB/s 0:05:30 284,655,616 41% 1.18MB/s 0:05:32 285,966,336 41% 1.18MB/s 0:05:31 287,277,056 41% 1.17MB/s 0:05:32 288,587,776 42% 1.16MB/s 0:05:36 289,898,496 42% 1.18MB/s 0:05:29 291,209,216 42% 1.18MB/s 0:05:26 292,519,936 42% 1.20MB/s 0:05:22 293,830,656 42% 1.21MB/s 0:05:16 295,141,376 42% 1.21MB/s 0:05:16 296,452,096 43% 1.21MB/s 0:05:15 297,762,816 43% 1.20MB/s 0:05:16 299,073,536 43% 1.19MB/s 0:05:17 300,384,256 43% 1.20MB/s 0:05:14 301,694,976 43% 1.20MB/s 0:05:13 303,005,696 44% 1.21MB/s 0:05:10 304,316,416 44% 1.20MB/s 0:05:11 305,594,368 44% 1.19MB/s 0:05:11 306,905,088 44% 1.19MB/s 0:05:10 308,215,808 44% 1.19MB/s 0:05:11 309,526,528 45% 1.19MB/s 0:05:08 310,837,248 45% 1.20MB/s 0:05:06 312,147,968 45% 1.20MB/s 0:05:05 313,458,688 45% 1.19MB/s 0:05:05 314,769,408 45% 1.20MB/s 0:05:02 316,080,128 46% 1.20MB/s 0:05:01 317,390,848 46% 1.19MB/s 0:05:02 318,701,568 46% 1.21MB/s 0:04:58 320,012,288 46% 1.20MB/s 0:04:58 321,323,008 46% 1.21MB/s 0:04:55 322,633,728 46% 1.20MB/s 0:04:57 323,944,448 47% 1.19MB/s 0:04:57 325,255,168 47% 1.20MB/s 0:04:54 326,565,888 47% 1.19MB/s 0:04:55 327,876,608 47% 1.21MB/s 0:04:50 329,187,328 47% 1.21MB/s 0:04:48 330,498,048 48% 1.21MB/s 0:04:46 331,808,768 48% 1.21MB/s 0:04:47 333,119,488 48% 1.21MB/s 0:04:45 334,430,208 48% 1.21MB/s 0:04:45 335,740,928 48% 1.21MB/s 0:04:43 337,051,648 49% 1.22MB/s 0:04:40 338,362,368 49% 1.22MB/s 0:04:39 339,673,088 49% 1.22MB/s 0:04:37 340,983,808 49% 1.22MB/s 0:04:37 342,294,528 49% 1.22MB/s 0:04:36 343,605,248 50% 1.22MB/s 0:04:35 344,915,968 50% 1.22MB/s 0:04:34 346,226,688 50% 1.21MB/s 0:04:33 347,537,408 50% 1.22MB/s 0:04:32 348,848,128 50% 1.22MB/s 0:04:30 350,158,848 50% 1.22MB/s 0:04:29 351,207,424 51% 1.16MB/s 0:04:42 352,780,288 51% 1.20MB/s 0:04:31 354,091,008 51% 1.20MB/s 0:04:30 355,401,728 51% 1.20MB/s 0:04:29 356,712,448 51% 1.25MB/s 0:04:17 358,023,168 52% 1.21MB/s 0:04:25 359,333,888 52% 1.21MB/s 0:04:24 360,644,608 52% 1.21MB/s 0:04:23 361,955,328 52% 1.22MB/s 0:04:21 363,266,048 52% 1.21MB/s 0:04:20 364,576,768 53% 1.21MB/s 0:04:20 365,887,488 53% 1.21MB/s 0:04:18 367,198,208 53% 1.21MB/s 0:04:17 368,508,928 53% 1.21MB/s 0:04:16 369,819,648 53% 1.22MB/s 0:04:13 371,130,368 54% 1.22MB/s 0:04:12 372,441,088 54% 1.22MB/s 0:04:11 373,751,808 54% 1.22MB/s 0:04:11 375,062,528 54% 1.22MB/s 0:04:09 376,373,248 54% 1.22MB/s 0:04:08 377,683,968 54% 1.22MB/s 0:04:07 378,994,688 55% 1.22MB/s 0:04:06 380,305,408 55% 1.22MB/s 0:04:05 381,616,128 55% 1.22MB/s 0:04:03 382,926,848 55% 1.22MB/s 0:04:02 384,237,568 55% 1.22MB/s 0:04:01 385,548,288 56% 1.22MB/s 0:04:00 386,859,008 56% 1.22MB/s 0:03:59 388,169,728 56% 1.22MB/s 0:03:58 389,480,448 56% 1.22MB/s 0:03:57 390,791,168 56% 1.22MB/s 0:03:56 392,101,888 57% 1.22MB/s 0:03:56 393,412,608 57% 1.22MB/s 0:03:55 394,723,328 57% 1.21MB/s 0:03:55 396,034,048 57% 1.22MB/s 0:03:53 397,344,768 57% 1.22MB/s 0:03:52 398,655,488 58% 1.22MB/s 0:03:51 399,966,208 58% 1.22MB/s 0:03:49 401,276,928 58% 1.21MB/s 0:03:50 402,587,648 58% 1.21MB/s 0:03:49 403,898,368 58% 1.21MB/s 0:03:48 405,209,088 58% 1.21MB/s 0:03:47 406,519,808 59% 1.22MB/s 0:03:44 407,699,456 59% 1.18MB/s 0:03:50 408,879,104 59% 1.13MB/s 0:03:59 410,189,824 59% 1.13MB/s 0:03:59 411,500,544 59% 1.13MB/s 0:03:58 412,811,264 60% 1.16MB/s 0:03:50 414,121,984 60% 1.21MB/s 0:03:40 415,432,704 60% 1.21MB/s 0:03:38 416,743,424 60% 1.22MB/s 0:03:36 418,054,144 60% 1.21MB/s 0:03:37 419,364,864 61% 1.21MB/s 0:03:35 420,675,584 61% 1.21MB/s 0:03:34 421,986,304 61% 1.21MB/s 0:03:34 423,297,024 61% 1.22MB/s 0:03:30 424,607,744 61% 1.22MB/s 0:03:30 425,918,464 62% 1.22MB/s 0:03:29 427,229,184 62% 1.22MB/s 0:03:28 428,539,904 62% 1.22MB/s 0:03:27 429,850,624 62% 1.22MB/s 0:03:25 431,161,344 62% 1.22MB/s 0:03:25 432,472,064 62% 1.22MB/s 0:03:23 433,782,784 63% 1.21MB/s 0:03:23 435,093,504 63% 1.21MB/s 0:03:22 436,404,224 63% 1.21MB/s 0:03:21 437,714,944 63% 1.21MB/s 0:03:20 439,025,664 63% 1.22MB/s 0:03:19 440,303,616 64% 1.21MB/s 0:03:19 441,614,336 64% 1.21MB/s 0:03:18 442,925,056 64% 1.21MB/s 0:03:17 444,235,776 64% 1.21MB/s 0:03:15 445,546,496 64% 1.22MB/s 0:03:13 446,857,216 65% 1.22MB/s 0:03:12 448,167,936 65% 1.22MB/s 0:03:10 449,478,656 65% 1.22MB/s 0:03:09 450,789,376 65% 1.23MB/s 0:03:08 452,100,096 65% 1.22MB/s 0:03:07 453,410,816 66% 1.22MB/s 0:03:06 454,721,536 66% 1.22MB/s 0:03:05 456,032,256 66% 1.23MB/s 0:03:03 457,342,976 66% 1.23MB/s 0:03:02 458,653,696 66% 1.23MB/s 0:03:01 459,964,416 66% 1.23MB/s 0:03:00 461,275,136 67% 1.22MB/s 0:03:00 462,585,856 67% 1.22MB/s 0:02:59 463,896,576 67% 1.23MB/s 0:02:57 465,207,296 67% 1.23MB/s 0:02:56 466,518,016 67% 1.22MB/s 0:02:55 467,828,736 68% 1.22MB/s 0:02:55 469,139,456 68% 1.23MB/s 0:02:53 470,450,176 68% 1.22MB/s 0:02:52 471,760,896 68% 1.22MB/s 0:02:51 473,071,616 68% 1.23MB/s 0:02:49 474,382,336 69% 1.23MB/s 0:02:49 475,693,056 69% 1.22MB/s 0:02:48 477,003,776 69% 1.23MB/s 0:02:47 478,314,496 69% 1.22MB/s 0:02:47 479,625,216 69% 1.22MB/s 0:02:46 480,935,936 70% 1.22MB/s 0:02:44 482,246,656 70% 1.22MB/s 0:02:44 483,557,376 70% 1.22MB/s 0:02:43 484,868,096 70% 1.21MB/s 0:02:42 486,178,816 70% 1.22MB/s 0:02:41 487,489,536 70% 1.22MB/s 0:02:40 488,800,256 71% 1.20MB/s 0:02:41 490,110,976 71% 1.20MB/s 0:02:40 491,421,696 71% 1.20MB/s 0:02:39 492,732,416 71% 1.19MB/s 0:02:38 494,043,136 71% 1.22MB/s 0:02:34 495,222,784 72% 1.20MB/s 0:02:36 496,533,504 72% 1.20MB/s 0:02:35 497,844,224 72% 1.20MB/s 0:02:33 499,154,944 72% 1.20MB/s 0:02:33 500,465,664 72% 1.22MB/s 0:02:29 501,776,384 73% 1.22MB/s 0:02:28 503,087,104 73% 1.22MB/s 0:02:26 504,397,824 73% 1.22MB/s 0:02:25 505,708,544 73% 1.21MB/s 0:02:26 507,019,264 73% 1.21MB/s 0:02:25 508,329,984 74% 1.21MB/s 0:02:24 509,640,704 74% 1.21MB/s 0:02:22 510,951,424 74% 1.22MB/s 0:02:20 512,262,144 74% 1.22MB/s 0:02:19 513,572,864 74% 1.22MB/s 0:02:18 514,883,584 74% 1.22MB/s 0:02:18 516,194,304 75% 1.20MB/s 0:02:19 517,505,024 75% 1.20MB/s 0:02:17 518,815,744 75% 1.20MB/s 0:02:16 520,126,464 75% 1.21MB/s 0:02:15 521,437,184 75% 1.22MB/s 0:02:12 522,747,904 76% 1.22MB/s 0:02:10 524,058,624 76% 1.22MB/s 0:02:09 525,369,344 76% 1.22MB/s 0:02:08 526,680,064 76% 1.22MB/s 0:02:07 527,990,784 76% 1.22MB/s 0:02:07 529,301,504 77% 1.22MB/s 0:02:06 530,612,224 77% 1.22MB/s 0:02:05 531,922,944 77% 1.22MB/s 0:02:03 533,233,664 77% 1.22MB/s 0:02:02 534,544,384 77% 1.23MB/s 0:02:01 535,855,104 78% 1.23MB/s 0:02:00 537,165,824 78% 1.22MB/s 0:02:00 538,476,544 78% 1.22MB/s 0:01:58 539,787,264 78% 1.22MB/s 0:01:57 541,097,984 78% 1.22MB/s 0:01:56 542,408,704 78% 1.23MB/s 0:01:55 543,719,424 79% 1.22MB/s 0:01:54 545,030,144 79% 1.22MB/s 0:01:53 546,340,864 79% 1.21MB/s 0:01:53 547,651,584 79% 1.21MB/s 0:01:52 548,962,304 79% 1.21MB/s 0:01:51 550,273,024 80% 1.21MB/s 0:01:50 551,583,744 80% 1.22MB/s 0:01:48 552,894,464 80% 1.22MB/s 0:01:47 554,205,184 80% 1.22MB/s 0:01:46 555,515,904 80% 1.22MB/s 0:01:45 556,826,624 81% 1.22MB/s 0:01:44 558,137,344 81% 1.22MB/s 0:01:42 559,448,064 81% 1.22MB/s 0:01:41 560,758,784 81% 1.22MB/s 0:01:40 562,069,504 81% 1.22MB/s 0:01:39 563,249,152 81% 1.20MB/s 0:01:40 564,559,872 82% 1.20MB/s 0:01:39 565,870,592 82% 1.20MB/s 0:01:38 567,181,312 82% 1.20MB/s 0:01:37 568,492,032 82% 1.21MB/s 0:01:35 569,802,752 82% 1.21MB/s 0:01:34 571,113,472 83% 1.21MB/s 0:01:33 572,424,192 83% 1.21MB/s 0:01:32 573,734,912 83% 1.22MB/s 0:01:30 575,012,864 83% 1.21MB/s 0:01:30 576,323,584 83% 1.21MB/s 0:01:29 577,634,304 84% 1.20MB/s 0:01:28 578,945,024 84% 1.20MB/s 0:01:27 580,255,744 84% 1.20MB/s 0:01:26 581,566,464 84% 1.21MB/s 0:01:25 582,877,184 84% 1.22MB/s 0:01:23 584,187,904 85% 1.22MB/s 0:01:22 585,498,624 85% 1.22MB/s 0:01:20 586,809,344 85% 1.22MB/s 0:01:19 588,120,064 85% 1.22MB/s 0:01:18 589,430,784 85% 1.22MB/s 0:01:17 590,741,504 85% 1.20MB/s 0:01:18 592,052,224 86% 1.20MB/s 0:01:17 593,362,944 86% 1.20MB/s 0:01:15 594,673,664 86% 1.20MB/s 0:01:14 595,984,384 86% 1.22MB/s 0:01:13 597,295,104 86% 1.20MB/s 0:01:12 598,474,752 87% 1.18MB/s 0:01:13 599,785,472 87% 1.17MB/s 0:01:12 601,096,192 87% 1.17MB/s 0:01:11 602,406,912 87% 1.18MB/s 0:01:09 603,717,632 87% 1.20MB/s 0:01:07 605,028,352 88% 1.21MB/s 0:01:06 606,339,072 88% 1.22MB/s 0:01:04 607,649,792 88% 1.22MB/s 0:01:03 608,829,440 88% 1.17MB/s 0:01:05 610,271,232 88% 1.20MB/s 0:01:02 611,581,952 89% 1.20MB/s 0:01:01 612,892,672 89% 1.20MB/s 0:01:00 614,203,392 89% 1.25MB/s 0:00:56 615,514,112 89% 1.22MB/s 0:00:57 616,824,832 89% 1.22MB/s 0:00:56 618,135,552 89% 1.22MB/s 0:00:54 619,446,272 90% 1.21MB/s 0:00:54 620,756,992 90% 1.21MB/s 0:00:53 622,067,712 90% 1.21MB/s 0:00:52 623,378,432 90% 1.21MB/s 0:00:51 624,689,152 90% 1.22MB/s 0:00:49 625,999,872 91% 1.22MB/s 0:00:48 627,310,592 91% 1.22MB/s 0:00:47 628,621,312 91% 1.21MB/s 0:00:46 629,932,032 91% 1.21MB/s 0:00:45 631,242,752 91% 1.20MB/s 0:00:45 632,553,472 92% 1.19MB/s 0:00:44 633,864,192 92% 1.20MB/s 0:00:43 635,174,912 92% 1.20MB/s 0:00:42 636,485,632 92% 1.20MB/s 0:00:40 637,796,352 92% 1.20MB/s 0:00:39 639,107,072 93% 1.19MB/s 0:00:39 640,417,792 93% 1.18MB/s 0:00:38 641,728,512 93% 1.18MB/s 0:00:37 642,908,160 93% 1.17MB/s 0:00:36 644,218,880 93% 1.18MB/s 0:00:35 645,529,600 93% 1.17MB/s 0:00:34 646,840,320 94% 1.17MB/s 0:00:33 648,151,040 94% 1.19MB/s 0:00:31 649,461,760 94% 1.19MB/s 0:00:30 650,772,480 94% 1.22MB/s 0:00:29 652,083,200 94% 1.22MB/s 0:00:27 653,393,920 95% 1.23MB/s 0:00:26 654,704,640 95% 1.22MB/s 0:00:25 656,015,360 95% 1.21MB/s 0:00:24 657,326,080 95% 1.20MB/s 0:00:24 658,636,800 95% 1.19MB/s 0:00:23 659,947,520 96% 1.18MB/s 0:00:22 661,258,240 96% 1.19MB/s 0:00:21 662,568,960 96% 1.19MB/s 0:00:19 663,879,680 96% 1.21MB/s 0:00:18 665,190,400 96% 1.21MB/s 0:00:17 666,501,120 97% 1.21MB/s 0:00:16 667,811,840 97% 1.20MB/s 0:00:15 669,122,560 97% 1.20MB/s 0:00:14 670,433,280 97% 1.20MB/s 0:00:13 671,744,000 97% 1.20MB/s 0:00:12 673,054,720 97% 1.21MB/s 0:00:11 674,365,440 98% 1.20MB/s 0:00:10 675,676,160 98% 1.20MB/s 0:00:09 676,855,808 98% 1.17MB/s 0:00:08 678,166,528 98% 1.18MB/s 0:00:07 679,477,248 98% 1.18MB/s 0:00:06 680,787,968 99% 1.17MB/s 0:00:05 682,098,688 99% 1.19MB/s 0:00:03 683,409,408 99% 1.17MB/s 0:00:02 684,720,128 99% 1.17MB/s 0:00:01 686,030,848 99% 1.18MB/s 0:00:00 686,916,296 100% 1.20MB/s 0:09:04 (xfr#3, to-chk=3/7) images/pmos-plasma-mobile-nightly-20221001-pine64-pinephonepro.img.xz.sha256 136 100% 0.21kB/s 0:00:00 136 100% 0.21kB/s 0:00:00 (xfr#4, to-chk=2/7) images/pmos-plasma-mobile-nightly-20221001-tablet-x64uefi.img.xz 32,768 0% 42.38kB/s 8:24:58 425,984 0% 387.70kB/s 0:55:11 1,736,704 0% 808.39kB/s 0:26:26 3,047,424 0% 946.56kB/s 0:22:33 4,358,144 0% 1021.60kB/s 0:20:52 5,668,864 0% 1.21MB/s 0:17:08 6,979,584 0% 1.20MB/s 0:17:15 8,290,304 0% 1.21MB/s 0:17:13 9,601,024 0% 1.19MB/s 0:17:25 10,911,744 0% 1.19MB/s 0:17:24 12,222,464 0% 1.19MB/s 0:17:23 13,533,184 1% 1.20MB/s 0:17:17 14,843,904 1% 1.21MB/s 0:17:03 16,154,624 1% 1.21MB/s 0:17:02 17,432,576 1% 1.22MB/s 0:16:57 18,743,296 1% 1.21MB/s 0:16:57 20,054,016 1% 1.21MB/s 0:17:00 21,364,736 1% 1.21MB/s 0:16:56 22,675,456 1% 1.22MB/s 0:16:48 23,986,176 1% 1.22MB/s 0:16:46 25,231,360 1% 1.22MB/s 0:16:49 26,345,472 2% 1.17MB/s 0:17:27 27,656,192 2% 1.17MB/s 0:17:29 28,966,912 2% 1.16MB/s 0:17:35 30,277,632 2% 1.17MB/s 0:17:27 31,588,352 2% 1.20MB/s 0:17:02 32,899,072 2% 1.18MB/s 0:17:13 34,209,792 2% 1.18MB/s 0:17:12 35,520,512 2% 1.17MB/s 0:17:18 36,831,232 2% 1.18MB/s 0:17:12 38,010,880 2% 1.16MB/s 0:17:26 39,321,600 3% 1.15MB/s 0:17:34 40,632,320 3% 1.15MB/s 0:17:32 41,943,040 3% 1.16MB/s 0:17:30 43,253,760 3% 1.19MB/s 0:17:00 44,564,480 3% 1.21MB/s 0:16:42 45,875,200 3% 1.20MB/s 0:16:50 47,054,848 3% 1.17MB/s 0:17:15 48,365,568 3% 1.15MB/s 0:17:29 49,676,288 3% 1.15MB/s 0:17:28 50,987,008 3% 1.16MB/s 0:17:16 52,297,728 4% 1.20MB/s 0:16:44 53,608,448 4% 1.21MB/s 0:16:29 54,919,168 4% 1.21MB/s 0:16:29 56,229,888 4% 1.22MB/s 0:16:23 57,540,608 4% 1.22MB/s 0:16:22 58,720,256 4% 1.19MB/s 0:16:41 60,030,976 4% 1.20MB/s 0:16:39 61,341,696 4% 1.19MB/s 0:16:47 62,652,416 4% 1.18MB/s 0:16:47 63,963,136 4% 1.21MB/s 0:16:24 65,273,856 5% 1.21MB/s 0:16:26 66,584,576 5% 1.22MB/s 0:16:17 67,895,296 5% 1.22MB/s 0:16:15 69,206,016 5% 1.22MB/s 0:16:14 70,516,736 5% 1.22MB/s 0:16:10 71,827,456 5% 1.22MB/s 0:16:08 73,138,176 5% 1.22MB/s 0:16:06 74,448,896 5% 1.22MB/s 0:16:09 75,759,616 5% 1.22MB/s 0:16:07 77,070,336 6% 1.22MB/s 0:16:06 78,381,056 6% 1.22MB/s 0:16:07 79,691,776 6% 1.22MB/s 0:16:01 81,002,496 6% 1.22MB/s 0:16:00 82,313,216 6% 1.22MB/s 0:16:00 83,623,936 6% 1.22MB/s 0:16:00 84,934,656 6% 1.21MB/s 0:16:04 86,245,376 6% 1.21MB/s 0:16:07 87,556,096 6% 1.20MB/s 0:16:14 88,866,816 6% 1.18MB/s 0:16:25 90,177,536 7% 1.19MB/s 0:16:23 91,488,256 7% 1.19MB/s 0:16:20 92,798,976 7% 1.20MB/s 0:16:11 94,109,696 7% 1.21MB/s 0:15:59 95,420,416 7% 1.22MB/s 0:15:54 96,731,136 7% 1.22MB/s 0:15:47 98,041,856 7% 1.22MB/s 0:15:46 99,352,576 7% 1.23MB/s 0:15:43 100,663,296 7% 1.23MB/s 0:15:40 101,974,016 7% 1.23MB/s 0:15:41 103,284,736 8% 1.22MB/s 0:15:47 104,595,456 8% 1.21MB/s 0:15:49 105,906,176 8% 1.21MB/s 0:15:47 107,216,896 8% 1.21MB/s 0:15:47 108,527,616 8% 1.22MB/s 0:15:40 109,838,336 8% 1.23MB/s 0:15:35 111,149,056 8% 1.22MB/s 0:15:37 112,459,776 8% 1.21MB/s 0:15:44 113,770,496 8% 1.20MB/s 0:15:49 115,081,216 8% 1.20MB/s 0:15:49 116,391,936 9% 1.21MB/s 0:15:46 117,702,656 9% 1.22MB/s 0:15:36 119,013,376 9% 1.22MB/s 0:15:31 120,324,096 9% 1.22MB/s 0:15:31 121,634,816 9% 1.22MB/s 0:15:30 122,945,536 9% 1.21MB/s 0:15:35 124,256,256 9% 1.21MB/s 0:15:39 125,566,976 9% 1.21MB/s 0:15:35 126,877,696 9% 1.21MB/s 0:15:35 128,188,416 9% 1.21MB/s 0:15:29 129,499,136 10% 1.22MB/s 0:15:26 130,809,856 10% 1.21MB/s 0:15:30 132,120,576 10% 1.21MB/s 0:15:29 133,431,296 10% 1.21MB/s 0:15:30 134,742,016 10% 1.20MB/s 0:15:32 136,052,736 10% 1.20MB/s 0:15:38 137,363,456 10% 1.20MB/s 0:15:36 138,674,176 10% 1.20MB/s 0:15:32 139,984,896 10% 1.21MB/s 0:15:26 141,295,616 11% 1.22MB/s 0:15:15 142,606,336 11% 1.22MB/s 0:15:16 143,917,056 11% 1.22MB/s 0:15:12 145,227,776 11% 1.22MB/s 0:15:11 146,538,496 11% 1.22MB/s 0:15:08 147,849,216 11% 1.23MB/s 0:15:05 149,159,936 11% 1.22MB/s 0:15:05 150,470,656 11% 1.23MB/s 0:15:03 151,748,608 11% 1.22MB/s 0:15:08 153,059,328 11% 1.22MB/s 0:15:06 154,370,048 12% 1.22MB/s 0:15:06 155,680,768 12% 1.21MB/s 0:15:09 156,991,488 12% 1.22MB/s 0:15:04 158,302,208 12% 1.22MB/s 0:15:03 159,612,928 12% 1.22MB/s 0:15:01 160,923,648 12% 1.22MB/s 0:14:57 162,234,368 12% 1.22MB/s 0:14:56 163,545,088 12% 1.22MB/s 0:14:54 164,855,808 12% 1.22MB/s 0:14:54 166,166,528 12% 1.22MB/s 0:14:52 167,477,248 13% 1.22MB/s 0:14:54 168,787,968 13% 1.22MB/s 0:14:50 170,098,688 13% 1.22MB/s 0:14:50 171,409,408 13% 1.21MB/s 0:14:56 172,720,128 13% 1.22MB/s 0:14:53 174,030,848 13% 1.21MB/s 0:14:55 175,341,568 13% 1.21MB/s 0:14:55 176,652,288 13% 1.22MB/s 0:14:48 177,963,008 13% 1.22MB/s 0:14:47 179,273,728 13% 1.22MB/s 0:14:46 180,584,448 14% 1.22MB/s 0:14:44 181,895,168 14% 1.21MB/s 0:14:47 183,205,888 14% 1.21MB/s 0:14:52 184,516,608 14% 1.20MB/s 0:14:54 185,827,328 14% 1.20MB/s 0:14:53 187,138,048 14% 1.21MB/s 0:14:46 188,448,768 14% 1.22MB/s 0:14:38 189,759,488 14% 1.22MB/s 0:14:33 191,070,208 14% 1.22MB/s 0:14:31 192,380,928 14% 1.22MB/s 0:14:31 193,691,648 15% 1.22MB/s 0:14:29 195,002,368 15% 1.20MB/s 0:14:43 196,313,088 15% 1.20MB/s 0:14:42 197,623,808 15% 1.20MB/s 0:14:42 198,934,528 15% 1.19MB/s 0:14:47 200,245,248 15% 1.21MB/s 0:14:31 201,555,968 15% 1.20MB/s 0:14:42 202,866,688 15% 1.20MB/s 0:14:41 204,177,408 15% 1.20MB/s 0:14:35 205,488,128 16% 1.20MB/s 0:14:39 206,798,848 16% 1.21MB/s 0:14:26 208,109,568 16% 1.21MB/s 0:14:28 209,420,288 16% 1.20MB/s 0:14:34 210,731,008 16% 1.20MB/s 0:14:30 212,041,728 16% 1.21MB/s 0:14:28 213,352,448 16% 1.21MB/s 0:14:22 214,663,168 16% 1.22MB/s 0:14:15 215,973,888 16% 1.22MB/s 0:14:14 217,284,608 16% 1.22MB/s 0:14:13 218,595,328 17% 1.22MB/s 0:14:12 219,906,048 17% 1.22MB/s 0:14:10 221,216,768 17% 1.22MB/s 0:14:08 222,527,488 17% 1.22MB/s 0:14:07 223,838,208 17% 1.22MB/s 0:14:06 225,148,928 17% 1.22MB/s 0:14:04 226,459,648 17% 1.22MB/s 0:14:04 227,770,368 17% 1.22MB/s 0:14:06 229,081,088 17% 1.22MB/s 0:14:07 230,391,808 17% 1.21MB/s 0:14:07 231,702,528 18% 1.21MB/s 0:14:07 233,013,248 18% 1.21MB/s 0:14:05 234,323,968 18% 1.22MB/s 0:14:00 235,634,688 18% 1.22MB/s 0:13:58 236,945,408 18% 1.22MB/s 0:13:55 238,256,128 18% 1.23MB/s 0:13:52 239,566,848 18% 1.22MB/s 0:13:53 240,877,568 18% 1.22MB/s 0:13:52 242,188,288 18% 1.22MB/s 0:13:53 243,499,008 18% 1.22MB/s 0:13:50 244,809,728 19% 1.22MB/s 0:13:51 246,120,448 19% 1.22MB/s 0:13:49 247,431,168 19% 1.22MB/s 0:13:47 248,741,888 19% 1.22MB/s 0:13:48 250,052,608 19% 1.22MB/s 0:13:48 251,363,328 19% 1.22MB/s 0:13:46 252,674,048 19% 1.22MB/s 0:13:45 253,984,768 19% 1.22MB/s 0:13:43 255,295,488 19% 1.22MB/s 0:13:40 256,606,208 19% 1.22MB/s 0:13:40 257,916,928 20% 1.22MB/s 0:13:39 259,227,648 20% 1.22MB/s 0:13:38 260,538,368 20% 1.22MB/s 0:13:38 261,849,088 20% 1.22MB/s 0:13:37 263,159,808 20% 1.22MB/s 0:13:36 264,470,528 20% 1.22MB/s 0:13:35 265,781,248 20% 1.22MB/s 0:13:33 267,091,968 20% 1.22MB/s 0:13:31 268,402,688 20% 1.22MB/s 0:13:35 269,713,408 21% 1.22MB/s 0:13:34 271,024,128 21% 1.22MB/s 0:13:34 272,334,848 21% 1.21MB/s 0:13:37 273,645,568 21% 1.21MB/s 0:13:32 274,956,288 21% 1.21MB/s 0:13:32 276,267,008 21% 1.22MB/s 0:13:30 277,577,728 21% 1.22MB/s 0:13:24 278,888,448 21% 1.22MB/s 0:13:22 280,199,168 21% 1.23MB/s 0:13:20 281,509,888 21% 1.22MB/s 0:13:20 282,820,608 22% 1.22MB/s 0:13:20 284,131,328 22% 1.22MB/s 0:13:19 285,442,048 22% 1.22MB/s 0:13:20 286,720,000 22% 1.21MB/s 0:13:27 288,030,720 22% 1.21MB/s 0:13:25 289,341,440 22% 1.21MB/s 0:13:22 290,652,160 22% 1.21MB/s 0:13:18 291,962,880 22% 1.23MB/s 0:13:09 293,273,600 22% 1.23MB/s 0:13:09 294,584,320 22% 1.22MB/s 0:13:10 295,895,040 23% 1.22MB/s 0:13:09 297,205,760 23% 1.22MB/s 0:13:09 298,516,480 23% 1.22MB/s 0:13:10 299,827,200 23% 1.22MB/s 0:13:11 301,137,920 23% 1.21MB/s 0:13:10 302,448,640 23% 1.22MB/s 0:13:07 303,759,360 23% 1.22MB/s 0:13:06 305,070,080 23% 1.21MB/s 0:13:07 306,249,728 23% 1.19MB/s 0:13:24 307,560,448 23% 1.18MB/s 0:13:25 308,871,168 24% 1.19MB/s 0:13:22 310,181,888 24% 1.19MB/s 0:13:16 311,492,608 24% 1.22MB/s 0:12:56 312,803,328 24% 1.22MB/s 0:12:57 314,114,048 24% 1.22MB/s 0:12:57 315,424,768 24% 1.22MB/s 0:12:56 316,735,488 24% 1.22MB/s 0:12:54 318,046,208 24% 1.22MB/s 0:12:51 319,356,928 24% 1.21MB/s 0:12:56 320,667,648 24% 1.21MB/s 0:12:55 321,978,368 25% 1.21MB/s 0:12:54 323,289,088 25% 1.21MB/s 0:12:53 324,599,808 25% 1.22MB/s 0:12:46 325,910,528 25% 1.22MB/s 0:12:46 327,221,248 25% 1.22MB/s 0:12:44 328,531,968 25% 1.22MB/s 0:12:43 329,842,688 25% 1.22MB/s 0:12:44 331,153,408 25% 1.22MB/s 0:12:40 332,464,128 25% 1.22MB/s 0:12:43 333,774,848 25% 1.22MB/s 0:12:42 335,085,568 26% 1.22MB/s 0:12:42 336,396,288 26% 1.22MB/s 0:12:41 337,707,008 26% 1.22MB/s 0:12:35 339,017,728 26% 1.22MB/s 0:12:36 340,328,448 26% 1.23MB/s 0:12:31 341,639,168 26% 1.22MB/s 0:12:35 342,949,888 26% 1.22MB/s 0:12:31 344,260,608 26% 1.22MB/s 0:12:29 345,571,328 26% 1.22MB/s 0:12:28 346,882,048 27% 1.22MB/s 0:12:27 348,192,768 27% 1.23MB/s 0:12:25 349,503,488 27% 1.23MB/s 0:12:24 350,814,208 27% 1.22MB/s 0:12:24 352,124,928 27% 1.23MB/s 0:12:21 353,435,648 27% 1.22MB/s 0:12:23 354,746,368 27% 1.22MB/s 0:12:22 356,057,088 27% 1.22MB/s 0:12:19 357,367,808 27% 1.23MB/s 0:12:18 358,678,528 27% 1.22MB/s 0:12:17 359,989,248 28% 1.23MB/s 0:12:16 361,299,968 28% 1.22MB/s 0:12:17 362,610,688 28% 1.22MB/s 0:12:16 363,921,408 28% 1.22MB/s 0:12:16 365,232,128 28% 1.22MB/s 0:12:15 366,542,848 28% 1.22MB/s 0:12:13 367,853,568 28% 1.22MB/s 0:12:12 369,164,288 28% 1.22MB/s 0:12:09 370,475,008 28% 1.22MB/s 0:12:14 371,785,728 28% 1.21MB/s 0:12:16 373,096,448 29% 1.21MB/s 0:12:12 374,407,168 29% 1.21MB/s 0:12:11 375,717,888 29% 1.22MB/s 0:12:05 377,028,608 29% 1.23MB/s 0:12:02 378,339,328 29% 1.22MB/s 0:12:04 379,650,048 29% 1.22MB/s 0:12:06 380,960,768 29% 1.21MB/s 0:12:11 382,271,488 29% 1.19MB/s 0:12:17 383,582,208 29% 1.19MB/s 0:12:18 384,892,928 29% 1.20MB/s 0:12:13 386,203,648 30% 1.21MB/s 0:12:07 387,514,368 30% 1.22MB/s 0:11:58 388,825,088 30% 1.22MB/s 0:11:54 390,135,808 30% 1.22MB/s 0:11:54 391,446,528 30% 1.22MB/s 0:11:54 392,757,248 30% 1.21MB/s 0:11:57 394,067,968 30% 1.18MB/s 0:12:16 395,378,688 30% 1.16MB/s 0:12:25 396,558,336 30% 1.11MB/s 0:13:03 397,737,984 30% 1.07MB/s 0:13:31 398,917,632 31% 1.05MB/s 0:13:42 400,228,352 31% 1.05MB/s 0:13:38 401,539,072 31% 1.11MB/s 0:12:57 402,849,792 31% 1.15MB/s 0:12:27 404,160,512 31% 1.19MB/s 0:12:00 405,471,232 31% 1.20MB/s 0:11:55 406,781,952 31% 1.21MB/s 0:11:50 408,092,672 31% 1.20MB/s 0:11:52 409,403,392 31% 1.19MB/s 0:11:55 410,714,112 31% 1.20MB/s 0:11:53 412,024,832 32% 1.19MB/s 0:11:53 413,335,552 32% 1.19MB/s 0:11:52 414,646,272 32% 1.20MB/s 0:11:49 415,956,992 32% 1.20MB/s 0:11:47 417,267,712 32% 1.20MB/s 0:11:47 418,578,432 32% 1.20MB/s 0:11:41 419,889,152 32% 1.21MB/s 0:11:34 421,167,104 32% 1.21MB/s 0:11:37 422,477,824 32% 1.21MB/s 0:11:34 423,788,544 32% 1.22MB/s 0:11:29 425,099,264 33% 1.22MB/s 0:11:29 426,409,984 33% 1.22MB/s 0:11:24 427,720,704 33% 1.22MB/s 0:11:25 429,031,424 33% 1.22MB/s 0:11:23 430,342,144 33% 1.22MB/s 0:11:23 431,652,864 33% 1.22MB/s 0:11:21 432,963,584 33% 1.22MB/s 0:11:18 434,274,304 33% 1.21MB/s 0:11:23 435,585,024 33% 1.21MB/s 0:11:24 436,895,744 34% 1.21MB/s 0:11:24 438,206,464 34% 1.21MB/s 0:11:24 439,517,184 34% 1.22MB/s 0:11:17 440,827,904 34% 1.22MB/s 0:11:14 442,138,624 34% 1.22MB/s 0:11:13 443,449,344 34% 1.22MB/s 0:11:14 444,760,064 34% 1.21MB/s 0:11:14 446,070,784 34% 1.22MB/s 0:11:12 447,381,504 34% 1.22MB/s 0:11:11 448,692,224 34% 1.22MB/s 0:11:07 450,002,944 35% 1.21MB/s 0:11:12 451,313,664 35% 1.21MB/s 0:11:11 452,624,384 35% 1.21MB/s 0:11:10 453,935,104 35% 1.21MB/s 0:11:10 455,245,824 35% 1.22MB/s 0:11:02 456,556,544 35% 1.22MB/s 0:11:01 457,867,264 35% 1.20MB/s 0:11:11 459,177,984 35% 1.21MB/s 0:11:08 460,488,704 35% 1.20MB/s 0:11:10 461,799,424 35% 1.20MB/s 0:11:11 463,110,144 36% 1.21MB/s 0:11:01 464,420,864 36% 1.21MB/s 0:11:01 465,731,584 36% 1.21MB/s 0:10:58 467,042,304 36% 1.21MB/s 0:10:57 468,353,024 36% 1.21MB/s 0:10:59 469,663,744 36% 1.20MB/s 0:11:01 470,974,464 36% 1.20MB/s 0:11:02 472,285,184 36% 1.20MB/s 0:11:00 473,595,904 36% 1.21MB/s 0:10:53 474,906,624 36% 1.22MB/s 0:10:48 476,217,344 37% 1.21MB/s 0:10:52 477,528,064 37% 1.21MB/s 0:10:50 478,838,784 37% 1.21MB/s 0:10:49 480,149,504 37% 1.21MB/s 0:10:49 481,460,224 37% 1.22MB/s 0:10:40 482,770,944 37% 1.22MB/s 0:10:40 484,081,664 37% 1.22MB/s 0:10:38 485,392,384 37% 1.22MB/s 0:10:40 486,703,104 37% 1.22MB/s 0:10:40 488,013,824 38% 1.21MB/s 0:10:40 489,324,544 38% 1.21MB/s 0:10:40 490,635,264 38% 1.22MB/s 0:10:35 491,945,984 38% 1.22MB/s 0:10:34 493,256,704 38% 1.22MB/s 0:10:33 494,567,424 38% 1.22MB/s 0:10:34 495,878,144 38% 1.22MB/s 0:10:33 497,188,864 38% 1.22MB/s 0:10:31 498,499,584 38% 1.22MB/s 0:10:28 499,810,304 38% 1.22MB/s 0:10:26 501,121,024 39% 1.22MB/s 0:10:26 502,431,744 39% 1.22MB/s 0:10:24 503,742,464 39% 1.21MB/s 0:10:29 505,053,184 39% 1.21MB/s 0:10:28 506,363,904 39% 1.21MB/s 0:10:26 507,674,624 39% 1.21MB/s 0:10:27 508,985,344 39% 1.22MB/s 0:10:19 510,296,064 39% 1.22MB/s 0:10:17 511,606,784 39% 1.22MB/s 0:10:16 512,917,504 39% 1.22MB/s 0:10:16 514,228,224 40% 1.21MB/s 0:10:21 515,538,944 40% 1.21MB/s 0:10:21 516,849,664 40% 1.21MB/s 0:10:19 518,160,384 40% 1.21MB/s 0:10:18 519,471,104 40% 1.22MB/s 0:10:11 520,781,824 40% 1.22MB/s 0:10:11 522,092,544 40% 1.21MB/s 0:10:16 523,403,264 40% 1.20MB/s 0:10:17 524,713,984 40% 1.19MB/s 0:10:24 526,024,704 40% 1.19MB/s 0:10:22 527,335,424 41% 1.20MB/s 0:10:16 528,646,144 41% 1.21MB/s 0:10:11 529,956,864 41% 1.22MB/s 0:10:01 531,267,584 41% 1.22MB/s 0:10:00 532,578,304 41% 1.22MB/s 0:10:00 533,889,024 41% 1.22MB/s 0:09:58 535,199,744 41% 1.22MB/s 0:09:58 536,510,464 41% 1.22MB/s 0:09:57 537,821,184 41% 1.22MB/s 0:09:55 539,131,904 41% 1.22MB/s 0:09:56 540,442,624 42% 1.22MB/s 0:09:54 541,360,128 42% 1.12MB/s 0:10:50 542,146,560 42% 981.41kB/s 0:12:36 542,801,920 42% 836.21kB/s 0:14:46 543,457,280 42% 685.61kB/s 0:18:00 544,112,640 42% 637.12kB/s 0:19:21 544,768,000 42% 632.72kB/s 0:19:28 545,423,360 42% 631.01kB/s 0:19:30 546,209,792 42% 636.82kB/s 0:19:18 547,520,512 42% 782.87kB/s 0:15:41 548,831,232 42% 930.58kB/s 0:13:10 550,141,952 42% 1.05MB/s 0:11:19 551,452,672 42% 1.22MB/s 0:09:46 552,763,392 43% 1.22MB/s 0:09:43 554,074,112 43% 1.22MB/s 0:09:42 555,352,064 43% 1.22MB/s 0:09:45 556,662,784 43% 1.22MB/s 0:09:44 557,973,504 43% 1.21MB/s 0:09:43 559,284,224 43% 1.21MB/s 0:09:43 560,594,944 43% 1.22MB/s 0:09:38 561,905,664 43% 1.22MB/s 0:09:37 563,216,384 43% 1.22MB/s 0:09:35 564,527,104 43% 1.22MB/s 0:09:34 565,837,824 44% 1.22MB/s 0:09:33 567,148,544 44% 1.22MB/s 0:09:32 568,459,264 44% 1.22MB/s 0:09:31 569,769,984 44% 1.22MB/s 0:09:29 571,080,704 44% 1.22MB/s 0:09:28 572,391,424 44% 1.22MB/s 0:09:28 573,702,144 44% 1.22MB/s 0:09:28 575,012,864 44% 1.22MB/s 0:09:28 576,323,584 44% 1.22MB/s 0:09:27 577,634,304 44% 1.22MB/s 0:09:26 578,945,024 45% 1.22MB/s 0:09:23 580,255,744 45% 1.22MB/s 0:09:21 581,566,464 45% 1.22MB/s 0:09:21 582,877,184 45% 1.23MB/s 0:09:18 584,187,904 45% 1.22MB/s 0:09:19 585,498,624 45% 1.22MB/s 0:09:19 586,809,344 45% 1.22MB/s 0:09:17 588,120,064 45% 1.22MB/s 0:09:17 589,430,784 45% 1.20MB/s 0:09:26 590,741,504 45% 1.20MB/s 0:09:23 592,052,224 46% 1.20MB/s 0:09:22 593,362,944 46% 1.20MB/s 0:09:21 594,673,664 46% 1.22MB/s 0:09:10 595,984,384 46% 1.22MB/s 0:09:12 597,295,104 46% 1.21MB/s 0:09:13 598,605,824 46% 1.21MB/s 0:09:13 599,916,544 46% 1.21MB/s 0:09:12 601,227,264 46% 1.21MB/s 0:09:10 602,537,984 46% 1.22MB/s 0:09:06 603,848,704 47% 1.22MB/s 0:09:05 605,159,424 47% 1.22MB/s 0:09:03 606,470,144 47% 1.23MB/s 0:09:00 607,780,864 47% 1.22MB/s 0:08:59 608,960,512 47% 1.19MB/s 0:09:12 610,271,232 47% 1.18MB/s 0:09:17 611,581,952 47% 1.18MB/s 0:09:16 612,892,672 47% 1.18MB/s 0:09:15 614,203,392 47% 1.21MB/s 0:09:01 615,514,112 47% 1.22MB/s 0:08:54 616,824,832 48% 1.22MB/s 0:08:56 618,004,480 48% 1.19MB/s 0:09:06 619,315,200 48% 1.18MB/s 0:09:10 620,625,920 48% 1.17MB/s 0:09:14 621,936,640 48% 1.15MB/s 0:09:21 623,116,288 48% 1.14MB/s 0:09:24 624,427,008 48% 1.15MB/s 0:09:19 625,737,728 48% 1.16MB/s 0:09:14 626,917,376 48% 1.14MB/s 0:09:22 628,228,096 48% 1.17MB/s 0:09:08 628,883,456 48% 1011.62kB/s 0:10:47 629,669,888 49% 888.07kB/s 0:12:17 630,587,392 49% 835.63kB/s 0:13:02 631,242,752 49% 689.78kB/s 0:15:46 632,029,184 49% 722.48kB/s 0:15:02 632,553,472 49% 663.37kB/s 0:16:22 633,077,760 49% 571.03kB/s 0:19:00 633,602,048 49% 527.35kB/s 0:20:33 634,126,336 49% 470.26kB/s 0:23:02 634,650,624 49% 475.39kB/s 0:22:46 635,305,984 49% 494.43kB/s 0:21:52 635,961,344 49% 510.30kB/s 0:21:10 636,616,704 49% 533.22kB/s 0:20:14 637,272,064 49% 552.92kB/s 0:19:30 637,796,352 49% 533.80kB/s 0:20:10 638,320,640 49% 510.75kB/s 0:21:04 638,844,928 49% 491.97kB/s 0:21:51 639,500,288 49% 469.67kB/s 0:22:52 640,024,576 49% 465.45kB/s 0:23:04 640,548,864 49% 465.95kB/s 0:23:01 641,073,152 49% 462.78kB/s 0:23:09 641,597,440 49% 452.40kB/s 0:23:40 642,252,800 50% 472.84kB/s 0:22:37 642,908,160 50% 498.05kB/s 0:21:27 643,432,448 50% 501.20kB/s 0:21:18 643,956,736 50% 495.16kB/s 0:21:33 644,349,952 50% 455.21kB/s 0:23:25 645,005,312 50% 465.98kB/s 0:22:51 645,791,744 50% 520.21kB/s 0:20:27 646,578,176 50% 566.12kB/s 0:18:46 647,233,536 50% 597.75kB/s 0:17:45 648,151,040 50% 663.79kB/s 0:15:58 649,330,688 50% 752.78kB/s 0:14:03 650,641,408 50% 893.49kB/s 0:11:49 651,952,128 50% 1.06MB/s 0:09:42 653,262,848 50% 1.15MB/s 0:08:57 654,573,568 50% 1.18MB/s 0:08:39 655,884,288 51% 1.21MB/s 0:08:28 657,195,008 51% 1.21MB/s 0:08:27 658,505,728 51% 1.21MB/s 0:08:24 659,816,448 51% 1.22MB/s 0:08:19 661,127,168 51% 1.22MB/s 0:08:19 662,437,888 51% 1.22MB/s 0:08:18 663,748,608 51% 1.21MB/s 0:08:20 665,059,328 51% 1.21MB/s 0:08:19 666,370,048 51% 1.21MB/s 0:08:19 667,680,768 51% 1.21MB/s 0:08:17 668,991,488 52% 1.22MB/s 0:08:13 670,302,208 52% 1.22MB/s 0:08:12 671,612,928 52% 1.22MB/s 0:08:11 672,923,648 52% 1.22MB/s 0:08:10 674,234,368 52% 1.20MB/s 0:08:14 675,545,088 52% 1.20MB/s 0:08:13 676,855,808 52% 1.21MB/s 0:08:11 678,166,528 52% 1.20MB/s 0:08:14 679,477,248 52% 1.20MB/s 0:08:12 680,787,968 53% 1.20MB/s 0:08:10 682,098,688 53% 1.19MB/s 0:08:13 683,409,408 53% 1.19MB/s 0:08:13 684,720,128 53% 1.20MB/s 0:08:09 686,030,848 53% 1.19MB/s 0:08:11 687,341,568 53% 1.19MB/s 0:08:08 688,619,520 53% 1.19MB/s 0:08:06 689,930,240 53% 1.18MB/s 0:08:09 691,240,960 53% 1.19MB/s 0:08:05 692,551,680 53% 1.20MB/s 0:08:03 693,731,328 54% 1.18MB/s 0:08:09 695,042,048 54% 1.19MB/s 0:08:05 696,352,768 54% 1.18MB/s 0:08:04 697,663,488 54% 1.19MB/s 0:08:02 698,974,208 54% 1.22MB/s 0:07:50 700,284,928 54% 1.20MB/s 0:07:54 701,595,648 54% 1.19MB/s 0:07:58 702,906,368 54% 1.19MB/s 0:07:57 704,217,088 54% 1.19MB/s 0:07:57 705,265,664 54% 1.09MB/s 0:08:40 705,789,952 54% 921.07kB/s 0:10:28 706,314,240 54% 742.03kB/s 0:12:58 706,838,528 55% 574.76kB/s 0:16:44 707,624,960 55% 530.51kB/s 0:18:06 708,280,320 55% 575.35kB/s 0:16:41 708,935,680 55% 606.35kB/s 0:15:48 709,591,040 55% 627.30kB/s 0:15:16 710,246,400 55% 592.87kB/s 0:16:08 711,032,832 55% 603.37kB/s 0:15:49 711,819,264 55% 635.24kB/s 0:15:01 712,474,624 55% 629.98kB/s 0:15:07 713,129,984 55% 638.69kB/s 0:14:54 713,785,344 55% 629.80kB/s 0:15:05 714,440,704 55% 592.73kB/s 0:16:01 715,096,064 55% 599.81kB/s 0:15:48 715,751,424 55% 583.28kB/s 0:16:14 716,275,712 55% 552.85kB/s 0:17:07 716,931,072 55% 543.71kB/s 0:17:23 717,717,504 55% 559.93kB/s 0:16:51 718,372,864 55% 579.84kB/s 0:16:15 718,897,152 55% 578.01kB/s 0:16:18 719,421,440 56% 553.36kB/s 0:17:00 719,945,728 56% 511.16kB/s 0:18:23 720,470,016 56% 485.08kB/s 0:19:22 720,994,304 56% 473.85kB/s 0:19:48 721,518,592 56% 480.08kB/s 0:19:32 722,173,952 56% 493.09kB/s 0:18:59 722,829,312 56% 514.52kB/s 0:18:11 723,484,672 56% 532.75kB/s 0:17:32 724,008,960 56% 538.53kB/s 0:17:20 724,664,320 56% 541.65kB/s 0:17:13 725,712,896 56% 635.09kB/s 0:14:39 726,892,544 56% 773.23kB/s 0:12:00 728,072,192 56% 913.65kB/s 0:10:08 729,382,912 56% 1.05MB/s 0:08:34 730,693,632 56% 1.11MB/s 0:08:05 732,004,352 56% 1.16MB/s 0:07:44 733,315,072 57% 1.20MB/s 0:07:28 734,625,792 57% 1.21MB/s 0:07:23 735,936,512 57% 1.21MB/s 0:07:21 736,985,088 57% 1.15MB/s 0:07:42 738,557,952 57% 1.21MB/s 0:07:21 739,868,672 57% 1.21MB/s 0:07:19 741,179,392 57% 1.21MB/s 0:07:19 742,490,112 57% 1.27MB/s 0:06:57 743,800,832 57% 1.22MB/s 0:07:14 745,111,552 58% 1.21MB/s 0:07:13 746,291,200 58% 1.17MB/s 0:07:27 747,470,848 58% 1.13MB/s 0:07:43 748,781,568 58% 1.13MB/s 0:07:42 750,092,288 58% 1.13MB/s 0:07:42 751,403,008 58% 1.16MB/s 0:07:30 752,713,728 58% 1.20MB/s 0:07:11 754,024,448 58% 1.20MB/s 0:07:10 755,335,168 58% 1.21MB/s 0:07:07 756,645,888 58% 1.22MB/s 0:07:02 757,956,608 59% 1.22MB/s 0:07:01 759,267,328 59% 1.22MB/s 0:06:59 760,578,048 59% 1.21MB/s 0:07:01 761,888,768 59% 1.21MB/s 0:07:01 763,199,488 59% 1.21MB/s 0:07:00 764,510,208 59% 1.21MB/s 0:06:59 765,820,928 59% 1.22MB/s 0:06:56 767,131,648 59% 1.22MB/s 0:06:52 768,442,368 59% 1.22MB/s 0:06:52 769,753,088 59% 1.22MB/s 0:06:51 771,063,808 60% 1.19MB/s 0:07:00 772,374,528 60% 1.19MB/s 0:06:59 773,685,248 60% 1.19MB/s 0:07:00 774,995,968 60% 1.18MB/s 0:07:00 776,306,688 60% 1.22MB/s 0:06:47 777,617,408 60% 1.21MB/s 0:06:47 778,928,128 60% 1.22MB/s 0:06:45 780,238,848 60% 1.21MB/s 0:06:46 781,549,568 60% 1.21MB/s 0:06:46 782,860,288 60% 1.21MB/s 0:06:44 784,171,008 61% 1.21MB/s 0:06:43 785,481,728 61% 1.22MB/s 0:06:38 786,792,448 61% 1.22MB/s 0:06:37 788,103,168 61% 1.22MB/s 0:06:36 789,413,888 61% 1.22MB/s 0:06:35 790,724,608 61% 1.20MB/s 0:06:40 792,035,328 61% 1.20MB/s 0:06:38 793,346,048 61% 1.20MB/s 0:06:38 794,656,768 61% 1.20MB/s 0:06:38 795,967,488 61% 1.22MB/s 0:06:31 797,147,136 62% 1.17MB/s 0:06:48 798,457,856 62% 1.16MB/s 0:06:48 799,768,576 62% 1.16MB/s 0:06:47 801,079,296 62% 1.16MB/s 0:06:46 802,390,016 62% 1.20MB/s 0:06:30 803,700,736 62% 1.20MB/s 0:06:30 805,011,456 62% 1.21MB/s 0:06:28 806,322,176 62% 1.20MB/s 0:06:28 807,632,896 62% 1.21MB/s 0:06:26 808,943,616 62% 1.20MB/s 0:06:27 810,254,336 63% 1.19MB/s 0:06:27 811,565,056 63% 1.19MB/s 0:06:29 812,875,776 63% 1.17MB/s 0:06:32 814,186,496 63% 1.17MB/s 0:06:31 815,497,216 63% 1.16MB/s 0:06:34 816,807,936 63% 1.16MB/s 0:06:35 818,118,656 63% 1.16MB/s 0:06:33 819,429,376 63% 1.15MB/s 0:06:34 820,740,096 63% 1.17MB/s 0:06:27 822,050,816 64% 1.18MB/s 0:06:21 823,328,768 64% 1.17MB/s 0:06:23 824,639,488 64% 1.19MB/s 0:06:17 825,950,208 64% 1.19MB/s 0:06:16 827,260,928 64% 1.19MB/s 0:06:14 828,571,648 64% 1.21MB/s 0:06:07 829,882,368 64% 1.22MB/s 0:06:05 831,062,016 64% 1.19MB/s 0:06:12 832,372,736 64% 1.18MB/s 0:06:15 833,683,456 64% 1.17MB/s 0:06:14 834,994,176 65% 1.17MB/s 0:06:14 836,173,824 65% 1.17MB/s 0:06:15 837,484,544 65% 1.16MB/s 0:06:15 838,795,264 65% 1.16MB/s 0:06:14 840,105,984 65% 1.15MB/s 0:06:15 841,416,704 65% 1.18MB/s 0:06:06 842,727,424 65% 1.19MB/s 0:06:02 844,038,144 65% 1.19MB/s 0:06:01 845,348,864 65% 1.18MB/s 0:06:02 846,659,584 65% 1.19MB/s 0:05:58 847,970,304 66% 1.20MB/s 0:05:56 849,281,024 66% 1.19MB/s 0:05:55 850,591,744 66% 1.15MB/s 0:06:07 852,033,536 66% 1.16MB/s 0:06:04 853,082,112 66% 1.09MB/s 0:06:26 853,999,616 66% 1002.39kB/s 0:07:09 855,179,264 66% 1012.89kB/s 0:07:03 856,358,912 66% 956.09kB/s 0:07:27 857,669,632 66% 1017.95kB/s 0:06:59 858,980,352 66% 1.11MB/s 0:06:14 860,291,072 66% 1.15MB/s 0:06:00 861,601,792 67% 1.20MB/s 0:05:45 862,912,512 67% 1.19MB/s 0:05:44 864,092,160 67% 1.17MB/s 0:05:51 865,402,880 67% 1.16MB/s 0:05:52 866,713,600 67% 1.11MB/s 0:06:07 867,237,888 67% 949.21kB/s 0:07:19 867,762,176 67% 772.91kB/s 0:08:58 868,286,464 67% 583.63kB/s 0:11:52 868,810,752 67% 424.54kB/s 0:16:18 869,466,112 67% 440.84kB/s 0:15:40 870,121,472 67% 475.35kB/s 0:14:31 870,645,760 67% 498.59kB/s 0:13:49 871,301,120 67% 540.80kB/s 0:12:43 872,218,624 67% 626.87kB/s 0:10:57 872,742,912 67% 590.13kB/s 0:11:37 873,267,200 67% 559.44kB/s 0:12:14 874,315,776 68% 635.17kB/s 0:10:45 875,364,352 68% 655.99kB/s 0:10:23 876,544,000 68% 804.51kB/s 0:08:26 877,199,360 68% 853.14kB/s 0:07:57 877,723,648 68% 737.10kB/s 0:09:11 878,247,936 68% 630.54kB/s 0:10:43 878,772,224 68% 496.24kB/s 0:13:37 879,427,584 68% 508.29kB/s 0:13:16 880,476,160 68% 646.46kB/s 0:10:24 881,000,448 68% 631.58kB/s 0:10:38 881,655,808 68% 637.97kB/s 0:10:31 882,311,168 68% 613.37kB/s 0:10:55 882,966,528 68% 534.04kB/s 0:12:31 884,015,104 68% 661.87kB/s 0:10:04 885,063,680 68% 765.76kB/s 0:08:41 885,981,184 68% 848.08kB/s 0:07:49 887,029,760 69% 927.10kB/s 0:07:08 887,947,264 69% 901.41kB/s 0:07:19 888,733,696 69% 827.71kB/s 0:07:57 889,257,984 69% 747.84kB/s 0:08:48 890,044,416 69% 695.49kB/s 0:09:26 891,092,992 69% 722.82kB/s 0:09:03 892,403,712 69% 854.55kB/s 0:07:38 893,714,432 69% 1.02MB/s 0:06:14 895,025,152 69% 1.14MB/s 0:05:33 896,335,872 69% 1.20MB/s 0:05:14 897,646,592 69% 1.23MB/s 0:05:08 898,957,312 69% 1.22MB/s 0:05:09 900,268,032 70% 1.21MB/s 0:05:10 901,578,752 70% 1.21MB/s 0:05:09 902,889,472 70% 1.21MB/s 0:05:08 904,200,192 70% 1.21MB/s 0:05:06 905,510,912 70% 1.23MB/s 0:05:01 906,821,632 70% 1.23MB/s 0:05:00 908,132,352 70% 1.22MB/s 0:05:00 909,443,072 70% 1.22MB/s 0:05:01 910,753,792 70% 1.21MB/s 0:05:02 912,064,512 71% 1.21MB/s 0:05:01 913,375,232 71% 1.21MB/s 0:05:00 914,685,952 71% 1.21MB/s 0:04:57 915,996,672 71% 1.21MB/s 0:04:58 917,307,392 71% 1.20MB/s 0:04:57 918,618,112 71% 1.19MB/s 0:05:00 919,928,832 71% 1.18MB/s 0:05:00 920,977,408 71% 1.14MB/s 0:05:11 922,288,128 71% 1.14MB/s 0:05:09 923,336,704 71% 1.09MB/s 0:05:23 924,647,424 72% 1.09MB/s 0:05:21 925,958,144 72% 1.15MB/s 0:05:04 927,268,864 72% 1.15MB/s 0:05:03 928,579,584 72% 1.20MB/s 0:04:50 929,890,304 72% 1.21MB/s 0:04:46 931,201,024 72% 1.21MB/s 0:04:45 932,511,744 72% 1.21MB/s 0:04:44 933,822,464 72% 1.22MB/s 0:04:40 935,133,184 72% 1.22MB/s 0:04:39 936,443,904 72% 1.22MB/s 0:04:38 937,492,480 73% 1.10MB/s 0:05:08 938,672,128 73% 1.07MB/s 0:05:16 939,982,848 73% 1.07MB/s 0:05:14 941,293,568 73% 1.06MB/s 0:05:14 942,604,288 73% 1.18MB/s 0:04:42 943,915,008 73% 1.21MB/s 0:04:33 945,225,728 73% 1.21MB/s 0:04:32 946,536,448 73% 1.22MB/s 0:04:30 947,847,168 73% 1.20MB/s 0:04:33 949,157,888 73% 1.20MB/s 0:04:31 950,468,608 74% 1.20MB/s 0:04:30 951,779,328 74% 1.20MB/s 0:04:30 953,090,048 74% 1.22MB/s 0:04:24 954,400,768 74% 1.22MB/s 0:04:22 955,711,488 74% 1.23MB/s 0:04:21 956,989,440 74% 1.20MB/s 0:04:26 958,300,160 74% 1.20MB/s 0:04:26 959,610,880 74% 1.20MB/s 0:04:24 960,921,600 74% 1.20MB/s 0:04:24 962,232,320 74% 1.22MB/s 0:04:17 963,543,040 75% 1.23MB/s 0:04:15 964,853,760 75% 1.23MB/s 0:04:14 966,164,480 75% 1.23MB/s 0:04:13 967,475,200 75% 1.22MB/s 0:04:12 968,785,920 75% 1.22MB/s 0:04:11 970,096,640 75% 1.22MB/s 0:04:11 971,407,360 75% 1.22MB/s 0:04:10 972,455,936 75% 1.16MB/s 0:04:21 973,504,512 75% 1.10MB/s 0:04:36 974,684,160 75% 1.05MB/s 0:04:46 975,994,880 75% 1.05MB/s 0:04:45 977,305,600 76% 1.11MB/s 0:04:30 978,616,320 76% 1.17MB/s 0:04:14 979,927,040 76% 1.22MB/s 0:04:03 981,237,760 76% 1.22MB/s 0:04:03 982,548,480 76% 1.22MB/s 0:04:01 983,859,200 76% 1.22MB/s 0:04:00 985,169,920 76% 1.22MB/s 0:03:58 986,480,640 76% 1.22MB/s 0:03:57 987,791,360 76% 1.23MB/s 0:03:56 989,102,080 77% 1.22MB/s 0:03:55 990,412,800 77% 1.22MB/s 0:03:54 991,723,520 77% 1.22MB/s 0:03:53 993,034,240 77% 1.22MB/s 0:03:52 994,344,960 77% 1.22MB/s 0:03:51 995,524,608 77% 1.18MB/s 0:03:59 996,573,184 77% 1.09MB/s 0:04:17 997,621,760 77% 1.02MB/s 0:04:33 998,932,480 77% 1.03MB/s 0:04:31 1,000,243,200 77% 1.06MB/s 0:04:20 1,001,553,920 77% 1.15MB/s 0:03:59 1,002,864,640 78% 1.22MB/s 0:03:44 1,004,175,360 78% 1.22MB/s 0:03:43 1,005,486,080 78% 1.20MB/s 0:03:46 1,006,534,656 78% 1.13MB/s 0:04:00 1,007,714,304 78% 1.08MB/s 0:04:09 1,009,025,024 78% 1.08MB/s 0:04:08 1,010,335,744 78% 1.10MB/s 0:04:03 1,011,646,464 78% 1.17MB/s 0:03:48 1,012,957,184 78% 1.21MB/s 0:03:39 1,014,267,904 78% 1.20MB/s 0:03:39 1,015,578,624 79% 1.20MB/s 0:03:37 1,016,889,344 79% 1.21MB/s 0:03:35 1,018,200,064 79% 1.22MB/s 0:03:33 1,019,510,784 79% 1.22MB/s 0:03:31 1,020,821,504 79% 1.22MB/s 0:03:30 1,022,001,152 79% 1.19MB/s 0:03:36 1,023,311,872 79% 1.19MB/s 0:03:34 1,024,622,592 79% 1.19MB/s 0:03:33 1,025,933,312 79% 1.18MB/s 0:03:33 1,027,244,032 79% 1.22MB/s 0:03:24 1,028,554,752 80% 1.22MB/s 0:03:25 1,029,734,400 80% 1.19MB/s 0:03:28 1,031,045,120 80% 1.19MB/s 0:03:27 1,032,355,840 80% 1.14MB/s 0:03:34 1,033,142,272 80% 1.01MB/s 0:04:03 1,033,928,704 80% 901.61kB/s 0:04:37 1,034,584,064 80% 734.85kB/s 0:05:39 1,035,108,352 80% 590.77kB/s 0:07:01 1,035,632,640 80% 546.89kB/s 0:07:34 1,036,288,000 80% 533.58kB/s 0:07:44 1,036,943,360 80% 546.36kB/s 0:07:32 1,037,598,720 80% 579.60kB/s 0:07:05 1,038,254,080 80% 600.52kB/s 0:06:49 1,039,171,584 80% 652.61kB/s 0:06:15 1,039,958,016 80% 665.31kB/s 0:06:07 1,040,744,448 81% 667.10kB/s 0:06:04 1,041,399,808 81% 650.30kB/s 0:06:13 1,042,055,168 81% 588.26kB/s 0:06:51 1,042,710,528 81% 568.53kB/s 0:07:04 1,043,496,960 81% 577.32kB/s 0:06:56 1,044,414,464 81% 646.89kB/s 0:06:10 1,045,200,896 81% 675.61kB/s 0:05:53 1,045,856,256 81% 695.34kB/s 0:05:42 1,046,642,688 81% 701.05kB/s 0:05:38 1,047,429,120 81% 672.76kB/s 0:05:51 1,047,953,408 81% 640.76kB/s 0:06:08 1,048,477,696 81% 601.79kB/s 0:06:31 1,049,395,200 81% 626.43kB/s 0:06:14 1,050,181,632 81% 630.10kB/s 0:06:11 1,050,836,992 81% 644.25kB/s 0:06:02 1,051,623,424 81% 671.77kB/s 0:05:46 1,052,377,088 81% 654.68kB/s 0:05:54 1,052,934,144 81% 609.11kB/s 0:06:19 1,053,589,504 82% 620.93kB/s 0:06:11 1,054,638,080 82% 701.62kB/s 0:05:27 1,055,424,512 82% 664.14kB/s 0:05:44 1,056,079,872 82% 688.63kB/s 0:05:31 1,056,997,376 82% 748.54kB/s 0:05:03 1,058,177,024 82% 794.48kB/s 0:04:44 1,059,487,744 82% 965.22kB/s 0:03:52 1,060,798,464 82% 1.09MB/s 0:03:20 1,062,109,184 82% 1.17MB/s 0:03:05 1,063,419,904 82% 1.20MB/s 0:02:58 1,064,730,624 82% 1.21MB/s 0:02:56 1,066,041,344 83% 1.21MB/s 0:02:55 1,067,352,064 83% 1.22MB/s 0:02:53 1,068,662,784 83% 1.21MB/s 0:02:53 1,069,973,504 83% 1.22MB/s 0:02:51 1,071,284,224 83% 1.21MB/s 0:02:51 1,072,594,944 83% 1.22MB/s 0:02:50 1,073,905,664 83% 1.22MB/s 0:02:48 1,075,216,384 83% 1.22MB/s 0:02:47 1,076,527,104 83% 1.23MB/s 0:02:45 1,077,837,824 83% 1.23MB/s 0:02:44 1,079,148,544 84% 1.22MB/s 0:02:43 1,080,459,264 84% 1.21MB/s 0:02:44 1,081,769,984 84% 1.20MB/s 0:02:44 1,083,080,704 84% 1.20MB/s 0:02:43 1,084,391,424 84% 1.20MB/s 0:02:42 1,085,702,144 84% 1.21MB/s 0:02:39 1,087,012,864 84% 1.22MB/s 0:02:37 1,088,323,584 84% 1.22MB/s 0:02:36 1,089,634,304 84% 1.22MB/s 0:02:36 1,090,945,024 84% 1.21MB/s 0:02:36 1,092,222,976 85% 1.20MB/s 0:02:35 1,093,533,696 85% 1.20MB/s 0:02:34 1,094,844,416 85% 1.19MB/s 0:02:35 1,096,024,064 85% 1.17MB/s 0:02:36 1,097,334,784 85% 1.16MB/s 0:02:37 1,098,645,504 85% 1.15MB/s 0:02:37 1,099,956,224 85% 1.16MB/s 0:02:35 1,101,266,944 85% 1.18MB/s 0:02:31 1,102,577,664 85% 1.19MB/s 0:02:28 1,103,888,384 85% 1.20MB/s 0:02:26 1,105,199,104 86% 1.21MB/s 0:02:24 1,106,509,824 86% 1.22MB/s 0:02:22 1,107,820,544 86% 1.22MB/s 0:02:21 1,109,000,192 86% 1.19MB/s 0:02:23 1,110,310,912 86% 1.18MB/s 0:02:24 1,111,490,560 86% 1.13MB/s 0:02:29 1,112,408,064 86% 1.03MB/s 0:02:43 1,113,718,784 86% 1.05MB/s 0:02:39 1,115,029,504 86% 1.05MB/s 0:02:36 1,116,340,224 86% 1.11MB/s 0:02:28 1,117,650,944 87% 1.21MB/s 0:02:14 1,118,961,664 87% 1.21MB/s 0:02:13 1,120,272,384 87% 1.20MB/s 0:02:12 1,121,583,104 87% 1.20MB/s 0:02:12 1,122,893,824 87% 1.20MB/s 0:02:10 1,124,204,544 87% 1.21MB/s 0:02:09 1,125,515,264 87% 1.22MB/s 0:02:06 1,126,825,984 87% 1.23MB/s 0:02:05 1,128,136,704 87% 1.23MB/s 0:02:04 1,129,447,424 87% 1.22MB/s 0:02:04 1,130,758,144 88% 1.21MB/s 0:02:03 1,132,068,864 88% 1.20MB/s 0:02:03 1,133,379,584 88% 1.19MB/s 0:02:03 1,134,690,304 88% 1.18MB/s 0:02:03 1,136,001,024 88% 1.16MB/s 0:02:04 1,137,311,744 88% 1.17MB/s 0:02:02 1,138,622,464 88% 1.18MB/s 0:02:00 1,139,933,184 88% 1.20MB/s 0:01:57 1,141,243,904 88% 1.21MB/s 0:01:54 1,142,554,624 88% 1.22MB/s 0:01:53 1,143,865,344 89% 1.22MB/s 0:01:52 1,145,176,064 89% 1.22MB/s 0:01:51 1,146,486,784 89% 1.22MB/s 0:01:50 1,147,797,504 89% 1.20MB/s 0:01:51 1,149,108,224 89% 1.20MB/s 0:01:49 1,150,418,944 89% 1.20MB/s 0:01:48 1,151,729,664 89% 1.19MB/s 0:01:49 1,153,040,384 89% 1.20MB/s 0:01:46 1,154,351,104 89% 1.20MB/s 0:01:45 1,155,661,824 89% 1.20MB/s 0:01:44 1,156,972,544 90% 1.22MB/s 0:01:42 1,158,283,264 90% 1.22MB/s 0:01:40 1,159,331,840 90% 1.16MB/s 0:01:45 1,160,642,560 90% 1.16MB/s 0:01:44 1,161,953,280 90% 1.15MB/s 0:01:43 1,163,264,000 90% 1.15MB/s 0:01:42 1,164,574,720 90% 1.20MB/s 0:01:37 1,165,885,440 90% 1.20MB/s 0:01:36 1,167,196,160 90% 1.20MB/s 0:01:35 1,168,506,880 90% 1.19MB/s 0:01:34 1,169,817,600 91% 1.19MB/s 0:01:33 1,171,128,320 91% 1.19MB/s 0:01:32 1,172,439,040 91% 1.20MB/s 0:01:31 1,173,749,760 91% 1.20MB/s 0:01:29 1,175,060,480 91% 1.17MB/s 0:01:30 1,176,502,272 91% 1.21MB/s 0:01:27 1,177,812,992 91% 1.19MB/s 0:01:27 1,179,123,712 91% 1.19MB/s 0:01:26 1,180,434,432 91% 1.22MB/s 0:01:23 1,181,745,152 92% 1.19MB/s 0:01:24 1,183,055,872 92% 1.20MB/s 0:01:22 1,184,366,592 92% 1.19MB/s 0:01:21 1,185,677,312 92% 1.20MB/s 0:01:20 1,186,988,032 92% 1.20MB/s 0:01:19 1,188,298,752 92% 1.18MB/s 0:01:19 1,189,609,472 92% 1.18MB/s 0:01:18 1,190,920,192 92% 1.18MB/s 0:01:17 1,192,230,912 92% 1.18MB/s 0:01:16 1,193,541,632 92% 1.18MB/s 0:01:14 1,194,721,280 93% 1.17MB/s 0:01:14 1,195,900,928 93% 1.14MB/s 0:01:15 1,197,211,648 93% 1.13MB/s 0:01:15 1,197,998,080 93% 1022.80kB/s 0:01:24 1,198,653,440 93% 856.57kB/s 0:01:39 1,199,308,800 93% 724.58kB/s 0:01:57 1,199,964,160 93% 578.81kB/s 0:02:25 1,200,488,448 93% 514.06kB/s 0:02:42 1,201,143,808 93% 524.93kB/s 0:02:38 1,201,799,168 93% 530.31kB/s 0:02:35 1,202,716,672 93% 596.54kB/s 0:02:16 1,203,634,176 93% 705.72kB/s 0:01:54 1,204,158,464 93% 683.70kB/s 0:01:57 1,204,813,824 93% 673.38kB/s 0:01:57 1,205,338,112 93% 575.67kB/s 0:02:17 1,205,993,472 93% 520.91kB/s 0:02:30 1,206,779,904 93% 546.77kB/s 0:02:21 1,207,828,480 94% 655.53kB/s 0:01:56 1,208,483,840 94% 700.73kB/s 0:01:48 1,209,008,128 94% 641.95kB/s 0:01:57 1,209,532,416 94% 608.28kB/s 0:02:02 1,210,056,704 94% 483.88kB/s 0:02:33 1,210,580,992 94% 442.91kB/s 0:02:46 1,211,105,280 94% 456.63kB/s 0:02:40 1,211,629,568 94% 441.66kB/s 0:02:44 1,212,153,856 94% 435.28kB/s 0:02:45 1,212,547,072 94% 419.95kB/s 0:02:50 1,213,071,360 94% 413.97kB/s 0:02:51 1,213,726,720 94% 457.45kB/s 0:02:34 1,214,251,008 94% 467.58kB/s 0:02:29 1,214,906,368 94% 516.36kB/s 0:02:14 1,215,561,728 94% 534.74kB/s 0:02:08 1,216,086,016 94% 495.59kB/s 0:02:17 1,216,872,448 94% 557.37kB/s 0:02:00 1,217,527,808 94% 568.01kB/s 0:01:57 1,218,445,312 94% 641.90kB/s 0:01:42 1,219,493,888 94% 792.57kB/s 0:01:21 1,220,673,536 95% 872.18kB/s 0:01:12 1,221,853,184 95% 988.76kB/s 0:01:03 1,223,032,832 95% 1.04MB/s 0:00:57 1,224,212,480 95% 1.08MB/s 0:00:54 1,225,359,360 95% 1.08MB/s 0:00:53 1,226,539,008 95% 1.07MB/s 0:00:52 1,227,718,656 95% 1.07MB/s 0:00:51 1,228,898,304 95% 1.08MB/s 0:00:49 1,230,077,952 95% 1.10MB/s 0:00:48 1,231,257,600 95% 1.08MB/s 0:00:48 1,232,437,248 95% 1.07MB/s 0:00:47 1,233,616,896 96% 1.05MB/s 0:00:47 1,234,796,544 96% 1.05MB/s 0:00:46 1,235,976,192 96% 1.06MB/s 0:00:44 1,237,155,840 96% 1.08MB/s 0:00:42 1,238,204,416 96% 1.05MB/s 0:00:42 1,239,547,904 96% 1.09MB/s 0:00:39 1,240,694,784 96% 1.09MB/s 0:00:38 1,241,874,432 96% 1.08MB/s 0:00:38 1,243,054,080 96% 1.13MB/s 0:00:35 1,244,233,728 96% 1.08MB/s 0:00:36 1,245,413,376 96% 1.09MB/s 0:00:34 1,246,593,024 97% 1.10MB/s 0:00:33 1,247,772,672 97% 1.10MB/s 0:00:32 1,248,952,320 97% 1.11MB/s 0:00:30 1,250,197,504 97% 1.13MB/s 0:00:29 1,251,442,688 97% 1.13MB/s 0:00:28 1,252,622,336 97% 1.11MB/s 0:00:27 1,253,670,912 97% 1.08MB/s 0:00:27 1,254,850,560 97% 1.05MB/s 0:00:27 1,256,030,208 97% 1.03MB/s 0:00:26 1,257,209,856 97% 1.03MB/s 0:00:25 1,258,389,504 97% 1.04MB/s 0:00:24 1,259,569,152 98% 1.05MB/s 0:00:22 1,260,879,872 98% 1.09MB/s 0:00:20 1,262,190,592 98% 1.11MB/s 0:00:19 1,263,370,240 98% 1.13MB/s 0:00:18 1,264,549,888 98% 1.13MB/s 0:00:17 1,265,729,536 98% 1.11MB/s 0:00:16 1,267,040,256 98% 1.11MB/s 0:00:15 1,268,219,904 98% 1.12MB/s 0:00:14 1,269,399,552 98% 1.10MB/s 0:00:13 1,270,579,200 98% 1.10MB/s 0:00:12 1,271,758,848 99% 1.08MB/s 0:00:11 1,272,938,496 99% 1.08MB/s 0:00:10 1,274,118,144 99% 1.10MB/s 0:00:08 1,275,428,864 99% 1.11MB/s 0:00:07 1,276,608,512 99% 1.12MB/s 0:00:06 1,277,788,160 99% 1.12MB/s 0:00:05 1,279,098,880 99% 1.13MB/s 0:00:04 1,280,409,600 99% 1.13MB/s 0:00:03 1,281,589,248 99% 1.13MB/s 0:00:02 1,282,899,968 99% 1.13MB/s 0:00:01 1,284,210,688 99% 1.13MB/s 0:00:00 1,284,228,112 100% 1.09MB/s 0:18:46 (xfr#5, to-chk=1/7) images/pmos-plasma-mobile-nightly-20221001-tablet-x64uefi.img.xz.sha256 131 100% 127.93kB/s 0:00:00 131 100% 127.93kB/s 0:00:00 (xfr#6, to-chk=0/7) sent 2,695,184,035 bytes received 577 bytes 1,202,402.24 bytes/sec total size is 2,694,525,580 speedup is 1.00 All done! [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@548374e5[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=0,milestones={},language=Shell,commits={},source=,parent=,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-09-23T23:14:25Z]] (sha:f04d319) with context:plasma-mobile-nightly-images Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/f04d3193d7f55dd1543758b8c572a6e25246b76d Finished: SUCCESS