Skip to content
Success

Console Output

Started by GitHub push by Seshpenguin
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 9fd76ba52544082ec1631f1f336404c890393828 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fd76ba52544082ec1631f1f336404c890393828 # timeout=10
Commit message: "changes"
 > git rev-list --no-walk a10fd5b521c271331bdab7cc9006cd0cc220acfe # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@53449caa[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=0,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-09-23T23:14:25Z]] (sha:9fd76ba) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/9fd76ba52544082ec1631f1f336404c890393828
[plasma-mobile-nightly-images] $ /bin/sh -xe /tmp/jenkins15038189369807469645.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.
[02:56:58] Work path [/home/swadmin/.local/var/pmbootstrap]: [02:56:58] Channel [edge]: [02:56:58] Vendor [pine64]: [02:56:58] Device codename [pinephone]: [02:56:58] Enable this package? (y/n) [y]: [02:56:58] Username [user]: [02:56:58] User interface [plasma-mobile]: [02:56:58] Enable this package? (y/n) [y]: [02:56:58] Change them? (y/n) [n]: [02:56:58] Extra packages [osk-sdl]: [02:56:58] Use this timezone instead of GMT? (y/n) [y]: [02:56:58] Choose default locale for installation [en_US.UTF-8]: [02:56:58] Device hostname (short form, e.g. 'foo') [prolinux-nightly]: [02:56:58] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [02:56:58] Zap existing chroots to apply configuration? (y/n) [y]: [02:57:01] Config changed: ui='plasma-mobile'
[02:57:02] Config changed: device='tablet-x64uefi'
[02:57:02] Config changed: kernel='stable'
[02:57:02] Config changed: extra_packages='osk-sdl'
(1634830) [02:57:03] % 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)
(1634830) [02:57:03] % 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
(1634830) [02:57:03] *** (1/4) PREPARE NATIVE CHROOT ***
(1634830) [02:57:03] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(1634830) [02:57:03] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(1634830) [02:57:03] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(1634830) [02:57:03] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(1634830) [02:57:03] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(1634830) [02:57:03] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(1634830) [02:57:03] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(1634830) [02:57:03] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(1634830) [02:57:03] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(1634830) [02:57:03] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(1634830) [02:57:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(1634830) [02:57:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1634830) [02:57:03] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:03] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:03] extracted: /tmp/pmbootstrapyovs2j79apk
(1634830) [02:57:03] extracted: /tmp/pmbootstrap80i89w6jsig
(1634830) [02:57:03] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:03] % 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/pmbootstrap80i89w6jsig /tmp/pmbootstrapyovs2j79apk
Verified OK
(1634830) [02:57:03] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(1634830) [02:57:03] % /tmp/pmbootstrapyovs2j79apk --version
apk-tools 2.12.9, compiled for x86_64.
(1634830) [02:57:03] (native) install alpine-base
(1634830) [02:57:03] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(1634830) [02:57:03] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(1634830) [02:57:03] (native) update /etc/apk/repositories
(1634830) [02:57:03] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1634830) [02:57:03] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1634830) [02:57:03] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1634830) [02:57:03] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1634830) [02:57:03] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1634830) [02:57:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(1634830) [02:57:03] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:03] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:03] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:03] % 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
(1634830) [02:57:03] New background process: pid=1634932, 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.65-r1)
(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
(1634830) [02:57:04] (native) % adduser -D pmos -u 12345
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(1634830) [02:57:04] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(1634830) [02:57:04] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(1634830) [02:57:04] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(1634830) [02:57:04] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(1634830) [02:57:04] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(1634830) [02:57:04] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(1634830) [02:57:05] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(1634830) [02:57:05] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(1634830) [02:57:05] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(1634830) [02:57:05] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(1634830) [02:57:07] (native) install cryptsetup util-linux parted
(1634830) [02:57:07] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1634830) [02:57:07] (native) % cat /tmp/apk_progress_fifo
(1634830) [02:57:07] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(1634830) [02:57:07] New background process: pid=1635246, 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-r1)
(7/43) Installing popt (1.19-r0)
(8/43) Installing cryptsetup (2.5.0-r1)
(9/43) Installing cryptsetup-openrc (2.5.0-r1)
(10/43) Installing ncurses-terminfo-base (6.3_p20220917-r0)
(11/43) Installing ncurses-libs (6.3_p20220917-r0)
(12/43) Installing readline (8.1.2-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-r1)
(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
(1634830) [02:57:08] *** (2/4) CREATE DEVICE ROOTFS ("tablet-x64uefi") ***
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(1634830) [02:57:08] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(1634830) [02:57:08] % 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
(1634830) [02:57:08] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(1634830) [02:57:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/null c 1 3
(1634830) [02:57:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/zero c 1 5
(1634830) [02:57:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/full c 1 7
(1634830) [02:57:08] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/random c 1 8
(1634830) [02:57:08] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/urandom c 1 9
(1634830) [02:57:08] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(1634830) [02:57:08] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(1634830) [02:57:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(1634830) [02:57:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(1634830) [02:57:08] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(1634830) [02:57:08] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:08] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:08] extracted: /tmp/pmbootstrap3y5gnaimapk
(1634830) [02:57:08] extracted: /tmp/pmbootstrap_mzp9d9rsig
(1634830) [02:57:08] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1634830) [02:57:08] % 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/pmbootstrap_mzp9d9rsig /tmp/pmbootstrap3y5gnaimapk
Verified OK
(1634830) [02:57:08] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(1634830) [02:57:08] % /tmp/pmbootstrap3y5gnaimapk --version
apk-tools 2.12.9, compiled for x86_64.
(1634830) [02:57:08] (rootfs_tablet-x64uefi) install alpine-base
(1634830) [02:57:08] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/cache
(1634830) [02:57:08] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/resolv.conf
(1634830) [02:57:09] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk
(1634830) [02:57:09] (rootfs_tablet-x64uefi) update /etc/apk/repositories
(1634830) [02:57:09] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(1634830) [02:57:09] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(1634830) [02:57:09] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(1634830) [02:57:09] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(1634830) [02:57:09] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(1634830) [02:57:09] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(1634830) [02:57:09] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:09] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:09] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1634830) [02:57:09] % 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
(1634830) [02:57:09] New background process: pid=1635349, 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.65-r1)
(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
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % getent passwd user
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % adduser -D -u 10000 user
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % addgroup -S wheel
addgroup: group 'wheel' in use
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % addgroup user wheel
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % addgroup -S video
addgroup: group 'video' in use
(1634830) [02:57:09] (rootfs_tablet-x64uefi) % addgroup user video
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup -S audio
addgroup: group 'audio' in use
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup user audio
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup -S input
addgroup: group 'input' in use
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup user input
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup -S plugdev
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup user plugdev
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup -S netdev
addgroup: group 'netdev' in use
(1634830) [02:57:10] (rootfs_tablet-x64uefi) % addgroup user netdev
(1634830) [02:57:10] 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
(1634830) [02:57:10] postmarketos-ui-plasma-mobile-extras: install _pmb_recommends: alligator, buho, calindori, elisa, kaidan, kalk, kasts, kdeconnect, keysmith, kongress, krecorder, ktrip, kweather, neochat, nota, okular-mobile, tokodon, vvave
(1634830) [02:57:10] (rootfs_tablet-x64uefi) calculate depends of postmarketos-base, device-tablet-x64uefi, postmarketos-ui-plasma-mobile, postmarketos-ui-plasma-mobile-extras, 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, alligator, buho, calindori, elisa, kaidan, kalk, kasts, kdeconnect, keysmith, kongress, krecorder, ktrip, kweather, neochat, nota, okular-mobile, tokodon, vvave, osk-sdl, lang, musl-locales, postmarketos-base-nofde (pmbootstrap -v for details)
(1634830) [02:57:11] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(1634830) [02:57:11] linux-firmware-any: picked provider(s) with higest priority 1: linux-firmware
(1634830) [02:57:11] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(1634830) [02:57:11] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(1634830) [02:57:12] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(1634830) [02:57:14] (rootfs_tablet-x64uefi) install postmarketos-base device-tablet-x64uefi postmarketos-ui-plasma-mobile postmarketos-ui-plasma-mobile-extras 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 alligator buho calindori elisa kaidan kalk kasts kdeconnect keysmith kongress krecorder ktrip kweather neochat nota okular-mobile tokodon vvave osk-sdl lang musl-locales postmarketos-base-nofde
(1634830) [02:57:14] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:57:14] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(1634830) [02:57:14] (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 postmarketos-ui-plasma-mobile-extras 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 alligator buho calindori elisa kaidan kalk kasts kdeconnect keysmith kongress krecorder ktrip kweather neochat nota okular-mobile tokodon vvave osk-sdl lang musl-locales postmarketos-base-nofde
(1634830) [02:57:14] New background process: pid=1635525, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/995) Installing icu-data-full (71.1-r4)
(2/995) Installing dbus-libs (1.15.0-r0)
(3/995) Installing libgcc (12.1.1_git20220630-r6)
(4/995) Installing libffi (3.4.3-r0)
(5/995) Installing libintl (0.21-r3)
(6/995) Installing libblkid (2.38.1-r0)
(7/995) Installing libmount (2.38.1-r0)
(8/995) Installing pcre (8.45-r2)
(9/995) Installing glib (2.72.4-r0)
(10/995) Installing libstdc++ (12.1.1_git20220630-r6)
(11/995) Installing icu-libs (71.1-r4)
(12/995) Installing libpcre2-16 (10.40-r0)
(13/995) Installing zstd-libs (1.5.2-r9)
(14/995) Installing qt5-qtbase (5.15.5_git20220728-r0)
(15/995) Installing hicolor-icon-theme (0.17-r2)
(16/995) Installing libmagic (5.42-r0)
(17/995) Installing file (5.42-r0)
(18/995) Installing libxau (1.0.10-r0)
(19/995) Installing libmd (1.0.4-r0)
(20/995) Installing libbsd (0.11.6-r2)
(21/995) Installing libxdmcp (1.1.3-r1)
(22/995) Installing libxcb (1.15-r0)
(23/995) Installing libx11 (1.8.1-r1)
(24/995) Installing libxext (1.3.4-r1)
(25/995) Installing libice (1.0.10-r1)
(26/995) Installing libuuid (2.38.1-r0)
(27/995) Installing libsm (1.2.3-r1)
(28/995) Installing libxt (1.2.1-r0)
(29/995) Installing libxmu (1.1.3-r1)
(30/995) Installing xset (1.2.4-r0)
(31/995) Installing xprop (1.2.5-r0)
(32/995) Installing xdg-utils (1.1.3-r4)
(33/995) Installing mesa (22.1.7-r3)
(34/995) Installing libpciaccess (0.16-r1)
(35/995) Installing libdrm (2.4.113-r0)
(36/995) Installing libexpat (2.4.9-r0)
(37/995) Installing wayland-libs-server (1.21.0-r1)
(38/995) Installing libxfixes (6.0.0-r0)
(39/995) Installing libxxf86vm (1.1.4-r3)
(40/995) Installing mesa-glapi (22.1.7-r3)
(41/995) Installing libxshmfence (1.3-r1)
(42/995) Installing mesa-gl (22.1.7-r3)
(43/995) Installing qt5-qtdeclarative (5.15.5_git20220617-r2)
(44/995) Installing libxcomposite (0.4.5-r1)
(45/995) Installing brotli-libs (1.0.9-r8)
(46/995) Installing libbz2 (1.0.8-r3)
(47/995) Installing libpng (1.6.37-r2)
(48/995) Installing freetype (2.12.1-r0)
(49/995) Installing fontconfig (2.14.0-r0)
(50/995) Installing wayland-libs-client (1.21.0-r1)
(51/995) Installing wayland-libs-cursor (1.21.0-r1)
(52/995) Installing wayland-libs-egl (1.21.0-r1)
(53/995) Installing pkgconf (1.9.3-r0)
(54/995) Installing xkeyboard-config (9999-r5)
(55/995) Installing xz-libs (5.2.6-r1)
(56/995) Installing libxml2 (2.10.2-r0)
(57/995) Installing libxkbcommon (1.4.1-r0)
(58/995) Installing qt5-qtwayland (5.15.5_git20220620-r0)
(59/995) Installing mesa-gbm (22.1.7-r3)
(60/995) Installing mesa-egl (22.1.7-r3)
(61/995) Installing avahi-libs (0.8-r6)
(62/995) Installing gmp (6.2.1-r2)
(63/995) Installing nettle (3.8.1-r0)
(64/995) Installing p11-kit (0.24.1-r0)
(65/995) Installing libtasn1 (4.19.0-r0)
(66/995) Installing libunistring (1.0-r0)
(67/995) Installing gnutls (3.7.7-r1)
(68/995) Installing cups-libs (2.4.2-r0)
(69/995) Installing shared-mime-info (2.2-r0)
(70/995) Installing libjpeg-turbo (2.1.4-r0)
(71/995) Installing libwebp (1.2.4-r1)
(72/995) Installing tiff (4.4.0-r0)
(73/995) Installing gdk-pixbuf (2.42.9-r1)
(74/995) Installing gtk-update-icon-cache (3.24.34-r6)
(75/995) Installing libxrender (0.9.10-r4)
(76/995) Installing libxcursor (1.2.1-r1)
(77/995) Installing libxdamage (1.1.5-r1)
(78/995) Installing libxi (1.8-r0)
(79/995) Installing libxinerama (1.1.4-r2)
(80/995) Installing libxrandr (1.5.2-r1)
(81/995) Installing libatk-1.0 (2.46.0-r0)
(82/995) Installing libxtst (1.2.3-r4)
(83/995) Installing at-spi2-core (2.46.0-r0)
(84/995) Installing libatk-bridge-2.0 (2.46.0-r0)
(85/995) Installing pixman (0.40.0-r4)
(86/995) Installing cairo (1.17.6-r3)
(87/995) Installing cairo-gobject (1.17.6-r3)
(88/995) Installing libepoxy (1.5.10-r0)
(89/995) Installing fribidi (1.0.12-r0)
(90/995) Installing graphite2 (1.3.14-r1)
(91/995) Installing harfbuzz (5.2.0-r0)
(92/995) Installing libxft (2.3.6-r0)
(93/995) Installing pango (1.50.10-r0)
(94/995) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(95/995) Installing libevdev (1.13.0-r0)
(96/995) Installing mtdev (1.1.6-r0)
(97/995) Installing eudev-libs (3.2.11-r1)
(98/995) Installing libinput-libs (1.21.0-r0)
(99/995) Installing xcb-util-wm (0.4.1-r1)
(100/995) Installing xcb-util (0.4.0-r3)
(101/995) Installing xcb-util-image (0.4.0-r1)
(102/995) Installing xcb-util-keysyms (0.4.0-r1)
(103/995) Installing xcb-util-renderutil (0.3.9-r1)
(104/995) Installing libxkbcommon-x11 (1.4.1-r0)
(105/995) Installing qt5-qtbase-x11 (5.15.5_git20220728-r0)
(106/995) Installing qt5-qtgraphicaleffects (5.15.5_git20220516-r0)
(107/995) Installing qt5-qtquickcontrols2 (5.15.5_git20220823-r0)
(108/995) Installing kirigami2-libs (5.98.0-r0)
(109/995) Installing kirigami2 (5.98.0-r0)
(110/995) Installing sqlite-libs (3.39.3-r0)
(111/995) Installing qt5-qtbase-sqlite (5.15.5_git20220728-r0)
(112/995) Installing kconfig (5.98.0-r0)
(113/995) Installing kcoreaddons (5.98.0-r0)
(114/995) Installing ki18n (5.98.0-r0)
(115/995) Installing kcodecs (5.98.0-r0)
(116/995) Installing syndication (5.98.0-r0)
(117/995) Installing alligator (22.06-r0)
(118/995) Installing kactivities-libs (5.98.0-r0)
(119/995) Installing karchive (5.98.0-r0)
(120/995) Installing qt5-qtx11extras (5.15.5_git20220602-r0)
(121/995) Installing kwindowsystem (5.98.0-r0)
(122/995) Installing kcrash (5.98.0-r0)
(123/995) Installing kdbusaddons (5.98.0-r0)
(124/995) Installing kglobalaccel (5.98.0-r0)
(125/995) Installing kguiaddons (5.98.0-r0)
(126/995) Installing libelogind (246.10-r5)
(127/995) Installing polkit-elogind-libs (121-r0)
(128/995) Installing polkit-qt-1 (0.114.0-r1)
(129/995) Installing kauth (5.98.0-r0)
(130/995) Installing kwidgetsaddons (5.98.0-r0)
(131/995) Installing kconfigwidgets (5.98.0-r0)
(132/995) Installing qt5-qtsvg (5.15.5_git20220617-r0)
(133/995) Installing kiconthemes (5.98.0-r0)
(134/995) Installing kitemviews (5.98.0-r0)
(135/995) Installing kxmlgui (5.98.0-r0)
(136/995) Installing kbookmarks (5.98.0-r0)
(137/995) Installing kcompletion (5.98.0-r0)
(138/995) Installing libxml2-utils (2.10.2-r0)
(139/995) Installing docbook-xml (4.5-r7)
Executing docbook-xml-4.5-r7.post-install
(140/995) Installing libgpg-error (1.45-r0)
(141/995) Installing libgcrypt (1.10.1-r0)
(142/995) Installing libxslt (1.1.36-r0)
(143/995) Installing docbook-xsl (1.79.2-r4)
Executing docbook-xsl-1.79.2-r4.post-install
(144/995) Installing kdoctools (5.98.0-r0)
(145/995) Installing kjobwidgets (5.98.0-r0)
(146/995) Installing alsa-lib (1.2.7.2-r0)
(147/995) Installing libxv (1.0.11-r3)
(148/995) Installing cdparanoia-libs (10.2-r11)
(149/995) Installing graphene (1.10.8-r1)
(150/995) Installing gstreamer (1.20.3-r1)
(151/995) Installing libogg (1.3.5-r1)
(152/995) Installing opus (1.3.1-r1)
(153/995) Installing orc (0.4.32-r1)
(154/995) Installing libtheora (1.1.1-r16)
(155/995) Installing libvorbis (1.3.7-r0)
(156/995) Installing gst-plugins-base (1.20.3-r1)
(157/995) Installing qt5-qtmultimedia (5.15.5_git20220617-r0)
(158/995) Installing qt5-qtspeech (5.15.5_git20220617-r0)
(159/995) Installing sound-theme-freedesktop (0.8-r0)
(160/995) Installing libltdl (2.4.7-r0)
(161/995) Installing libcanberra (0.30-r8)
(162/995) Installing libcanberra-gstreamer (0.30-r8)
(163/995) Installing knotifications (5.98.0-r0)
(164/995) Installing kservice (5.98.0-r0)
(165/995) Installing solid-libs (5.98.0-r0)
(166/995) Installing libhunspell (1.7.1-r0)
(167/995) Installing ncurses-terminfo-base (6.3_p20220917-r0)
(168/995) Installing ncurses-libs (6.3_p20220917-r0)
(169/995) Installing readline (8.1.2-r0)
(170/995) Installing hunspell (1.7.1-r0)
(171/995) Installing sonnet (5.98.0-r0)
(172/995) Installing ktextwidgets (5.98.0-r0)
(173/995) Installing kio (5.98.0-r0)
(174/995) Installing kpackage (5.98.0-r0)
(175/995) Installing kdeclarative (5.98.0-r0)
(176/995) Installing kwayland (5.98.0-r0)
(177/995) Installing plasma-framework (5.98.0-r0)
(178/995) Installing libaccounts-glib (1.26-r0)
(179/995) Installing libaccounts-qt (1.16-r1)
(180/995) Installing signond (8.61-r0)
(181/995) Installing accounts-qml-module (0.7_git20190605-r0)
(182/995) Installing qt5-qtwebchannel (5.15.5_git20220617-r0)
(183/995) Installing sdl2 (2.24.0-r0)
(184/995) Installing svt-av1-libs (1.2.1-r0)
(185/995) Installing aom-libs (3.4.0-r0)
(186/995) Installing libass (0.16.0-r0)
(187/995) Installing libdav1d (1.0.0-r1)
(188/995) Installing lame (3.100-r1)
(189/995) Installing libasyncns (0.8-r1)
(190/995) Installing flac-libs (1.4.1-r0)
(191/995) Installing libsndfile (1.1.0-r2)
(192/995) Installing libgomp (12.1.1_git20220630-r6)
(193/995) Installing soxr (0.1.3-r2)
(194/995) Installing speexdsp (1.2.1-r0)
(195/995) Installing tdb-libs (1.4.7-r0)
(196/995) Installing libpulse (9999_git20220528-r0)
(197/995) Installing cjson (1.7.15-r3)
(198/995) Installing mbedtls (2.28.1-r0)
(199/995) Installing librist (0.2.7-r0)
(200/995) Installing libsrt (1.5.0-r1)
(201/995) Installing libssh (0.10.4-r0)
(202/995) Installing v4l-utils-libs (1.22.1-r2)
(203/995) Installing libva (2.15.0-r0)
(204/995) Installing libvdpau (1.5-r0)
(205/995) Installing vidstab (1.1.0-r1)
(206/995) Installing libvpx (1.12.0-r1)
(207/995) Installing x264-libs (0.164_git20220602-r0)
(208/995) Installing numactl (2.0.15-r0)
(209/995) Installing x265-libs (3.5-r3)
(210/995) Installing xvidcore (1.3.7-r1)
(211/995) Installing libsodium (1.0.18-r2)
(212/995) Installing libzmq (4.3.4-r1)
(213/995) Installing ffmpeg-libs (5.1.1-r0)
(214/995) Installing libevent (2.1.12-r5)
(215/995) Installing nspr (4.35-r0)
(216/995) Installing nss (3.83-r0)
(217/995) Installing re2 (2022.06.01-r1)
(218/995) Installing snappy (1.1.9-r4)
(219/995) Installing qt5-qtwebengine (5.15.11-r0)
(220/995) Installing libnotify (0.8.1-r1)
(221/995) Installing libproxy (0.4.18-r1)
(222/995) Installing signon-ui (0.17_git20171023-r1)
(223/995) Installing libassuan (2.5.5-r0)
(224/995) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(225/995) Installing gnupg-gpgconf (2.2.39-r0)
(226/995) Installing gpg (2.2.39-r0)
(227/995) Installing npth (1.6-r1)
(228/995) Installing gpg-agent (2.2.39-r0)
(229/995) Installing libksba (1.6.1-r0)
(230/995) Installing gpgsm (2.2.39-r0)
(231/995) Installing gpgme (1.17.1-r0)
(232/995) Installing gpgmepp (1.17.1-r0)
(233/995) Installing gdbm (1.23-r0)
(234/995) Installing libsasl (2.1.28-r2)
(235/995) Installing libqca (2.3.4-r2)
(236/995) Installing kwallet (5.98.0-r0)
(237/995) Installing kaccounts-integration (22.08.1-r0)
(238/995) Installing purpose (5.98.0-r0)
(239/995) Installing qt5-qtfeedback (0_git20180903-r0)
(240/995) Installing angelfish (22.06-r0)
(241/995) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(242/995) Installing gtk-engines-clearlooks (2.21.0-r3)
(243/995) Installing gtk-engines-crux (2.21.0-r3)
(244/995) Installing gtk-engines-industrial (2.21.0-r3)
(245/995) Installing gtk-engines-mist (2.21.0-r3)
(246/995) Installing gtk-engines-redmond (2.21.0-r3)
(247/995) Installing gtk-engines-thinice (2.21.0-r3)
(248/995) Installing gtk-engines (2.21.0-r3)
(249/995) Installing breeze-gtk (5.25.5-r0)
(250/995) Installing breeze-icons (5.98.0-r0)
(251/995) Installing syntax-highlighting (5.98.0-r0)
(252/995) Installing mauiman (1.0.0-r0)
(253/995) Installing mauikit (2.2.0-r0)
(254/995) Installing mauikit-texteditor (2.2.0-r0)
(255/995) Installing mauikit-accounts (2.2.0-r0)
(256/995) Installing mauikit-filebrowsing (2.2.0-r0)
(257/995) Installing buho (2.2.0-r0)
(258/995) Installing qt5-qtquickcontrols (5.15.5_git20220518-r0)
(259/995) Installing libical (3.0.14-r1)
(260/995) Installing kcalendarcore (5.98.0-r0)
(261/995) Installing kpeople (5.98.0-r0)
(262/995) Installing calindori (22.06-r0)
(263/995) Installing udev-init-scripts (35-r1)
(264/995) Installing udev-init-scripts-openrc (35-r1)
(265/995) Installing kmod-libs (30-r1)
(266/995) Installing eudev (3.2.11-r1)
(267/995) Installing eudev-openrc (3.2.11-r1)
(268/995) Installing openssh-keygen (9.0_p1-r4)
(269/995) Installing libedit (20210910.3.1-r0)
(270/995) Installing openssh-client-common (9.0_p1-r4)
(271/995) Installing openssh-client-default (9.0_p1-r4)
(272/995) Installing openssh-sftp-server (9.0_p1-r4)
(273/995) Installing openssh-server-common (9.0_p1-r4)
(274/995) Installing openssh-server (9.0_p1-r4)
(275/995) Installing openssh (9.0_p1-r4)
(276/995) Installing boot-deploy (0.6-r0)
(277/995) Installing busybox-extras (1.35.0-r25)
Executing busybox-extras-1.35.0-r25.post-install
(278/995) Installing lzo (2.10-r3)
(279/995) Installing btrfs-progs (5.19.1-r0)
(280/995) Installing bzip2 (1.0.8-r3)
(281/995) Installing argon2-libs (20190702-r2)
(282/995) Installing device-mapper-libs (2.02.188-r0)
(283/995) Installing json-c (0.16-r0)
(284/995) Installing cryptsetup-libs (2.5.0-r1)
(285/995) Installing popt (1.19-r0)
(286/995) Installing cryptsetup (2.5.0-r1)
(287/995) Installing cryptsetup-openrc (2.5.0-r1)
(288/995) Installing libaio (0.3.113-r0)
(289/995) Installing device-mapper-event-libs (2.02.188-r0)
(290/995) Installing lvm2-libs (2.02.188-r0)
(291/995) Installing device-mapper (2.02.188-r0)
(292/995) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(293/995) Installing libcom_err (1.46.5-r2)
(294/995) Installing e2fsprogs-libs (1.46.5-r2)
(295/995) Installing e2fsprogs (1.46.5-r2)
(296/995) Installing e2fsprogs-extra (1.46.5-r2)
(297/995) Installing f2fs-tools-libs (1.15.0-r0)
(298/995) Installing f2fs-tools (1.15.0-r0)
(299/995) Installing lz4 (1.9.4-r1)
(300/995) Installing userspace-rcu (0.13.2-r0)
(301/995) Installing multipath-tools (0.9.1-r0)
(302/995) Installing multipath-tools-openrc (0.9.1-r0)
(303/995) Installing parted (3.5-r0)
(304/995) Installing postmarketos-mvcfg (1-r0)
(305/995) Installing postmarketos-keys (1-r0)
(306/995) Installing sudo (1.9.11_p3-r0)
(307/995) Installing postmarketos-base-nofde (21-r2)
(308/995) Installing unudhcpd (0.2.1-r0)
(309/995) Installing xz (5.2.6-r1)
(310/995) Installing postmarketos-mkinitfs (1.4.1-r12)
(311/995) Installing postmarketos-base (21-r2)
Executing postmarketos-base-21-r2.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
(312/995) Installing linux-firmware-yamaha (20220815-r2)
(313/995) Installing linux-firmware-yam (20220815-r2)
(314/995) Installing linux-firmware-wfx (20220815-r2)
(315/995) Installing linux-firmware-vxge (20220815-r2)
(316/995) Installing linux-firmware-vicam (20220815-r2)
(317/995) Installing linux-firmware-ueagle-atm (20220815-r2)
(318/995) Installing linux-firmware-ttusb-budget (20220815-r2)
(319/995) Installing linux-firmware-tigon (20220815-r2)
(320/995) Installing linux-firmware-ti-keystone (20220815-r2)
(321/995) Installing linux-firmware-ti-connectivity (20220815-r2)
(322/995) Installing linux-firmware-ti (20220815-r2)
(323/995) Installing linux-firmware-tehuti (20220815-r2)
(324/995) Installing linux-firmware-sxg (20220815-r2)
(325/995) Installing linux-firmware-sun (20220815-r2)
(326/995) Installing linux-firmware-slicoss (20220815-r2)
(327/995) Installing linux-firmware-sb16 (20220815-r2)
(328/995) Installing linux-firmware-rtw89 (20220815-r2)
(329/995) Installing linux-firmware-rtw88 (20220815-r2)
(330/995) Installing linux-firmware-rtlwifi (20220815-r2)
(331/995) Installing linux-firmware-rtl_nic (20220815-r2)
(332/995) Installing linux-firmware-rtl_bt (20220815-r2)
(333/995) Installing linux-firmware-rtl8192e (20220815-r2)
(334/995) Installing linux-firmware-rsi (20220815-r2)
(335/995) Installing linux-firmware-rockchip (20220815-r2)
(336/995) Installing linux-firmware-radeon (20220815-r2)
(337/995) Installing linux-firmware-r128 (20220815-r2)
(338/995) Installing linux-firmware-qlogic (20220815-r2)
(339/995) Installing linux-firmware-qed (20220815-r2)
(340/995) Installing linux-firmware-ath10k (20220815-r2)
(341/995) Installing linux-firmware-qcom (20220815-r2)
(342/995) Installing linux-firmware-qca (20220815-r2)
(343/995) Installing linux-firmware-ositech (20220815-r2)
(344/995) Installing linux-firmware-nvidia (20220815-r2)
(345/995) Installing linux-firmware-netronome (20220815-r2)
(346/995) Installing linux-firmware-myricom (20220815-r2)
(347/995) Installing linux-firmware-mwlwifi (20220815-r2)
(348/995) Installing linux-firmware-mwl8k (20220815-r2)
(349/995) Installing linux-firmware-mrvl (20220815-r2)
(350/995) Installing linux-firmware-moxa (20220815-r2)
(351/995) Installing linux-firmware-microchip (20220815-r2)
(352/995) Installing linux-firmware-meson (20220815-r2)
(353/995) Installing linux-firmware-mellanox (20220815-r2)
(354/995) Installing linux-firmware-mediatek (20220815-r2)
(355/995) Installing linux-firmware-matrox (20220815-r2)
(356/995) Installing linux-firmware-liquidio (20220815-r2)
(357/995) Installing linux-firmware-libertas (20220815-r2)
(358/995) Installing linux-firmware-korg (20220815-r2)
(359/995) Installing linux-firmware-keyspan_pda (20220815-r2)
(360/995) Installing linux-firmware-keyspan (20220815-r2)
(361/995) Installing linux-firmware-kaweth (20220815-r2)
(362/995) Installing linux-firmware-isci (20220815-r2)
(363/995) Installing linux-firmware-intel (20220815-r2)
(364/995) Installing linux-firmware-inside-secure (20220815-r2)
(365/995) Installing linux-firmware-imx (20220815-r2)
(366/995) Installing linux-firmware-i915 (20220815-r2)
(367/995) Installing linux-firmware-go7007 (20220815-r2)
(368/995) Installing linux-firmware-ess (20220815-r2)
(369/995) Installing linux-firmware-ene-ub6250 (20220815-r2)
(370/995) Installing linux-firmware-emi62 (20220815-r2)
(371/995) Installing linux-firmware-emi26 (20220815-r2)
(372/995) Installing linux-firmware-edgeport (20220815-r2)
(373/995) Installing linux-firmware-e100 (20220815-r2)
(374/995) Installing linux-firmware-dsp56k (20220815-r2)
(375/995) Installing linux-firmware-dpaa2 (20220815-r2)
(376/995) Installing linux-firmware-dabusb (20220815-r2)
(377/995) Installing linux-firmware-cypress (20220815-r2)
(378/995) Installing linux-firmware-cxgb4 (20220815-r2)
(379/995) Installing linux-firmware-cxgb3 (20220815-r2)
(380/995) Installing linux-firmware-cpia2 (20220815-r2)
(381/995) Installing linux-firmware-cnm (20220815-r2)
(382/995) Installing linux-firmware-cis (20220815-r2)
(383/995) Installing linux-firmware-cirrus (20220815-r2)
(384/995) Installing linux-firmware-cavium (20220815-r2)
(385/995) Installing linux-firmware-cadence (20220815-r2)
(386/995) Installing linux-firmware-brcm (20220815-r2)
(387/995) Installing linux-firmware-bnx2x (20220815-r2)
(388/995) Installing linux-firmware-bnx2 (20220815-r2)
(389/995) Installing linux-firmware-av7110 (20220815-r2)
(390/995) Installing linux-firmware-atusb (20220815-r2)
(391/995) Installing linux-firmware-atmel (20220815-r2)
(392/995) Installing linux-firmware-ath9k_htc (20220815-r2)
(393/995) Installing linux-firmware-ath6k (20220815-r2)
(394/995) Installing linux-firmware-ath11k (20220815-r2)
(395/995) Installing linux-firmware-ar3k (20220815-r2)
(396/995) Installing linux-firmware-amphion (20220815-r2)
(397/995) Installing linux-firmware-amdgpu (20220815-r2)
(398/995) Installing linux-firmware-amd-ucode (20220815-r2)
(399/995) Installing linux-firmware-amd (20220815-r2)
(400/995) Installing linux-firmware-advansys (20220815-r2)
(401/995) Installing linux-firmware-adaptec (20220815-r2)
(402/995) Installing linux-firmware-acenic (20220815-r2)
(403/995) Installing linux-firmware-3com (20220815-r2)
(404/995) Installing linux-firmware-other (20220815-r2)
(405/995) Installing linux-firmware (20220815-r2)
(406/995) Installing linux-lts (5.15.69-r0)
(407/995) Installing llvm14-libs (14.0.6-r4)
(408/995) Installing musl-fts (1.2.7-r3)
(409/995) Installing libelf (0.187-r2)
(410/995) Installing mesa-dri-gallium (22.1.7-r3)
(411/995) Installing device-tablet-x64uefi (0.3-r4)
(412/995) Installing ca-certificates (20220614-r2)
(413/995) Installing nghttp2-libs (1.50.0-r0)
(414/995) Installing libcurl (7.85.0-r0)
(415/995) Installing libxmlb (0.3.10-r0)
(416/995) Installing yaml (0.2.5-r0)
(417/995) Installing appstream (0.15.5-r0)
Executing appstream-0.15.5-r0.post-install
✔ Metadata cache was updated successfully.
(418/995) Installing appstream-qt (0.15.5-r0)
(419/995) Installing attica (5.98.0-r0)
(420/995) Installing kidletime (5.98.0-r0)
(421/995) Installing knewstuff (5.98.0-r0)
(422/995) Installing discover (5.25.5-r0)
(423/995) Installing libapk-qt (0.4.2-r0)
(424/995) Installing discover-backend-apk (5.25.5-r0)
(425/995) Installing encodings (1.0.6-r0)
(426/995) Installing libfontenc (1.1.6-r0)
(427/995) Installing mkfontscale (1.2.2-r1)
(428/995) Installing ttf-dejavu (2.37-r2)
(429/995) Installing live-media (2022.07.14-r0)
(430/995) Installing libxpm (3.5.13-r1)
(431/995) Installing a52dec (0.7.4-r7)
(432/995) Installing libraw1394 (2.1.2-r2)
(433/995) Installing libavc1394 (0.5.4-r2)
(434/995) Installing vulkan-loader (1.3.224.1-r1)
(435/995) Installing ffmpeg4-libs (4.4.2-r4)
(436/995) Installing libbluray (1.3.3-r0)
(437/995) Installing libcddb (1.3.2-r3)
(438/995) Installing libusb (1.0.26-r0)
(439/995) Installing libdc1394 (2.2.6-r0)
(440/995) Installing libdvbpsi (1.3.3-r0)
(441/995) Installing libdvdcss (1.4.3-r0)
(442/995) Installing libdvdread (6.1.3-r0)
(443/995) Installing libdvdnav (6.1.1-r0)
(444/995) Installing libebml (1.4.2-r0)
(445/995) Installing faad2-libs (2.10.0-r0)
(446/995) Installing lua5.2-libs (5.2.4-r10)
(447/995) Installing libmad (0.15.1b-r9)
(448/995) Installing libmatroska (1.6.3-r1)
(449/995) Installing libmpeg2 (0.5.1-r8)
(450/995) Installing glslang-libs (11.11.0-r0)
(451/995) Installing glslang (11.11.0-r0)
(452/995) Installing lcms2 (2.13.1-r0)
(453/995) Installing spirv-tools (1.3.224.1-r1)
(454/995) Installing shaderc (2022.2-r1)
(455/995) Installing libplacebo (4.208.0-r2)
(456/995) Installing librsvg (2.55.1-r0)
(457/995) Installing speex (1.2.1-r0)
(458/995) Installing libshout (2.4.6-r1)
(459/995) Installing talloc (2.3.4-r0)
(460/995) Installing tevent (0.13.0-r0)
(461/995) Installing samba-util-libs (4.16.4-r0)
(462/995) Installing jansson (2.14-r0)
(463/995) Installing libldap (2.6.3-r3)
(464/995) Installing lmdb (0.9.29-r1)
(465/995) Installing ldb (2.5.2-r0)
(466/995) Installing linux-pam (1.5.2-r1)
(467/995) Installing libwbclient (4.16.4-r0)
(468/995) Installing samba-libs (4.16.4-r0)
(469/995) Installing libsmbclient (4.16.4-r0)
(470/995) Installing taglib (1.12-r1)
(471/995) Installing vlc-libs (3.0.17.4-r6)
(472/995) Installing vlc (3.0.17.4-r6)
(473/995) Installing exiv2 (0.27.5-r1)
(474/995) Installing kfilemetadata (5.98.0-r0)
(475/995) Installing baloo (5.98.0-r0)
(476/995) Installing elisa (22.08.1-r0)
(477/995) Installing dbus-glib (0.112-r1)
(478/995) Installing firefox-esr (102.3.0-r0)
(479/995) Installing font-noto-common (0_git20211101-r6)
(480/995) Installing font-noto-math (0_git20211101-r6)
(481/995) Installing font-noto-symbols (0_git20211101-r6)
(482/995) Installing font-noto (0_git20211101-r6)
(483/995) Installing font-noto-emoji (2.038-r0)
(484/995) Installing font-noto-extra (0_git20211101-r6)
(485/995) Installing mauikit-imagetools (2.2.0-r0)
(486/995) Installing index (2.2.0-r0)
(487/995) Installing signon-plugin-oauth2 (0.25-r0)
(488/995) Installing kaccounts-providers (22.08.1-r0)
(489/995) Installing qt5-qtlocation (5.15.5_git20220618-r0)
(490/995) Installing zxing-cpp (1.2.0-r0)
(491/995) Installing qxmpp (1.4.0-r0)
(492/995) Installing kaidan (0.8.0-r2)
(493/995) Installing kunitconversion (5.98.0-r0)
(494/995) Installing mpfr4 (4.1.0-r0)
(495/995) Installing kalk (22.06-r0)
(496/995) Installing libcaca (0.99_beta20-r0)
(497/995) Installing libdv (1.0.0-r6)
(498/995) Installing libgudev (237-r1)
(499/995) Installing libiec61883 (1.2.0-r2)
(500/995) Installing libsamplerate (0.2.2-r0)
(501/995) Installing jack (1.9.21-r0)
(502/995) Installing mpg123-libs (1.30.2-r0)
(503/995) Installing wavpack (5.5.0-r0)
(504/995) Installing gst-plugins-good (1.20.3-r2)
(505/995) Installing libnm (1.40.0-r0)
(506/995) Installing networkmanager-common (1.40.0-r0)
(507/995) Installing networkmanager-openrc (1.40.0-r0)
(508/995) Installing dbus (1.15.0-r0)
Executing dbus-1.15.0-r0.pre-install
Executing dbus-1.15.0-r0.post-install
(509/995) Installing dbus-openrc (1.15.0-r0)
(510/995) Installing libmnl (1.0.5-r0)
(511/995) Installing libnftnl (1.2.3-r0)
(512/995) Installing iptables (1.8.8-r2)
(513/995) Installing iptables-openrc (1.8.8-r2)
(514/995) Installing libndp (1.8-r0)
(515/995) Installing libidn2 (2.3.3-r0)
(516/995) Installing libpsl (0.21.1-r0)
(517/995) 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-<name>.
*
(518/995) Installing networkmanager-qt (5.98.0-r0)
(519/995) Installing threadweaver (5.98.0-r0)
(520/995) Installing qt5-qtkeychain (0.13.2-r0)
(521/995) Installing kasts (22.06-r1)
(522/995) Installing kirigami-addons (0.3-r0)
(523/995) Installing kclock (22.06-r0)
(524/995) Installing gsettings-desktop-schemas (42.0-r0)
(525/995) Installing kdecoration (5.25.5-r0)
(526/995) Installing kde-gtk-config (5.25.5-r0)
(527/995) Installing fuse-common (3.12.0-r0)
(528/995) Installing fuse-openrc (3.12.0-r0)
(529/995) Installing fuse3-libs (3.12.0-r0)
(530/995) Installing fuse3 (3.12.0-r0)
(531/995) Installing sshfs (3.7.3-r0)
(532/995) Installing kcmutils (5.98.0-r0)
(533/995) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(534/995) Installing pulseaudio-qt (1.3-r2)
(535/995) Installing libfakekey (0.3-r0)
(536/995) Installing kdeconnect (22.08.1-r0)
(537/995) Installing keysmith (22.06-r0)
(538/995) Installing kirigami-gallery (22.08.1-r0)
(539/995) Installing kquickimageeditor (0.2.0-r1)
(540/995) Installing koko (22.06-r0)
(541/995) Installing kongress (22.06-r0)
(542/995) Installing kasync (0.3.0-r2)
(543/995) Installing gpg-wks-server (2.2.39-r0)
(544/995) Installing gpgv (2.2.39-r0)
(545/995) Installing gnupg-dirmngr (2.2.39-r0)
(546/995) Installing gnupg-utils (2.2.39-r0)
(547/995) Installing gnupg-wks-client (2.2.39-r0)
(548/995) Installing gnupg (2.2.39-r0)
(549/995) Installing iso-codes (4.11.0-r0)
(550/995) Installing kcontacts (5.98.0-r0)
(551/995) Installing kmime (22.08.1-r0)
(552/995) Installing kimap2 (0.4.0-r1)
(553/995) Installing qt5-qtxmlpatterns (5.15.5_git20220602-r0)
(554/995) Installing kdav2 (0.4.0-r1)
(555/995) Installing libxapian (1.4.20-r1)
(556/995) Installing sink (0.9.0-r2)
(557/995) Installing kpeoplesink (0_git20210224-r1)
(558/995) Installing kpeoplevcard (0.1-r2)
(559/995) Installing krecorder (22.06-r0)
(560/995) Installing kpublictransport (22.08.1-r0)
(561/995) Installing ktrip (22.06-r0)
(562/995) Installing kquickcharts (5.98.0-r0)
(563/995) Installing kholidays (5.98.0-r0)
(564/995) Installing kweathercore (0.6-r0)
(565/995) Installing qt5-qtcharts (5.15.5_git20220617-r0)
(566/995) Installing kweather (22.06-r0)
(567/995) Installing lang (0.1-r1)
(568/995) Installing koko-lang (22.06-r0)
(569/995) Installing gsettings-desktop-schemas-lang (42.0-r0)
(570/995) Installing kconfigwidgets-lang (5.98.0-r0)
(571/995) Installing gstreamer-lang (1.20.3-r1)
(572/995) Installing plasma-framework-lang (5.98.0-r0)
(573/995) Installing gtk+3.0-lang (9999_git20210602-r4)
(574/995) Installing kglobalaccel-lang (5.98.0-r0)
(575/995) Installing sonnet-lang (5.98.0-r0)
(576/995) Installing calindori-lang (22.06-r0)
(577/995) Installing knotifications-lang (5.98.0-r0)
(578/995) Installing kholidays-lang (5.98.0-r0)
(579/995) Installing ktextwidgets-lang (5.98.0-r0)
(580/995) Installing glib-lang (2.72.4-r0)
(581/995) Installing kbookmarks-lang (5.98.0-r0)
(582/995) Installing kirigami2-lang (5.98.0-r0)
(583/995) Installing kongress-lang (22.06-r0)
(584/995) Installing kxmlgui-lang (5.98.0-r0)
(585/995) Installing kiconthemes-lang (5.98.0-r0)
(586/995) Installing kconfig-lang (5.98.0-r0)
(587/995) Installing kcontacts-lang (5.98.0-r0)
(588/995) Installing kitemviews-lang (5.98.0-r0)
(589/995) Installing kunitconversion-lang (5.98.0-r0)
(590/995) Installing kwindowsystem-lang (5.98.0-r0)
(591/995) Installing gnupg-lang (2.2.39-r0)
(592/995) Installing kaccounts-integration-lang (22.08.1-r0)
(593/995) Installing gtk+2.0-lang (2.24.33-r7)
(594/995) Installing kaccounts-providers-lang (22.08.1-r0)
(595/995) Installing kauth-lang (5.98.0-r0)
(596/995) Installing kdbusaddons-lang (5.98.0-r0)
(597/995) Installing kjobwidgets-lang (5.98.0-r0)
(598/995) Installing kirigami-gallery-lang (22.08.1-r0)
(599/995) Installing angelfish-lang (22.06-r0)
(600/995) Installing kcmutils-lang (5.98.0-r0)
(601/995) Installing elisa-lang (22.08.1-r0)
(602/995) Installing gst-plugins-base-lang (1.20.3-r1)
(603/995) Installing kcodecs-lang (5.98.0-r0)
(604/995) Installing gdk-pixbuf-lang (2.42.9-r1)
(605/995) Installing kasts-lang (22.06-r1)
(606/995) Installing kpeople-lang (5.98.0-r0)
(607/995) Installing keysmith-lang (22.06-r0)
(608/995) Installing baloo-lang (5.98.0-r0)
(609/995) Installing kdeconnect-lang (22.08.1-r0)
(610/995) Installing kfilemetadata-lang (5.98.0-r0)
(611/995) Installing kmime-lang (22.08.1-r0)
(612/995) Installing ki18n-lang (5.98.0-r0)
(613/995) Installing kdecoration-lang (5.25.5-r0)
(614/995) Installing hunspell-lang (1.7.1-r0)
(615/995) Installing gst-plugins-good-lang (1.20.3-r2)
(616/995) Installing kcoreaddons-lang (5.98.0-r0)
(617/995) Installing syntax-highlighting-lang (5.98.0-r0)
(618/995) Installing gtk-engines-lang (2.21.0-r3)
(619/995) Installing iso-codes-lang (4.11.0-r0)
(620/995) Installing networkmanager-lang (1.40.0-r0)
(621/995) Installing kio-lang (5.98.0-r0)
(622/995) Installing knewstuff-lang (5.98.0-r0)
(623/995) Installing kwallet-lang (5.98.0-r0)
(624/995) Installing discover-lang (5.25.5-r0)
(625/995) Installing kpackage-lang (5.98.0-r0)
(626/995) Installing kweathercore-lang (0.6-r0)
(627/995) Installing appstream-lang (0.15.5-r0)
(628/995) Installing kdeclarative-lang (5.98.0-r0)
(629/995) Installing at-spi2-core-lang (2.46.0-r0)
(630/995) Installing kservice-lang (5.98.0-r0)
(631/995) Installing kwidgetsaddons-lang (5.98.0-r0)
(632/995) Installing kcompletion-lang (5.98.0-r0)
(633/995) Installing purpose-lang (5.98.0-r0)
(634/995) Installing kdoctools-lang (5.98.0-r0)
(635/995) Installing shared-mime-info-lang (2.2-r0)
(636/995) Installing libraw (0.20.2-r0)
(637/995) Installing libraw-tools (0.20.2-r0)
(638/995) Installing imagemagick-libs (7.1.0.48-r0)
(639/995) Installing jbig2dec (0.19-r0)
(640/995) Installing ghostscript (9.56.1-r0)
(641/995) Installing libde265 (1.0.8-r2)
(642/995) Installing libheif (1.13.0-r0)
(643/995) Installing libjxl (0.6.1_git20220605-r1)
(644/995) Installing imagemagick (7.1.0.48-r0)
(645/995) Installing perl (5.36.0-r0)
(646/995) Installing perl-image-exiftool (12.42-r0)
(647/995) Installing exiftool (12.42-r0)
(648/995) Installing openexr (3.1.5-r3)
(649/995) Installing soundtouch (2.3.1-r0)
(650/995) Installing chromaprint (1.5.1-r2)
(651/995) Installing tslib (1.22-r1)
(652/995) Installing directfb (1.7.7-r4)
(653/995) Installing faac (1.30-r1)
(654/995) Installing fdk-aac (2.0.2-r1)
(655/995) Installing flite (2.2-r1)
(656/995) Installing portaudio (19.7.0-r0)
(657/995) Installing fluidsynth-libs (2.2.9-r0)
(658/995) Installing libfreeaptx (0.1.1-r0)
(659/995) Installing gsm (1.0.22-r0)
(660/995) Installing libldac (2.0.2.3-r0)
(661/995) Installing libmodplug (0.8.9.0-r1)
(662/995) Installing neon (0.32.4-r0)
(663/995) Installing libnice (0.1.19-r0)
(664/995) Installing openal-soft (1.22.2-r1)
(665/995) Installing openjpeg (2.5.0-r0)
(666/995) Installing librtmp (2.4_git20190330-r1)
(667/995) Installing sbc (2.0-r0)
(668/995) Installing spandsp (0.0.6-r2)
(669/995) Installing libsrtp (2.4.2-r3)
(670/995) Installing vo-aacenc (0.1.3-r0)
(671/995) Installing vo-amrwbenc (0.1.3-r0)
(672/995) Installing libzbar (0.23.92-r0)
(673/995) Installing gst-plugins-bad (1.20.3-r4)
(674/995) Installing gst-plugins-bad-lang (1.20.3-r4)
(675/995) Installing gtk4.0 (4.8.1-r0)
Executing gtk4.0-4.8.1-r0.post-install
(676/995) Installing gtk4.0-lang (4.8.1-r0)
(677/995) Installing megapixels (1.5.2-r0)
(678/995) Installing mobile-config-firefox (3.0.0-r1)
(679/995) Installing musl-locales (0.1.0-r0)
(680/995) Installing musl-locales-lang (0.1.0-r0)
(681/995) Installing kitemmodels (5.98.0-r0)
(682/995) Installing qqc2-desktop-style (5.98.0-r0)
(683/995) Installing libquotient (0.6.11-r0)
(684/995) Installing libcmark (0.30.2-r0)
(685/995) Installing neochat (22.06-r1)
(686/995) Installing neochat-lang (22.06-r1)
(687/995) Installing qmltermwidget (0.2.0-r1)
(688/995) Installing nota (2.2.0-r0)
(689/995) Installing kjs (5.98.0-r0)
(690/995) Installing libkexiv2 (22.08.1-r0)
(691/995) Installing kparts (5.98.0-r0)
(692/995) Installing kparts-lang (5.98.0-r0)
(693/995) Installing kpty (5.98.0-r0)
(694/995) Installing kpty-lang (5.98.0-r0)
(695/995) Installing libdjvulibre (3.5.28-r1)
(696/995) Installing libzip (1.9.2-r1)
(697/995) Installing ebook-tools (0.2.2-r2)
(698/995) Installing discount-libs (2.2.7b-r0)
(699/995) Installing clang-libs (14.0.6-r4)
(700/995) Installing qt5-qttools (5.15.5_git20220619-r0)
(701/995) Installing phonon (4.11.1-r2)
(702/995) Installing phonon-lang (4.11.1-r2)
(703/995) Installing poppler (22.09.0-r0)
(704/995) Installing poppler-qt5 (22.09.0-r0)
(705/995) Installing kdegraphics-mobipocket (22.08.1-r0)
(706/995) Installing libspectre (0.2.10-r0)
(707/995) Installing okular-common (22.08.1-r0)
(708/995) Installing okular-common-qml (22.08.1-r0)
(709/995) Installing okular-mobile (22.08.1-r0)
(710/995) Installing mesa-gles (22.1.7-r3)
(711/995) Installing sdl2_ttf (2.20.1-r0)
(712/995) Installing osk-sdl (0.67-r0)
(713/995) Installing frameworkintegration (5.98.0-r0)
(714/995) Installing oxygen (5.25.5-r0)
(715/995) Installing oxygen-lang (5.25.5-r0)
(716/995) Installing modemmanager-qt (5.98.0-r0)
(717/995) Installing callaudiod-libs (0.1.4-r0)
(718/995) Installing qtmpris (1.0.6-r1)
(719/995) Installing abseil-cpp (20220623.1-r0)
(720/995) Installing boost1.80-thread (1.80.0-r2)
(721/995) Installing libprotobuf (3.21.6-r0)
(722/995) Installing libphonenumber (8.12.54-r0)
(723/995) Installing plasma-dialer (22.06-r0)
(724/995) Installing plasma-dialer-lang (22.06-r0)
(725/995) Installing plasma-mobile-sounds (0.1-r1)
(726/995) Installing plasma-phonebook (22.06-r0)
(727/995) Installing plasma-phonebook-lang (22.06-r0)
(728/995) Installing postmarketos-artwork-wallpapers (2-r1)
(729/995) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(730/995) Installing bluez (5.65-r1)
(731/995) Installing bluez-openrc (5.65-r1)
(732/995) Installing bluez-obexd (5.65-r1)
(733/995) Installing kded (5.98.0-r0)
(734/995) Installing bluez-qt (5.98.0-r0)
(735/995) Installing bluedevil (5.25.5-r0)
(736/995) Installing bluedevil-lang (5.25.5-r0)
(737/995) Installing breeze (5.25.5-r0)
(738/995) Installing breeze-lang (5.25.5-r0)
(739/995) Installing callaudiod (0.1.4-r0)
(740/995) Installing dnsmasq-common (2.86-r5)
(741/995) Installing dnsmasq-openrc (2.86-r5)
(742/995) Installing dnsmasq (2.86-r5)
Executing dnsmasq-2.86-r5.pre-install
(743/995) Installing shadow (4.10-r3)
(744/995) Installing libacl (2.3.1-r1)
(745/995) Installing elogind (246.10-r5)
(746/995) Installing elogind-openrc (246.10-r5)
(747/995) Installing elogind-lang (246.10-r5)
(748/995) Installing hfd-service (0.1.0-r1)
(749/995) Installing hfd-service-openrc (0.1.0-r1)
(750/995) Installing iio-sensor-proxy (3.4-r0)
(751/995) Installing iio-sensor-proxy-openrc (3.4-r0)
(752/995) Installing libkscreen (5.25.5-r0)
(753/995) Installing qt5-qtsensors (5.15.5_git20220519-r0)
(754/995) Installing kscreen (5.25.5-r0)
(755/995) Installing kscreen-lang (5.25.5-r0)
(756/995) Installing socat (1.7.4.3-r1)
(757/995) Installing kwallet-pam (5.25.5-r0)
(758/995) Installing kwayland-integration (5.25.5-r0)
(759/995) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(760/995) Installing duktape (2.7.0-r0)
(761/995) Installing polkit-elogind (121-r0)
(762/995) Installing libmm-glib (1.18.12-r0)
(763/995) Installing libmbim (1.26.4-r0)
(764/995) Installing libqrtr-glib (1.2.2-r0)
(765/995) Installing libqmi (1.30.8-r0)
(766/995) Installing modemmanager (1.18.12-r0)
(767/995) Installing modemmanager-lang (1.18.12-r0)
(768/995) Installing modemmanager-openrc (1.18.12-r0)
(769/995) Installing networkmanager-cli (1.40.0-r0)
(770/995) Installing slang (2.3.3-r0)
(771/995) Installing newt (0.52.21-r4)
(772/995) Installing newt-lang (0.52.21-r4)
(773/995) Installing networkmanager-tui (1.40.0-r0)
(774/995) Installing wireless-regdb (2022.08.12-r0)
(775/995) 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 <name>;
* rc-service <name> start), and restart networkmanager.
*
* If you chose iwd, you have to also add 'wifi.backend=iwd' into section
* '[device]' in /etc/NetworkManager/NetworkManager.conf.
*
(776/995) Installing mobile-broadband-provider-info (20220725-r0)
(777/995) Installing networkmanager-wwan (1.40.0-r0)
(778/995) Installing pipewire-libs (0.3.58-r0)
(779/995) Installing libunwind (1.6.2-r0)
(780/995) Installing libuv (1.44.2-r0)
(781/995) Installing roc-toolkit-libs (0.1.5-r2)
(782/995) Installing webrtc-audio-processing (0.3.1-r6)
(783/995) Installing pipewire (0.3.58-r0)
(784/995) Installing pipewire-lang (0.3.58-r0)
(785/995) Installing dbus-x11 (1.15.0-r0)
(786/995) Installing kactivities (5.98.0-r0)
(787/995) Installing dconf (0.40.0-r1)
(788/995) Installing anthy (9100h-r1)
(789/995) Installing maliit-framework (2.3.0-r1)
(790/995) Installing kyotocabinet (1.2.79-r3)
(791/995) Installing libpinyin (2.6.2-r0)
(792/995) Installing tinyxml (2.6.2-r1)
(793/995) Installing presage (0.9.1-r2)
(794/995) Installing maliit-keyboard (2.3.1-r0)
(795/995) Installing qt5-qtvirtualkeyboard (5.15.5_git20220617-r0)
(796/995) Installing plasma-nano (5.25.5-r0)
(797/995) Installing plasma-nm (5.25.5-r0)
(798/995) Installing plasma-nm-lang (5.25.5-r0)
(799/995) Installing plasma-nm-mobile (5.25.5-r0)
(800/995) Installing fftw-single-libs (3.3.10-r0)
(801/995) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(802/995) Installing pulseaudio-bluez (9999_git20220528-r0)
(803/995) Installing pulseaudio-alsa (9999_git20220528-r0)
(804/995) Installing alsa-utils-openrc (1.2.7-r1)
(805/995) Installing pulseaudio-openrc (9999_git20220528-r0)
(806/995) Installing libcanberra-pulse (0.30-r8)
(807/995) Installing pulseaudio-lang (9999_git20220528-r0)
(808/995) Installing plasma-pa (5.25.5-r0)
(809/995) Installing plasma-pa-lang (5.25.5-r0)
(810/995) Installing tzdata (2022c-r0)
(811/995) Installing libdaemon (0.14-r3)
(812/995) Installing openrc-settingsd (1.1.0-r0)
(813/995) Installing openrc-settingsd-openrc (1.1.0-r0)
(814/995) Installing plasma-settings (22.06-r0)
(815/995) Installing plasma-settings-lang (22.06-r0)
(816/995) Installing kactivitymanagerd (5.25.5-r0)
(817/995) Installing kactivitymanagerd-lang (5.25.5-r0)
(818/995) Installing kinit (5.98.0-r0)
(819/995) Installing kinit-lang (5.98.0-r0)
(820/995) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(821/995) Installing avahi-lang (0.8-r6)
(822/995) Installing kdnssd (5.98.0-r0)
(823/995) Installing kdnssd-lang (5.98.0-r0)
(824/995) Installing kdsoap (2.1.1-r0)
(825/995) Installing libmtp (1.1.20-r0)
(826/995) Installing kio-extras (22.08.1-r0)
(827/995) Installing kio-extras-lang (22.08.1-r0)
(828/995) Installing xorg-server-common (21.1.4-r0)
(829/995) Installing libxkbfile (1.1.0-r1)
(830/995) Installing xkbcomp (1.4.5-r0)
(831/995) Installing libxfont2 (2.0.6-r0)
(832/995) Installing libtirpc-conf (1.3.2-r2)
(833/995) Installing libtirpc-nokrb (1.3.2-r2)
(834/995) Installing libxcvt (0.1.2-r0)
(835/995) Installing xwayland (22.1.3-r1)
(836/995) Installing layer-shell-qt (5.25.5-r0)
(837/995) Installing kscreenlocker (5.25.5-r0)
(838/995) Installing kscreenlocker-lang (5.25.5-r0)
(839/995) Installing libqaccessibilityclient (0.4.1-r1)
(840/995) Installing xcb-util-cursor (0.1.3-r2)
(841/995) Installing kwin (5.25.5-r0)
(842/995) Installing kwin-lang (5.25.5-r0)
(843/995) Installing krunner (5.98.0-r0)
(844/995) Installing milou (5.25.5-r0)
(845/995) Installing milou-lang (5.25.5-r0)
(846/995) Installing pipewire-media-session (0.4.1-r0)
(847/995) Installing ttf-hack (3.003-r2)
(848/995) Installing plasma-integration (5.25.5-r0)
(849/995) Installing plasma-integration-lang (5.25.5-r0)
(850/995) Installing qtchooser (66-r1)
(851/995) Installing plasma-workspace-libs (5.25.5-r1)
(852/995) Installing kactivities-stats (5.98.0-r0)
(853/995) Installing knotifyconfig (5.98.0-r0)
(854/995) Installing knotifyconfig-lang (5.98.0-r0)
(855/995) Installing libdmtx-libs (0.7.7-r0)
(856/995) Installing libqrencode (4.1.1-r0)
(857/995) Installing prison (5.98.0-r0)
(858/995) Installing ktexteditor (5.98.0-r0)
(859/995) Installing ktexteditor-lang (5.98.0-r0)
(860/995) Installing libnl3 (3.7.0-r0)
(861/995) Installing libpcap (1.10.1-r0)
(862/995) Installing lm-sensors-libs (3.6.0-r4)
(863/995) Installing libksysguard (5.25.5-r0)
(864/995) Installing libksysguard-lang (5.25.5-r0)
(865/995) Installing kuserfeedback (1.2.0-r1)
(866/995) Installing kuserfeedback-lang (1.2.0-r1)
(867/995) Installing gpsd (3.24-r0)
(868/995) Installing gpsd-openrc (3.24-r0)
(869/995) Installing libqalculate (4.3.0-r0)
(870/995) Installing libqalculate-lang (4.3.0-r0)
(871/995) Installing plasma-workspace (5.25.5-r1)
(872/995) Installing plasma-workspace-lang (5.25.5-r1)
(873/995) Installing kdesu (5.98.0-r0)
(874/995) Installing kdesu-lang (5.98.0-r0)
(875/995) Installing kde-cli-tools (5.25.5-r0)
(876/995) Installing kde-cli-tools-lang (5.25.5-r0)
(877/995) Installing qqc2-breeze-style (5.25.5-r0)
(878/995) Installing plasma-mobile (5.25.5-r0)
(879/995) Installing polkit-kde-agent-1 (5.25.5-r0)
(880/995) Installing polkit-kde-agent-1-lang (5.25.5-r0)
(881/995) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(882/995) Installing chrony-openrc (4.3-r0)
(883/995) Installing haveged (1.9.18-r0)
(884/995) Installing haveged-openrc (1.9.18-r0)
(885/995) Installing nftables (1.0.5-r0)
(886/995) Installing nftables-openrc (1.0.5-r0)
(887/995) Installing postmarketos-config-nftables (0.10-r0)
Executing postmarketos-config-nftables-0.10-r0.post-install
 * service nftables added to runlevel default
(888/995) Installing postmarketos-config-nftables-networkmanager (0.10-r0)
(889/995) Installing postmarketos-base-nftables (21-r2)
Executing postmarketos-base-nftables-21-r2.post-install
(890/995) Installing kdeconnect-nftables (22.08.1-r0)
(891/995) Installing postmarketos-artwork-icons (2-r1)
(892/995) Installing util-linux (2.38.1-r0)
(893/995) Installing libfdisk (2.38.1-r0)
(894/995) Installing libsmartcols (2.38.1-r0)
(895/995) Installing util-linux-misc (2.38.1-r0)
(896/995) Installing libeconf (0.4.6-r0)
(897/995) Installing runuser (2.38.1-r0)
(898/995) Installing mount (2.38.1-r0)
(899/995) Installing losetup (2.38.1-r0)
(900/995) Installing hexdump (2.38.1-r0)
(901/995) Installing uuidgen (2.38.1-r0)
(902/995) Installing blkid (2.38.1-r0)
(903/995) Installing sfdisk (2.38.1-r0)
(904/995) Installing mcookie (2.38.1-r0)
(905/995) Installing agetty (2.38.1-r0)
(906/995) Installing agetty-openrc (0.45.2-r3)
(907/995) Installing wipefs (2.38.1-r0)
(908/995) Installing cfdisk (2.38.1-r0)
(909/995) Installing umount (2.38.1-r0)
(910/995) Installing util-linux-openrc (2.38.1-r0)
(911/995) Installing flock (2.38.1-r0)
(912/995) Installing lsblk (2.38.1-r0)
(913/995) Installing libcap-ng (0.8.3-r1)
(914/995) Installing setpriv (2.38.1-r0)
(915/995) Installing logger (2.38.1-r0)
(916/995) Installing partx (2.38.1-r0)
(917/995) Installing fstrim (2.38.1-r0)
(918/995) Installing findmnt (2.38.1-r0)
(919/995) Installing pcsc-lite-libs (1.9.9-r0)
(920/995) Installing wpa_supplicant (2.10-r4)
(921/995) Installing wpa_supplicant-openrc (2.10-r4)
(922/995) Installing ifupdown-ng-wifi (0.12.1-r0)
(923/995) Installing postmarketos-base-ui (5-r1)
Executing postmarketos-base-ui-5-r1.post-install
(924/995) Installing postmarketos-base-ui-networkmanager (5-r1)
(925/995) Installing mpdecimal (2.5.1-r1)
(926/995) Installing python3 (3.10.7-r0)
(927/995) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(928/995) Installing py3-ruamel.yaml (0.16.12-r2)
(929/995) Installing sleep-inhibitor (1.16-r0)
(930/995) Installing sleep-inhibitor-openrc (1.16-r0)
(931/995) Installing postmarketos-base-ui-elogind (5-r1)
Executing postmarketos-base-ui-elogind-5-r1.post-install
(932/995) Installing py3-dbus (1.3.2-r0)
(933/995) Installing obex-capabilities (0.2.1-r1)
(934/995) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(935/995) Installing postmarketos-base-ui-bluez-obexd (5-r1)
(936/995) Installing pulseaudio-utils (9999_git20220528-r0)
(937/995) Installing postmarketos-base-ui-pulseaudio (5-r1)
(938/995) Installing upower (1.90.0-r2)
(939/995) Installing upower-lang (1.90.0-r2)
(940/995) Installing powerdevil-libs (5.25.5-r0)
(941/995) Installing powerdevil (5.25.5-r0)
(942/995) Installing powerdevil-lang (5.25.5-r0)
(943/995) Installing urfkill (0.5.0_git20210401-r2)
(944/995) Installing urfkill-openrc (0.5.0_git20210401-r2)
(945/995) Installing bubblewrap (0.6.2-r0)
(946/995) Installing json-glib (1.6.6-r0)
(947/995) Installing json-glib-lang (1.6.6-r0)
(948/995) Installing xdg-desktop-portal (1.15.0-r0)
(949/995) Installing xdg-desktop-portal-lang (1.15.0-r0)
(950/995) Installing xdg-desktop-portal-kde (5.25.5-r0)
(951/995) Installing xdg-desktop-portal-kde-lang (5.25.5-r0)
(952/995) Installing autologin (1.0.0-r4)
(953/995) Installing tinydm (1.1.2-r0)
(954/995) Installing tinydm-openrc (1.1.2-r0)
(955/995) Installing postmarketos-base-ui-tinydm (5-r1)
(956/995) Installing font-alias (1.0.4-r0)
(957/995) Installing util-macros (1.19.3-r0)
(958/995) Installing font-misc-misc (1.1.2-r2)
(959/995) Installing font-cursor-misc (1.0.3-r2)
(960/995) Installing xauth (1.1.2-r0)
(961/995) Installing xmodmap (1.0.11-r0)
(962/995) Installing xrdb (1.2.1-r0)
(963/995) Installing xinit (1.4.1-r0)
(964/995) Installing xorg-server (21.1.4-r0)
(965/995) Installing libinput (1.21.0-r0)
(966/995) Installing xf86-input-libinput (1.2.1-r0)
(967/995) Installing xf86-video-fbdev (0.5.0-r3)
(968/995) Installing postmarketos-base-ui-x11 (5-r1)
(969/995) 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
(970/995) Installing postmarketos-ui-plasma-mobile-extras (3.8-r4)
(971/995) Installing libexif (0.6.24-r0)
(972/995) Installing hwloc (2.8.0-r0)
(973/995) Installing libucontext (1.2-r0)
(974/995) Installing libtbb (2021.6.0-r0)
(975/995) Installing opencv (4.6.0-r2)
(976/995) Installing postprocessd (0.2.1-r0)
(977/995) Installing postprocessd-megapixels (0.2.1-r0)
(978/995) Installing qmlkonsole (22.06-r0)
(979/995) Installing spacebar (22.06-r1)
(980/995) Installing spacebar-lang (22.06-r1)
(981/995) Installing qt5-qtwebsockets (5.15.5_git20220617-r0)
(982/995) Installing tokodon (22.06-r0)
(983/995) Installing tokodon-lang (22.06-r0)
(984/995) Installing ttf-droid-nonlatin (20200215-r2)
(985/995) Installing hkdm (0.1.8-r0)
(986/995) Installing buffyboard (0.2.0-r0)
(987/995) Installing terminus-font (4.49.1-r1)
(988/995) Installing kbd-misc (2.5.1-r1)
(989/995) Installing kbd (2.5.1-r1)
(990/995) Installing kbd-openrc (2.5.1-r1)
(991/995) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(992/995) Installing ttyescape-openrc (1.0.1-r1)
(993/995) Installing vvave (2.2.0-r0)
(994/995) Installing xdg-user-dirs (0.18-r0)
(995/995) Installing xdg-user-dirs-lang (0.18-r0)
Executing busybox-1.35.0-r25.trigger
Executing glib-2.72.4-r0.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-r1.trigger
Executing postmarketos-mkinitfs-1.4.1-r12.trigger
2022/09/24 02:58:14 Generating for kernel version: 5.15.69-0-lts
2022/09/24 02:58:14 Output directory: /boot
2022/09/24 02:58:14 == Generating initramfs ==
2022/09/24 02:58:14 - Including hook files
2022/09/24 02:58:14 - Including hook scripts
2022/09/24 02:58:14 - Including required binaries
2022/09/24 02:58:14 - Including kernel modules
2022/09/24 02:58:14 - Including splash images
2022/09/24 02:58:14 - Writing and verifying initramfs archive
2022/09/24 02:58:14 == Generating initramfs extra ==
2022/09/24 02:58:14 - Including extra binaries
2022/09/24 02:58:14 - Including FDE support
2022/09/24 02:58:14 - Writing and verifying initramfs-extra archive
2022/09/24 02:58:14 == 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/09/24 02:58:15 mkinitfs completed in: 1.080502022s
Executing postmarketos-base-21-r2.trigger
Executing ca-certificates-20220614-r2.trigger
Executing mkfontscale-1.2.2-r1.trigger
Executing vlc-libs-3.0.17.4-r6.trigger
Executing dbus-1.15.0-r0.trigger
OK: 3688 MiB in 1020 packages
(1634830) [02:58:25] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3688 MiB in 1020 packages
(1634830) [02:58:26] (rootfs_tablet-x64uefi) calculate depends of device-tablet-x64uefi (pmbootstrap -v for details)
(1634830) [02:58:26] (rootfs_tablet-x64uefi) install device-tablet-x64uefi
(1634830) [02:58:26] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:58:26] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:58:26] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(1634830) [02:58:26] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-tablet-x64uefi
(1634830) [02:58:26] New background process: pid=1637247, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3688 MiB in 1020 packages
(1634830) [02:58:27] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3688 MiB in 1020 packages
(1634830) [02:58:27] (rootfs_tablet-x64uefi) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(1634830) [02:58:28] (rootfs_tablet-x64uefi) install postmarketos-mkinitfs
(1634830) [02:58:28] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:58:28] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:58:28] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(1634830) [02:58:28] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(1634830) [02:58:28] New background process: pid=1637260, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3688 MiB in 1020 packages
(1634830) [02:58:29] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3688 MiB in 1020 packages
(1634830) [02:58:30] (rootfs_tablet-x64uefi) mkinitfs lts
(1634830) [02:58:30] (rootfs_tablet-x64uefi) % mkinitfs
2022/09/24 02:58:30 Generating for kernel version: 5.15.69-0-lts
2022/09/24 02:58:30 Output directory: /boot
2022/09/24 02:58:30 == Generating initramfs ==
2022/09/24 02:58:30 - Including hook files
2022/09/24 02:58:30 - Including hook scripts
2022/09/24 02:58:30 - Including required binaries
2022/09/24 02:58:30 - Including kernel modules
2022/09/24 02:58:30 - Including splash images
2022/09/24 02:58:30 - Writing and verifying initramfs archive
2022/09/24 02:58:30 == Generating initramfs extra ==
2022/09/24 02:58:30 - Including extra binaries
2022/09/24 02:58:30 - Including FDE support
2022/09/24 02:58:30 - Writing and verifying initramfs-extra archive
2022/09/24 02:58:31 == 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/09/24 02:58:31 mkinitfs completed in: 1.339881045s
(1634830) [02:58:31]  *** SET LOGIN PASSWORD FOR: 'user' ***
(1634830) [02:58:31] (rootfs_tablet-x64uefi) % passwd user
New password: Retype new password: passwd: password updated successfully
(1634830) [02:58:31] (rootfs_tablet-x64uefi) % grep ^root:!: /etc/shadow
(1634830) [02:58:31] (rootfs_tablet-x64uefi) locking root
(1634830) [02:58:31] (rootfs_tablet-x64uefi) % passwd -l root
passwd: password changed.
(1634830) [02:58:31] NOTE: No valid keymap specified for device
(1634830) [02:58:31] (rootfs_tablet-x64uefi) % setup-timezone Etc/UTC
(1634830) [02:58:33] (rootfs_tablet-x64uefi) % sed -i s/LANG=C.UTF-8/LANG=en_US.UTF-8/ /etc/profile.d/locale.sh
(1634830) [02:58:33] (rootfs_tablet-x64uefi) % sh -c echo prolinux-nightly > /etc/hostname
(1634830) [02:58:33] (rootfs_tablet-x64uefi) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tprolinux\-nightly localhost.localdomain localhost/ /etc/hosts
(1634830) [02:58:33] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(1634830) [02:58:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(1634830) [02:58:33] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(1634830) [02:58:33] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1634830) [02:58:33] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
3721056	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
(1634830) [02:58:33] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1634830) [02:58:33] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(1634830) [02:58:33] (native) create tablet-x64uefi.img (4795M)
(1634830) [02:58:33] (native) % truncate -s 4795M /home/pmos/rootfs/tablet-x64uefi.img
(1634830) [02:58:33] (native) mount /dev/install (tablet-x64uefi.img)
(1634830) [02:58:33] (native) mount /home/pmos/rootfs/tablet-x64uefi.img (loop)
(1634830) [02:58:33] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(1634830) [02:58:33] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(1634830) [02:58:33] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2
(1634830) [02:58:33] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1
(1634830) [02:58:34] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(1634830) [02:58:34] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(1634830) [02:58:34] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(1634830) [02:58:34] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(1634830) [02:58:34] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(1634830) [02:58:34] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(1634830) [02:58:34] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(1634830) [02:58:34] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(1634830) [02:58:34] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(1634830) [02:58:34] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(1634830) [02:58:34] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(1634830) [02:58:34] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(1634830) [02:58:34] (native) % losetup -f /home/pmos/rootfs/tablet-x64uefi.img
(1634830) [02:58:34] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1634830) [02:58:34] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1634830) [02:58:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(1634830) [02:58:34] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(1634830) [02:58:34] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(1634830) [02:58:34] (native) % parted -s /dev/install mktable msdos
(1634830) [02:58:34] (native) % parted -s /dev/install mkpart primary fat16 2048s 256M
(1634830) [02:58:34] (native) % parted -s /dev/install mkpart primary 256M 100%
(1634830) [02:58:34] (native) % parted -s /dev/install set 1 boot on
(1634830) [02:58:35] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1634830) [02:58:35] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(1634830) [02:58:35] % sudo mount --bind /dev/loop10p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(1634830) [02:58:35] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(1634830) [02:58:35] % sudo mount --bind /dev/loop10p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(1634830) [02:58:35] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(1634830) [02:58:35] (native) install e2fsprogs
(1634830) [02:58:35] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1634830) [02:58:35] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1634830) [02:58:35] (native) % cat /tmp/apk_progress_fifo
(1634830) [02:58:35] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(1634830) [02:58:35] New background process: pid=1637840, 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
(1634830) [02:58:35] (native) format /dev/installp2 (root, ext4)
(1634830) [02:58:35] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(1634830) [02:58:36] (native) mount /dev/installp2 to /mnt/install
(1634830) [02:58:36] (native) % mkdir -p /mnt/install
(1634830) [02:58:36] (native) % mount /dev/installp2 /mnt/install
(1634830) [02:58:36] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(1634830) [02:58:36] (native) install dosfstools
(1634830) [02:58:36] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1634830) [02:58:36] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1634830) [02:58:36] (native) % cat /tmp/apk_progress_fifo
(1634830) [02:58:36] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(1634830) [02:58:36] New background process: pid=1637875, 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
(1634830) [02:58:36] (native) format /dev/installp1 (boot, fat16), mount to mountpoint
(1634830) [02:58:36] (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
(1634830) [02:58:36] (native) % mkdir -p /mnt/install/boot
(1634830) [02:58:36] (native) % mount /dev/installp1 /mnt/install/boot
(1634830) [02:58:36] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(1634830) [02:58:36] (native) copy rootfs_tablet-x64uefi to /mnt/install/
(1634830) [02:58:36] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(1634830) [02:58:36] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(1634830) [02:58:36] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(1634830) [02:58:36] (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/
(1634830) [02:59:06] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(1634830) [02:59:06] % 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
(1634830) [02:59:06] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % 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/
(1634830) [02:59:06] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(1634830) [02:59:06] % 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
(1634830) [02:59:06] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(1634830) [02:59:06] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(1634830) [02:59:12] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1634830) [02:59:12] (native) umount /dev/loop10
(1634830) [02:59:12] (native) % losetup -d /dev/loop10
(1634830) [02:59:12] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1634830) [02:59:12] 
(1634830) [02:59:12] *** FLASHING INFORMATION ***
(1634830) [02:59:12] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(1634830) [02:59:12] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(1634830) [02:59:12] 
(1634830) [02:59:12] *** SSH DAEMON INFORMATION ***
(1634830) [02:59:12] SSH daemon is enabled (disable with --no-sshd).
(1634830) [02:59:12] Login as 'user' with the password given during installation.
(1634830) [02:59:12] 
(1634830) [02:59:12] *** FIREWALL INFORMATION ***
(1634830) [02:59:12] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(1634830) [02:59:12] For more information: https://postmarketos.org/firewall
(1634830) [02:59:12] 
(1634830) [02:59:12] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(1634830) [02:59:12] DONE!
total 3812484
-rw-r--r-- 1 root 12345 5027921920 Sep 24 02:59 tablet-x64uefi.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/tablet-x64uefi.img' -> './tablet-x64uefi.img'
Loop Device: /dev/loop10
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         1  1 /var/lib/snapd/snaps/snapd_16292.snap                                                         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         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img             0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 14 Sep 24 02:59 pmOS_boot -> ../../loop10p1
lrwxrwxrwx 1 root root 14 Sep 24 02:59 pmOS_root -> ../../loop10p2
lrwxrwxrwx 1 root root 10 Sep 24 02:59 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Sep 24 02:58 bin
drwxr-xr-x  2 root root  4096 Sep 24 02:58 boot
drwxr-xr-x  2 root root  4096 Sep 24 02:57 dev
drwxr-xr-x 65 root root  4096 Sep 24 02:58 etc
drwxr-xr-x  3 root root  4096 Sep 24 02:59 home
drwxr-xr-x 15 root root  4096 Sep 24 02:57 lib
drwx------  2 root root 16384 Sep 24 02:58 lost+found
drwxr-xr-x  5 root root  4096 Sep 24 02:57 media
drwxr-xr-x  8 root root  4096 Sep 24 02:57 mnt
drwxr-xr-x  2 root root  4096 Sep 24 02:57 opt
drwxr-xr-x  2 root root  4096 Sep 24 02:57 proc
drwx------  2 root root  4096 Sep 24 02:57 root
drwxr-xr-x  6 root root  4096 Sep 24 02:57 run
drwxr-xr-x  2 root root  4096 Sep 24 02:57 sbin
drwxr-xr-x  2 root root  4096 Sep 24 02:57 srv
drwxr-xr-x  2 root root  4096 Sep 24 02:57 sys
drwxrwxrwt  2 root root  4096 Sep 24 02:58 tmp
drwxr-xr-x 10 root root  4096 Sep 24 02:57 usr
drwxr-xr-x 13 root root  4096 Sep 24 02:57 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-09-24 02:59:48--  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% 47.0M=0s

2022-09-24 02:59:48 (47.0 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-09-21 21:45:03.329729 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-3775-g769872f63c [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-3775-g769872f63c [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-3782-g222592177d [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24085 distinct packages available
(1/140) Purging plasma-framework-lang (5.98.0-r0)
(2/140) Purging calindori-lang (22.06-r0)
(3/140) Purging kholidays-lang (5.98.0-r0)
(4/140) Purging kirigami2-lang (5.98.0-r0)
(5/140) Purging kongress-lang (22.06-r0)
(6/140) Purging kxmlgui-lang (5.98.0-r0)
(7/140) Purging kiconthemes-lang (5.98.0-r0)
(8/140) Purging kcontacts-lang (5.98.0-r0)
(9/140) Purging kunitconversion-lang (5.98.0-r0)
(10/140) Purging kdbusaddons-lang (5.98.0-r0)
(11/140) Purging angelfish-lang (22.06-r0)
(12/140) Purging kcmutils-lang (5.98.0-r0)
(13/140) Purging kasts-lang (22.06-r1)
(14/140) Purging keysmith-lang (22.06-r0)
(15/140) Purging baloo-lang (5.98.0-r0)
(16/140) Purging kfilemetadata-lang (5.98.0-r0)
(17/140) Purging ki18n-lang (5.98.0-r0)
(18/140) Purging kcoreaddons-lang (5.98.0-r0)
(19/140) Purging syntax-highlighting-lang (5.98.0-r0)
(20/140) Purging kio-lang (5.98.0-r0)
(21/140) Purging knewstuff-lang (5.98.0-r0)
(22/140) Purging kwallet-lang (5.98.0-r0)
(23/140) Purging kpackage-lang (5.98.0-r0)
(24/140) Purging kweathercore-lang (0.6-r0)
(25/140) Purging purpose-lang (5.98.0-r0)
(26/140) Purging neochat-lang (22.06-r1)
(27/140) Purging kparts-lang (5.98.0-r0)
(28/140) Purging kpty-lang (5.98.0-r0)
(29/140) Purging oxygen-lang (5.25.5-r0)
(30/140) Purging plasma-dialer-lang (22.06-r0)
(31/140) Purging plasma-phonebook-lang (22.06-r0)
(32/140) Purging breeze-lang (5.25.5-r0)
(33/140) Purging kscreen-lang (5.25.5-r0)
(34/140) Purging plasma-nm-lang (5.25.5-r0)
(35/140) Purging plasma-pa-lang (5.25.5-r0)
(36/140) Purging plasma-settings-lang (22.06-r0)
(37/140) Purging kactivitymanagerd-lang (5.25.5-r0)
(38/140) Purging kdnssd-lang (5.98.0-r0)
(39/140) Purging kscreenlocker-lang (5.25.5-r0)
(40/140) Purging kwin-lang (5.25.5-r0)
(41/140) Purging milou-lang (5.25.5-r0)
(42/140) Purging plasma-integration-lang (5.25.5-r0)
(43/140) Purging knotifyconfig-lang (5.98.0-r0)
(44/140) Purging ktexteditor-lang (5.98.0-r0)
(45/140) Purging libksysguard-lang (5.25.5-r0)
(46/140) Purging plasma-workspace-lang (5.25.5-r1)
(47/140) Purging kdesu-lang (5.98.0-r0)
(48/140) Purging kde-cli-tools-lang (5.25.5-r0)
(49/140) Purging polkit-kde-agent-1-lang (5.25.5-r0)
(50/140) Purging powerdevil-lang (5.25.5-r0)
(51/140) Purging xdg-desktop-portal-kde-lang (5.25.5-r0)
(52/140) Purging tokodon-lang (22.06-r0)
(53/140) Upgrading kirigami2-libs (5.98.0-r0 -> 9999_git1663811056-r0)
(54/140) Upgrading kirigami2 (5.98.0-r0 -> 9999_git1663811056-r0)
(55/140) Upgrading kcoreaddons (5.98.0-r0 -> 9999_git1663673168-r0)
(56/140) Upgrading ki18n (5.98.0-r0 -> 9999_git1663622858-r0)
(57/140) Upgrading syndication (5.98.0-r0 -> 9999_git1663526866-r0)
(58/140) Upgrading alligator (22.06-r0 -> 9999_git1663725142-r0)
(59/140) Upgrading kdbusaddons (5.98.0-r0 -> 9999_git1663825672-r0)
(60/140) Upgrading kiconthemes (5.98.0-r0 -> 9999_git1663665491-r0)
(61/140) Upgrading kxmlgui (5.98.0-r0 -> 9999_git1663768701-r0)
(62/140) Upgrading kio (5.98.0-r0 -> 9999_git1663768208-r0)
(63/140) Upgrading kpackage (5.98.0-r0 -> 9999_git1663505095-r0)
(64/140) Upgrading kwayland (5.98.0-r0 -> 9999_git1663777213-r0)
(65/140) Upgrading plasma-framework (5.98.0-r0 -> 9999_git1663794139-r0)
(66/140) Upgrading kwallet (5.98.0-r0 -> 9999_git1663638362-r0)
(67/140) Upgrading purpose (5.98.0-r0 -> 9999_git1663420576-r0)
(68/140) Upgrading angelfish (22.06-r0 -> 9999_git1663725150-r0)
(69/140) Upgrading breeze-gtk (5.25.5-r0 -> 9999_git1663246387-r0)
(70/140) Upgrading breeze-icons (5.98.0-r0 -> 9999_git1663419876-r0)
(71/140) Upgrading syntax-highlighting (5.98.0-r0 -> 9999_git1663498871-r0)
(72/140) Upgrading kcalendarcore (5.98.0-r0 -> 9999_git1663591742-r0)
(73/140) Upgrading calindori (22.06-r0 -> 9999_git1663725168-r0)
(74/140) Upgrading knewstuff (5.98.0-r0 -> 9999_git1663811066-r0)
(75/140) Upgrading kfilemetadata (5.98.0-r0 -> 9999_git1663420154-r0)
(76/140) Upgrading baloo (5.98.0-r0 -> 9999_git1663419856-r0)
(77/140) Upgrading kunitconversion (5.98.0-r0 -> 9999_git1663420457-r0)
(78/140) Upgrading kalk (22.06-r0 -> 9999_git1663732463-r0)
(79/140) Upgrading networkmanager-qt (5.98.0-r0 -> 9999_git1663848124-r0)
(80/140) Upgrading kasts (22.06-r1 -> 9999_git1663725186-r1)
(81/140) Upgrading kirigami-addons (0.3-r0 -> 9999_git1663623069-r0)
(82/140) Upgrading kclock (22.06-r0 -> 9999_git1663811445-r0)
(83/140) Upgrading kde-gtk-config (5.25.5-r0 -> 9999_git1663246468-r0)
(84/140) Upgrading kcmutils (5.98.0-r0 -> 9999_git1663673561-r0)
(85/140) Upgrading keysmith (22.06-r0 -> 9999_git1663732334-r0)
(86/140) Upgrading kongress (22.06-r0 -> 9999_git1663725224-r0)
(87/140) Upgrading kcontacts (5.98.0-r0 -> 9999_git1663551907-r0)
(88/140) Upgrading krecorder (22.06-r0 -> 9999_git1663725232-r0)
(89/140) Upgrading ktrip (22.06-r0 -> 9999_git1663725239-r0)
(90/140) Upgrading kquickcharts (5.98.0-r0 -> 9999_git1663850637-r0)
(91/140) Upgrading kholidays (5.98.0-r0 -> 9999_git1663509829-r0)
(92/140) Upgrading kweathercore (0.6-r0 -> 9999_git1663257755-r0)
(93/140) Upgrading kweather (22.06-r0 -> 9999_git1663725248-r0)
(94/140) Upgrading kitemmodels (5.98.0-r0 -> 9999_git1663432551-r0)
(95/140) Upgrading qqc2-desktop-style (5.98.0-r0 -> 9999_git1663869022-r0)
(96/140) Upgrading neochat (22.06-r1 -> 9999_git1663886542-r1)
(97/140) Upgrading kjs (5.98.0-r0 -> 9999_git1663420297-r0)
(98/140) Upgrading kparts (5.98.0-r0 -> 9999_git1663420362-r0)
(99/140) Upgrading kpty (5.98.0-r0 -> 9999_git1663526787-r0)
(100/140) Upgrading frameworkintegration (5.98.0-r0 -> 9999_git1663419895-r0)
(101/140) Upgrading oxygen (5.25.5-r0 -> 9999_git1663246718-r0)
(102/140) Upgrading modemmanager-qt (5.98.0-r0 -> 9999_git1663525317-r0)
(103/140) Upgrading plasma-dialer (22.06-r0 -> 9999_git1663811478-r0)
(104/140) Upgrading plasma-phonebook (22.06-r0 -> 9999_git1663725277-r0)
(105/140) Upgrading kded (5.98.0-r0 -> 9999_git1663420078-r0)
(106/140) Upgrading bluez-qt (5.98.0-r0 -> 9999_git1663856067-r0)
(107/140) Upgrading breeze (5.25.5-r0 -> 9999_git1663638533-r0)
(108/140) Upgrading libkscreen (5.25.5-r0 -> 9999_git1663246681-r0)
(109/140) Upgrading kscreen (5.25.5-r0 -> 9999_git1663660147-r0)
(110/140) Upgrading kwallet-pam (5.25.5-r0 -> 9999_git1663246611-r0)
(111/140) Upgrading kwayland-integration (5.25.5-r0 -> 9999_git1663669798-r0)
(112/140) Upgrading plasma-nano (5.25.5-r0 -> 9999_git1663236783-r0)
(113/140) Upgrading plasma-nm (5.25.5-r0 -> 9999_git1663371017-r0)
(114/140) Upgrading plasma-nm-mobile (5.25.5-r0 -> 9999_git1663371017-r0)
(115/140) Upgrading plasma-pa (5.25.5-r0 -> 9999_git1663638614-r0)
(116/140) Upgrading plasma-settings (22.06-r0 -> 9999_git1663725286-r0)
(117/140) Upgrading kactivitymanagerd (5.25.5-r0 -> 9999_git1663236464-r0)
(118/140) Upgrading kdnssd (5.98.0-r0 -> 9999_git1663523830-r0)
(119/140) Upgrading kscreenlocker (5.25.5-r0 -> 9999_git1663774512-r0)
(120/140) Upgrading kwin (5.25.5-r0 -> 9999_git1663849016-r0)
(121/140) Upgrading milou (5.25.5-r0 -> 9999_git1663246703-r0)
(122/140) Upgrading plasma-integration (5.25.5-r0 -> 9999_git1663760643-r0)
(123/140) Upgrading plasma-workspace-libs (5.25.5-r1 -> 9999_git1663860880-r1)
(124/140) Upgrading kactivities-stats (5.98.0-r0 -> 9999_git1663419915-r0)
(125/140) Upgrading knotifyconfig (5.98.0-r0 -> 9999_git1663420343-r0)
(126/140) Upgrading prison (5.98.0-r0 -> 9999_git1663521695-r0)
(127/140) Upgrading ktexteditor (5.98.0-r0 -> 9999_git1663767872-r0)
(128/140) Upgrading libksysguard (5.25.5-r0 -> 9999_git1663348861-r0)
(129/140) Upgrading plasma-workspace (5.25.5-r1 -> 9999_git1663860880-r1)
(130/140) Upgrading kdesu (5.98.0-r0 -> 9999_git1663420106-r0)
(131/140) Upgrading kde-cli-tools (5.25.5-r0 -> 9999_git1663246458-r0)
(132/140) Upgrading qqc2-breeze-style (5.25.5-r0 -> 9999_git1661835552-r0)
(133/140) Upgrading plasma-mobile (5.25.5-r0 -> 9999_git1663638604-r0)
(134/140) Upgrading polkit-kde-agent-1 (5.25.5-r0 -> 9999_git1663247076-r0)
(135/140) Upgrading powerdevil-libs (5.25.5-r0 -> 9999_git1663724882-r0)
(136/140) Upgrading powerdevil (5.25.5-r0 -> 9999_git1663724882-r0)
(137/140) Upgrading xdg-desktop-portal-kde (5.25.5-r0 -> 9999_git1663247126-r0)
(138/140) Upgrading qmlkonsole (22.06-r0 -> 9999_git1663725302-r0)
(139/140) Upgrading tokodon (22.06-r0 -> 9999_git1663725319-r0)
(140/140) Purging qtmpris (1.0.6-r1)
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-r1.trigger
Executing postmarketos-base-21-r2.trigger
Executing dbus-1.15.0-r0.trigger
OK: 3491 MiB in 967 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-21-r2.trigger
OK: 3493 MiB in 971 packages
(chroot) Exiting chroot...
[03:01:15] Unregister qemu binfmt (arm)
[03:01:15] Unregister qemu binfmt (aarch64)
[03:01:16] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[03:01:16] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[03:01:17] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y
[03:01:17] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
[03:01:19] Cleared up ~7379 MB of space
[03:01:19] DONE!
Building image for pine64-pinephone
Already up to date.
[03:01:20] Work path [/home/swadmin/.local/var/pmbootstrap]: [03:01:20] Channel [edge]: [03:01:20] Vendor [qemu]: [03:01:20] Device codename [amd64]: [03:01:20] Kernel [lts]: [03:01:20] Username [user]: [03:01:20] User interface [weston]: [03:01:20] Change them? (y/n) [n]: [03:01:20] Extra packages [none]: [03:01:20] Use this timezone instead of GMT? (y/n) [y]: [03:01:20] Choose default locale for installation [C.UTF-8]: [03:01:20] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [03:01:20] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [03:01:21] Config changed: ui='plasma-mobile'
[03:01:21] Config changed: device='pine64-pinephone'
[03:01:21] Config changed: kernel=''
[03:01:21] Config changed: extra_packages='osk-sdl'
(1679061) [03:01:22] % 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)
(1679061) [03:01:22] % 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
(1679061) [03:01:22] *** (1/4) PREPARE NATIVE CHROOT ***
(1679061) [03:01:22] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(1679061) [03:01:22] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(1679061) [03:01:22] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(1679061) [03:01:22] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(1679061) [03:01:22] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(1679061) [03:01:22] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(1679061) [03:01:22] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(1679061) [03:01:22] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(1679061) [03:01:22] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(1679061) [03:01:22] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(1679061) [03:01:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(1679061) [03:01:22] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(1679061) [03:01:22] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1679061) [03:01:22] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(1679061) [03:01:22] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(1679061) [03:01:22] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1679061) [03:01:22] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(1679061) [03:01:22] Update package index for x86_64 (4 file(s))
(1679061) [03:01:22] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(1679061) [03:01:22] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(1679061) [03:01:23] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(1679061) [03:01:23] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(1679061) [03:01:23] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(1679061) [03:01:23] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1679061) [03:01:23] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(1679061) [03:01:23] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(1679061) [03:01:23] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(1679061) [03:01:23] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.9-r7.apk
(1679061) [03:01:24] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:24] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:24] extracted: /tmp/pmbootstrape3zigo81apk
(1679061) [03:01:24] extracted: /tmp/pmbootstrapp9enz_l_sig
(1679061) [03:01:24] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:24] % 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/pmbootstrapp9enz_l_sig /tmp/pmbootstrape3zigo81apk
Verified OK
(1679061) [03:01:24] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(1679061) [03:01:24] % /tmp/pmbootstrape3zigo81apk --version
apk-tools 2.12.9, compiled for x86_64.
(1679061) [03:01:24] (native) install alpine-base
(1679061) [03:01:24] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/pmos-5a03a13a.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/pmos-5a03a13a.rsa.pub
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % 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
(1679061) [03:01:24] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(1679061) [03:01:24] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(1679061) [03:01:24] (native) update /etc/apk/repositories
(1679061) [03:01:24] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1679061) [03:01:24] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1679061) [03:01:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1679061) [03:01:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1679061) [03:01:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(1679061) [03:01:24] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(1679061) [03:01:24] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1679061) [03:01:24] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1679061) [03:01:24] % 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
(1679061) [03:01:24] New background process: pid=1679222, 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.65-r1)
(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
(1679061) [03:01:26] (native) % adduser -D pmos -u 12345
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(1679061) [03:01:26] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(1679061) [03:01:26] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(1679061) [03:01:26] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(1679061) [03:01:26] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(1679061) [03:01:26] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(1679061) [03:01:26] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(1679061) [03:01:29] (native) install cryptsetup util-linux parted
(1679061) [03:01:29] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:01:29] (native) % cat /tmp/apk_progress_fifo
(1679061) [03:01:29] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(1679061) [03:01:29] New background process: pid=1679403, 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-r1)
(7/43) Installing popt (1.19-r0)
(8/43) Installing cryptsetup (2.5.0-r1)
(9/43) Installing cryptsetup-openrc (2.5.0-r1)
(10/43) Installing ncurses-terminfo-base (6.3_p20220917-r0)
(11/43) Installing ncurses-libs (6.3_p20220917-r0)
(12/43) Installing readline (8.1.2-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-r1)
(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
(1679061) [03:01:31] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") ***
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(1679061) [03:01:31] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(1679061) [03:01:31] % 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
(1679061) [03:01:31] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(1679061) [03:01:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3
(1679061) [03:01:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5
(1679061) [03:01:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7
(1679061) [03:01:31] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8
(1679061) [03:01:31] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9
(1679061) [03:01:31] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(1679061) [03:01:31] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(1679061) [03:01:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(1679061) [03:01:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(1679061) [03:01:31] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(1679061) [03:01:31] (native) install qemu-aarch64
(1679061) [03:01:31] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:01:31] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:01:31] (native) % cat /tmp/apk_progress_fifo
(1679061) [03:01:31] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(1679061) [03:01:31] New background process: pid=1679691, 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
(1679061) [03:01:32] Register qemu binfmt (aarch64)
(1679061) [03:01:32] % 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
(1679061) [03:01:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin
(1679061) [03:01:32] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(1679061) [03:01:32] % 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
(1679061) [03:01:32] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(1679061) [03:01:32] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:32] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:32] extracted: /tmp/pmbootstrap0wg22nz4apk
(1679061) [03:01:32] extracted: /tmp/pmbootstraprbwpjba7sig
(1679061) [03:01:32] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(1679061) [03:01:32] % 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/pmbootstraprbwpjba7sig /tmp/pmbootstrap0wg22nz4apk
Verified OK
(1679061) [03:01:32] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(1679061) [03:01:32] % /tmp/pmbootstrap0wg22nz4apk --version
apk-tools 2.12.9, compiled for x86_64.
(1679061) [03:01:32] (rootfs_pine64-pinephone) install alpine-base
(1679061) [03:01:32] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache
(1679061) [03:01:32] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf
(1679061) [03:01:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk
(1679061) [03:01:32] (rootfs_pine64-pinephone) update /etc/apk/repositories
(1679061) [03:01:32] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(1679061) [03:01:32] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(1679061) [03:01:32] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(1679061) [03:01:32] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(1679061) [03:01:32] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(1679061) [03:01:32] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(1679061) [03:01:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(1679061) [03:01:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(1679061) [03:01:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(1679061) [03:01:32] Update package index for aarch64 (4 file(s))
(1679061) [03:01:32] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(1679061) [03:01:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(1679061) [03:01:33] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(1679061) [03:01:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(1679061) [03:01:33] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(1679061) [03:01:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(1679061) [03:01:33] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(1679061) [03:01:34] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(1679061) [03:01:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(1679061) [03:01:34] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1679061) [03:01:34] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1679061) [03:01:34] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(1679061) [03:01:34] % 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
(1679061) [03:01:34] New background process: pid=1679747, 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.65-r1)
(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
(1679061) [03:01:35] (rootfs_pine64-pinephone) % getent passwd user
(1679061) [03:01:35] (rootfs_pine64-pinephone) % adduser -D -u 10000 user
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S wheel
addgroup: group 'wheel' in use
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup user wheel
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S video
addgroup: group 'video' in use
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup user video
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S audio
addgroup: group 'audio' in use
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup user audio
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S input
addgroup: group 'input' in use
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup user input
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S plugdev
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup user plugdev
(1679061) [03:01:36] (rootfs_pine64-pinephone) % addgroup -S netdev
addgroup: group 'netdev' in use
(1679061) [03:01:37] (rootfs_pine64-pinephone) % addgroup user netdev
(1679061) [03:01:37] 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
(1679061) [03:01:38] (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)
(1679061) [03:01:39] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(1679061) [03:01:39] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(1679061) [03:01:40] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(1679061) [03:01:40] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(1679061) [03:01:41] (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
(1679061) [03:01:41] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:01:41] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(1679061) [03:01:41] (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
(1679061) [03:01:41] New background process: pid=1680074, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/730) Installing icu-data-full (71.1-r4)
(2/730) Installing dbus-libs (1.15.0-r0)
(3/730) Installing libgcc (12.1.1_git20220630-r6)
(4/730) Installing libffi (3.4.3-r0)
(5/730) Installing libintl (0.21-r3)
(6/730) Installing libblkid (2.38.1-r0)
(7/730) Installing libmount (2.38.1-r0)
(8/730) Installing pcre (8.45-r2)
(9/730) Installing glib (2.72.4-r0)
(10/730) Installing libstdc++ (12.1.1_git20220630-r6)
(11/730) Installing icu-libs (71.1-r4)
(12/730) Installing libpcre2-16 (10.40-r0)
(13/730) Installing zstd-libs (1.5.2-r9)
(14/730) Installing qt5-qtbase (5.15.5_git20220728-r0)
(15/730) Installing hicolor-icon-theme (0.17-r2)
(16/730) Installing libmagic (5.42-r0)
(17/730) Installing file (5.42-r0)
(18/730) Installing libxau (1.0.10-r0)
(19/730) Installing libmd (1.0.4-r0)
(20/730) Installing libbsd (0.11.6-r2)
(21/730) Installing libxdmcp (1.1.3-r1)
(22/730) Installing libxcb (1.15-r0)
(23/730) Installing libx11 (1.8.1-r1)
(24/730) Installing libxext (1.3.4-r1)
(25/730) Installing libice (1.0.10-r1)
(26/730) Installing libuuid (2.38.1-r0)
(27/730) Installing libsm (1.2.3-r1)
(28/730) Installing libxt (1.2.1-r0)
(29/730) Installing libxmu (1.1.3-r1)
(30/730) Installing xset (1.2.4-r0)
(31/730) Installing xprop (1.2.5-r0)
(32/730) Installing xdg-utils (1.1.3-r4)
(33/730) Installing mesa (22.1.7-r3)
(34/730) Installing libdrm (2.4.113-r0)
(35/730) Installing libexpat (2.4.9-r0)
(36/730) Installing wayland-libs-server (1.21.0-r1)
(37/730) Installing mesa-glapi (22.1.7-r3)
(38/730) Installing mesa-gles (22.1.7-r3)
(39/730) Installing qt5-qtdeclarative (5.15.5_git20220617-r2)
(40/730) Installing libxcomposite (0.4.5-r1)
(41/730) Installing brotli-libs (1.0.9-r8)
(42/730) Installing libbz2 (1.0.8-r3)
(43/730) Installing libpng (1.6.37-r2)
(44/730) Installing freetype (2.12.1-r0)
(45/730) Installing fontconfig (2.14.0-r0)
(46/730) Installing wayland-libs-client (1.21.0-r1)
(47/730) Installing wayland-libs-cursor (1.21.0-r1)
(48/730) Installing wayland-libs-egl (1.21.0-r1)
(49/730) Installing pkgconf (1.9.3-r0)
(50/730) Installing xkeyboard-config (9999-r5)
(51/730) Installing xz-libs (5.2.6-r1)
(52/730) Installing libxml2 (2.10.2-r0)
(53/730) Installing libxkbcommon (1.4.1-r0)
(54/730) Installing qt5-qtwayland (5.15.5_git20220620-r0)
(55/730) Installing mesa-gbm (22.1.7-r3)
(56/730) Installing libxshmfence (1.3-r1)
(57/730) Installing mesa-egl (22.1.7-r3)
(58/730) Installing avahi-libs (0.8-r6)
(59/730) Installing gmp (6.2.1-r2)
(60/730) Installing nettle (3.8.1-r0)
(61/730) Installing p11-kit (0.24.1-r0)
(62/730) Installing libtasn1 (4.19.0-r0)
(63/730) Installing libunistring (1.0-r0)
(64/730) Installing gnutls (3.7.7-r1)
(65/730) Installing cups-libs (2.4.2-r0)
(66/730) Installing shared-mime-info (2.2-r0)
(67/730) Installing libjpeg-turbo (2.1.4-r0)
(68/730) Installing libwebp (1.2.4-r1)
(69/730) Installing tiff (4.4.0-r0)
(70/730) Installing gdk-pixbuf (2.42.9-r1)
(71/730) Installing gtk-update-icon-cache (3.24.34-r6)
(72/730) Installing libxfixes (6.0.0-r0)
(73/730) Installing libxrender (0.9.10-r4)
(74/730) Installing libxcursor (1.2.1-r1)
(75/730) Installing libxdamage (1.1.5-r1)
(76/730) Installing libxi (1.8-r0)
(77/730) Installing libxinerama (1.1.4-r2)
(78/730) Installing libxrandr (1.5.2-r1)
(79/730) Installing libatk-1.0 (2.46.0-r0)
(80/730) Installing libxtst (1.2.3-r4)
(81/730) Installing at-spi2-core (2.46.0-r0)
(82/730) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/730) Installing pixman (0.40.0-r4)
(84/730) Installing cairo (1.17.6-r3)
(85/730) Installing cairo-gobject (1.17.6-r3)
(86/730) Installing libepoxy (1.5.10-r0)
(87/730) Installing fribidi (1.0.12-r0)
(88/730) Installing graphite2 (1.3.14-r1)
(89/730) Installing harfbuzz (5.2.0-r0)
(90/730) Installing libxft (2.3.6-r0)
(91/730) Installing pango (1.50.10-r0)
(92/730) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/730) Installing libevdev (1.13.0-r0)
(94/730) Installing mtdev (1.1.6-r0)
(95/730) Installing eudev-libs (3.2.11-r1)
(96/730) Installing libinput-libs (1.21.0-r0)
(97/730) Installing xcb-util-wm (0.4.1-r1)
(98/730) Installing xcb-util (0.4.0-r3)
(99/730) Installing xcb-util-image (0.4.0-r1)
(100/730) Installing xcb-util-keysyms (0.4.0-r1)
(101/730) Installing xcb-util-renderutil (0.3.9-r1)
(102/730) Installing libxkbcommon-x11 (1.4.1-r0)
(103/730) Installing qt5-qtbase-x11 (5.15.5_git20220728-r0)
(104/730) Installing qt5-qtgraphicaleffects (5.15.5_git20220516-r0)
(105/730) Installing qt5-qtquickcontrols2 (5.15.5_git20220823-r0)
(106/730) Installing kirigami2-libs (5.98.0-r0)
(107/730) Installing kirigami2 (5.98.0-r0)
(108/730) Installing kactivities-libs (5.98.0-r0)
(109/730) Installing karchive (5.98.0-r0)
(110/730) Installing kconfig (5.98.0-r0)
(111/730) Installing kcoreaddons (5.98.0-r0)
(112/730) Installing qt5-qtx11extras (5.15.5_git20220602-r0)
(113/730) Installing kwindowsystem (5.98.0-r0)
(114/730) Installing kcrash (5.98.0-r0)
(115/730) Installing kdbusaddons (5.98.0-r0)
(116/730) Installing kglobalaccel (5.98.0-r0)
(117/730) Installing kguiaddons (5.98.0-r0)
(118/730) Installing ki18n (5.98.0-r0)
(119/730) Installing libelogind (246.10-r5)
(120/730) Installing polkit-elogind-libs (121-r0)
(121/730) Installing polkit-qt-1 (0.114.0-r1)
(122/730) Installing kauth (5.98.0-r0)
(123/730) Installing kcodecs (5.98.0-r0)
(124/730) Installing kwidgetsaddons (5.98.0-r0)
(125/730) Installing kconfigwidgets (5.98.0-r0)
(126/730) Installing qt5-qtsvg (5.15.5_git20220617-r0)
(127/730) Installing kiconthemes (5.98.0-r0)
(128/730) Installing kitemviews (5.98.0-r0)
(129/730) Installing kxmlgui (5.98.0-r0)
(130/730) Installing kbookmarks (5.98.0-r0)
(131/730) Installing kcompletion (5.98.0-r0)
(132/730) Installing libxml2-utils (2.10.2-r0)
(133/730) Installing docbook-xml (4.5-r7)
Executing docbook-xml-4.5-r7.post-install
(134/730) Installing libgpg-error (1.45-r0)
(135/730) Installing libgcrypt (1.10.1-r0)
(136/730) Installing libxslt (1.1.36-r0)
(137/730) Installing docbook-xsl (1.79.2-r4)
Executing docbook-xsl-1.79.2-r4.post-install
(138/730) Installing kdoctools (5.98.0-r0)
(139/730) Installing kjobwidgets (5.98.0-r0)
(140/730) Installing alsa-lib (1.2.7.2-r0)
(141/730) Installing libxxf86vm (1.1.4-r3)
(142/730) Installing mesa-gl (22.1.7-r3)
(143/730) Installing libxv (1.0.11-r3)
(144/730) Installing cdparanoia-libs (10.2-r11)
(145/730) Installing graphene (1.10.8-r1)
(146/730) Installing gstreamer (1.20.3-r1)
(147/730) Installing libogg (1.3.5-r1)
(148/730) Installing opus (1.3.1-r1)
(149/730) Installing orc (0.4.32-r1)
(150/730) Installing libtheora (1.1.1-r16)
(151/730) Installing libvorbis (1.3.7-r0)
(152/730) Installing gst-plugins-base (1.20.3-r1)
(153/730) Installing qt5-qtmultimedia (5.15.5_git20220617-r0)
(154/730) Installing qt5-qtspeech (5.15.5_git20220617-r0)
(155/730) Installing sound-theme-freedesktop (0.8-r0)
(156/730) Installing libltdl (2.4.7-r0)
(157/730) Installing libcanberra (0.30-r8)
(158/730) Installing libcanberra-gstreamer (0.30-r8)
(159/730) Installing knotifications (5.98.0-r0)
(160/730) Installing kservice (5.98.0-r0)
(161/730) Installing solid-libs (5.98.0-r0)
(162/730) Installing libhunspell (1.7.1-r0)
(163/730) Installing ncurses-terminfo-base (6.3_p20220917-r0)
(164/730) Installing ncurses-libs (6.3_p20220917-r0)
(165/730) Installing readline (8.1.2-r0)
(166/730) Installing hunspell (1.7.1-r0)
(167/730) Installing sonnet (5.98.0-r0)
(168/730) Installing ktextwidgets (5.98.0-r0)
(169/730) Installing kio (5.98.0-r0)
(170/730) Installing kpackage (5.98.0-r0)
(171/730) Installing kdeclarative (5.98.0-r0)
(172/730) Installing kwayland (5.98.0-r0)
(173/730) Installing plasma-framework (5.98.0-r0)
(174/730) Installing sqlite-libs (3.39.3-r0)
(175/730) Installing libaccounts-glib (1.26-r0)
(176/730) Installing libaccounts-qt (1.16-r1)
(177/730) Installing signond (8.61-r0)
(178/730) Installing accounts-qml-module (0.7_git20190605-r0)
(179/730) Installing qt5-qtwebchannel (5.15.5_git20220617-r0)
(180/730) Installing sdl2 (2.24.0-r0)
(181/730) Installing aom-libs (3.4.0-r0)
(182/730) Installing libass (0.16.0-r0)
(183/730) Installing libdav1d (1.0.0-r1)
(184/730) Installing lame (3.100-r1)
(185/730) Installing libasyncns (0.8-r1)
(186/730) Installing flac-libs (1.4.1-r0)
(187/730) Installing libsndfile (1.1.0-r2)
(188/730) Installing libgomp (12.1.1_git20220630-r6)
(189/730) Installing soxr (0.1.3-r2)
(190/730) Installing speexdsp (1.2.1-r0)
(191/730) Installing tdb-libs (1.4.7-r0)
(192/730) Installing libpulse (9999_git20220528-r0)
(193/730) Installing cjson (1.7.15-r3)
(194/730) Installing mbedtls (2.28.1-r0)
(195/730) Installing librist (0.2.7-r0)
(196/730) Installing libsrt (1.5.0-r1)
(197/730) Installing libssh (0.10.4-r0)
(198/730) Installing v4l-utils-libs (1.22.1-r2)
(199/730) Installing libva (2.15.0-r0)
(200/730) Installing libvdpau (1.5-r0)
(201/730) Installing vidstab (1.1.0-r1)
(202/730) Installing libvpx (1.12.0-r1)
(203/730) Installing x264-libs (0.164_git20220602-r0)
(204/730) Installing numactl (2.0.15-r0)
(205/730) Installing x265-libs (3.5-r3)
(206/730) Installing xvidcore (1.3.7-r1)
(207/730) Installing libsodium (1.0.18-r2)
(208/730) Installing libzmq (4.3.4-r1)
(209/730) Installing ffmpeg-libs (5.1.1-r0)
(210/730) Installing libevent (2.1.12-r5)
(211/730) Installing nspr (4.35-r0)
(212/730) Installing nss (3.83-r0)
(213/730) Installing re2 (2022.06.01-r1)
(214/730) Installing snappy (1.1.9-r4)
(215/730) Installing qt5-qtwebengine (5.15.11-r0)
(216/730) Installing libnotify (0.8.1-r1)
(217/730) Installing libproxy (0.4.18-r1)
(218/730) Installing signon-ui (0.17_git20171023-r1)
(219/730) Installing libassuan (2.5.5-r0)
(220/730) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(221/730) Installing gnupg-gpgconf (2.2.39-r0)
(222/730) Installing gpg (2.2.39-r0)
(223/730) Installing npth (1.6-r1)
(224/730) Installing gpg-agent (2.2.39-r0)
(225/730) Installing libksba (1.6.1-r0)
(226/730) Installing gpgsm (2.2.39-r0)
(227/730) Installing gpgme (1.17.1-r0)
(228/730) Installing gpgmepp (1.17.1-r0)
(229/730) Installing gdbm (1.23-r0)
(230/730) Installing libsasl (2.1.28-r2)
(231/730) Installing libqca (2.3.4-r2)
(232/730) Installing kwallet (5.98.0-r0)
(233/730) Installing kaccounts-integration (22.08.1-r0)
(234/730) Installing purpose (5.98.0-r0)
(235/730) Installing qt5-qtbase-sqlite (5.15.5_git20220728-r0)
(236/730) Installing qt5-qtfeedback (0_git20180903-r0)
(237/730) Installing angelfish (22.06-r0)
(238/730) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(239/730) Installing gtk-engines-clearlooks (2.21.0-r3)
(240/730) Installing gtk-engines-crux (2.21.0-r3)
(241/730) Installing gtk-engines-industrial (2.21.0-r3)
(242/730) Installing gtk-engines-mist (2.21.0-r3)
(243/730) Installing gtk-engines-redmond (2.21.0-r3)
(244/730) Installing gtk-engines-thinice (2.21.0-r3)
(245/730) Installing gtk-engines (2.21.0-r3)
(246/730) Installing breeze-gtk (5.25.5-r0)
(247/730) Installing alsa-ucm-conf (1.2.7.2-r0)
(248/730) Installing atinout (0.9.1-r0)
(249/730) Installing ca-certificates (20220614-r2)
(250/730) Installing nghttp2-libs (1.50.0-r0)
(251/730) Installing libcurl (7.85.0-r0)
(252/730) Installing libgpiod (1.6.3-r1)
(253/730) Installing libgudev (237-r1)
(254/730) Installing libmm-glib (1.18.12-r0)
(255/730) Installing libusb (1.0.26-r0)
(256/730) Installing eg25-manager (0.4.4-r0)
(257/730) Installing eg25-manager-openrc (0.4.4-r0)
(258/730) Installing gpsd (3.24-r0)
(259/730) Installing gpsd-openrc (3.24-r0)
(260/730) Installing libnl3 (3.7.0-r0)
(261/730) Installing iw (5.19-r0)
(262/730) Installing linux-postmarketos-allwinner (5.19.8_git20220909-r1)
(263/730) Installing llvm14-libs (14.0.6-r4)
(264/730) Installing musl-fts (1.2.7-r3)
(265/730) Installing libelf (0.187-r2)
(266/730) Installing mesa-dri-gallium (22.1.7-r3)
(267/730) Installing udev-init-scripts (35-r1)
(268/730) Installing udev-init-scripts-openrc (35-r1)
(269/730) Installing kmod-libs (30-r1)
(270/730) Installing eudev (3.2.11-r1)
(271/730) Installing eudev-openrc (3.2.11-r1)
(272/730) Installing openssh-keygen (9.0_p1-r4)
(273/730) Installing libedit (20210910.3.1-r0)
(274/730) Installing openssh-client-common (9.0_p1-r4)
(275/730) Installing openssh-client-default (9.0_p1-r4)
(276/730) Installing openssh-sftp-server (9.0_p1-r4)
(277/730) Installing openssh-server-common (9.0_p1-r4)
(278/730) Installing openssh-server (9.0_p1-r4)
(279/730) Installing openssh (9.0_p1-r4)
(280/730) Installing boot-deploy (0.6-r0)
(281/730) Installing busybox-extras (1.35.0-r25)
Executing busybox-extras-1.35.0-r25.post-install
(282/730) Installing lzo (2.10-r3)
(283/730) Installing btrfs-progs (5.19.1-r0)
(284/730) Installing bzip2 (1.0.8-r3)
(285/730) Installing argon2-libs (20190702-r2)
(286/730) Installing device-mapper-libs (2.02.188-r0)
(287/730) Installing json-c (0.16-r0)
(288/730) Installing cryptsetup-libs (2.5.0-r1)
(289/730) Installing popt (1.19-r0)
(290/730) Installing cryptsetup (2.5.0-r1)
(291/730) Installing cryptsetup-openrc (2.5.0-r1)
(292/730) Installing libaio (0.3.113-r0)
(293/730) Installing device-mapper-event-libs (2.02.188-r0)
(294/730) Installing lvm2-libs (2.02.188-r0)
(295/730) Installing device-mapper (2.02.188-r0)
(296/730) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(297/730) Installing libcom_err (1.46.5-r2)
(298/730) Installing e2fsprogs-libs (1.46.5-r2)
(299/730) Installing e2fsprogs (1.46.5-r2)
(300/730) Installing e2fsprogs-extra (1.46.5-r2)
(301/730) Installing f2fs-tools-libs (1.15.0-r0)
(302/730) Installing f2fs-tools (1.15.0-r0)
(303/730) Installing lz4 (1.9.4-r1)
(304/730) Installing userspace-rcu (0.13.2-r0)
(305/730) Installing multipath-tools (0.9.1-r0)
(306/730) Installing multipath-tools-openrc (0.9.1-r0)
(307/730) Installing parted (3.5-r0)
(308/730) Installing postmarketos-mvcfg (1-r0)
(309/730) Installing postmarketos-keys (1-r0)
(310/730) Installing sudo (1.9.11_p3-r0)
(311/730) Installing postmarketos-base-nofde (21-r2)
(312/730) Installing unudhcpd (0.2.1-r0)
(313/730) Installing xz (5.2.6-r1)
(314/730) Installing postmarketos-mkinitfs (1.4.1-r12)
(315/730) Installing postmarketos-base (21-r2)
Executing postmarketos-base-21-r2.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/730) Installing u-boot-pinephone (2022.07-r0)
(317/730) Installing u-boot-tools (2022.07-r5)
(318/730) Installing dbus (1.15.0-r0)
Executing dbus-1.15.0-r0.pre-install
Executing dbus-1.15.0-r0.post-install
(319/730) Installing dbus-openrc (1.15.0-r0)
(320/730) Installing libacl (2.3.1-r1)
(321/730) Installing lz4-libs (1.9.4-r1)
(322/730) Installing libarchive (3.6.1-r1)
(323/730) Installing efivar-libs (38-r1)
(324/730) Installing libgcab (1.4-r3)
(325/730) Installing libgusb (0.3.10-r0)
(326/730) Installing json-glib (1.6.6-r0)
(327/730) Installing libjcat (0.1.10-r0)
(328/730) Installing libxmlb (0.3.10-r0)
(329/730) Installing fwupd (1.8.5-r0)
(330/730) Installing fwupd-openrc (1.8.5-r0)
(331/730) Installing fwupd-plugin-fastboot (1.8.5-r0)
(332/730) Installing fwupd-plugin-logind (1.8.5-r0)
(333/730) Installing libmbim (1.26.4-r0)
(334/730) Installing libqrtr-glib (1.2.2-r0)
(335/730) Installing libqmi (1.30.8-r0)
(336/730) Installing fwupd-plugin-modem_manager (1.8.5-r0)
(337/730) Installing fwupd-plugin-upower (1.8.5-r0)
(338/730) 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/730) Installing device-pine64-pinephone-plasma-mobile (0.42-r3)
(340/730) Installing linux-firmware-rtlwifi (20220815-r2)
(341/730) Installing linux-firmware-rtl_bt (20220815-r2)
(342/730) Installing firmware-pine64-rtl8723bt (0_git20200705-r0)
(343/730) Installing firmware-pine64-ov5640 (0_git20201028-r0)
(344/730) Installing device-pine64-pinephone-nonfree-firmware (0.42-r3)
(345/730) Installing yaml (0.2.5-r0)
(346/730) Installing appstream (0.15.5-r0)
Executing appstream-0.15.5-r0.post-install
✔ Metadata cache was updated successfully.
(347/730) Installing appstream-qt (0.15.5-r0)
(348/730) Installing attica (5.98.0-r0)
(349/730) Installing kidletime (5.98.0-r0)
(350/730) Installing knewstuff (5.98.0-r0)
(351/730) Installing discover (5.25.5-r0)
(352/730) Installing libapk-qt (0.4.2-r0)
(353/730) Installing discover-backend-apk (5.25.5-r0)
(354/730) Installing discover-backend-fwupd (5.25.5-r0)
(355/730) Installing dbus-glib (0.112-r1)
(356/730) Installing firefox-esr (102.3.0-r0)
(357/730) Installing font-noto-common (0_git20211101-r6)
(358/730) Installing font-noto-math (0_git20211101-r6)
(359/730) Installing font-noto-symbols (0_git20211101-r6)
(360/730) Installing font-noto (0_git20211101-r6)
(361/730) Installing font-noto-emoji (2.038-r0)
(362/730) Installing font-noto-extra (0_git20211101-r6)
(363/730) Installing mauiman (1.0.0-r0)
(364/730) Installing mauikit (2.2.0-r0)
(365/730) Installing exiv2 (0.27.5-r1)
(366/730) Installing mauikit-imagetools (2.2.0-r0)
(367/730) Installing mauikit-filebrowsing (2.2.0-r0)
(368/730) Installing index (2.2.0-r0)
(369/730) Installing signon-plugin-oauth2 (0.25-r0)
(370/730) Installing kaccounts-providers (22.08.1-r0)
(371/730) Installing kirigami-addons (0.3-r0)
(372/730) Installing kclock (22.06-r0)
(373/730) Installing gsettings-desktop-schemas (42.0-r0)
(374/730) Installing kdecoration (5.25.5-r0)
(375/730) Installing kde-gtk-config (5.25.5-r0)
(376/730) Installing kirigami-gallery (22.08.1-r0)
(377/730) Installing kquickimageeditor (0.2.0-r1)
(378/730) Installing taglib (1.12-r1)
(379/730) Installing kfilemetadata (5.98.0-r0)
(380/730) Installing qt5-qtlocation (5.15.5_git20220618-r0)
(381/730) Installing koko (22.06-r0)
(382/730) Installing kasync (0.3.0-r2)
(383/730) Installing gpg-wks-server (2.2.39-r0)
(384/730) Installing gpgv (2.2.39-r0)
(385/730) Installing libldap (2.6.3-r3)
(386/730) Installing gnupg-dirmngr (2.2.39-r0)
(387/730) Installing gnupg-utils (2.2.39-r0)
(388/730) Installing gnupg-wks-client (2.2.39-r0)
(389/730) Installing gnupg (2.2.39-r0)
(390/730) Installing iso-codes (4.11.0-r0)
(391/730) Installing kcontacts (5.98.0-r0)
(392/730) Installing kpeople (5.98.0-r0)
(393/730) Installing libical (3.0.14-r1)
(394/730) Installing kcalendarcore (5.98.0-r0)
(395/730) Installing kmime (22.08.1-r0)
(396/730) Installing kimap2 (0.4.0-r1)
(397/730) Installing qt5-qtxmlpatterns (5.15.5_git20220602-r0)
(398/730) Installing kdav2 (0.4.0-r1)
(399/730) Installing lmdb (0.9.29-r1)
(400/730) Installing libxapian (1.4.20-r1)
(401/730) Installing sink (0.9.0-r2)
(402/730) Installing kpeoplesink (0_git20210224-r1)
(403/730) Installing kpeoplevcard (0.1-r2)
(404/730) Installing libraw (0.20.2-r0)
(405/730) Installing libraw-tools (0.20.2-r0)
(406/730) Installing lcms2 (2.13.1-r0)
(407/730) Installing imagemagick-libs (7.1.0.48-r0)
(408/730) Installing jbig2dec (0.19-r0)
(409/730) Installing ghostscript (9.56.1-r0)
(410/730) Installing libde265 (1.0.8-r2)
(411/730) Installing libheif (1.13.0-r0)
(412/730) Installing libjxl (0.6.1_git20220605-r1)
(413/730) Installing librsvg (2.55.1-r0)
(414/730) Installing imagemagick (7.1.0.48-r0)
(415/730) Installing perl (5.36.0-r0)
(416/730) Installing perl-image-exiftool (12.42-r0)
(417/730) Installing exiftool (12.42-r0)
(418/730) Installing openexr (3.1.5-r3)
(419/730) Installing soundtouch (2.3.1-r0)
(420/730) Installing chromaprint (1.5.1-r2)
(421/730) Installing libraw1394 (2.1.2-r2)
(422/730) Installing libdc1394 (2.2.6-r0)
(423/730) Installing tslib (1.22-r1)
(424/730) Installing directfb (1.7.7-r4)
(425/730) Installing faac (1.30-r1)
(426/730) Installing fdk-aac (2.0.2-r1)
(427/730) Installing flite (2.2-r1)
(428/730) Installing libsamplerate (0.2.2-r0)
(429/730) Installing jack (1.9.21-r0)
(430/730) Installing portaudio (19.7.0-r0)
(431/730) Installing fluidsynth-libs (2.2.9-r0)
(432/730) Installing libfreeaptx (0.1.1-r0)
(433/730) Installing gsm (1.0.22-r0)
(434/730) Installing libldac (2.0.2.3-r0)
(435/730) Installing libmodplug (0.8.9.0-r1)
(436/730) Installing neon (0.32.4-r0)
(437/730) Installing libnice (0.1.19-r0)
(438/730) Installing openal-soft (1.22.2-r1)
(439/730) Installing openjpeg (2.5.0-r0)
(440/730) Installing librtmp (2.4_git20190330-r1)
(441/730) Installing sbc (2.0-r0)
(442/730) Installing spandsp (0.0.6-r2)
(443/730) Installing libsrtp (2.4.2-r3)
(444/730) Installing vo-aacenc (0.1.3-r0)
(445/730) Installing vo-amrwbenc (0.1.3-r0)
(446/730) Installing libzbar (0.23.92-r0)
(447/730) Installing gst-plugins-bad (1.20.3-r4)
(448/730) Installing gtk4.0 (4.8.1-r0)
Executing gtk4.0-4.8.1-r0.post-install
(449/730) Installing megapixels (1.5.2-r0)
(450/730) Installing mobile-config-firefox (3.0.0-r1)
(451/730) Installing encodings (1.0.6-r0)
(452/730) Installing libfontenc (1.1.6-r0)
(453/730) Installing mkfontscale (1.2.2-r1)
(454/730) Installing ttf-dejavu (2.37-r2)
(455/730) Installing sdl2_ttf (2.20.1-r0)
(456/730) Installing osk-sdl (0.67-r0)
(457/730) Installing kcmutils (5.98.0-r0)
(458/730) Installing frameworkintegration (5.98.0-r0)
(459/730) Installing oxygen (5.25.5-r0)
(460/730) Installing modemmanager-qt (5.98.0-r0)
(461/730) Installing callaudiod-libs (0.1.4-r0)
(462/730) Installing qtmpris (1.0.6-r1)
(463/730) Installing abseil-cpp (20220623.1-r0)
(464/730) Installing boost1.80-thread (1.80.0-r2)
(465/730) Installing libprotobuf (3.21.6-r0)
(466/730) Installing libphonenumber (8.12.54-r0)
(467/730) Installing plasma-dialer (22.06-r0)
(468/730) Installing plasma-mobile-sounds (0.1-r1)
(469/730) Installing qt5-qtquickcontrols (5.15.5_git20220518-r0)
(470/730) Installing plasma-phonebook (22.06-r0)
(471/730) Installing postmarketos-artwork-wallpapers (2-r1)
(472/730) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(473/730) Installing bluez (5.65-r1)
(474/730) Installing bluez-openrc (5.65-r1)
(475/730) Installing bluez-obexd (5.65-r1)
(476/730) Installing kded (5.98.0-r0)
(477/730) Installing bluez-qt (5.98.0-r0)
(478/730) Installing bluedevil (5.25.5-r0)
(479/730) Installing breeze (5.25.5-r0)
(480/730) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(481/730) Installing callaudiod (0.1.4-r0)
(482/730) Installing dnsmasq-common (2.86-r5)
(483/730) Installing dnsmasq-openrc (2.86-r5)
(484/730) Installing dnsmasq (2.86-r5)
Executing dnsmasq-2.86-r5.pre-install
(485/730) Installing linux-pam (1.5.2-r1)
(486/730) Installing shadow (4.10-r3)
(487/730) Installing elogind (246.10-r5)
(488/730) Installing elogind-openrc (246.10-r5)
(489/730) Installing hfd-service (0.1.0-r1)
(490/730) Installing hfd-service-openrc (0.1.0-r1)
(491/730) Installing iio-sensor-proxy (3.4-r0)
(492/730) Installing iio-sensor-proxy-openrc (3.4-r0)
(493/730) Installing libkscreen (5.25.5-r0)
(494/730) Installing qt5-qtsensors (5.15.5_git20220519-r0)
(495/730) Installing kscreen (5.25.5-r0)
(496/730) Installing socat (1.7.4.3-r1)
(497/730) Installing kwallet-pam (5.25.5-r0)
(498/730) Installing kwayland-integration (5.25.5-r0)
(499/730) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(500/730) Installing duktape (2.7.0-r0)
(501/730) Installing polkit-elogind (121-r0)
(502/730) Installing modemmanager (1.18.12-r0)
(503/730) Installing modemmanager-openrc (1.18.12-r0)
(504/730) Installing libnm (1.40.0-r0)
(505/730) Installing networkmanager-common (1.40.0-r0)
(506/730) Installing networkmanager-openrc (1.40.0-r0)
(507/730) Installing libmnl (1.0.5-r0)
(508/730) Installing libnftnl (1.2.3-r0)
(509/730) Installing iptables (1.8.8-r2)
(510/730) Installing iptables-openrc (1.8.8-r2)
(511/730) Installing libndp (1.8-r0)
(512/730) Installing libidn2 (2.3.3-r0)
(513/730) Installing libpsl (0.21.1-r0)
(514/730) 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-<name>.
*
(515/730) Installing networkmanager-cli (1.40.0-r0)
(516/730) Installing slang (2.3.3-r0)
(517/730) Installing newt (0.52.21-r4)
(518/730) Installing networkmanager-tui (1.40.0-r0)
(519/730) Installing wireless-regdb (2022.08.12-r0)
(520/730) 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 <name>;
* rc-service <name> 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/730) Installing mobile-broadband-provider-info (20220725-r0)
(522/730) Installing networkmanager-wwan (1.40.0-r0)
(523/730) Installing pipewire-libs (0.3.58-r0)
(524/730) Installing libunwind (1.6.2-r0)
(525/730) Installing libuv (1.44.2-r0)
(526/730) Installing roc-toolkit-libs (0.1.5-r2)
(527/730) Installing webrtc-audio-processing (0.3.1-r6)
(528/730) Installing pipewire (0.3.58-r0)
(529/730) Installing breeze-icons (5.98.0-r0)
(530/730) Installing dbus-x11 (1.15.0-r0)
(531/730) Installing kactivities (5.98.0-r0)
(532/730) Installing dconf (0.40.0-r1)
(533/730) Installing anthy (9100h-r1)
(534/730) Installing maliit-framework (2.3.0-r1)
(535/730) Installing kyotocabinet (1.2.79-r3)
(536/730) Installing libpinyin (2.6.2-r0)
(537/730) Installing tinyxml (2.6.2-r1)
(538/730) Installing presage (0.9.1-r2)
(539/730) Installing maliit-keyboard (2.3.1-r0)
(540/730) Installing qt5-qtvirtualkeyboard (5.15.5_git20220617-r0)
(541/730) Installing plasma-nano (5.25.5-r0)
(542/730) Installing networkmanager-qt (5.98.0-r0)
(543/730) Installing plasma-nm (5.25.5-r0)
(544/730) Installing plasma-nm-mobile (5.25.5-r0)
(545/730) Installing fftw-single-libs (3.3.10-r0)
(546/730) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(547/730) Installing pulseaudio-bluez (9999_git20220528-r0)
(548/730) Installing pulseaudio-alsa (9999_git20220528-r0)
(549/730) Installing alsa-utils-openrc (1.2.7-r1)
(550/730) Installing pulseaudio-openrc (9999_git20220528-r0)
(551/730) Installing libcanberra-pulse (0.30-r8)
(552/730) Installing plasma-pa (5.25.5-r0)
(553/730) Installing tzdata (2022c-r0)
(554/730) Installing libdaemon (0.14-r3)
(555/730) Installing openrc-settingsd (1.1.0-r0)
(556/730) Installing openrc-settingsd-openrc (1.1.0-r0)
(557/730) Installing plasma-settings (22.06-r0)
(558/730) Installing kactivitymanagerd (5.25.5-r0)
(559/730) Installing kinit (5.98.0-r0)
(560/730) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(561/730) Installing kdnssd (5.98.0-r0)
(562/730) Installing syntax-highlighting (5.98.0-r0)
(563/730) Installing kdsoap (2.1.1-r0)
(564/730) Installing libmtp (1.1.20-r0)
(565/730) Installing clang-libs (14.0.6-r4)
(566/730) Installing qt5-qttools (5.15.5_git20220619-r0)
(567/730) Installing phonon (4.11.1-r2)
(568/730) Installing talloc (2.3.4-r0)
(569/730) Installing tevent (0.13.0-r0)
(570/730) Installing samba-util-libs (4.16.4-r0)
(571/730) Installing jansson (2.14-r0)
(572/730) Installing ldb (2.5.2-r0)
(573/730) Installing libwbclient (4.16.4-r0)
(574/730) Installing samba-libs (4.16.4-r0)
(575/730) Installing libsmbclient (4.16.4-r0)
(576/730) Installing kio-extras (22.08.1-r0)
(577/730) Installing kquickcharts (5.98.0-r0)
(578/730) Installing xorg-server-common (21.1.4-r0)
(579/730) Installing libxkbfile (1.1.0-r1)
(580/730) Installing xkbcomp (1.4.5-r0)
(581/730) Installing libxfont2 (2.0.6-r0)
(582/730) Installing libtirpc-conf (1.3.2-r2)
(583/730) Installing libtirpc-nokrb (1.3.2-r2)
(584/730) Installing libxcvt (0.1.2-r0)
(585/730) Installing xwayland (22.1.3-r1)
(586/730) Installing layer-shell-qt (5.25.5-r0)
(587/730) Installing kscreenlocker (5.25.5-r0)
(588/730) Installing libqaccessibilityclient (0.4.1-r1)
(589/730) Installing xcb-util-cursor (0.1.3-r2)
(590/730) Installing kwin (5.25.5-r0)
(591/730) Installing kitemmodels (5.98.0-r0)
(592/730) Installing threadweaver (5.98.0-r0)
(593/730) Installing krunner (5.98.0-r0)
(594/730) Installing milou (5.25.5-r0)
(595/730) Installing pipewire-media-session (0.4.1-r0)
(596/730) Installing qqc2-desktop-style (5.98.0-r0)
(597/730) Installing font-hack (3.003-r2)
(598/730) Installing plasma-integration (5.25.5-r0)
(599/730) Installing qtchooser (66-r1)
(600/730) Installing plasma-workspace-libs (5.25.5-r1)
(601/730) Installing kactivities-stats (5.98.0-r0)
(602/730) Installing baloo (5.98.0-r0)
(603/730) Installing kholidays (5.98.0-r0)
(604/730) Installing knotifyconfig (5.98.0-r0)
(605/730) Installing kparts (5.98.0-r0)
(606/730) Installing libdmtx-libs (0.7.7-r0)
(607/730) Installing libqrencode (4.1.1-r0)
(608/730) Installing prison (5.98.0-r0)
(609/730) Installing ktexteditor (5.98.0-r0)
(610/730) Installing libpcap (1.10.1-r0)
(611/730) Installing lm-sensors-libs (3.6.0-r4)
(612/730) Installing libksysguard (5.25.5-r0)
(613/730) Installing kuserfeedback (1.2.0-r1)
(614/730) Installing mpfr4 (4.1.0-r0)
(615/730) Installing libqalculate (4.3.0-r0)
(616/730) Installing plasma-workspace (5.25.5-r1)
(617/730) Installing kpty (5.98.0-r0)
(618/730) Installing kdesu (5.98.0-r0)
(619/730) Installing kde-cli-tools (5.25.5-r0)
(620/730) Installing qqc2-breeze-style (5.25.5-r0)
(621/730) Installing plasma-mobile (5.25.5-r0)
(622/730) Installing polkit-kde-agent-1 (5.25.5-r0)
(623/730) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(624/730) Installing chrony-openrc (4.3-r0)
(625/730) Installing haveged (1.9.18-r0)
(626/730) Installing haveged-openrc (1.9.18-r0)
(627/730) Installing nftables (1.0.5-r0)
(628/730) Installing nftables-openrc (1.0.5-r0)
(629/730) Installing postmarketos-config-nftables (0.10-r0)
Executing postmarketos-config-nftables-0.10-r0.post-install
 * service nftables added to runlevel default
(630/730) Installing postmarketos-config-nftables-networkmanager (0.10-r0)
(631/730) Installing postmarketos-base-nftables (21-r2)
Executing postmarketos-base-nftables-21-r2.post-install
(632/730) Installing postmarketos-artwork-icons (2-r1)
(633/730) Installing util-linux (2.38.1-r0)
(634/730) Installing libfdisk (2.38.1-r0)
(635/730) Installing libsmartcols (2.38.1-r0)
(636/730) Installing util-linux-misc (2.38.1-r0)
(637/730) Installing libeconf (0.4.6-r0)
(638/730) Installing runuser (2.38.1-r0)
(639/730) Installing mount (2.38.1-r0)
(640/730) Installing losetup (2.38.1-r0)
(641/730) Installing hexdump (2.38.1-r0)
(642/730) Installing uuidgen (2.38.1-r0)
(643/730) Installing blkid (2.38.1-r0)
(644/730) Installing sfdisk (2.38.1-r0)
(645/730) Installing mcookie (2.38.1-r0)
(646/730) Installing agetty (2.38.1-r0)
(647/730) Installing agetty-openrc (0.45.2-r3)
(648/730) Installing wipefs (2.38.1-r0)
(649/730) Installing cfdisk (2.38.1-r0)
(650/730) Installing umount (2.38.1-r0)
(651/730) Installing util-linux-openrc (2.38.1-r0)
(652/730) Installing flock (2.38.1-r0)
(653/730) Installing lsblk (2.38.1-r0)
(654/730) Installing libcap-ng (0.8.3-r1)
(655/730) Installing setpriv (2.38.1-r0)
(656/730) Installing logger (2.38.1-r0)
(657/730) Installing partx (2.38.1-r0)
(658/730) Installing fstrim (2.38.1-r0)
(659/730) Installing findmnt (2.38.1-r0)
(660/730) Installing pcsc-lite-libs (1.9.9-r0)
(661/730) Installing wpa_supplicant (2.10-r4)
(662/730) Installing wpa_supplicant-openrc (2.10-r4)
(663/730) Installing ifupdown-ng-wifi (0.12.1-r0)
(664/730) Installing postmarketos-base-ui (5-r1)
Executing postmarketos-base-ui-5-r1.post-install
(665/730) Installing postmarketos-base-ui-networkmanager (5-r1)
(666/730) Installing mpdecimal (2.5.1-r1)
(667/730) Installing python3 (3.10.7-r0)
(668/730) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(669/730) Installing py3-ruamel.yaml (0.16.12-r2)
(670/730) Installing sleep-inhibitor (1.16-r0)
(671/730) Installing sleep-inhibitor-openrc (1.16-r0)
(672/730) Installing postmarketos-base-ui-elogind (5-r1)
Executing postmarketos-base-ui-elogind-5-r1.post-install
(673/730) Installing py3-dbus (1.3.2-r0)
(674/730) Installing obex-capabilities (0.2.1-r1)
(675/730) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(676/730) Installing postmarketos-base-ui-bluez-obexd (5-r1)
(677/730) Installing pulseaudio-utils (9999_git20220528-r0)
(678/730) Installing postmarketos-base-ui-pulseaudio (5-r1)
(679/730) Installing upower (1.90.0-r2)
(680/730) Installing device-pine64-pinephone-upower (0.42-r3)
(681/730) Installing powerdevil-libs (5.25.5-r0)
(682/730) Installing powerdevil (5.25.5-r0)
(683/730) Installing urfkill (0.5.0_git20210401-r2)
(684/730) Installing urfkill-openrc (0.5.0_git20210401-r2)
(685/730) Installing bubblewrap (0.6.2-r0)
(686/730) Installing fuse-common (3.12.0-r0)
(687/730) Installing fuse-openrc (3.12.0-r0)
(688/730) Installing fuse3-libs (3.12.0-r0)
(689/730) Installing fuse3 (3.12.0-r0)
(690/730) Installing xdg-desktop-portal (1.15.0-r0)
(691/730) Installing xdg-desktop-portal-kde (5.25.5-r0)
(692/730) Installing autologin (1.0.0-r4)
(693/730) Installing tinydm (1.1.2-r0)
(694/730) Installing tinydm-openrc (1.1.2-r0)
(695/730) Installing postmarketos-base-ui-tinydm (5-r1)
(696/730) Installing font-alias (1.0.4-r0)
(697/730) Installing util-macros (1.19.3-r0)
(698/730) Installing font-misc-misc (1.1.2-r2)
(699/730) Installing font-cursor-misc (1.0.3-r2)
(700/730) Installing xauth (1.1.2-r0)
(701/730) Installing xmodmap (1.0.11-r0)
(702/730) Installing xrdb (1.2.1-r0)
(703/730) Installing xinit (1.4.1-r0)
(704/730) Installing libpciaccess (0.16-r1)
(705/730) Installing xorg-server (21.1.4-r0)
(706/730) Installing libinput (1.21.0-r0)
(707/730) Installing xf86-input-libinput (1.2.1-r0)
(708/730) Installing xf86-video-fbdev (0.5.0-r3)
(709/730) Installing postmarketos-base-ui-x11 (5-r1)
(710/730) 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
(711/730) Installing libexif (0.6.24-r0)
(712/730) Installing hwloc (2.8.0-r0)
(713/730) Installing libucontext (1.2-r0)
(714/730) Installing libtbb (2021.6.0-r0)
(715/730) Installing opencv (4.6.0-r2)
(716/730) Installing postprocessd (0.2.1-r0)
(717/730) Installing postprocessd-megapixels (0.2.1-r0)
(718/730) Installing qmltermwidget (0.2.0-r1)
(719/730) Installing qmlkonsole (22.06-r0)
(720/730) Installing spacebar (22.06-r1)
(721/730) Installing ttf-droid-nonlatin (20200215-r2)
(722/730) Installing hkdm (0.1.8-r0)
(723/730) Installing buffyboard (0.2.0-r0)
(724/730) Installing terminus-font (4.49.1-r1)
(725/730) Installing kbd-misc (2.5.1-r1)
(726/730) Installing kbd (2.5.1-r1)
(727/730) Installing kbd-openrc (2.5.1-r1)
(728/730) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(729/730) Installing ttyescape-openrc (1.0.1-r1)
(730/730) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r25.trigger
Executing glib-2.72.4-r0.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-r1.trigger
Executing postmarketos-mkinitfs-1.4.1-r12.trigger
2022/09/24 03:07:12 Generating for kernel version: 5.19.8
2022/09/24 03:07:12 Output directory: /boot
2022/09/24 03:07:12 == Generating initramfs ==
2022/09/24 03:07:12 - Including hook files
2022/09/24 03:07:12 - Including hook scripts
2022/09/24 03:07:12 - Including required binaries
2022/09/24 03:07:12 - Including kernel modules
2022/09/24 03:07:12 - Including splash images
2022/09/24 03:07:12 - Writing and verifying initramfs archive
2022/09/24 03:07:12 == Generating initramfs extra ==
2022/09/24 03:07:12 - Including extra binaries
2022/09/24 03:07:12 - Including FDE support
2022/09/24 03:07:13 - Writing and verifying initramfs-extra archive
2022/09/24 03:07:16 == 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/09/24 03:07:20 mkinitfs completed in: 8.104254294s
Executing postmarketos-base-21-r2.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.15.0-r0.trigger
Executing mkfontscale-1.2.2-r1.trigger
OK: 2300 MiB in 755 packages
(1679061) [03:07:35] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2300 MiB in 755 packages
(1679061) [03:07:38] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details)
(1679061) [03:07:38] (rootfs_pine64-pinephone) install device-pine64-pinephone
(1679061) [03:07:38] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:07:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:07:38] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(1679061) [03:07:38] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone
(1679061) [03:07:38] New background process: pid=1687858, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2300 MiB in 755 packages
(1679061) [03:07:42] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2300 MiB in 755 packages
(1679061) [03:07:45] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(1679061) [03:07:46] (rootfs_pine64-pinephone) install postmarketos-mkinitfs
(1679061) [03:07:46] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:07:46] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:07:46] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(1679061) [03:07:46] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(1679061) [03:07:46] New background process: pid=1688084, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2300 MiB in 755 packages
(1679061) [03:07:49] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner
(1679061) [03:07:49] (rootfs_pine64-pinephone) % mkinitfs
2022/09/24 03:07:50 Generating for kernel version: 5.19.8
2022/09/24 03:07:50 Output directory: /boot
2022/09/24 03:07:50 == Generating initramfs ==
2022/09/24 03:07:50 - Including hook files
2022/09/24 03:07:50 - Including hook scripts
2022/09/24 03:07:50 - Including required binaries
2022/09/24 03:07:50 - Including kernel modules
2022/09/24 03:07:50 - Including splash images
2022/09/24 03:07:50 - Writing and verifying initramfs archive
2022/09/24 03:07:50 == Generating initramfs extra ==
2022/09/24 03:07:50 - Including extra binaries
2022/09/24 03:07:50 - Including FDE support
2022/09/24 03:07:51 - Writing and verifying initramfs-extra archive
2022/09/24 03:07:54 == 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/09/24 03:07:58 mkinitfs completed in: 8.313215582s
(1679061) [03:07:58]  *** SET LOGIN PASSWORD FOR: 'user' ***
(1679061) [03:07:58] (rootfs_pine64-pinephone) % passwd user
New password: Retype new password: passwd: password updated successfully
(1679061) [03:07:58] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow
(1679061) [03:07:58] (rootfs_pine64-pinephone) locking root
(1679061) [03:07:58] (rootfs_pine64-pinephone) % passwd -l root
passwd: password changed.
(1679061) [03:07:58] NOTE: No valid keymap specified for device
(1679061) [03:07:58] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC
(1679061) [03:08:05] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname
(1679061) [03:08:05] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts
(1679061) [03:08:05] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(1679061) [03:08:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(1679061) [03:08:06] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(1679061) [03:08:06] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(1679061) [03:08:06] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1679061) [03:08:06] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
2409416	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1679061) [03:08:06] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(1679061) [03:08:06] (native) create pine64-pinephone.img (3130M)
(1679061) [03:08:06] (native) % truncate -s 3130M /home/pmos/rootfs/pine64-pinephone.img
(1679061) [03:08:06] (native) mount /dev/install (pine64-pinephone.img)
(1679061) [03:08:06] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop)
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(1679061) [03:08:06] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2
(1679061) [03:08:06] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p2
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1
(1679061) [03:08:06] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9p1
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(1679061) [03:08:06] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(1679061) [03:08:06] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(1679061) [03:08:06] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(1679061) [03:08:06] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(1679061) [03:08:06] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(1679061) [03:08:06] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(1679061) [03:08:06] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(1679061) [03:08:06] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(1679061) [03:08:06] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(1679061) [03:08:06] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(1679061) [03:08:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(1679061) [03:08:06] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(1679061) [03:08:06] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img
(1679061) [03:08:06] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1679061) [03:08:07] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1679061) [03:08:07] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(1679061) [03:08:07] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(1679061) [03:08:07] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(1679061) [03:08:07] (native) % parted -s /dev/install mktable msdos
(1679061) [03:08:07] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M
(1679061) [03:08:07] (native) % parted -s /dev/install mkpart primary 256M 100%
(1679061) [03:08:07] (native) % parted -s /dev/install set 1 boot on
(1679061) [03:08:07] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1679061) [03:08:07] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(1679061) [03:08:07] % sudo mount --bind /dev/loop10p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(1679061) [03:08:07] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(1679061) [03:08:07] % sudo mount --bind /dev/loop10p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(1679061) [03:08:07] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(1679061) [03:08:07] (native) install e2fsprogs
(1679061) [03:08:07] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:08:07] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:08:07] (native) % cat /tmp/apk_progress_fifo
(1679061) [03:08:07] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(1679061) [03:08:07] New background process: pid=1689511, 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
(1679061) [03:08:08] (native) format /dev/installp2 (root, ext4)
(1679061) [03:08:08] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(1679061) [03:08:08] (native) mount /dev/installp2 to /mnt/install
(1679061) [03:08:08] (native) % mkdir -p /mnt/install
(1679061) [03:08:08] (native) % mount /dev/installp2 /mnt/install
(1679061) [03:08:08] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(1679061) [03:08:08] (native) install e2fsprogs
(1679061) [03:08:08] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:08:08] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(1679061) [03:08:08] (native) % cat /tmp/apk_progress_fifo
(1679061) [03:08:08] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(1679061) [03:08:08] New background process: pid=1689540, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 26 MiB in 72 packages
(1679061) [03:08:09] (native) format /dev/installp1 (boot, ext2), mount to mountpoint
(1679061) [03:08:09] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1
(1679061) [03:08:09] (native) % mkdir -p /mnt/install/boot
(1679061) [03:08:09] (native) % mount /dev/installp1 /mnt/install/boot
(1679061) [03:08:09] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(1679061) [03:08:09] (native) copy rootfs_pine64-pinephone to /mnt/install/
(1679061) [03:08:09] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(1679061) [03:08:09] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(1679061) [03:08:09] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(1679061) [03:08:09] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(1679061) [03:08:09] (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/
(1679061) [03:08:17] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(1679061) [03:08:17] % 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
(1679061) [03:08:17] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:17] % 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/
(1679061) [03:08:18] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(1679061) [03:08:18] % 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
(1679061) [03:08:18] 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
(1679061) [03:08:18] (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
(1679061) [03:08:18] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(1679061) [03:08:19] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(1679061) [03:08:21] (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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16292.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(1679061) [03:08:21] (native) umount /dev/loop10
(1679061) [03:08:21] (native) % losetup -d /dev/loop10
(1679061) [03:08:21] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(1679061) [03:08:21] 
(1679061) [03:08:21] *** FLASHING INFORMATION ***
(1679061) [03:08:21] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(1679061) [03:08:21] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(1679061) [03:08:21] 
(1679061) [03:08:21] *** SSH DAEMON INFORMATION ***
(1679061) [03:08:21] SSH daemon is enabled (disable with --no-sshd).
(1679061) [03:08:21] Login as 'user' with the password given during installation.
(1679061) [03:08:21] 
(1679061) [03:08:21] *** FIREWALL INFORMATION ***
(1679061) [03:08:21] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(1679061) [03:08:21] For more information: https://postmarketos.org/firewall
(1679061) [03:08:21] 
(1679061) [03:08:21] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(1679061) [03:08:21] DONE!
total 2517124
-rw-r--r-- 1 root 12345 3282042880 Sep 24 03:08 pine64-pinephone.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img'
Loop Device: /dev/loop10
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         1  1 /var/lib/snapd/snaps/snapd_16292.snap                                                         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         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img           0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Sep 24 03:08 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 14 Sep 24 03:08 pmOS_root -> ../../loop10p2
lrwxrwxrwx 1 root root 10 Sep 24 03:08 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Sep 24 03:06 bin
drwxr-xr-x  2 root root  4096 Sep 24 03:08 boot
drwxr-xr-x  2 root root  4096 Sep 24 03:01 dev
drwxr-xr-x 69 root root  4096 Sep 24 03:08 etc
drwxr-xr-x  3 root root  4096 Sep 24 03:08 home
drwxr-xr-x 15 root root  4096 Sep 24 03:06 lib
drwx------  2 root root 16384 Sep 24 03:08 lost+found
drwxr-xr-x  5 root root  4096 Sep 24 03:01 media
drwxr-xr-x  8 root root  4096 Sep 24 03:01 mnt
drwxr-xr-x  2 root root  4096 Sep 24 03:01 opt
drwxr-xr-x  2 root root  4096 Sep 24 03:01 proc
drwx------  2 root root  4096 Sep 24 03:01 root
drwxr-xr-x  6 root root  4096 Sep 24 03:06 run
drwxr-xr-x  2 root root  4096 Sep 24 03:06 sbin
drwxr-xr-x  2 root root  4096 Sep 24 03:01 srv
drwxr-xr-x  2 root root  4096 Sep 24 03:01 sys
drwxrwxrwt  2 root root  4096 Sep 24 03:08 tmp
drwxr-xr-x 10 root root  4096 Sep 24 03:06 usr
drwxr-xr-x 13 root root  4096 Sep 24 03:03 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-09-24 03:08:46--  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.7M=0s

2022-09-24 03:08:46 (57.7 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/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/aarch64/APKINDEX.tar.gz
2022-09-23 10:09:53.891390 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-3775-g769872f63c [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-3775-g769872f63c [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-3782-g222592177d [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24548 distinct packages available
(1/105) Upgrading kirigami2-libs (5.98.0-r0 -> 9999_git1663811056-r0)
(2/105) Upgrading kirigami2 (5.98.0-r0 -> 9999_git1663811056-r0)
(3/105) Upgrading kactivities-libs (5.98.0-r0 -> 9999_git1663419905-r0)
(4/105) Upgrading karchive (5.98.0-r0 -> 9999_git1663509749-r0)
(5/105) Upgrading kconfig (5.98.0-r0 -> 9999_git1663590857-r0)
(6/105) Upgrading kcoreaddons (5.98.0-r0 -> 9999_git1663673168-r0)
(7/105) Upgrading kwindowsystem (5.98.0-r0 -> 9999_git1663420499-r0)
(8/105) Upgrading kcrash (5.98.0-r0 -> 9999_git1663420040-r0)
(9/105) Upgrading kdbusaddons (5.98.0-r0 -> 9999_git1663825672-r0)
(10/105) Upgrading kglobalaccel (5.98.0-r0 -> 9999_git1663420164-r0)
(11/105) Upgrading kguiaddons (5.98.0-r0 -> 9999_git1663498307-r0)
(12/105) Upgrading ki18n (5.98.0-r0 -> 9999_git1663622858-r0)
(13/105) Upgrading kauth (5.98.0-r0 -> 9999_git1663505248-r0)
(14/105) Upgrading kcodecs (5.98.0-r0 -> 9999_git1663505333-r0)
(15/105) Upgrading kwidgetsaddons (5.98.0-r0 -> 9999_git1663528096-r0)
(16/105) Upgrading kconfigwidgets (5.98.0-r0 -> 9999_git1663420012-r0)
(17/105) Upgrading kiconthemes (5.98.0-r0 -> 9999_git1663665491-r0)
(18/105) Upgrading kitemviews (5.98.0-r0 -> 9999_git1663498635-r0)
(19/105) Upgrading kxmlgui (5.98.0-r0 -> 9999_git1663768701-r0)
(20/105) Upgrading kbookmarks (5.98.0-r0 -> 9999_git1663419951-r0)
(21/105) Upgrading kcompletion (5.98.0-r0 -> 9999_git1663419993-r0)
(22/105) Upgrading kdoctools (5.98.0-r0 -> 9999_git1663521652-r0)
(23/105) Upgrading kjobwidgets (5.98.0-r0 -> 9999_git1663504241-r0)
(24/105) Upgrading knotifications (5.98.0-r0 -> 9999_git1663420334-r0)
(25/105) Upgrading kservice (5.98.0-r0 -> 9999_git1663420428-r0)
(26/105) Upgrading solid-libs (5.98.0-r0 -> 9999_git1663498750-r0)
(27/105) Upgrading sonnet (5.98.0-r0 -> 9999_git1663498811-r0)
(28/105) Upgrading ktextwidgets (5.98.0-r0 -> 9999_git1663420448-r0)
(29/105) Upgrading kio (5.98.0-r0 -> 9999_git1663768208-r0)
(30/105) Upgrading kpackage (5.98.0-r0 -> 9999_git1663505095-r0)
(31/105) Upgrading kdeclarative (5.98.0-r0 -> 9999_git1663424635-r0)
(32/105) Upgrading kwayland (5.98.0-r0 -> 9999_git1663777213-r0)
(33/105) Upgrading plasma-framework (5.98.0-r0 -> 9999_git1663779522-r0)
(34/105) Upgrading kwallet (5.98.0-r0 -> 9999_git1663638362-r0)
(35/105) Upgrading purpose (5.98.0-r0 -> 9999_git1663420576-r0)
(36/105) Upgrading angelfish (22.06-r0 -> 9999_git1663725150-r0)
(37/105) Upgrading breeze-gtk (5.25.5-r0 -> 9999_git1663246387-r0)
(38/105) Upgrading attica (5.98.0-r0 -> 9999_git1663517410-r0)
(39/105) Upgrading kidletime (5.98.0-r0 -> 9999_git1663527767-r0)
(40/105) Upgrading knewstuff (5.98.0-r0 -> 9999_git1663811066-r0)
(41/105) Upgrading kirigami-addons (0.3-r0 -> 9999_git1663623069-r0)
(42/105) Upgrading kclock (22.06-r0 -> 9999_git1663811445-r0)
(43/105) Upgrading kdecoration (5.25.5-r0 -> 9999_git1663246478-r0)
(44/105) Upgrading kde-gtk-config (5.25.5-r0 -> 9999_git1663246468-r0)
(45/105) Upgrading kfilemetadata (5.98.0-r0 -> 9999_git1663420154-r0)
(46/105) Upgrading kcontacts (5.98.0-r0 -> 9999_git1663551907-r0)
(47/105) Upgrading kpeople (5.98.0-r0 -> 9999_git1663526722-r0)
(48/105) Upgrading kcalendarcore (5.98.0-r0 -> 9999_git1663591742-r0)
(49/105) Upgrading kcmutils (5.98.0-r0 -> 9999_git1663673561-r0)
(50/105) Upgrading frameworkintegration (5.98.0-r0 -> 9999_git1663419895-r0)
(51/105) Upgrading oxygen (5.25.5-r0 -> 9999_git1663246718-r0)
(52/105) Upgrading modemmanager-qt (5.98.0-r0 -> 9999_git1663525317-r0)
(53/105) Upgrading plasma-dialer (22.06-r0 -> 9999_git1663811478-r0)
(54/105) Upgrading plasma-phonebook (22.06-r0 -> 9999_git1663725277-r0)
(55/105) Upgrading kded (5.98.0-r0 -> 9999_git1663420078-r0)
(56/105) Upgrading bluez-qt (5.98.0-r0 -> 9999_git1663856067-r0)
(57/105) Upgrading bluedevil (5.25.5-r0 -> 9999_git1663638524-r0)
(58/105) Upgrading breeze (5.25.5-r0 -> 9999_git1663638533-r0)
(59/105) Upgrading libkscreen (5.25.5-r0 -> 9999_git1663246681-r0)
(60/105) Upgrading layer-shell-qt (5.25.5-r0 -> 9999_git1663246670-r0)
(61/105) Upgrading kscreen (5.25.5-r0 -> 9999_git1663660147-r0)
(62/105) Upgrading kwallet-pam (5.25.5-r0 -> 9999_git1663246611-r0)
(63/105) Upgrading kwayland-integration (5.25.5-r0 -> 9999_git1663669798-r0)
(64/105) Upgrading breeze-icons (5.98.0-r0 -> 9999_git1663419876-r0)
(65/105) Upgrading kactivities (5.98.0-r0 -> 9999_git1663419905-r0)
(66/105) Upgrading plasma-nano (5.25.5-r0 -> 9999_git1663236783-r0)
(67/105) Upgrading networkmanager-qt (5.98.0-r0 -> 9999_git1663848124-r0)
(68/105) Upgrading plasma-nm (5.25.5-r0 -> 9999_git1663371017-r0)
(69/105) Upgrading plasma-nm-mobile (5.25.5-r0 -> 9999_git1663371017-r0)
(70/105) Upgrading plasma-pa (5.25.5-r0 -> 9999_git1663638614-r0)
(71/105) Upgrading plasma-settings (22.06-r0 -> 9999_git1663725286-r0)
(72/105) Upgrading kactivitymanagerd (5.25.5-r0 -> 9999_git1663236464-r0)
(73/105) Upgrading kinit (5.98.0-r0 -> 9999_git1663420235-r0)
(74/105) Upgrading kdnssd (5.98.0-r0 -> 9999_git1663523830-r0)
(75/105) Upgrading syntax-highlighting (5.98.0-r0 -> 9999_git1663498871-r0)
(76/105) Upgrading kquickcharts (5.98.0-r0 -> 9999_git1663850637-r0)
(77/105) Upgrading kscreenlocker (5.25.5-r0 -> 9999_git1663774512-r0)
(78/105) Upgrading kwin (5.25.5-r0 -> 9999_git1663849016-r0)
(79/105) Upgrading kitemmodels (5.98.0-r0 -> 9999_git1663432551-r0)
(80/105) Upgrading threadweaver (5.98.0-r0 -> 9999_git1663523340-r0)
(81/105) Upgrading krunner (5.98.0-r0 -> 9999_git1663420419-r0)
(82/105) Upgrading milou (5.25.5-r0 -> 9999_git1663246703-r0)
(83/105) Upgrading qqc2-desktop-style (5.98.0-r0 -> 9999_git1663869022-r0)
(84/105) Upgrading plasma-integration (5.25.5-r0 -> 9999_git1663760643-r0)
(85/105) Upgrading plasma-workspace-libs (5.25.5-r1 -> 9999_git1663860880-r1)
(86/105) Upgrading kactivities-stats (5.98.0-r0 -> 9999_git1663419915-r0)
(87/105) Upgrading baloo (5.98.0-r0 -> 9999_git1663419856-r0)
(88/105) Upgrading kholidays (5.98.0-r0 -> 9999_git1663509829-r0)
(89/105) Upgrading knotifyconfig (5.98.0-r0 -> 9999_git1663420343-r0)
(90/105) Upgrading kparts (5.98.0-r0 -> 9999_git1663420362-r0)
(91/105) Upgrading prison (5.98.0-r0 -> 9999_git1663521695-r0)
(92/105) Upgrading ktexteditor (5.98.0-r0 -> 9999_git1663767872-r0)
(93/105) Upgrading libksysguard (5.25.5-r0 -> 9999_git1663348861-r0)
(94/105) Upgrading plasma-workspace (5.25.5-r1 -> 9999_git1663860880-r1)
(95/105) Upgrading kpty (5.98.0-r0 -> 9999_git1663526787-r0)
(96/105) Upgrading kdesu (5.98.0-r0 -> 9999_git1663420106-r0)
(97/105) Upgrading kde-cli-tools (5.25.5-r0 -> 9999_git1663246458-r0)
(98/105) Upgrading qqc2-breeze-style (5.25.5-r0 -> 9999_git1661835552-r0)
(99/105) Upgrading plasma-mobile (5.25.5-r0 -> 9999_git1663638604-r0)
(100/105) Upgrading polkit-kde-agent-1 (5.25.5-r0 -> 9999_git1663247076-r0)
(101/105) Upgrading powerdevil-libs (5.25.5-r0 -> 9999_git1663724882-r0)
(102/105) Upgrading powerdevil (5.25.5-r0 -> 9999_git1663724882-r0)
(103/105) Upgrading xdg-desktop-portal-kde (5.25.5-r0 -> 9999_git1663247126-r0)
(104/105) Upgrading qmlkonsole (22.06-r0 -> 9999_git1663725302-r0)
(105/105) Purging qtmpris (1.0.6-r1)
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-r1.trigger
Executing postmarketos-base-21-r2.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.15.0-r0.trigger
OK: 2302 MiB in 754 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-21-r2.trigger
Configuring a getty on port ttyS0 with baud rate 115200
OK: 2304 MiB in 758 packages
(chroot) Exiting chroot...
[03:10:38] Unregister qemu binfmt (arm)
[03:10:38] Unregister qemu binfmt (aarch64)
[03:10:38] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[03:10:38] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[03:10:39] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y
[03:10:39] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
[03:10:40] Cleared up ~4837 MB of space
[03:10:40] DONE!
Compressing pine64-pinephone.img
pine64-pinephone.img: 796.5 MiB / 3,130.0 MiB = 0.254, 29 MiB/s, 1:46
mkdir: created directory 'images/'
renamed 'pine64-pinephone.img.xz' -> 'images/sineware-plasma-mobile-nightly-20220924-pine64-pinephone.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,204.9 MiB / 4,795.0 MiB = 0.251, 32 MiB/s, 2:27
renamed 'tablet-x64uefi.img.xz' -> 'images/sineware-plasma-mobile-nightly-20220924-tablet-x64uefi.img.xz'
sending incremental file list
deleting tablet-x64uefi.img.xz.sha256
deleting sineware-prolinux-plasma-mobile-nightly-20220924-tablet-x64uefi.img.xz.sha256
deleting sineware-prolinux-plasma-mobile-nightly-20220924-tablet-x64uefi.img.xz
deleting sineware-prolinux-plasma-mobile-nightly-20220924-pine64-pinephone.img.xz.sha256
deleting sineware-prolinux-plasma-mobile-nightly-20220924-pine64-pinephone.img.xz
deleting pine64-pinephone.img.xz.sha256
./
sineware-plasma-mobile-nightly-20220924-pine64-pinephone.img.xz

         32,768   0%    0.00kB/s    0:00:00  
      3,375,104   0%    3.19MB/s    0:04:14  
      4,653,056   0%    2.16MB/s    0:06:15  
      5,963,776   0%    1.85MB/s    0:07:18  
      7,274,496   0%    1.69MB/s    0:07:58  
      8,585,216   1%    1.20MB/s    0:11:15  
      9,895,936   1%    1.21MB/s    0:11:06  
     11,206,656   1%    1.21MB/s    0:11:05  
     12,517,376   1%    1.20MB/s    0:11:09  
     13,828,096   1%    1.21MB/s    0:11:00  
     15,007,744   1%    1.18MB/s    0:11:16  
     16,318,464   1%    1.18MB/s    0:11:20  
     17,629,184   2%    1.19MB/s    0:11:12  
     18,939,904   2%    1.19MB/s    0:11:12  
     20,250,624   2%    1.20MB/s    0:11:00  
     21,561,344   2%    1.21MB/s    0:10:54  
     22,872,064   2%    1.21MB/s    0:10:55  
     24,182,784   2%    1.20MB/s    0:10:59  
     25,493,504   3%    1.21MB/s    0:10:51  
     26,804,224   3%    1.21MB/s    0:10:53  
     28,114,944   3%    1.21MB/s    0:10:54  
     29,425,664   3%    1.21MB/s    0:10:47  
     30,736,384   3%    1.20MB/s    0:10:53  
     32,047,104   3%    1.20MB/s    0:10:51  
     33,357,824   3%    1.19MB/s    0:11:00  
     34,537,472   4%    1.15MB/s    0:11:17  
     35,848,192   4%    1.15MB/s    0:11:20  
     37,027,840   4%    1.11MB/s    0:11:45  
     38,076,416   4%    1.07MB/s    0:12:07  
     39,124,992   4%    1.04MB/s    0:12:28  
     40,304,640   4%    1.02MB/s    0:12:37  
     41,484,288   4%    1.02MB/s    0:12:41  
     42,532,864   5%    1.01MB/s    0:12:43  
     43,843,584   5%    1.06MB/s    0:12:07  
     45,154,304   5%    1.07MB/s    0:11:58  
     46,333,952   5%    1.07MB/s    0:11:59  
     47,513,600   5%    1.09MB/s    0:11:45  
     48,562,176   5%    1.04MB/s    0:12:18  
     49,741,824   5%    1.02MB/s    0:12:30  
     50,921,472   6%    1.02MB/s    0:12:28  
     52,101,120   6%    1.02MB/s    0:12:29  
     53,280,768   6%    1.04MB/s    0:12:14  
     54,329,344   6%    1.02MB/s    0:12:31  
     55,508,992   6%    1.02MB/s    0:12:24  
     56,688,640   6%    1.02MB/s    0:12:26  
     57,737,216   6%    1.00MB/s    0:12:37  
     58,785,792   7% 1016.58kB/s    0:12:43  
     59,965,440   7% 1006.71kB/s    0:12:50  
     60,882,944   7%  965.81kB/s    0:13:21  
     62,062,592   7%  983.01kB/s    0:13:06  
     63,242,240   7% 1014.93kB/s    0:12:40  
     64,421,888   7% 1021.36kB/s    0:12:34  
     65,601,536   7%    1.04MB/s    0:12:03  
     66,650,112   7%    1.03MB/s    0:12:09  
     67,796,992   8%    1.01MB/s    0:12:21  
     68,976,640   8%    1.01MB/s    0:12:19  
     70,156,288   8%    1.01MB/s    0:12:20  
     71,335,936   8%    1.03MB/s    0:12:02  
     72,515,584   8%    1.04MB/s    0:11:53  
     73,695,232   8%    1.05MB/s    0:11:51  
     74,874,880   8%    1.04MB/s    0:11:52  
     76,054,528   9%    1.02MB/s    0:12:04  
     77,103,104   9%    1.01MB/s    0:12:12  
     78,151,680   9% 1023.52kB/s    0:12:19  
     79,331,328   9% 1020.88kB/s    0:12:20  
     80,379,904   9% 1010.28kB/s    0:12:27  
     81,559,552   9% 1023.28kB/s    0:12:16  
     82,608,128   9%  992.47kB/s    0:12:38  
     83,656,704  10%  987.84kB/s    0:12:40  
     84,836,352  10% 1001.38kB/s    0:12:29  
     86,016,000  10%  994.74kB/s    0:12:33  
     87,195,648  10%    1.01MB/s    0:12:03  
     88,375,296  10%    1.01MB/s    0:11:58  
     89,554,944  10%    1.01MB/s    0:11:59  
     90,734,592  10%    1.02MB/s    0:11:54  
     92,045,312  11%    1.06MB/s    0:11:26  
     93,224,960  11%    1.08MB/s    0:11:11  
     94,535,680  11%    1.11MB/s    0:10:50  
     95,715,328  11%    1.13MB/s    0:10:39  
     96,894,976  11%    1.10MB/s    0:10:52  
     98,172,928  11%    1.13MB/s    0:10:35  
     99,385,344  11%    1.10MB/s    0:10:52  
    100,564,992  12%    1.10MB/s    0:10:49  
    101,744,640  12%    1.10MB/s    0:10:52  
    102,924,288  12%    1.06MB/s    0:11:12  
    104,235,008  12%    1.09MB/s    0:10:52  
    105,414,656  12%    1.09MB/s    0:10:55  
    106,725,376  12%    1.12MB/s    0:10:36  
    108,036,096  12%    1.15MB/s    0:10:14  
    109,346,816  13%    1.18MB/s    0:10:01  
    110,657,536  13%    1.21MB/s    0:09:47  
    111,968,256  13%    1.20MB/s    0:09:46  
    113,278,976  13%    1.20MB/s    0:09:45  
    114,589,696  13%    1.19MB/s    0:09:49  
    115,900,416  13%    1.20MB/s    0:09:43  
    117,211,136  14%    1.22MB/s    0:09:36  
    118,521,856  14%    1.21MB/s    0:09:39  
    119,832,576  14%    1.21MB/s    0:09:35  
    121,143,296  14%    1.21MB/s    0:09:34  
    122,454,016  14%    1.21MB/s    0:09:36  
    123,764,736  14%    1.22MB/s    0:09:31  
    125,075,456  14%    1.20MB/s    0:09:38  
    126,386,176  15%    1.19MB/s    0:09:40  
    127,696,896  15%    1.19MB/s    0:09:42  
    129,007,616  15%    1.18MB/s    0:09:45  
    130,187,264  15%    1.16MB/s    0:09:51  
    131,497,984  15%    1.17MB/s    0:09:46  
    132,808,704  15%    1.17MB/s    0:09:43  
    134,119,424  16%    1.18MB/s    0:09:38  
    135,430,144  16%    1.22MB/s    0:09:21  
    136,740,864  16%    1.21MB/s    0:09:24  
    138,051,584  16%    1.22MB/s    0:09:19  
    139,362,304  16%    1.22MB/s    0:09:18  
    140,673,024  16%    1.19MB/s    0:09:28  
    141,983,744  17%    1.20MB/s    0:09:22  
    143,294,464  17%    1.20MB/s    0:09:20  
    144,605,184  17%    1.20MB/s    0:09:24  
    145,915,904  17%    1.22MB/s    0:09:11  
    147,226,624  17%    1.22MB/s    0:09:11  
    148,537,344  17%    1.21MB/s    0:09:14  
    149,848,064  17%    1.22MB/s    0:09:10  
    151,158,784  18%    1.22MB/s    0:09:09  
    152,469,504  18%    1.20MB/s    0:09:14  
    153,780,224  18%    1.21MB/s    0:09:09  
    155,090,944  18%    1.21MB/s    0:09:08  
    156,270,592  18%    1.17MB/s    0:09:25  
    157,581,312  18%    1.17MB/s    0:09:23  
    158,892,032  19%    1.17MB/s    0:09:22  
    160,202,752  19%    1.16MB/s    0:09:26  
    161,513,472  19%    1.20MB/s    0:09:07  
    162,824,192  19%    1.21MB/s    0:09:01  
    164,134,912  19%    1.20MB/s    0:09:04  
    165,445,632  19%    1.22MB/s    0:08:58  
    166,756,352  19%    1.21MB/s    0:08:59  
    168,067,072  20%    1.21MB/s    0:09:00  
    169,377,792  20%    1.22MB/s    0:08:54  
    170,688,512  20%    1.21MB/s    0:08:57  
    171,999,232  20%    1.21MB/s    0:08:53  
    173,309,952  20%    1.21MB/s    0:08:53  
    174,620,672  20%    1.20MB/s    0:08:57  
    175,931,392  21%    1.21MB/s    0:08:53  
    177,242,112  21%    1.21MB/s    0:08:52  
    178,552,832  21%    1.19MB/s    0:08:56  
    179,863,552  21%    1.21MB/s    0:08:50  
    180,912,128  21%    1.14MB/s    0:09:20  
    182,222,848  21%    1.14MB/s    0:09:21  
    183,533,568  21%    1.15MB/s    0:09:11  
    184,844,288  22%    1.15MB/s    0:09:10  
    186,155,008  22%    1.21MB/s    0:08:43  
    187,465,728  22%    1.21MB/s    0:08:44  
    188,776,448  22%    1.21MB/s    0:08:43  
    190,087,168  22%    1.20MB/s    0:08:45  
    191,397,888  22%    1.21MB/s    0:08:40  
    192,708,608  23%    1.22MB/s    0:08:35  
    194,019,328  23%    1.21MB/s    0:08:38  
    195,330,048  23%    1.22MB/s    0:08:33  
    196,640,768  23%    1.22MB/s    0:08:32  
    197,951,488  23%    1.21MB/s    0:08:35  
    199,262,208  23%    1.22MB/s    0:08:29  
    200,572,928  24%    1.20MB/s    0:08:36  
    201,850,880  24%    1.18MB/s    0:08:44  
    203,161,600  24%    1.19MB/s    0:08:38  
    204,472,320  24%    1.18MB/s    0:08:40  
    205,783,040  24%    1.20MB/s    0:08:32  
    206,962,688  24%    1.19MB/s    0:08:35  
    208,273,408  24%    1.18MB/s    0:08:40  
    209,584,128  25%    1.18MB/s    0:08:35  
    210,894,848  25%    1.19MB/s    0:08:32  
    212,205,568  25%    1.21MB/s    0:08:23  
    213,516,288  25%    1.21MB/s    0:08:20  
    214,827,008  25%    1.20MB/s    0:08:25  
    216,137,728  25%    1.19MB/s    0:08:27  
    217,448,448  26%    1.20MB/s    0:08:22  
    218,759,168  26%    1.20MB/s    0:08:20  
    220,069,888  26%    1.21MB/s    0:08:17  
    221,380,608  26%    1.22MB/s    0:08:13  
    222,691,328  26%    1.20MB/s    0:08:17  
    223,870,976  26%    1.18MB/s    0:08:26  
    225,181,696  26%    1.17MB/s    0:08:29  
    226,492,416  27%    1.15MB/s    0:08:37  
    227,672,064  27%    1.12MB/s    0:08:51  
    228,982,784  27%    1.12MB/s    0:08:47  
    230,293,504  27%    1.12MB/s    0:08:45  
    231,473,152  27%    1.12MB/s    0:08:46  
    232,783,872  27%    1.15MB/s    0:08:33  
    234,094,592  28%    1.16MB/s    0:08:27  
    235,274,240  28%    1.13MB/s    0:08:40  
    236,453,888  28%    1.12MB/s    0:08:41  
    237,502,464  28%    1.07MB/s    0:09:06  
    238,682,112  28%    1.03MB/s    0:09:24  
    239,730,688  28%    1.01MB/s    0:09:37  
    240,779,264  28% 1001.19kB/s    0:09:53  
    241,958,912  28%    1.00MB/s    0:09:36  
    243,138,560  29% 1021.12kB/s    0:09:39  
    244,318,208  29%    1.02MB/s    0:09:26  
    245,497,856  29%    1.04MB/s    0:09:12  
    246,677,504  29%    1.04MB/s    0:09:12  
    247,726,080  29%    1.03MB/s    0:09:18  
    248,774,656  29%    1.02MB/s    0:09:23  
    249,954,304  29%    1.00MB/s    0:09:29  
    251,133,952  30% 1021.36kB/s    0:09:31  
    252,313,600  30%    1.03MB/s    0:09:15  
    253,493,248  30%    1.05MB/s    0:09:01  
    254,672,896  30%    1.07MB/s    0:08:48  
    255,852,544  30%    1.07MB/s    0:08:48  
    256,901,120  30%    1.04MB/s    0:09:02  
    257,949,696  30%    1.02MB/s    0:09:12  
    258,998,272  31%  987.38kB/s    0:09:43  
    260,046,848  31%  982.25kB/s    0:09:45  
    261,226,496  31% 1016.61kB/s    0:09:24  
    262,406,144  31%    1.01MB/s    0:09:15  
    263,454,720  31%    1.03MB/s    0:09:02  
    264,634,368  31%    1.03MB/s    0:08:59  
    265,814,016  31%    1.01MB/s    0:09:08  
    266,862,592  31% 1019.92kB/s    0:09:17  
    268,042,240  32%    1.02MB/s    0:09:01  
    269,221,888  32%    1.02MB/s    0:09:00  
    270,270,464  32%    1.02MB/s    0:09:02  
    271,450,112  32%    1.04MB/s    0:08:46  
    272,629,760  32%    1.05MB/s    0:08:44  
    273,678,336  32%    1.04MB/s    0:08:45  
    274,726,912  32%    1.04MB/s    0:08:44  
    275,906,560  33%    1.02MB/s    0:08:58  
    277,086,208  33% 1022.32kB/s    0:09:05  
    278,265,856  33%    1.01MB/s    0:08:59  
    279,314,432  33%    1.01MB/s    0:08:58  
    280,363,008  33% 1004.38kB/s    0:09:12  
    281,673,728  33%    1.01MB/s    0:08:53  
    282,853,376  33%    1.03MB/s    0:08:44  
    284,164,096  34%    1.06MB/s    0:08:26  
    285,474,816  34%    1.13MB/s    0:07:56  
    286,654,464  34%    1.10MB/s    0:08:07  
    287,965,184  34%    1.11MB/s    0:08:01  
    289,144,832  34%    1.11MB/s    0:08:02  
    290,455,552  34%    1.11MB/s    0:07:59  
    291,635,200  34%    1.11MB/s    0:07:57  
    292,814,848  35%    1.10MB/s    0:08:02  
    294,125,568  35%    1.10MB/s    0:07:59  
    295,436,288  35%    1.11MB/s    0:07:53  
    296,747,008  35%    1.15MB/s    0:07:37  
    298,057,728  35%    1.17MB/s    0:07:26  
    299,368,448  35%    1.20MB/s    0:07:17  
    300,679,168  36%    1.20MB/s    0:07:15  
    301,989,888  36%    1.21MB/s    0:07:11  
    303,300,608  36%    1.22MB/s    0:07:07  
    304,611,328  36%    1.20MB/s    0:07:12  
    305,922,048  36%    1.20MB/s    0:07:09  
    307,232,768  36%    1.20MB/s    0:07:08  
    308,543,488  36%    1.19MB/s    0:07:10  
    309,854,208  37%    1.21MB/s    0:07:02  
    311,164,928  37%    1.21MB/s    0:07:02  
    312,475,648  37%    1.20MB/s    0:07:03  
    313,786,368  37%    1.21MB/s    0:06:59  
    315,097,088  37%    1.22MB/s    0:06:57  
    316,407,808  37%    1.21MB/s    0:06:59  
    317,718,528  38%    1.22MB/s    0:06:55  
    319,029,248  38%    1.22MB/s    0:06:54  
    320,339,968  38%    1.21MB/s    0:06:56  
    321,650,688  38%    1.22MB/s    0:06:52  
    322,961,408  38%    1.22MB/s    0:06:50  
    324,272,128  38%    1.21MB/s    0:06:53  
    325,582,848  38%    1.21MB/s    0:06:51  
    326,893,568  39%    1.20MB/s    0:06:53  
    328,204,288  39%    1.20MB/s    0:06:52  
    329,515,008  39%    1.21MB/s    0:06:48  
    330,694,656  39%    1.18MB/s    0:06:57  
    332,005,376  39%    1.19MB/s    0:06:53  
    333,316,096  39%    1.19MB/s    0:06:52  
    334,626,816  40%    1.18MB/s    0:06:55  
    335,904,768  40%    1.21MB/s    0:06:44  
    337,215,488  40%    1.20MB/s    0:06:44  
    338,526,208  40%    1.20MB/s    0:06:45  
    339,836,928  40%    1.21MB/s    0:06:40  
    341,147,648  40%    1.22MB/s    0:06:36  
    342,458,368  41%    1.21MB/s    0:06:38  
    343,769,088  41%    1.22MB/s    0:06:34  
    345,079,808  41%    1.22MB/s    0:06:33  
    346,390,528  41%    1.21MB/s    0:06:36  
    347,701,248  41%    1.22MB/s    0:06:31  
    349,011,968  41%    1.21MB/s    0:06:31  
    350,322,688  41%    1.20MB/s    0:06:33  
    351,633,408  42%    1.21MB/s    0:06:29  
    352,944,128  42%    1.21MB/s    0:06:30  
    354,254,848  42%    1.20MB/s    0:06:30  
    355,434,496  42%    1.18MB/s    0:06:38  
    356,745,216  42%    1.18MB/s    0:06:37  
    358,055,936  42%    1.18MB/s    0:06:35  
    359,366,656  43%    1.18MB/s    0:06:34  
    360,677,376  43%    1.21MB/s    0:06:22  
    361,988,096  43%    1.21MB/s    0:06:22  
    363,298,816  43%    1.21MB/s    0:06:20  
    364,609,536  43%    1.21MB/s    0:06:18  
    365,920,256  43%    1.19MB/s    0:06:23  
    367,230,976  43%    1.20MB/s    0:06:19  
    368,541,696  44%    1.19MB/s    0:06:21  
    369,852,416  44%    1.19MB/s    0:06:21  
    371,163,136  44%    1.22MB/s    0:06:12  
    372,473,856  44%    1.21MB/s    0:06:14  
    373,784,576  44%    1.22MB/s    0:06:10  
    375,095,296  44%    1.22MB/s    0:06:08  
    376,406,016  45%    1.21MB/s    0:06:10  
    377,716,736  45%    1.21MB/s    0:06:09  
    379,027,456  45%    1.20MB/s    0:06:12  
    380,338,176  45%    1.19MB/s    0:06:14  
    381,517,824  45%    1.16MB/s    0:06:20  
    382,828,544  45%    1.17MB/s    0:06:17  
    384,139,264  45%    1.17MB/s    0:06:15  
    385,449,984  46%    1.18MB/s    0:06:10  
    386,760,704  46%    1.21MB/s    0:06:00  
    388,071,424  46%    1.21MB/s    0:06:02  
    389,382,144  46%    1.21MB/s    0:05:59  
    390,692,864  46%    1.21MB/s    0:05:58  
    392,003,584  46%    1.20MB/s    0:06:01  
    393,314,304  47%    1.21MB/s    0:05:57  
    394,625,024  47%    1.21MB/s    0:05:55  
    395,935,744  47%    1.20MB/s    0:05:56  
    397,246,464  47%    1.22MB/s    0:05:51  
    398,557,184  47%    1.22MB/s    0:05:50  
    399,867,904  47%    1.21MB/s    0:05:52  
    401,178,624  48%    1.22MB/s    0:05:48  
    402,489,344  48%    1.22MB/s    0:05:47  
    403,800,064  48%    1.21MB/s    0:05:49  
    405,110,784  48%    1.22MB/s    0:05:45  
    406,290,432  48%    1.18MB/s    0:05:55  
    407,601,152  48%    1.18MB/s    0:05:54  
    408,911,872  48%    1.19MB/s    0:05:51  
    410,222,592  49%    1.18MB/s    0:05:52  
    411,533,312  49%    1.21MB/s    0:05:41  
    412,844,032  49%    1.20MB/s    0:05:42  
    414,023,680  49%    1.17MB/s    0:05:51  
    415,334,400  49%    1.16MB/s    0:05:52  
    416,645,120  49%    1.15MB/s    0:05:55  
    417,824,768  50%    1.13MB/s    0:05:59  
    419,135,488  50%    1.15MB/s    0:05:53  
    420,446,208  50%    1.15MB/s    0:05:52  
    421,625,856  50%    1.14MB/s    0:05:55  
    422,936,576  50%    1.15MB/s    0:05:49  
    424,247,296  50%    1.17MB/s    0:05:43  
    425,558,016  50%    1.17MB/s    0:05:42  
    426,737,664  51%    1.14MB/s    0:05:50  
    427,917,312  51%    1.10MB/s    0:06:01  
    429,096,960  51%    1.05MB/s    0:06:18  
    430,145,536  51% 1018.64kB/s    0:06:37  
    431,194,112  51% 1014.22kB/s    0:06:38  
    432,373,760  51% 1017.77kB/s    0:06:35  
    433,553,408  51%    1.00MB/s    0:06:31  
    434,601,984  52%    1.01MB/s    0:06:28  
    435,781,632  52%    1.02MB/s    0:06:20  
    436,961,280  52%    1.02MB/s    0:06:21  
    438,009,856  52% 1024.00kB/s    0:06:27  
    439,189,504  52%    1.01MB/s    0:06:22  
    440,369,152  52% 1023.30kB/s    0:06:25  
    441,548,800  52%    1.00MB/s    0:06:22  
    442,728,448  53%    1.03MB/s    0:06:13  
    443,908,096  53%    1.04MB/s    0:06:05  
    444,956,672  53%    1.04MB/s    0:06:04  
    446,136,320  53%    1.06MB/s    0:05:58  
    447,315,968  53%    1.05MB/s    0:06:00  
    448,495,616  53%    1.04MB/s    0:06:04  
    449,675,264  53%    1.04MB/s    0:06:01  
    450,854,912  53%    1.02MB/s    0:06:07  
    451,903,488  54%    1.01MB/s    0:06:10  
    453,083,136  54%    1.03MB/s    0:06:03  
    454,262,784  54%    1.03MB/s    0:06:01  
    455,442,432  54%    1.03MB/s    0:05:59  
    456,622,080  54%    1.04MB/s    0:05:54  
    457,670,656  54%    1.01MB/s    0:06:03  
    458,850,304  54%    1.02MB/s    0:06:01  
    460,029,952  55%    1.01MB/s    0:06:01  
    461,078,528  55%    1.01MB/s    0:06:02  
    462,258,176  55%    1.03MB/s    0:05:54  
    463,437,824  55%    1.04MB/s    0:05:48  
    464,617,472  55%    1.05MB/s    0:05:44  
    465,797,120  55%    1.06MB/s    0:05:40  
    466,845,696  55%    1.04MB/s    0:05:45  
    468,025,344  56%    1.03MB/s    0:05:47  
    469,204,992  56%    1.03MB/s    0:05:45  
    470,351,872  56%    1.03MB/s    0:05:45  
    471,531,520  56%    1.06MB/s    0:05:35  
    472,842,240  56%    1.08MB/s    0:05:27  
    473,890,816  56%    1.06MB/s    0:05:34  
    475,070,464  56%    1.06MB/s    0:05:31  
    476,250,112  57%    1.06MB/s    0:05:31  
    477,298,688  57%    1.02MB/s    0:05:44  
    478,478,336  57%    1.04MB/s    0:05:35  
    479,657,984  57%    1.05MB/s    0:05:30  
    480,837,632  57%    1.05MB/s    0:05:30  
    482,017,280  57%    1.06MB/s    0:05:25  
    483,196,928  57%    1.05MB/s    0:05:27  
    484,376,576  57%    1.05MB/s    0:05:27  
    485,687,296  58%    1.07MB/s    0:05:19  
    486,866,944  58%    1.09MB/s    0:05:11  
    488,177,664  58%    1.14MB/s    0:04:56  
    489,488,384  58%    1.18MB/s    0:04:46  
    490,799,104  58%    1.18MB/s    0:04:43  
    492,109,824  58%    1.21MB/s    0:04:37  
    493,420,544  59%    1.20MB/s    0:04:39  
    494,731,264  59%    1.17MB/s    0:04:43  
    496,041,984  59%    1.18MB/s    0:04:39  
    497,221,632  59%    1.14MB/s    0:04:49  
    498,401,280  59%    1.11MB/s    0:04:57  
    499,712,000  59%    1.13MB/s    0:04:50  
    501,022,720  59%    1.13MB/s    0:04:49  
    502,333,440  60%    1.17MB/s    0:04:38  
    503,644,160  60%    1.21MB/s    0:04:28  
    504,954,880  60%    1.20MB/s    0:04:29  
    506,265,600  60%    1.19MB/s    0:04:30  
    507,576,320  60%    1.20MB/s    0:04:27  
    508,887,040  60%    1.21MB/s    0:04:24  
    510,197,760  61%    1.20MB/s    0:04:23  
    511,508,480  61%    1.21MB/s    0:04:20  
    512,819,200  61%    1.18MB/s    0:04:25  
    513,998,848  61%    1.14MB/s    0:04:34  
    515,309,568  61%    1.15MB/s    0:04:32  
    516,620,288  61%    1.14MB/s    0:04:33  
    517,931,008  62%    1.17MB/s    0:04:25  
    519,241,728  62%    1.19MB/s    0:04:18  
    520,552,448  62%    1.19MB/s    0:04:19  
    521,863,168  62%    1.19MB/s    0:04:16  
    523,042,816  62%    1.16MB/s    0:04:22  
    524,353,536  62%    1.17MB/s    0:04:19  
    525,664,256  62%    1.18MB/s    0:04:17  
    526,974,976  63%    1.18MB/s    0:04:14  
    528,285,696  63%    1.21MB/s    0:04:08  
    529,596,416  63%    1.22MB/s    0:04:05  
    530,907,136  63%    1.21MB/s    0:04:04  
    532,217,856  63%    1.20MB/s    0:04:06  
    533,528,576  63%    1.21MB/s    0:04:03  
    534,839,296  64%    1.21MB/s    0:04:01  
    536,150,016  64%    1.21MB/s    0:04:01  
    537,460,736  64%    1.22MB/s    0:03:58  
    538,771,456  64%    1.22MB/s    0:03:58  
    540,082,176  64%    1.20MB/s    0:04:00  
    541,392,896  64%    1.21MB/s    0:03:57  
    542,703,616  64%    1.19MB/s    0:03:59  
    543,883,264  65%    1.15MB/s    0:04:06  
    545,193,984  65%    1.16MB/s    0:04:05  
    546,504,704  65%    1.15MB/s    0:04:05  
    547,684,352  65%    1.13MB/s    0:04:08  
    548,995,072  65%    1.16MB/s    0:04:01  
    550,305,792  65%    1.15MB/s    0:04:01  
    551,616,512  66%    1.16MB/s    0:03:58  
    552,927,232  66%    1.19MB/s    0:03:52  
    554,237,952  66%    1.19MB/s    0:03:51  
    555,548,672  66%    1.21MB/s    0:03:46  
    556,859,392  66%    1.21MB/s    0:03:45  
    558,170,112  66%    1.20MB/s    0:03:44  
    559,480,832  66%    1.22MB/s    0:03:41  
    560,791,552  67%    1.21MB/s    0:03:40  
    562,102,272  67%    1.20MB/s    0:03:42  
    563,412,992  67%    1.21MB/s    0:03:39  
    564,723,712  67%    1.21MB/s    0:03:38  
    566,034,432  67%    1.20MB/s    0:03:39  
    567,345,152  67%    1.21MB/s    0:03:35  
    568,655,872  68%    1.21MB/s    0:03:34  
    569,966,592  68%    1.20MB/s    0:03:35  
    571,277,312  68%    1.22MB/s    0:03:31  
    572,456,960  68%    1.19MB/s    0:03:36  
    573,767,680  68%    1.17MB/s    0:03:37  
    575,078,400  68%    1.18MB/s    0:03:34  
    576,389,120  69%    1.18MB/s    0:03:33  
    577,699,840  69%    1.20MB/s    0:03:29  
    579,010,560  69%    1.22MB/s    0:03:25  
    580,321,280  69%    1.20MB/s    0:03:27  
    581,632,000  69%    1.20MB/s    0:03:26  
    582,942,720  69%    1.21MB/s    0:03:23  
    584,253,440  69%    1.20MB/s    0:03:23  
    585,564,160  70%    1.22MB/s    0:03:20  
    586,874,880  70%    1.22MB/s    0:03:19  
    588,185,600  70%    1.21MB/s    0:03:20  
    589,496,320  70%    1.21MB/s    0:03:17  
    590,807,040  70%    1.21MB/s    0:03:16  
    592,117,760  70%    1.20MB/s    0:03:17  
    593,428,480  71%    1.21MB/s    0:03:14  
    594,739,200  71%    1.22MB/s    0:03:12  
    596,049,920  71%    1.21MB/s    0:03:13  
    597,360,640  71%    1.22MB/s    0:03:10  
    598,540,288  71%    1.19MB/s    0:03:14  
    599,851,008  71%    1.17MB/s    0:03:15  
    601,161,728  71%    1.18MB/s    0:03:13  
    602,472,448  72%    1.16MB/s    0:03:15  
    603,652,096  72%    1.17MB/s    0:03:13  
    604,930,048  72%    1.15MB/s    0:03:16  
    606,240,768  72%    1.13MB/s    0:03:17  
    607,420,416  72%    1.12MB/s    0:03:18  
    608,731,136  72%    1.13MB/s    0:03:15  
    610,041,856  73%    1.14MB/s    0:03:12  
    611,352,576  73%    1.14MB/s    0:03:11  
    612,663,296  73%    1.16MB/s    0:03:06  
    613,711,872  73%    1.13MB/s    0:03:12  
    614,891,520  73%    1.09MB/s    0:03:17  
    616,071,168  73%    1.06MB/s    0:03:22  
    617,119,744  73%    1.00MB/s    0:03:32  
    618,299,392  74%    1.01MB/s    0:03:29  
    619,479,040  74%    1.02MB/s    0:03:25  
    620,527,616  74% 1018.97kB/s    0:03:30  
    621,576,192  74%  998.85kB/s    0:03:33  
    622,755,840  74% 1004.38kB/s    0:03:31  
    623,804,416  74%  988.53kB/s    0:03:33  
    624,852,992  74% 1007.39kB/s    0:03:28  
    626,032,640  74%    1.02MB/s    0:03:20  
    627,212,288  75%    1.00MB/s    0:03:22  
    628,391,936  75%    1.02MB/s    0:03:18  
    629,571,584  75%    1.03MB/s    0:03:15  
    630,751,232  75%    1.03MB/s    0:03:13  
    631,930,880  75%    1.05MB/s    0:03:08  
    633,110,528  75%    1.04MB/s    0:03:09  
    634,290,176  75%    1.05MB/s    0:03:06  
    635,469,824  76%    1.04MB/s    0:03:07  
    636,649,472  76%    1.02MB/s    0:03:09  
    637,829,120  76%    1.03MB/s    0:03:06  
    639,008,768  76%    1.02MB/s    0:03:07  
    640,057,344  76%    1.01MB/s    0:03:08  
    641,236,992  76%    1.01MB/s    0:03:07  
    642,416,640  76% 1006.97kB/s    0:03:11  
    643,596,288  77% 1004.93kB/s    0:03:10  
    644,775,936  77% 1018.57kB/s    0:03:06  
    645,955,584  77% 1023.32kB/s    0:03:04  
    647,135,232  77%    1.02MB/s    0:02:59  
    648,314,880  77%    1.02MB/s    0:02:58  
    649,363,456  77%    1.02MB/s    0:02:57  
    650,543,104  77%    1.01MB/s    0:02:57  
    651,722,752  78%    1.01MB/s    0:02:57  
    652,902,400  78%    1.02MB/s    0:02:54  
    654,082,048  78%    1.03MB/s    0:02:52  
    655,261,696  78%    1.02MB/s    0:02:51  
    656,441,344  78%    1.03MB/s    0:02:49  
    657,620,992  78%    1.02MB/s    0:02:49  
    658,800,640  78%    1.03MB/s    0:02:47  
    659,980,288  79%    1.05MB/s    0:02:42  
    661,291,008  79%    1.08MB/s    0:02:36  
    662,470,656  79%    1.10MB/s    0:02:33  
    663,650,304  79%    1.12MB/s    0:02:29  
    664,698,880  79%    1.09MB/s    0:02:32  
    665,878,528  79%    1.08MB/s    0:02:33  
    667,058,176  79%    1.08MB/s    0:02:31  
    668,368,896  80%    1.09MB/s    0:02:29  
    669,548,544  80%    1.11MB/s    0:02:25  
    670,728,192  80%    1.09MB/s    0:02:26  
    671,907,840  80%    1.10MB/s    0:02:25  
    673,087,488  80%    1.08MB/s    0:02:26  
    674,398,208  80%    1.10MB/s    0:02:22  
    675,708,928  80%    1.15MB/s    0:02:15  
    677,019,648  81%    1.16MB/s    0:02:13  
    678,330,368  81%    1.19MB/s    0:02:08  
    679,641,088  81%    1.19MB/s    0:02:07  
    680,951,808  81%    1.19MB/s    0:02:06  
    682,262,528  81%    1.20MB/s    0:02:03  
    683,573,248  81%    1.18MB/s    0:02:05  
    684,883,968  82%    1.19MB/s    0:02:03  
    686,194,688  82%    1.19MB/s    0:02:02  
    687,505,408  82%    1.18MB/s    0:02:02  
    688,816,128  82%    1.20MB/s    0:01:59  
    690,126,848  82%    1.20MB/s    0:01:57  
    691,437,568  82%    1.19MB/s    0:01:57  
    692,748,288  82%    1.20MB/s    0:01:55  
    694,059,008  83%    1.21MB/s    0:01:53  
    695,369,728  83%    1.20MB/s    0:01:53  
    696,680,448  83%    1.21MB/s    0:01:51  
    697,991,168  83%    1.21MB/s    0:01:50  
    699,301,888  83%    1.20MB/s    0:01:50  
    700,612,608  83%    1.21MB/s    0:01:48  
    701,923,328  84%    1.21MB/s    0:01:47  
    703,234,048  84%    1.20MB/s    0:01:47  
    704,544,768  84%    1.22MB/s    0:01:44  
    705,855,488  84%    1.22MB/s    0:01:43  
    707,166,208  84%    1.21MB/s    0:01:43  
    708,476,928  84%    1.21MB/s    0:01:42  
    709,787,648  84%    1.22MB/s    0:01:40  
    711,098,368  85%    1.21MB/s    0:01:40  
    712,409,088  85%    1.22MB/s    0:01:38  
    713,719,808  85%    1.22MB/s    0:01:37  
    715,030,528  85%    1.21MB/s    0:01:37  
    716,341,248  85%    1.22MB/s    0:01:35  
    717,651,968  85%    1.21MB/s    0:01:35  
    718,962,688  86%    1.21MB/s    0:01:33  
    720,273,408  86%    1.21MB/s    0:01:32  
    721,584,128  86%    1.20MB/s    0:01:32  
    722,894,848  86%    1.21MB/s    0:01:30  
    724,205,568  86%    1.21MB/s    0:01:29  
    725,516,288  86%    1.20MB/s    0:01:29  
    726,827,008  87%    1.21MB/s    0:01:27  
    728,137,728  87%    1.22MB/s    0:01:25  
    729,448,448  87%    1.21MB/s    0:01:25  
    730,759,168  87%    1.21MB/s    0:01:24  
    732,069,888  87%    1.21MB/s    0:01:23  
    733,380,608  87%    1.20MB/s    0:01:22  
    734,691,328  87%    1.21MB/s    0:01:21  
    736,002,048  88%    1.21MB/s    0:01:19  
    737,312,768  88%    1.20MB/s    0:01:19  
    738,590,720  88%    1.20MB/s    0:01:18  
    739,901,440  88%    1.20MB/s    0:01:17  
    741,212,160  88%    1.19MB/s    0:01:16  
    742,522,880  88%    1.19MB/s    0:01:15  
    743,833,600  89%    1.20MB/s    0:01:14  
    745,144,320  89%    1.19MB/s    0:01:13  
    746,455,040  89%    1.20MB/s    0:01:12  
    747,765,760  89%    1.21MB/s    0:01:10  
    749,076,480  89%    1.21MB/s    0:01:09  
    750,387,200  89%    1.21MB/s    0:01:08  
    751,697,920  90%    1.21MB/s    0:01:07  
    753,008,640  90%    1.20MB/s    0:01:06  
    754,319,360  90%    1.21MB/s    0:01:05  
    755,630,080  90%    1.20MB/s    0:01:04  
    756,940,800  90%    1.20MB/s    0:01:03  
    758,251,520  90%    1.21MB/s    0:01:01  
    759,562,240  90%    1.19MB/s    0:01:01  
    760,872,960  91%    1.20MB/s    0:01:00  
    762,183,680  91%    1.20MB/s    0:00:59  
    763,494,400  91%    1.19MB/s    0:00:58  
    764,805,120  91%    1.20MB/s    0:00:57  
    766,115,840  91%    1.19MB/s    0:00:56  
    767,426,560  91%    1.19MB/s    0:00:55  
    768,737,280  92%    1.20MB/s    0:00:54  
    770,048,000  92%    1.21MB/s    0:00:52  
    771,358,720  92%    1.21MB/s    0:00:51  
    772,669,440  92%    1.22MB/s    0:00:50  
    773,980,160  92%    1.21MB/s    0:00:49  
    775,290,880  92%    1.20MB/s    0:00:48  
    776,601,600  92%    1.21MB/s    0:00:47  
    777,912,320  93%    1.21MB/s    0:00:46  
    779,223,040  93%    1.20MB/s    0:00:45  
    780,533,760  93%    1.22MB/s    0:00:43  
    781,844,480  93%    1.22MB/s    0:00:42  
    783,155,200  93%    1.21MB/s    0:00:42  
    784,465,920  93%    1.22MB/s    0:00:40  
    785,776,640  94%    1.22MB/s    0:00:39  
    787,087,360  94%    1.20MB/s    0:00:39  
    788,398,080  94%    1.21MB/s    0:00:37  
    789,708,800  94%    1.21MB/s    0:00:36  
    791,019,520  94%    1.20MB/s    0:00:35  
    792,330,240  94%    1.19MB/s    0:00:35  
    793,640,960  95%    1.17MB/s    0:00:34  
    794,951,680  95%    1.16MB/s    0:00:33  
    796,262,400  95%    1.15MB/s    0:00:33  
    797,442,048  95%    1.14MB/s    0:00:32  
    798,752,768  95%    1.14MB/s    0:00:31  
    800,063,488  95%    1.15MB/s    0:00:29  
    801,341,440  95%    1.16MB/s    0:00:28  
    802,553,856  96%    1.15MB/s    0:00:27  
    803,864,576  96%    1.16MB/s    0:00:26  
    805,175,296  96%    1.16MB/s    0:00:25  
    806,354,944  96%    1.13MB/s    0:00:25  
    807,534,592  96%    1.13MB/s    0:00:23  
    808,714,240  96%    1.09MB/s    0:00:23  
    809,762,816  96%    1.05MB/s    0:00:23  
    810,942,464  97%    1.04MB/s    0:00:22  
    812,122,112  97%    1.03MB/s    0:00:21  
    813,301,760  97%    1.04MB/s    0:00:20  
    814,481,408  97%    1.05MB/s    0:00:19  
    815,661,056  97%    1.05MB/s    0:00:18  
    816,840,704  97%    1.04MB/s    0:00:17  
    818,020,352  97%    1.04MB/s    0:00:16  
    819,200,000  98%    1.06MB/s    0:00:14  
    820,379,648  98%    1.06MB/s    0:00:13  
    821,428,224  98%    1.04MB/s    0:00:12  
    822,607,872  98%    1.04MB/s    0:00:11  
    823,787,520  98%    1.02MB/s    0:00:10  
    824,836,096  98%    1.01MB/s    0:00:10  
    826,015,744  98%    1.02MB/s    0:00:08  
    827,195,392  99%    1.02MB/s    0:00:07  
    828,243,968  99%    1.00MB/s    0:00:06  
    829,423,616  99%    1.03MB/s    0:00:05  
    830,603,264  99%    1.02MB/s    0:00:04  
    831,782,912  99%    1.03MB/s    0:00:03  
    832,962,560  99%    1.04MB/s    0:00:02  
    834,011,136  99%    1.02MB/s    0:00:01  
    835,173,224 100%    1.14MB/s    0:11:40 (xfr#1, to-chk=3/5)
sineware-plasma-mobile-nightly-20220924-pine64-pinephone.img.xz.sha256

            137 100%    0.14kB/s    0:00:00  
            137 100%    0.14kB/s    0:00:00 (xfr#2, to-chk=2/5)
sineware-plasma-mobile-nightly-20220924-tablet-x64uefi.img.xz

         32,768   0%   28.78kB/s   12:11:42  
         65,536   0%   57.55kB/s    6:05:50  
      1,179,648   0%  527.96kB/s    0:39:50  
      2,359,296   0%  700.94kB/s    0:29:59  
      3,538,944   0%  790.67kB/s    0:26:33  
      4,718,592   0%    1.03MB/s    0:19:55  
      5,898,240   0%    1.04MB/s    0:19:46  
      7,077,888   0%    1.04MB/s    0:19:34  
      8,257,536   0%    1.05MB/s    0:19:28  
      9,437,184   0%    1.04MB/s    0:19:35  
     10,616,832   0%    1.06MB/s    0:19:17  
     11,796,480   0%    1.05MB/s    0:19:27  
     12,976,128   1%    1.04MB/s    0:19:36  
     14,155,776   1%    1.04MB/s    0:19:27  
     15,335,424   1%    1.05MB/s    0:19:19  
     16,646,144   1%    1.09MB/s    0:18:41  
     17,956,864   1%    1.12MB/s    0:18:10  
     19,136,512   1%    1.12MB/s    0:18:09  
     20,316,160   1%    1.12MB/s    0:18:06  
     21,495,808   1%    1.11MB/s    0:18:11  
     22,675,456   1%    1.10MB/s    0:18:23  
     23,855,104   1%    1.11MB/s    0:18:07  
     25,034,752   1%    1.10MB/s    0:18:15  
     26,214,400   2%    1.09MB/s    0:18:30  
     27,525,120   2%    1.10MB/s    0:18:14  
     28,835,840   2%    1.11MB/s    0:18:05  
     30,146,560   2%    1.13MB/s    0:17:42  
     31,457,280   2%    1.17MB/s    0:17:04  
     32,768,000   2%    1.19MB/s    0:16:46  
     34,078,720   2%    1.20MB/s    0:16:36  
     35,389,440   2%    1.22MB/s    0:16:26  
     36,700,160   2%    1.19MB/s    0:16:43  
     38,010,880   3%    1.18MB/s    0:16:53  
     39,190,528   3%    1.16MB/s    0:17:10  
     40,370,176   3%    1.12MB/s    0:17:42  
     41,680,896   3%    1.14MB/s    0:17:23  
     42,991,616   3%    1.16MB/s    0:17:09  
     44,302,336   3%    1.17MB/s    0:16:53  
     45,481,984   3%    1.18MB/s    0:16:43  
     46,792,704   3%    1.19MB/s    0:16:39  
     48,103,424   3%    1.18MB/s    0:16:46  
     49,414,144   3%    1.19MB/s    0:16:34  
     50,724,864   4%    1.22MB/s    0:16:11  
     52,035,584   4%    1.20MB/s    0:16:26  
     53,346,304   4%    1.20MB/s    0:16:20  
     54,657,024   4%    1.21MB/s    0:16:19  
     55,967,744   4%    1.19MB/s    0:16:30  
     57,278,464   4%    1.21MB/s    0:16:13  
     58,589,184   4%    1.21MB/s    0:16:11  
     59,768,832   4%    1.18MB/s    0:16:33  
     61,079,552   4%    1.20MB/s    0:16:21  
     62,390,272   4%    1.19MB/s    0:16:22  
     63,700,992   5%    1.19MB/s    0:16:25  
     65,011,712   5%    1.22MB/s    0:16:00  
     66,322,432   5%    1.22MB/s    0:16:00  
     67,633,152   5%    1.21MB/s    0:16:04  
     68,943,872   5%    1.22MB/s    0:15:58  
     70,254,592   5%    1.21MB/s    0:15:59  
     71,565,312   5%    1.21MB/s    0:16:03  
     72,876,032   5%    1.21MB/s    0:15:58  
     74,186,752   5%    1.21MB/s    0:15:58  
     75,497,472   5%    1.21MB/s    0:15:59  
     76,808,192   6%    1.21MB/s    0:15:53  
     78,118,912   6%    1.21MB/s    0:15:54  
     79,429,632   6%    1.21MB/s    0:15:54  
     80,740,352   6%    1.21MB/s    0:15:55  
     82,051,072   6%    1.20MB/s    0:16:00  
     83,361,792   6%    1.21MB/s    0:15:54  
     84,672,512   6%    1.21MB/s    0:15:52  
     85,983,232   6%    1.21MB/s    0:15:53  
     87,293,952   6%    1.22MB/s    0:15:44  
     88,604,672   7%    1.22MB/s    0:15:43  
     89,915,392   7%    1.21MB/s    0:15:49  
     91,226,112   7%    1.21MB/s    0:15:42  
     92,536,832   7%    1.22MB/s    0:15:40  
     93,847,552   7%    1.20MB/s    0:15:54  
     95,158,272   7%    1.21MB/s    0:15:45  
     96,468,992   7%    1.21MB/s    0:15:43  
     97,779,712   7%    1.20MB/s    0:15:49  
     99,090,432   7%    1.22MB/s    0:15:33  
    100,401,152   7%    1.22MB/s    0:15:32  
    101,711,872   8%    1.21MB/s    0:15:39  
    103,022,592   8%    1.22MB/s    0:15:31  
    104,333,312   8%    1.22MB/s    0:15:30  
    105,644,032   8%    1.20MB/s    0:15:38  
    106,954,752   8%    1.21MB/s    0:15:34  
    108,265,472   8%    1.21MB/s    0:15:29  
    109,543,424   8%    1.20MB/s    0:15:42  
    110,854,144   8%    1.21MB/s    0:15:31  
    112,164,864   8%    1.21MB/s    0:15:29  
    113,475,584   8%    1.20MB/s    0:15:39  
    114,786,304   9%    1.21MB/s    0:15:25  
    116,097,024   9%    1.21MB/s    0:15:26  
    117,407,744   9%    1.21MB/s    0:15:26  
    118,718,464   9%    1.22MB/s    0:15:17  
    120,029,184   9%    1.20MB/s    0:15:29  
    121,339,904   9%    1.20MB/s    0:15:26  
    122,650,624   9%    1.20MB/s    0:15:25  
    123,961,344   9%    1.20MB/s    0:15:28  
    125,272,064   9%    1.22MB/s    0:15:14  
    126,582,784  10%    1.22MB/s    0:15:11  
    127,893,504  10%    1.21MB/s    0:15:14  
    129,204,224  10%    1.22MB/s    0:15:10  
    130,514,944  10%    1.22MB/s    0:15:10  
    131,825,664  10%    1.20MB/s    0:15:19  
    133,136,384  10%    1.21MB/s    0:15:11  
    134,447,104  10%    1.21MB/s    0:15:12  
    135,757,824  10%    1.20MB/s    0:15:16  
    136,937,472  10%    1.18MB/s    0:15:33  
    138,248,192  10%    1.18MB/s    0:15:34  
    139,558,912  11%    1.16MB/s    0:15:43  
    140,869,632  11%    1.17MB/s    0:15:36  
    142,180,352  11%    1.20MB/s    0:15:09  
    143,491,072  11%    1.20MB/s    0:15:13  
    144,801,792  11%    1.20MB/s    0:15:08  
    146,112,512  11%    1.20MB/s    0:15:12  
    147,423,232  11%    1.19MB/s    0:15:18  
    148,733,952  11%    1.18MB/s    0:15:22  
    150,044,672  11%    1.17MB/s    0:15:30  
    151,224,320  11%    1.15MB/s    0:15:45  
    152,535,040  12%    1.14MB/s    0:15:50  
    153,714,688  12%    1.13MB/s    0:15:57  
    155,025,408  12%    1.14MB/s    0:15:50  
    156,336,128  12%    1.15MB/s    0:15:39  
    157,515,776  12%    1.14MB/s    0:15:47  
    158,826,496  12%    1.16MB/s    0:15:31  
    160,137,216  12%    1.15MB/s    0:15:36  
    161,185,792  12%    1.10MB/s    0:16:14  
    162,365,440  12%    1.10MB/s    0:16:13  
    163,545,088  12%    1.06MB/s    0:16:51  
    164,593,664  13%    1.03MB/s    0:17:25  
    165,773,312  13%    1.05MB/s    0:17:05  
    166,952,960  13%    1.02MB/s    0:17:28  
    168,001,536  13%    1.01MB/s    0:17:43  
    169,181,184  13%    1.02MB/s    0:17:28  
    170,229,760  13%    1.00MB/s    0:17:42  
    171,278,336  13% 1021.03kB/s    0:17:49  
    172,457,984  13%    1.02MB/s    0:17:28  
    173,637,632  13%    1.00MB/s    0:17:41  
    174,817,280  13%    1.01MB/s    0:17:29  
    175,996,928  13%    1.04MB/s    0:16:56  
    177,045,504  14%    1.04MB/s    0:17:04  
    178,225,152  14%    1.05MB/s    0:16:50  
    179,404,800  14%    1.05MB/s    0:16:48  
    180,453,376  14%    1.01MB/s    0:17:26  
    181,633,024  14%    1.03MB/s    0:17:08  
    182,812,672  14%    1.03MB/s    0:17:00  
    183,861,248  14%    1.03MB/s    0:17:07  
    185,040,896  14%    1.04MB/s    0:16:49  
    186,220,544  14%    1.04MB/s    0:16:56  
    187,269,120  14%    1.01MB/s    0:17:21  
    188,448,768  14%    1.02MB/s    0:17:10  
    189,628,416  15%    1.02MB/s    0:17:10  
    190,676,992  15%    1.01MB/s    0:17:19  
    191,856,640  15%    1.02MB/s    0:17:05  
    193,036,288  15%    1.02MB/s    0:17:07  
    194,215,936  15%    1.01MB/s    0:17:10  
    195,264,512  15%    1.00MB/s    0:17:22  
    196,313,088  15% 1008.81kB/s    0:17:37  
    197,492,736  15% 1014.45kB/s    0:17:30  
    198,672,384  15% 1021.12kB/s    0:17:22  
    199,720,960  15%    1.01MB/s    0:17:11  
    200,769,536  15%    1.01MB/s    0:17:02  
    201,949,184  15%    1.01MB/s    0:17:09  
    202,997,760  16% 1016.36kB/s    0:17:23  
    204,177,408  16%    1.01MB/s    0:17:06  
    205,357,056  16%    1.02MB/s    0:16:50  
    206,536,704  16%    1.03MB/s    0:16:39  
    207,847,424  16%    1.07MB/s    0:15:59  
    209,158,144  16%    1.10MB/s    0:15:37  
    210,337,792  16%    1.11MB/s    0:15:29  
    211,517,440  16%    1.12MB/s    0:15:14  
    212,697,088  16%    1.11MB/s    0:15:20  
    213,876,736  16%    1.11MB/s    0:15:22  
    215,187,456  17%    1.12MB/s    0:15:11  
    216,367,104  17%    1.10MB/s    0:15:30  
    217,677,824  17%    1.10MB/s    0:15:25  
    218,988,544  17%    1.11MB/s    0:15:20  
    220,168,192  17%    1.11MB/s    0:15:21  
    221,478,912  17%    1.15MB/s    0:14:42  
    222,789,632  17%    1.18MB/s    0:14:21  
    224,100,352  17%    1.19MB/s    0:14:11  
    225,411,072  17%    1.22MB/s    0:13:54  
    226,721,792  17%    1.22MB/s    0:13:53  
    228,032,512  18%    1.21MB/s    0:13:58  
    229,343,232  18%    1.21MB/s    0:13:51  
    230,653,952  18%    1.21MB/s    0:13:51  
    231,964,672  18%    1.20MB/s    0:13:56  
    233,275,392  18%    1.21MB/s    0:13:48  
    234,586,112  18%    1.22MB/s    0:13:46  
    235,896,832  18%    1.21MB/s    0:13:51  
    237,207,552  18%    1.21MB/s    0:13:45  
    238,518,272  18%    1.22MB/s    0:13:43  
    239,828,992  18%    1.19MB/s    0:13:56  
    241,139,712  19%    1.19MB/s    0:13:56  
    242,450,432  19%    1.18MB/s    0:14:04  
    243,597,312  19%    1.14MB/s    0:14:36  
    244,908,032  19%    1.16MB/s    0:14:19  
    246,218,752  19%    1.16MB/s    0:14:17  
    247,529,472  19%    1.17MB/s    0:14:07  
    248,840,192  19%    1.21MB/s    0:13:36  
    250,150,912  19%    1.20MB/s    0:13:43  
    251,461,632  19%    1.21MB/s    0:13:34  
    252,772,352  20%    1.21MB/s    0:13:34  
    254,083,072  20%    1.20MB/s    0:13:39  
    255,393,792  20%    1.21MB/s    0:13:31  
    256,704,512  20%    1.21MB/s    0:13:30  
    258,015,232  20%    1.20MB/s    0:13:36  
    259,194,880  20%    1.19MB/s    0:13:45  
    260,505,600  20%    1.18MB/s    0:13:49  
    261,816,320  20%    1.17MB/s    0:13:55  
    263,127,040  20%    1.17MB/s    0:13:55  
    264,437,760  20%    1.17MB/s    0:13:51  
    265,748,480  21%    1.17MB/s    0:13:52  
    267,059,200  21%    1.18MB/s    0:13:45  
    268,369,920  21%    1.19MB/s    0:13:37  
    269,680,640  21%    1.20MB/s    0:13:30  
    270,991,360  21%    1.21MB/s    0:13:23  
    272,302,080  21%    1.20MB/s    0:13:24  
    273,612,800  21%    1.20MB/s    0:13:22  
    274,923,520  21%    1.22MB/s    0:13:13  
    276,234,240  21%    1.22MB/s    0:13:12  
    277,544,960  21%    1.21MB/s    0:13:18  
    278,855,680  22%    1.21MB/s    0:13:15  
    280,166,400  22%    1.20MB/s    0:13:22  
    281,346,048  22%    1.16MB/s    0:13:46  
    282,656,768  22%    1.17MB/s    0:13:38  
    283,967,488  22%    1.16MB/s    0:13:44  
    285,278,208  22%    1.17MB/s    0:13:37  
    286,588,928  22%    1.21MB/s    0:13:07  
    287,899,648  22%    1.20MB/s    0:13:12  
    289,210,368  22%    1.21MB/s    0:13:04  
    290,521,088  22%    1.20MB/s    0:13:10  
    291,831,808  23%    1.19MB/s    0:13:19  
    293,142,528  23%    1.20MB/s    0:13:10  
    294,453,248  23%    1.19MB/s    0:13:12  
    295,763,968  23%    1.19MB/s    0:13:11  
    297,074,688  23%    1.20MB/s    0:13:05  
    298,385,408  23%    1.20MB/s    0:13:05  
    299,696,128  23%    1.19MB/s    0:13:12  
    301,006,848  23%    1.20MB/s    0:13:01  
    302,317,568  23%    1.19MB/s    0:13:11  
    303,628,288  24%    1.18MB/s    0:13:12  
    304,939,008  24%    1.19MB/s    0:13:04  
    306,249,728  24%    1.19MB/s    0:13:05  
    307,429,376  24%    1.18MB/s    0:13:09  
    308,740,096  24%    1.19MB/s    0:13:04  
    310,050,816  24%    1.19MB/s    0:13:05  
    311,361,536  24%    1.18MB/s    0:13:05  
    312,672,256  24%    1.21MB/s    0:12:46  
    313,982,976  24%    1.20MB/s    0:12:50  
    315,293,696  24%    1.21MB/s    0:12:46  
    316,604,416  25%    1.21MB/s    0:12:43  
    317,915,136  25%    1.20MB/s    0:12:48  
    319,225,856  25%    1.21MB/s    0:12:40  
    320,536,576  25%    1.22MB/s    0:12:36  
    321,454,080  25%    1.10MB/s    0:13:59  
    322,109,440  25%  976.63kB/s    0:16:03  
    322,764,800  25%  814.71kB/s    0:19:14  
    323,813,376  25%  741.26kB/s    0:21:07  
    325,124,096  25%  843.69kB/s    0:18:32  
    326,434,816  25%  995.05kB/s    0:15:41  
    327,745,536  25%    1.12MB/s    0:13:33  
    329,056,256  26%    1.20MB/s    0:12:38  
    330,366,976  26%    1.21MB/s    0:12:35  
    331,677,696  26%    1.19MB/s    0:12:44  
    332,988,416  26%    1.20MB/s    0:12:40  
    334,299,136  26%    1.18MB/s    0:12:51  
    335,609,856  26%    1.16MB/s    0:13:00  
    336,920,576  26%    1.15MB/s    0:13:03  
    338,100,224  26%    1.13MB/s    0:13:18  
    339,279,872  26%    1.12MB/s    0:13:25  
    340,459,520  26%    1.12MB/s    0:13:26  
    341,639,168  27%    1.11MB/s    0:13:29  
    342,949,888  27%    1.12MB/s    0:13:22  
    344,260,608  27%    1.13MB/s    0:13:15  
    345,440,256  27%    1.12MB/s    0:13:17  
    346,750,976  27%    1.15MB/s    0:12:58  
    347,799,552  27%    1.11MB/s    0:13:28  
    348,979,200  27%    1.08MB/s    0:13:47  
    350,158,848  27%    1.06MB/s    0:13:58  
    351,338,496  27%    1.02MB/s    0:14:36  
    352,518,144  27%    1.02MB/s    0:14:28  
    353,697,792  27%    1.02MB/s    0:14:28  
    354,877,440  28%    1.01MB/s    0:14:34  
    355,926,016  28%    1.01MB/s    0:14:41  
    356,974,592  28%    1.00MB/s    0:14:43  
    358,154,240  28%    1.01MB/s    0:14:36  
    359,333,888  28%    1.04MB/s    0:14:12  
    360,513,536  28%    1.06MB/s    0:13:55  
    361,562,112  28%    1.06MB/s    0:13:54  
    362,610,688  28%    1.02MB/s    0:14:18  
    363,134,976  28%  883.18kB/s    0:16:59  
    363,659,264  28%  737.93kB/s    0:20:19  
    364,445,696  28%  672.72kB/s    0:22:16  
    365,363,200  28%  648.18kB/s    0:23:05  
    366,149,632  28%  691.73kB/s    0:21:37  
    367,329,280  29%  828.86kB/s    0:18:01  
    368,508,928  29%  905.11kB/s    0:16:28  
    369,557,504  29%  938.16kB/s    0:15:52  
    370,737,152  29%    1.03MB/s    0:14:05  
    371,916,800  29%    1.03MB/s    0:14:03  
    372,965,376  29%    1.02MB/s    0:14:11  
    374,145,024  29%    1.04MB/s    0:13:53  
    375,324,672  29%    1.02MB/s    0:14:07  
    376,504,320  29%    1.03MB/s    0:14:00  
    377,520,128  29%    1.01MB/s    0:14:19  
    378,699,776  29% 1018.32kB/s    0:14:28  
    379,879,424  30%    1.00MB/s    0:14:18  
    381,059,072  30%    1.00MB/s    0:14:19  
    382,238,720  30%    1.03MB/s    0:13:52  
    383,418,368  30%    1.04MB/s    0:13:45  
    384,598,016  30%    1.04MB/s    0:13:43  
    385,777,664  30%    1.05MB/s    0:13:36  
    386,957,312  30%    1.06MB/s    0:13:26  
    388,136,960  30%    1.07MB/s    0:13:15  
    389,185,536  30%    1.04MB/s    0:13:38  
    390,365,184  30%    1.03MB/s    0:13:45  
    391,544,832  30%    1.03MB/s    0:13:49  
    392,724,480  31%    1.02MB/s    0:13:57  
    393,904,128  31%    1.05MB/s    0:13:31  
    395,083,776  31%    1.06MB/s    0:13:18  
    396,394,496  31%    1.09MB/s    0:12:58  
    397,705,216  31%    1.11MB/s    0:12:41  
    398,884,864  31%    1.12MB/s    0:12:35  
    400,195,584  31%    1.12MB/s    0:12:31  
    401,375,232  31%    1.12MB/s    0:12:32  
    402,554,880  31%    1.11MB/s    0:12:37  
    403,734,528  31%    1.12MB/s    0:12:30  
    404,914,176  32%    1.10MB/s    0:12:41  
    406,093,824  32%    1.09MB/s    0:12:45  
    407,273,472  32%    1.10MB/s    0:12:43  
    408,584,192  32%    1.11MB/s    0:12:33  
    409,894,912  32%    1.14MB/s    0:12:10  
    411,205,632  32%    1.17MB/s    0:11:49  
    412,123,136  32%    1.11MB/s    0:12:26  
    413,433,856  32%    1.12MB/s    0:12:19  
    414,744,576  32%    1.13MB/s    0:12:12  
    416,055,296  32%    1.13MB/s    0:12:13  
    417,366,016  33%    1.21MB/s    0:11:23  
    418,676,736  33%    1.22MB/s    0:11:18  
    419,987,456  33%    1.21MB/s    0:11:19  
    421,298,176  33%    1.21MB/s    0:11:21  
    422,608,896  33%    1.22MB/s    0:11:15  
    423,919,616  33%    1.21MB/s    0:11:18  
    425,230,336  33%    1.21MB/s    0:11:16  
    426,541,056  33%    1.22MB/s    0:11:11  
    427,851,776  33%    1.21MB/s    0:11:15  
    429,162,496  33%    1.21MB/s    0:11:11  
    430,473,216  34%    1.21MB/s    0:11:10  
    431,783,936  34%    1.21MB/s    0:11:13  
    433,094,656  34%    1.22MB/s    0:11:06  
    434,405,376  34%    1.22MB/s    0:11:04  
    435,716,096  34%    1.21MB/s    0:11:07  
    437,026,816  34%    1.18MB/s    0:11:21  
    438,337,536  34%    1.18MB/s    0:11:21  
    439,648,256  34%    1.17MB/s    0:11:24  
    440,958,976  34%    1.18MB/s    0:11:20  
    442,269,696  35%    1.22MB/s    0:10:59  
    443,580,416  35%    1.21MB/s    0:11:03  
    444,891,136  35%    1.22MB/s    0:10:56  
    446,201,856  35%    1.22MB/s    0:10:55  
    447,512,576  35%    1.21MB/s    0:11:00  
    448,823,296  35%    1.21MB/s    0:10:55  
    450,134,016  35%    1.21MB/s    0:10:56  
    451,444,736  35%    1.20MB/s    0:10:59  
    452,755,456  35%    1.21MB/s    0:10:52  
    454,066,176  35%    1.21MB/s    0:10:50  
    455,376,896  36%    1.20MB/s    0:10:55  
    456,687,616  36%    1.22MB/s    0:10:46  
    457,998,336  36%    1.21MB/s    0:10:48  
    459,309,056  36%    1.20MB/s    0:10:53  
    460,619,776  36%    1.21MB/s    0:10:47  
    461,930,496  36%    1.20MB/s    0:10:51  
    463,110,144  36%    1.16MB/s    0:11:13  
    464,420,864  36%    1.17MB/s    0:11:07  
    465,731,584  36%    1.16MB/s    0:11:10  
    467,042,304  36%    1.17MB/s    0:11:06  
    468,353,024  37%    1.21MB/s    0:10:39  
    469,663,744  37%    1.21MB/s    0:10:43  
    470,974,464  37%    1.22MB/s    0:10:36  
    472,285,184  37%    1.21MB/s    0:10:37  
    473,595,904  37%    1.21MB/s    0:10:36  
    474,906,624  37%    1.21MB/s    0:10:36  
    476,217,344  37%    1.21MB/s    0:10:36  
    477,528,064  37%    1.21MB/s    0:10:34  
    478,838,784  37%    1.21MB/s    0:10:35  
    480,149,504  38%    1.22MB/s    0:10:28  
    481,460,224  38%    1.22MB/s    0:10:27  
    482,770,944  38%    1.22MB/s    0:10:26  
    484,081,664  38%    1.22MB/s    0:10:22  
    485,392,384  38%    1.21MB/s    0:10:26  
    486,703,104  38%    1.21MB/s    0:10:24  
    488,013,824  38%    1.22MB/s    0:10:22  
    489,193,472  38%    1.17MB/s    0:10:47  
    490,504,192  38%    1.17MB/s    0:10:42  
    491,814,912  38%    1.17MB/s    0:10:42  
    493,125,632  39%    1.17MB/s    0:10:41  
    494,436,352  39%    1.22MB/s    0:10:14  
    495,747,072  39%    1.21MB/s    0:10:17  
    497,057,792  39%    1.21MB/s    0:10:20  
    498,368,512  39%    1.21MB/s    0:10:19  
    499,679,232  39%    1.20MB/s    0:10:23  
    500,989,952  39%    1.21MB/s    0:10:17  
    502,300,672  39%    1.22MB/s    0:10:10  
    503,611,392  39%    1.21MB/s    0:10:14  
    504,922,112  39%    1.22MB/s    0:10:09  
    506,232,832  40%    1.22MB/s    0:10:07  
    507,543,552  40%    1.20MB/s    0:10:12  
    508,854,272  40%    1.22MB/s    0:10:05  
    510,164,992  40%    1.22MB/s    0:10:03  
    511,442,944  40%    1.20MB/s    0:10:11  
    512,753,664  40%    1.21MB/s    0:10:04  
    513,802,240  40%    1.13MB/s    0:10:45  
    515,112,960  40%    1.13MB/s    0:10:49  
    516,423,680  40%    1.14MB/s    0:10:38  
    517,734,400  40%    1.14MB/s    0:10:37  
    519,045,120  41%    1.21MB/s    0:10:02  
    520,355,840  41%    1.22MB/s    0:09:55  
    521,666,560  41%    1.22MB/s    0:09:55  
    522,977,280  41%    1.20MB/s    0:10:04  
    524,288,000  41%    1.19MB/s    0:10:06  
    525,598,720  41%    1.17MB/s    0:10:15  
    526,778,368  41%    1.14MB/s    0:10:28  
    528,089,088  41%    1.15MB/s    0:10:25  
    529,399,808  41%    1.14MB/s    0:10:28  
    530,710,528  42%    1.14MB/s    0:10:28  
    532,021,248  42%    1.15MB/s    0:10:22  
    533,331,968  42%    1.14MB/s    0:10:23  
    534,642,688  42%    1.16MB/s    0:10:15  
    535,822,336  42%    1.14MB/s    0:10:23  
    536,870,912  42%    1.10MB/s    0:10:45  
    537,919,488  42%    1.06MB/s    0:11:08  
    539,099,136  42%    1.02MB/s    0:11:30  
    540,147,712  42%    1.00MB/s    0:11:45  
    541,327,360  42%    1.01MB/s    0:11:36  
    542,507,008  42%    1.02MB/s    0:11:27  
    543,555,584  43%    1.01MB/s    0:11:35  
    544,735,232  43%    1.03MB/s    0:11:23  
    545,914,880  43%    1.03MB/s    0:11:17  
    547,094,528  43%    1.03MB/s    0:11:21  
    548,274,176  43%    1.03MB/s    0:11:16  
    549,453,824  43%    1.03MB/s    0:11:16  
    550,633,472  43%    1.02MB/s    0:11:22  
    551,813,120  43%    1.03MB/s    0:11:11  
    552,992,768  43%    1.03MB/s    0:11:12  
    554,172,416  43%    1.03MB/s    0:11:14  
    555,352,064  43%    1.03MB/s    0:11:08  
    556,531,712  44%    1.03MB/s    0:11:12  
    557,842,432  44%    1.06MB/s    0:10:50  
    559,022,080  44%    1.06MB/s    0:10:46  
    560,070,656  44%    1.04MB/s    0:11:02  
    561,250,304  44%    1.04MB/s    0:11:01  
    562,429,952  44%    1.00MB/s    0:11:24  
    563,609,600  44% 1020.04kB/s    0:11:26  
    564,789,248  44%    1.02MB/s    0:11:08  
    565,968,896  44%    1.01MB/s    0:11:12  
    567,148,544  44%    1.02MB/s    0:11:05  
    568,328,192  44%    1.02MB/s    0:11:05  
    569,507,840  45%    1.02MB/s    0:11:03  
    570,687,488  45%    1.05MB/s    0:10:46  
    571,867,136  45%    1.06MB/s    0:10:35  
    573,046,784  45%    1.07MB/s    0:10:32  
    574,226,432  45%    1.08MB/s    0:10:22  
    575,406,080  45%    1.07MB/s    0:10:26  
    576,585,728  45%    1.06MB/s    0:10:34  
    577,765,376  45%    1.06MB/s    0:10:33  
    578,945,024  45%    1.04MB/s    0:10:44  
    580,124,672  45%    1.03MB/s    0:10:48  
    581,435,392  46%    1.06MB/s    0:10:29  
    582,483,968  46%    1.03MB/s    0:10:44  
    583,794,688  46%    1.06MB/s    0:10:24  
    584,974,336  46%    1.08MB/s    0:10:11  
    586,153,984  46%    1.07MB/s    0:10:19  
    587,464,704  46%    1.13MB/s    0:09:42  
    588,775,424  46%    1.13MB/s    0:09:40  
    589,955,072  46%    1.12MB/s    0:09:45  
    591,134,720  46%    1.12MB/s    0:09:44  
    592,314,368  46%    1.10MB/s    0:09:53  
    593,494,016  46%    1.08MB/s    0:10:03  
    594,673,664  47%    1.09MB/s    0:09:56  
    595,984,384  47%    1.13MB/s    0:09:38  
    597,295,104  47%    1.15MB/s    0:09:26  
    598,605,824  47%    1.18MB/s    0:09:07  
    599,916,544  47%    1.21MB/s    0:08:57  
    601,227,264  47%    1.20MB/s    0:08:57  
    602,537,984  47%    1.21MB/s    0:08:52  
    603,848,704  47%    1.21MB/s    0:08:52  
    605,159,424  47%    1.21MB/s    0:08:51  
    606,208,000  47%    1.14MB/s    0:09:23  
    607,518,720  48%    1.13MB/s    0:09:24  
    608,829,440  48%    1.14MB/s    0:09:19  
    610,140,160  48%    1.14MB/s    0:09:18  
    611,450,880  48%    1.21MB/s    0:08:45  
    612,761,600  48%    1.22MB/s    0:08:42  
    614,072,320  48%    1.22MB/s    0:08:41  
    615,383,040  48%    1.21MB/s    0:08:44  
    616,693,760  48%    1.21MB/s    0:08:39  
    618,004,480  48%    1.22MB/s    0:08:38  
    619,315,200  49%    1.21MB/s    0:08:41  
    620,625,920  49%    1.22MB/s    0:08:36  
    621,936,640  49%    1.22MB/s    0:08:35  
    623,247,360  49%    1.20MB/s    0:08:38  
    624,558,080  49%    1.21MB/s    0:08:34  
    625,868,800  49%    1.22MB/s    0:08:32  
    627,179,520  49%    1.21MB/s    0:08:35  
    628,490,240  49%    1.21MB/s    0:08:30  
    629,800,960  49%    1.22MB/s    0:08:28  
    631,111,680  49%    1.21MB/s    0:08:32  
    632,291,328  50%    1.18MB/s    0:08:40  
    633,602,048  50%    1.18MB/s    0:08:39  
    634,912,768  50%    1.17MB/s    0:08:42  
    636,223,488  50%    1.18MB/s    0:08:37  
    637,534,208  50%    1.22MB/s    0:08:22  
    638,844,928  50%    1.21MB/s    0:08:25  
    640,155,648  50%    1.22MB/s    0:08:20  
    641,466,368  50%    1.21MB/s    0:08:19  
    642,777,088  50%    1.21MB/s    0:08:22  
    644,087,808  50%    1.22MB/s    0:08:16  
    645,365,760  51%    1.21MB/s    0:08:19  
    646,676,480  51%    1.20MB/s    0:08:20  
    647,987,200  51%    1.21MB/s    0:08:16  
    649,297,920  51%    1.20MB/s    0:08:19  
    650,608,640  51%    1.21MB/s    0:08:15  
    651,919,360  51%    1.22MB/s    0:08:11  
    653,230,080  51%    1.21MB/s    0:08:13  
    654,540,800  51%    1.22MB/s    0:08:09  
    655,851,520  51%    1.21MB/s    0:08:08  
    657,031,168  52%    1.15MB/s    0:08:36  
    658,341,888  52%    1.16MB/s    0:08:30  
    659,652,608  52%    1.16MB/s    0:08:28  
    660,963,328  52%    1.15MB/s    0:08:31  
    662,274,048  52%    1.22MB/s    0:08:01  
    663,584,768  52%    1.22MB/s    0:08:01  
    664,895,488  52%    1.20MB/s    0:08:05  
    666,206,208  52%    1.21MB/s    0:08:00  
    667,516,928  52%    1.22MB/s    0:07:58  
    668,827,648  52%    1.20MB/s    0:08:02  
    670,138,368  53%    1.22MB/s    0:07:56  
    671,449,088  53%    1.22MB/s    0:07:54  
    672,759,808  53%    1.20MB/s    0:07:59  
    674,070,528  53%    1.21MB/s    0:07:53  
    675,381,248  53%    1.21MB/s    0:07:54  
    676,691,968  53%    1.20MB/s    0:07:56  
    678,002,688  53%    1.21MB/s    0:07:51  
    679,313,408  53%    1.21MB/s    0:07:50  
    680,624,128  53%    1.20MB/s    0:07:52  
    681,934,848  53%    1.21MB/s    0:07:48  
    683,245,568  54%    1.21MB/s    0:07:47  
    684,556,288  54%    1.21MB/s    0:07:48  
    685,867,008  54%    1.22MB/s    0:07:42  
    687,177,728  54%    1.21MB/s    0:07:43  
    688,488,448  54%    1.21MB/s    0:07:43  
    689,799,168  54%    1.21MB/s    0:07:41  
    691,109,888  54%    1.20MB/s    0:07:44  
    692,420,608  54%    1.21MB/s    0:07:39  
    693,731,328  54%    1.21MB/s    0:07:38  
    695,042,048  55%    1.21MB/s    0:07:40  
    696,352,768  55%    1.22MB/s    0:07:35  
    697,663,488  55%    1.21MB/s    0:07:35  
    698,974,208  55%    1.20MB/s    0:07:37  
    700,284,928  55%    1.22MB/s    0:07:32  
    701,595,648  55%    1.21MB/s    0:07:33  
    702,906,368  55%    1.21MB/s    0:07:33  
    704,217,088  55%    1.22MB/s    0:07:27  
    705,527,808  55%    1.21MB/s    0:07:29  
    706,838,528  55%    1.21MB/s    0:07:28  
    708,149,248  56%    1.22MB/s    0:07:26  
    709,459,968  56%    1.22MB/s    0:07:25  
    710,770,688  56%    1.21MB/s    0:07:26  
    712,081,408  56%    1.22MB/s    0:07:23  
    713,392,128  56%    1.22MB/s    0:07:21  
    714,702,848  56%    1.21MB/s    0:07:24  
    716,013,568  56%    1.22MB/s    0:07:19  
    717,324,288  56%    1.21MB/s    0:07:19  
    718,635,008  56%    1.21MB/s    0:07:20  
    719,945,728  56%    1.22MB/s    0:07:16  
    721,256,448  57%    1.21MB/s    0:07:16  
    722,436,096  57%    1.18MB/s    0:07:27  
    723,746,816  57%    1.17MB/s    0:07:30  
    725,057,536  57%    1.14MB/s    0:07:41  
    726,368,256  57%    1.13MB/s    0:07:45  
    727,678,976  57%    1.14MB/s    0:07:37  
    728,858,624  57%    1.13MB/s    0:07:40  
    730,169,344  57%    1.15MB/s    0:07:34  
    731,480,064  57%    1.15MB/s    0:07:32  
    732,790,784  58%    1.14MB/s    0:07:33  
    733,970,432  58%    1.14MB/s    0:07:33  
    735,150,080  58%    1.12MB/s    0:07:42  
    736,329,728  58%    1.09MB/s    0:07:54  
    737,509,376  58%    1.05MB/s    0:08:07  
    738,689,024  58%    1.03MB/s    0:08:15  
    739,868,672  58%    1.03MB/s    0:08:14  
    741,048,320  58%    1.05MB/s    0:08:05  
    742,227,968  58%    1.07MB/s    0:07:55  
    743,407,616  58%    1.08MB/s    0:07:51  
    744,587,264  58%    1.07MB/s    0:07:52  
    745,635,840  59%    1.03MB/s    0:08:09  
    746,815,488  59%    1.02MB/s    0:08:15  
    747,995,136  59%    1.01MB/s    0:08:16  
    749,043,712  59% 1023.28kB/s    0:08:22  
    750,223,360  59%    1.02MB/s    0:08:13  
    751,403,008  59%    1.02MB/s    0:08:09  
    752,451,584  59%    1.01MB/s    0:08:11  
    753,631,232  59%    1.03MB/s    0:08:03  
    754,810,880  59%    1.04MB/s    0:07:58  
    755,859,456  59%    1.03MB/s    0:08:03  
    757,039,104  59%    1.04MB/s    0:07:57  
    758,218,752  60%    1.03MB/s    0:08:00  
    759,267,328  60%    1.01MB/s    0:08:06  
    760,446,976  60%    1.02MB/s    0:08:03  
    761,626,624  60%    1.00MB/s    0:08:08  
    762,806,272  60%    1.02MB/s    0:07:59  
    763,985,920  60%    1.04MB/s    0:07:48  
    765,034,496  60%    1.03MB/s    0:07:50  
    766,214,144  60%    1.05MB/s    0:07:42  
    767,393,792  60%    1.04MB/s    0:07:44  
    768,573,440  60%    1.03MB/s    0:07:50  
    769,753,088  60%    1.04MB/s    0:07:44  
    770,932,736  61%    1.04MB/s    0:07:41  
    771,981,312  61%    1.03MB/s    0:07:47  
    773,160,960  61%    1.02MB/s    0:07:47  
    774,340,608  61%    1.02MB/s    0:07:46  
    775,389,184  61%    1.01MB/s    0:07:52  
    776,568,832  61%    1.02MB/s    0:07:45  
    777,748,480  61%    1.03MB/s    0:07:42  
    778,928,128  61%    1.04MB/s    0:07:34  
    780,075,008  61%    1.05MB/s    0:07:30  
    781,254,656  61%    1.06MB/s    0:07:23  
    782,565,376  61%    1.09MB/s    0:07:10  
    783,876,096  62%    1.10MB/s    0:07:05  
    785,055,744  62%    1.12MB/s    0:06:58  
    786,366,464  62%    1.13MB/s    0:06:53  
    787,677,184  62%    1.13MB/s    0:06:52  
    788,856,832  62%    1.12MB/s    0:06:54  
    790,036,480  62%    1.13MB/s    0:06:49  
    791,216,128  62%    1.11MB/s    0:06:55  
    792,395,776  62%    1.09MB/s    0:07:00  
    793,706,496  62%    1.10MB/s    0:06:56  
    795,017,216  62%    1.12MB/s    0:06:48  
    796,327,936  63%    1.15MB/s    0:06:36  
    797,638,656  63%    1.18MB/s    0:06:24  
    798,949,376  63%    1.21MB/s    0:06:15  
    800,260,096  63%    1.21MB/s    0:06:14  
    801,570,816  63%    1.22MB/s    0:06:10  
    802,881,536  63%    1.22MB/s    0:06:09  
    804,192,256  63%    1.21MB/s    0:06:11  
    805,502,976  63%    1.22MB/s    0:06:07  
    806,813,696  63%    1.21MB/s    0:06:08  
    808,124,416  63%    1.21MB/s    0:06:07  
    809,435,136  64%    1.22MB/s    0:06:03  
    810,745,856  64%    1.20MB/s    0:06:07  
    812,056,576  64%    1.21MB/s    0:06:04  
    813,367,296  64%    1.21MB/s    0:06:03  
    814,678,016  64%    1.20MB/s    0:06:06  
    815,988,736  64%    1.21MB/s    0:06:00  
    817,299,456  64%    1.21MB/s    0:06:00  
    818,610,176  64%    1.20MB/s    0:06:02  
    819,920,896  64%    1.21MB/s    0:05:57  
    821,231,616  65%    1.21MB/s    0:05:56  
    822,542,336  65%    1.21MB/s    0:05:57  
    823,853,056  65%    1.22MB/s    0:05:53  
    825,163,776  65%    1.22MB/s    0:05:51  
    826,474,496  65%    1.21MB/s    0:05:53  
    827,785,216  65%    1.22MB/s    0:05:49  
    829,095,936  65%    1.22MB/s    0:05:48  
    830,406,656  65%    1.21MB/s    0:05:49  
    831,717,376  65%    1.22MB/s    0:05:46  
    833,028,096  65%    1.22MB/s    0:05:45  
    834,338,816  66%    1.21MB/s    0:05:47  
    835,649,536  66%    1.21MB/s    0:05:43  
    836,960,256  66%    1.21MB/s    0:05:43  
    838,270,976  66%    1.20MB/s    0:05:44  
    839,581,696  66%    1.21MB/s    0:05:42  
    840,892,416  66%    1.21MB/s    0:05:39  
    842,203,136  66%    1.21MB/s    0:05:41  
    843,513,856  66%    1.22MB/s    0:05:37  
    844,824,576  66%    1.22MB/s    0:05:34  
    846,135,296  66%    1.21MB/s    0:05:37  
    847,446,016  67%    1.22MB/s    0:05:34  
    848,756,736  67%    1.21MB/s    0:05:34  
    850,067,456  67%    1.21MB/s    0:05:34  
    851,378,176  67%    1.22MB/s    0:05:31  
    852,688,896  67%    1.21MB/s    0:05:32  
    853,999,616  67%    1.21MB/s    0:05:29  
    855,310,336  67%    1.21MB/s    0:05:28  
    856,621,056  67%    1.20MB/s    0:05:29  
    857,931,776  67%    1.21MB/s    0:05:26  
    859,242,496  68%    1.21MB/s    0:05:25  
    860,553,216  68%    1.21MB/s    0:05:25  
    861,863,936  68%    1.22MB/s    0:05:22  
    863,174,656  68%    1.22MB/s    0:05:21  
    864,485,376  68%    1.21MB/s    0:05:22  
    865,796,096  68%    1.22MB/s    0:05:18  
    867,106,816  68%    1.22MB/s    0:05:17  
    868,417,536  68%    1.21MB/s    0:05:20  
    869,728,256  68%    1.21MB/s    0:05:16  
    871,038,976  68%    1.21MB/s    0:05:15  
    872,349,696  69%    1.20MB/s    0:05:17  
    873,660,416  69%    1.22MB/s    0:05:12  
    874,971,136  69%    1.22MB/s    0:05:11  
    876,281,856  69%    1.21MB/s    0:05:13  
    877,592,576  69%    1.22MB/s    0:05:09  
    878,903,296  69%    1.22MB/s    0:05:08  
    880,214,016  69%    1.21MB/s    0:05:09  
    881,524,736  69%    1.22MB/s    0:05:06  
    882,835,456  69%    1.22MB/s    0:05:05  
    884,146,176  69%    1.20MB/s    0:05:07  
    885,456,896  70%    1.22MB/s    0:05:03  
    886,767,616  70%    1.22MB/s    0:05:02  
    888,078,336  70%    1.21MB/s    0:05:03  
    889,389,056  70%    1.22MB/s    0:04:59  
    890,699,776  70%    1.21MB/s    0:05:00  
    892,010,496  70%    1.20MB/s    0:05:01  
    893,321,216  70%    1.21MB/s    0:04:58  
    894,631,936  70%    1.20MB/s    0:04:59  
    895,942,656  70%    1.21MB/s    0:04:57  
    897,253,376  71%    1.21MB/s    0:04:54  
    898,564,096  71%    1.21MB/s    0:04:55  
    899,874,816  71%    1.22MB/s    0:04:51  
    901,185,536  71%    1.22MB/s    0:04:50  
    902,496,256  71%    1.21MB/s    0:04:51  
    903,806,976  71%    1.22MB/s    0:04:48  
    905,117,696  71%    1.22MB/s    0:04:47  
    906,428,416  71%    1.21MB/s    0:04:48  
    907,739,136  71%    1.22MB/s    0:04:45  
    909,049,856  71%    1.22MB/s    0:04:44  
    910,360,576  72%    1.21MB/s    0:04:45  
    911,671,296  72%    1.21MB/s    0:04:43  
    912,982,016  72%    1.21MB/s    0:04:41  
    914,128,896  72%    1.18MB/s    0:04:49  
    915,439,616  72%    1.17MB/s    0:04:49  
    916,750,336  72%    1.16MB/s    0:04:52  
    917,929,984  72%    1.13MB/s    0:04:59  
    919,240,704  72%    1.15MB/s    0:04:52  
    920,551,424  72%    1.15MB/s    0:04:51  
    921,731,072  72%    1.14MB/s    0:04:51  
    923,041,792  73%    1.16MB/s    0:04:47  
    924,352,512  73%    1.16MB/s    0:04:45  
    925,663,232  73%    1.15MB/s    0:04:46  
    926,842,880  73%    1.13MB/s    0:04:50  
    928,022,528  73%    1.09MB/s    0:05:01  
    929,202,176  73%    1.05MB/s    0:05:10  
    930,381,824  73%    1.03MB/s    0:05:15  
    931,561,472  73%    1.03MB/s    0:05:14  
    932,741,120  73%    1.06MB/s    0:05:04  
    933,920,768  73%    1.07MB/s    0:04:59  
    934,969,344  74%    1.06MB/s    0:05:03  
    936,148,992  74%    1.06MB/s    0:05:01  
    937,328,640  74%    1.06MB/s    0:05:01  
    938,508,288  74%    1.05MB/s    0:05:02  
    939,687,936  74%    1.07MB/s    0:04:55  
    940,867,584  74%    1.07MB/s    0:04:54  
    942,047,232  74%    1.05MB/s    0:04:58  
    943,226,880  74%    1.04MB/s    0:04:59  
    944,406,528  74%    1.04MB/s    0:04:59  
    945,586,176  74%    1.03MB/s    0:04:59  
    946,765,824  74%    1.04MB/s    0:04:57  
    947,945,472  75%    1.05MB/s    0:04:54  
    949,125,120  75%    1.04MB/s    0:04:54  
    950,304,768  75%    1.04MB/s    0:04:53  
    951,353,344  75%    1.03MB/s    0:04:54  
    952,532,992  75%    1.03MB/s    0:04:55  
    953,712,640  75%    1.03MB/s    0:04:53  
    954,761,216  75%    1.02MB/s    0:04:55  
    955,940,864  75%    1.03MB/s    0:04:52  
    957,120,512  75%    1.02MB/s    0:04:52  
    958,169,088  75%    1.01MB/s    0:04:55  
    959,348,736  75%    1.02MB/s    0:04:50  
    960,528,384  76%    1.02MB/s    0:04:49  
    961,708,032  76%    1.03MB/s    0:04:46  
    962,887,680  76%    1.04MB/s    0:04:42  
    964,067,328  76%    1.03MB/s    0:04:44  
    965,246,976  76%    1.03MB/s    0:04:43  
    966,426,624  76%    1.03MB/s    0:04:42  
    967,606,272  76%    1.03MB/s    0:04:41  
    968,785,920  76%    1.03MB/s    0:04:38  
    969,965,568  76%    1.04MB/s    0:04:34  
    971,145,216  76%    1.06MB/s    0:04:29  
    972,455,936  76%    1.09MB/s    0:04:21  
    973,766,656  77%    1.12MB/s    0:04:12  
    974,946,304  77%    1.11MB/s    0:04:12  
    976,191,488  77%    1.14MB/s    0:04:06  
    977,305,600  77%    1.11MB/s    0:04:10  
    978,485,248  77%    1.10MB/s    0:04:13  
    979,664,896  77%    1.11MB/s    0:04:09  
    980,844,544  77%    1.09MB/s    0:04:13  
    982,024,192  77%    1.09MB/s    0:04:11  
    983,334,912  77%    1.11MB/s    0:04:06  
    984,514,560  77%    1.10MB/s    0:04:06  
    985,825,280  78%    1.13MB/s    0:03:59  
    987,136,000  78%    1.17MB/s    0:03:50  
    988,446,720  78%    1.18MB/s    0:03:46  
    989,757,440  78%    1.21MB/s    0:03:40  
    991,068,160  78%    1.22MB/s    0:03:38  
    992,378,880  78%    1.20MB/s    0:03:39  
    993,689,600  78%    1.22MB/s    0:03:36  
    995,000,320  78%    1.22MB/s    0:03:35  
    996,311,040  78%    1.21MB/s    0:03:35  
    997,621,760  78%    1.22MB/s    0:03:32  
    998,932,480  79%    1.22MB/s    0:03:32  
  1,000,243,200  79%    1.21MB/s    0:03:32  
  1,001,553,920  79%    1.22MB/s    0:03:29  
  1,002,864,640  79%    1.22MB/s    0:03:29  
  1,004,175,360  79%    1.21MB/s    0:03:29  
  1,005,486,080  79%    1.22MB/s    0:03:26  
  1,006,796,800  79%    1.22MB/s    0:03:25  
  1,008,107,520  79%    1.21MB/s    0:03:26  
  1,009,418,240  79%    1.22MB/s    0:03:23  
  1,010,728,960  79%    1.22MB/s    0:03:22  
  1,012,039,680  80%    1.21MB/s    0:03:23  
  1,013,350,400  80%    1.22MB/s    0:03:20  
  1,014,661,120  80%    1.22MB/s    0:03:19  
  1,015,971,840  80%    1.21MB/s    0:03:20  
  1,017,282,560  80%    1.22MB/s    0:03:17  
  1,018,593,280  80%    1.22MB/s    0:03:16  
  1,019,904,000  80%    1.21MB/s    0:03:17  
  1,021,214,720  80%    1.22MB/s    0:03:14  
  1,022,525,440  80%    1.22MB/s    0:03:13  
  1,023,836,160  81%    1.21MB/s    0:03:13  
  1,025,146,880  81%    1.22MB/s    0:03:11  
  1,026,457,600  81%    1.21MB/s    0:03:10  
  1,027,768,320  81%    1.21MB/s    0:03:10  
  1,029,079,040  81%    1.22MB/s    0:03:08  
  1,030,389,760  81%    1.21MB/s    0:03:08  
  1,031,700,480  81%    1.21MB/s    0:03:06  
  1,033,011,200  81%    1.22MB/s    0:03:05  
  1,034,321,920  81%    1.21MB/s    0:03:05  
  1,035,632,640  81%    1.21MB/s    0:03:03  
  1,036,943,360  82%    1.21MB/s    0:03:02  
  1,038,254,080  82%    1.20MB/s    0:03:02  
  1,039,564,800  82%    1.22MB/s    0:02:59  
  1,040,875,520  82%    1.22MB/s    0:02:58  
  1,042,186,240  82%    1.21MB/s    0:02:59  
  1,043,496,960  82%    1.22MB/s    0:02:56  
  1,044,807,680  82%    1.21MB/s    0:02:55  
  1,046,118,400  82%    1.20MB/s    0:02:56  
  1,047,429,120  82%    1.22MB/s    0:02:53  
  1,048,707,072  83%    1.21MB/s    0:02:53  
  1,050,017,792  83%    1.20MB/s    0:02:53  
  1,051,328,512  83%    1.21MB/s    0:02:51  
  1,052,639,232  83%    1.21MB/s    0:02:50  
  1,053,949,952  83%    1.21MB/s    0:02:49  
  1,055,260,672  83%    1.22MB/s    0:02:47  
  1,056,571,392  83%    1.22MB/s    0:02:45  
  1,057,882,112  83%    1.21MB/s    0:02:46  
  1,059,192,832  83%    1.21MB/s    0:02:44  
  1,060,503,552  83%    1.21MB/s    0:02:43  
  1,061,814,272  84%    1.20MB/s    0:02:43  
  1,063,124,992  84%    1.21MB/s    0:02:41  
  1,064,435,712  84%    1.22MB/s    0:02:39  
  1,065,746,432  84%    1.21MB/s    0:02:40  
  1,067,057,152  84%    1.21MB/s    0:02:37  
  1,068,367,872  84%    1.22MB/s    0:02:36  
  1,069,678,592  84%    1.21MB/s    0:02:36  
  1,070,989,312  84%    1.22MB/s    0:02:34  
  1,072,300,032  84%    1.21MB/s    0:02:33  
  1,073,610,752  84%    1.21MB/s    0:02:33  
  1,074,921,472  85%    1.22MB/s    0:02:31  
  1,076,232,192  85%    1.21MB/s    0:02:31  
  1,077,542,912  85%    1.21MB/s    0:02:30  
  1,078,853,632  85%    1.22MB/s    0:02:27  
  1,080,164,352  85%    1.21MB/s    0:02:28  
  1,081,475,072  85%    1.22MB/s    0:02:25  
  1,082,785,792  85%    1.22MB/s    0:02:24  
  1,084,096,512  85%    1.21MB/s    0:02:25  
  1,085,407,232  85%    1.22MB/s    0:02:22  
  1,086,717,952  86%    1.22MB/s    0:02:21  
  1,088,028,672  86%    1.21MB/s    0:02:22  
  1,089,339,392  86%    1.22MB/s    0:02:19  
  1,090,650,112  86%    1.22MB/s    0:02:18  
  1,091,960,832  86%    1.21MB/s    0:02:18  
  1,093,271,552  86%    1.22MB/s    0:02:16  
  1,094,582,272  86%    1.22MB/s    0:02:15  
  1,095,892,992  86%    1.21MB/s    0:02:15  
  1,097,203,712  86%    1.21MB/s    0:02:13  
  1,098,514,432  86%    1.22MB/s    0:02:12  
  1,099,825,152  87%    1.21MB/s    0:02:12  
  1,101,135,872  87%    1.22MB/s    0:02:10  
  1,102,446,592  87%    1.22MB/s    0:02:08  
  1,103,757,312  87%    1.21MB/s    0:02:09  
  1,105,068,032  87%    1.22MB/s    0:02:07  
  1,106,378,752  87%    1.21MB/s    0:02:07  
  1,107,689,472  87%    1.19MB/s    0:02:08  
  1,109,000,192  87%    1.18MB/s    0:02:07  
  1,110,310,912  87%    1.16MB/s    0:02:09  
  1,111,621,632  87%    1.15MB/s    0:02:09  
  1,112,932,352  88%    1.15MB/s    0:02:08  
  1,114,112,000  88%    1.13MB/s    0:02:08  
  1,115,422,720  88%    1.14MB/s    0:02:06  
  1,116,733,440  88%    1.15MB/s    0:02:04  
  1,118,044,160  88%    1.16MB/s    0:02:02  
  1,119,223,808  88%    1.15MB/s    0:02:02  
  1,120,403,456  88%    1.12MB/s    0:02:05  
  1,121,583,104  88%    1.09MB/s    0:02:07  
  1,122,762,752  88%    1.05MB/s    0:02:10  
  1,123,942,400  88%    1.04MB/s    0:02:10  
  1,125,122,048  89%    1.04MB/s    0:02:09  
  1,126,301,696  89%    1.05MB/s    0:02:06  
  1,127,481,344  89%    1.06MB/s    0:02:05  
  1,128,660,992  89%    1.06MB/s    0:02:04  
  1,129,840,640  89%    1.07MB/s    0:02:01  
  1,131,020,288  89%    1.04MB/s    0:02:03  
  1,132,199,936  89%    1.06MB/s    0:02:01  
  1,133,379,584  89%    1.06MB/s    0:02:00  
  1,134,428,160  89%    1.04MB/s    0:02:01  
  1,135,607,808  89%    1.05MB/s    0:01:59  
  1,136,656,384  89%    1.02MB/s    0:02:01  
  1,137,704,960  90% 1021.28kB/s    0:02:03  
  1,138,884,608  90%    1.01MB/s    0:02:00  
  1,140,064,256  90%    1.01MB/s    0:01:59  
  1,141,112,832  90%    1.01MB/s    0:01:58  
  1,142,292,480  90%    1.02MB/s    0:01:56  
  1,143,472,128  90%    1.02MB/s    0:01:55  
  1,144,651,776  90%    1.02MB/s    0:01:53  
  1,145,831,424  90%    1.04MB/s    0:01:50  
  1,147,011,072  90%    1.04MB/s    0:01:48  
  1,148,059,648  90%    1.04MB/s    0:01:48  
  1,149,239,296  90%    1.05MB/s    0:01:46  
  1,150,418,944  91%    1.05MB/s    0:01:45  
  1,151,598,592  91%    1.05MB/s    0:01:43  
  1,152,778,240  91%    1.07MB/s    0:01:40  
  1,153,957,888  91%    1.06MB/s    0:01:40  
  1,155,137,536  91%    1.06MB/s    0:01:39  
  1,156,317,184  91%    1.06MB/s    0:01:38  
  1,157,496,832  91%    1.05MB/s    0:01:38  
  1,158,676,480  91%    1.06MB/s    0:01:36  
  1,159,856,128  91%    1.05MB/s    0:01:36  
  1,161,035,776  91%    1.03MB/s    0:01:36  
  1,162,215,424  91%    1.04MB/s    0:01:35  
  1,163,395,072  92%    1.03MB/s    0:01:34  
  1,164,574,720  92%    1.02MB/s    0:01:34  
  1,165,754,368  92%    1.04MB/s    0:01:32  
  1,166,934,016  92%    1.02MB/s    0:01:31  
  1,168,113,664  92%    1.03MB/s    0:01:30  
  1,169,424,384  92%    1.06MB/s    0:01:26  
  1,170,604,032  92%    1.08MB/s    0:01:24  
  1,171,914,752  92%    1.11MB/s    0:01:20  
  1,173,225,472  92%    1.13MB/s    0:01:17  
  1,174,405,120  92%    1.11MB/s    0:01:18  
  1,175,715,840  93%    1.12MB/s    0:01:16  
  1,176,895,488  93%    1.12MB/s    0:01:15  
  1,178,075,136  93%    1.10MB/s    0:01:15  
  1,179,254,784  93%    1.10MB/s    0:01:14  
  1,180,434,432  93%    1.10MB/s    0:01:13  
  1,181,614,080  93%    1.09MB/s    0:01:13  
  1,182,892,032  93%    1.12MB/s    0:01:10  
  1,184,202,752  93%    1.15MB/s    0:01:06  
  1,185,513,472  93%    1.17MB/s    0:01:04  
  1,186,824,192  93%    1.20MB/s    0:01:02  
  1,188,134,912  94%    1.21MB/s    0:01:00  
  1,189,445,632  94%    1.20MB/s    0:00:59  
  1,190,756,352  94%    1.21MB/s    0:00:58  
  1,192,067,072  94%    1.21MB/s    0:00:57  
  1,193,377,792  94%    1.21MB/s    0:00:56  
  1,194,688,512  94%    1.22MB/s    0:00:55  
  1,195,999,232  94%    1.21MB/s    0:00:54  
  1,197,309,952  94%    1.21MB/s    0:00:53  
  1,198,620,672  94%    1.22MB/s    0:00:51  
  1,199,931,392  94%    1.21MB/s    0:00:51  
  1,201,242,112  95%    1.22MB/s    0:00:49  
  1,202,552,832  95%    1.22MB/s    0:00:48  
  1,203,863,552  95%    1.20MB/s    0:00:48  
  1,205,174,272  95%    1.21MB/s    0:00:46  
  1,206,484,992  95%    1.21MB/s    0:00:45  
  1,207,795,712  95%    1.20MB/s    0:00:45  
  1,209,106,432  95%    1.21MB/s    0:00:43  
  1,210,417,152  95%    1.21MB/s    0:00:42  
  1,211,727,872  95%    1.20MB/s    0:00:41  
  1,213,038,592  96%    1.21MB/s    0:00:40  
  1,214,349,312  96%    1.21MB/s    0:00:39  
  1,215,660,032  96%    1.21MB/s    0:00:38  
  1,216,970,752  96%    1.22MB/s    0:00:37  
  1,218,281,472  96%    1.22MB/s    0:00:36  
  1,219,592,192  96%    1.20MB/s    0:00:35  
  1,220,902,912  96%    1.22MB/s    0:00:34  
  1,222,213,632  96%    1.21MB/s    0:00:33  
  1,223,524,352  96%    1.20MB/s    0:00:32  
  1,224,835,072  96%    1.21MB/s    0:00:31  
  1,226,145,792  97%    1.21MB/s    0:00:30  
  1,227,456,512  97%    1.20MB/s    0:00:29  
  1,228,767,232  97%    1.22MB/s    0:00:27  
  1,230,077,952  97%    1.22MB/s    0:00:26  
  1,231,388,672  97%    1.21MB/s    0:00:25  
  1,232,699,392  97%    1.22MB/s    0:00:24  
  1,234,010,112  97%    1.22MB/s    0:00:23  
  1,235,320,832  97%    1.21MB/s    0:00:22  
  1,236,631,552  97%    1.22MB/s    0:00:21  
  1,237,942,272  97%    1.21MB/s    0:00:20  
  1,239,252,992  98%    1.21MB/s    0:00:19  
  1,240,563,712  98%    1.22MB/s    0:00:18  
  1,241,874,432  98%    1.21MB/s    0:00:17  
  1,243,185,152  98%    1.22MB/s    0:00:16  
  1,244,495,872  98%    1.22MB/s    0:00:15  
  1,245,806,592  98%    1.20MB/s    0:00:14  
  1,247,117,312  98%    1.21MB/s    0:00:13  
  1,248,428,032  98%    1.21MB/s    0:00:12  
  1,249,738,752  98%    1.20MB/s    0:00:11  
  1,251,049,472  99%    1.21MB/s    0:00:09  
  1,252,360,192  99%    1.21MB/s    0:00:08  
  1,253,670,912  99%    1.20MB/s    0:00:07  
  1,254,981,632  99%    1.21MB/s    0:00:06  
  1,256,292,352  99%    1.21MB/s    0:00:05  
  1,257,603,072  99%    1.20MB/s    0:00:04  
  1,258,913,792  99%    1.20MB/s    0:00:03  
  1,260,224,512  99%    1.20MB/s    0:00:02  
  1,261,535,232  99%    1.19MB/s    0:00:01  
  1,262,845,952  99%    1.21MB/s    0:00:00  
  1,263,415,444 100%    1.14MB/s    0:17:33 (xfr#3, to-chk=1/5)
sineware-plasma-mobile-nightly-20220924-tablet-x64uefi.img.xz.sha256

            135 100%    0.32kB/s    0:00:00  
            135 100%    0.32kB/s    0:00:00 (xfr#4, to-chk=0/5)

sent 2,099,101,724 bytes  received 479 bytes  1,195,048.22 bytes/sec
total size is 2,098,588,940  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@7dec5631[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=0,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-09-23T23:14:25Z]] (sha:9fd76ba) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/9fd76ba52544082ec1631f1f336404c890393828
Finished: SUCCESS