Skip to content
Success

Console Output

Started by timer
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 f43e2ed5193bbe6600e21dd23c93d3273648e059 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f43e2ed5193bbe6600e21dd23c93d3273648e059 # timeout=10
Commit message: "Update build.sh"
 > git rev-list --no-walk f43e2ed5193bbe6600e21dd23c93d3273648e059 # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@6d91abbb[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=33,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-10-04T14:33:56Z]] (sha:f43e2ed) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/f43e2ed5193bbe6600e21dd23c93d3273648e059
[plasma-mobile-nightly-images] $ /bin/sh -xe /tmp/jenkins6368156238098176614.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
From https://gitlab.com/postmarketOS/pmaports
 + 9050bf55b...ef6fce52a riscv64-device -> origin/riscv64-device  (forced update)
Already up to date.
[15:49:09] Work path [/home/swadmin/.local/var/pmbootstrap]: [15:49:09] Channel [edge]: [15:49:09] Vendor [qemu]: [15:49:09] Device codename [amd64]: [15:49:09] Kernel [lts]: [15:49:09] Username [user]: [15:49:11] User interface [weston]: [15:49:11] Change them? (y/n) [n]: [15:49:11] Extra packages [none]: [15:49:11] Use this timezone instead of GMT? (y/n) [y]: [15:49:11] Choose default locale for installation [C.UTF-8]: [15:49:11] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [15:49:11] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [15:49:12] Config changed: ui='plasma-mobile'
[15:49:12] Config changed: device='tablet-x64uefi'
[15:49:12] Config changed: kernel='stable'
[15:49:13] Config changed: extra_packages='osk-sdl'
(4048677) [15:49:14] % 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)
(4048677) [15:49:14] % 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
(4048677) [15:49:14] *** (1/4) PREPARE NATIVE CHROOT ***
(4048677) [15:49:14] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4048677) [15:49:14] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4048677) [15:49:14] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4048677) [15:49:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(4048677) [15:49:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(4048677) [15:49:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(4048677) [15:49:14] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(4048677) [15:49:14] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(4048677) [15:49:14] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4048677) [15:49:14] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(4048677) [15:49:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4048677) [15:49:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4048677) [15:49:14] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4048677) [15:49:14] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4048677) [15:49:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4048677) [15:49:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4048677) [15:49:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4048677) [15:49:14] Update package index for x86_64 (4 file(s))
(4048677) [15:49:14] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(4048677) [15:49:14] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4048677) [15:49:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(4048677) [15:49:15] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4048677) [15:49:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(4048677) [15:49:15] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4048677) [15:49:16] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(4048677) [15:49:16] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4048677) [15:49:16] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(4048677) [15:49:16] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(4048677) [15:49:16] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:16] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:17] extracted: /tmp/pmbootstraprv3brsmyapk
(4048677) [15:49:17] extracted: /tmp/pmbootstrapc_u58omtsig
(4048677) [15:49:17] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:17] % 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/pmbootstrapc_u58omtsig /tmp/pmbootstraprv3brsmyapk
Verified OK
(4048677) [15:49:17] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4048677) [15:49:17] % /tmp/pmbootstraprv3brsmyapk --version
apk-tools 2.12.10, compiled for x86_64.
(4048677) [15:49:17] (native) install alpine-base
(4048677) [15:49:17] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % 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
(4048677) [15:49:17] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(4048677) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(4048677) [15:49:17] (native) update /etc/apk/repositories
(4048677) [15:49:17] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4048677) [15:49:17] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4048677) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4048677) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4048677) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4048677) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4048677) [15:49:17] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4048677) [15:49:17] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4048677) [15:49:17] % 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
(4048677) [15:49:17] New background process: pid=4048899, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 10 MiB in 25 packages
(4048677) [15:49:18] (native) % adduser -D pmos -u 12345
(4048677) [15:49:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(4048677) [15:49:18] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(4048677) [15:49:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(4048677) [15:49:18] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(4048677) [15:49:18] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(4048677) [15:49:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(4048677) [15:49:18] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(4048677) [15:49:19] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(4048677) [15:49:19] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(4048677) [15:49:19] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(4048677) [15:49:19] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(4048677) [15:49:19] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(4048677) [15:49:19] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(4048677) [15:49:19] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(4048677) [15:49:19] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(4048677) [15:49:19] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(4048677) [15:49:19] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(4048677) [15:49:19] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(4048677) [15:49:19] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(4048677) [15:49:24] (native) install cryptsetup util-linux parted
(4048677) [15:49:24] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4048677) [15:49:24] (native) % cat /tmp/apk_progress_fifo
(4048677) [15:49:24] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(4048677) [15:49:24] New background process: pid=4049226, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/43) Installing libblkid (2.38.1-r0)
(2/43) Installing argon2-libs (20190702-r2)
(3/43) Installing device-mapper-libs (2.02.188-r0)
(4/43) Installing json-c (0.16-r0)
(5/43) Installing libuuid (2.38.1-r0)
(6/43) Installing cryptsetup-libs (2.5.0-r2)
(7/43) Installing popt (1.19-r0)
(8/43) Installing cryptsetup (2.5.0-r2)
(9/43) Installing cryptsetup-openrc (2.5.0-r2)
(10/43) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(11/43) Installing ncurses-libs (6.3_p20221023-r0)
(12/43) Installing readline (8.2.0-r0)
(13/43) Installing parted (3.5-r0)
(14/43) Installing util-linux (2.38.1-r0)
(15/43) Installing libfdisk (2.38.1-r0)
(16/43) Installing libmount (2.38.1-r0)
(17/43) Installing libsmartcols (2.38.1-r0)
(18/43) Installing util-linux-misc (2.38.1-r0)
(19/43) Installing libeconf (0.4.6-r0)
(20/43) Installing linux-pam (1.5.2-r1)
(21/43) Installing runuser (2.38.1-r0)
(22/43) Installing mount (2.38.1-r0)
(23/43) Installing losetup (2.38.1-r0)
(24/43) Installing hexdump (2.38.1-r0)
(25/43) Installing uuidgen (2.38.1-r0)
(26/43) Installing blkid (2.38.1-r0)
(27/43) Installing sfdisk (2.38.1-r0)
(28/43) Installing mcookie (2.38.1-r0)
(29/43) Installing agetty (2.38.1-r0)
(30/43) Installing agetty-openrc (0.45.2-r3)
(31/43) Installing wipefs (2.38.1-r0)
(32/43) Installing cfdisk (2.38.1-r0)
(33/43) Installing umount (2.38.1-r0)
(34/43) Installing util-linux-openrc (2.38.1-r0)
(35/43) Installing flock (2.38.1-r0)
(36/43) Installing eudev-libs (3.2.11-r2)
(37/43) Installing lsblk (2.38.1-r0)
(38/43) Installing libcap-ng (0.8.3-r1)
(39/43) Installing setpriv (2.38.1-r0)
(40/43) Installing logger (2.38.1-r0)
(41/43) Installing partx (2.38.1-r0)
(42/43) Installing fstrim (2.38.1-r0)
(43/43) Installing findmnt (2.38.1-r0)
Executing busybox-1.35.0-r27.trigger
OK: 21 MiB in 68 packages
(4048677) [15:49:26] *** (2/4) CREATE DEVICE ROOTFS ("tablet-x64uefi") ***
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(4048677) [15:49:26] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(4048677) [15:49:26] % 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
(4048677) [15:49:26] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(4048677) [15:49:26] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/null c 1 3
(4048677) [15:49:26] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/zero c 1 5
(4048677) [15:49:26] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/full c 1 7
(4048677) [15:49:26] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/random c 1 8
(4048677) [15:49:26] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/urandom c 1 9
(4048677) [15:49:26] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(4048677) [15:49:26] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(4048677) [15:49:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(4048677) [15:49:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(4048677) [15:49:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(4048677) [15:49:27] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(4048677) [15:49:27] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:27] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:27] extracted: /tmp/pmbootstrapt8pcgfwiapk
(4048677) [15:49:27] extracted: /tmp/pmbootstrapeq57p9pusig
(4048677) [15:49:27] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4048677) [15:49:27] % 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/pmbootstrapeq57p9pusig /tmp/pmbootstrapt8pcgfwiapk
Verified OK
(4048677) [15:49:27] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4048677) [15:49:27] % /tmp/pmbootstrapt8pcgfwiapk --version
apk-tools 2.12.10, compiled for x86_64.
(4048677) [15:49:27] (rootfs_tablet-x64uefi) install alpine-base
(4048677) [15:49:27] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/cache
(4048677) [15:49:27] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/resolv.conf
(4048677) [15:49:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk
(4048677) [15:49:27] (rootfs_tablet-x64uefi) update /etc/apk/repositories
(4048677) [15:49:27] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(4048677) [15:49:27] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(4048677) [15:49:27] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(4048677) [15:49:27] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(4048677) [15:49:27] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(4048677) [15:49:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4048677) [15:49:27] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4048677) [15:49:27] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4048677) [15:49:27] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4048677) [15:49:27] % 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
(4048677) [15:49:27] New background process: pid=4049556, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 10 MiB in 25 packages
(4048677) [15:49:27] (rootfs_tablet-x64uefi) % getent passwd user
(4048677) [15:49:27] (rootfs_tablet-x64uefi) % adduser -D -u 10000 user
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S wheel
addgroup: group 'wheel' in use
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user wheel
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S video
addgroup: group 'video' in use
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user video
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S audio
addgroup: group 'audio' in use
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user audio
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S input
addgroup: group 'input' in use
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user input
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S plugdev
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user plugdev
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup -S netdev
addgroup: group 'netdev' in use
(4048677) [15:49:28] (rootfs_tablet-x64uefi) % addgroup user netdev
(4048677) [15:49:28] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs
(4048677) [15:49:28] (rootfs_tablet-x64uefi) calculate depends of postmarketos-base, device-tablet-x64uefi, postmarketos-ui-plasma-mobile, angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details)
(4048677) [15:49:28] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(4048677) [15:49:28] linux-firmware-any: picked provider(s) with higest priority 1: linux-firmware
(4048677) [15:49:28] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(4048677) [15:49:29] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(4048677) [15:49:30] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(4048677) [15:49:31] gtk+2.0: found pmaport (2.24.33-r7) and binary package (2.24.33-r7, from postmarketOS or Alpine), but pmaport can't be built for x86_64 -> using binary package
(4048677) [15:49:31] (rootfs_tablet-x64uefi) install postmarketos-base device-tablet-x64uefi postmarketos-ui-plasma-mobile angelfish breeze-gtk discover font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4048677) [15:49:31] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:49:31] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(4048677) [15:49:31] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-base device-tablet-x64uefi postmarketos-ui-plasma-mobile angelfish breeze-gtk discover font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4048677) [15:49:31] New background process: pid=4049916, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/797) Installing icu-data-full (72.1-r1)
(2/797) Installing dbus-libs (1.14.4-r0)
(3/797) Installing libgcc (12.2.1_git20220924-r3)
(4/797) Installing libffi (3.4.4-r0)
(5/797) Installing libintl (0.21.1-r1)
(6/797) Installing libblkid (2.38.1-r0)
(7/797) Installing libmount (2.38.1-r0)
(8/797) Installing pcre2 (10.40-r0)
(9/797) Installing glib (2.74.1-r0)
(10/797) Installing libstdc++ (12.2.1_git20220924-r3)
(11/797) Installing icu-libs (72.1-r1)
(12/797) Installing libpcre2-16 (10.40-r0)
(13/797) Installing zstd-libs (1.5.2-r9)
(14/797) Installing qt5-qtbase (5.15.6_git20221010-r0)
(15/797) Installing hicolor-icon-theme (0.17-r2)
(16/797) Installing libmagic (5.43-r0)
(17/797) Installing file (5.43-r0)
(18/797) Installing libxau (1.0.10-r0)
(19/797) Installing libmd (1.0.4-r0)
(20/797) Installing libbsd (0.11.7-r0)
(21/797) Installing libxdmcp (1.1.3-r1)
(22/797) Installing libxcb (1.15-r0)
(23/797) Installing libx11 (1.8.1-r1)
(24/797) Installing libxext (1.3.5-r0)
(25/797) Installing libice (1.0.10-r1)
(26/797) Installing libuuid (2.38.1-r0)
(27/797) Installing libsm (1.2.3-r1)
(28/797) Installing libxt (1.2.1-r0)
(29/797) Installing libxmu (1.1.4-r0)
(30/797) Installing xset (1.2.4-r1)
(31/797) Installing xprop (1.2.5-r1)
(32/797) Installing xdg-utils (1.1.3-r4)
(33/797) Installing mesa (22.2.2-r1)
(34/797) Installing hwdata-pci (0.363-r1)
(35/797) Installing libpciaccess (0.17-r0)
(36/797) Installing libdrm (2.4.113-r0)
(37/797) Installing libexpat (2.5.0-r0)
(38/797) Installing wayland-libs-server (1.21.0-r1)
(39/797) Installing libxfixes (6.0.0-r0)
(40/797) Installing libxxf86vm (1.1.5-r0)
(41/797) Installing mesa-glapi (22.2.2-r1)
(42/797) Installing libxshmfence (1.3.1-r0)
(43/797) Installing mesa-gl (22.2.2-r1)
(44/797) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(45/797) Installing libxcomposite (0.4.5-r1)
(46/797) Installing brotli-libs (1.0.9-r8)
(47/797) Installing libbz2 (1.0.8-r3)
(48/797) Installing libpng (1.6.38-r0)
(49/797) Installing freetype (2.12.1-r0)
(50/797) Installing fontconfig (2.14.1-r0)
(51/797) Installing wayland-libs-client (1.21.0-r1)
(52/797) Installing wayland-libs-cursor (1.21.0-r1)
(53/797) Installing wayland-libs-egl (1.21.0-r1)
(54/797) Installing xkeyboard-config (2.37-r0)
(55/797) Installing xz-libs (5.2.7-r0)
(56/797) Installing libxml2 (2.10.3-r1)
(57/797) Installing libxkbcommon (1.4.1-r0)
(58/797) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(59/797) Installing mesa-gbm (22.2.2-r1)
(60/797) Installing mesa-egl (22.2.2-r1)
(61/797) Installing avahi-libs (0.8-r6)
(62/797) Installing gmp (6.2.1-r2)
(63/797) Installing nettle (3.8.1-r0)
(64/797) Installing p11-kit (0.24.1-r1)
(65/797) Installing libtasn1 (4.19.0-r0)
(66/797) Installing libunistring (1.1-r0)
(67/797) Installing gnutls (3.7.8-r2)
(68/797) Installing cups-libs (2.4.2-r0)
(69/797) Installing pkgconf (1.9.3-r0)
(70/797) Installing shared-mime-info (2.2-r1)
(71/797) Installing libjpeg-turbo (2.1.4-r0)
(72/797) Installing libwebp (1.2.4-r1)
(73/797) Installing tiff (4.4.0-r1)
(74/797) Installing gdk-pixbuf (2.42.10-r0)
(75/797) Installing gtk-update-icon-cache (3.24.34-r7)
(76/797) Installing libxrender (0.9.11-r0)
(77/797) Installing libxcursor (1.2.1-r1)
(78/797) Installing libxdamage (1.1.5-r1)
(79/797) Installing libxi (1.8-r0)
(80/797) Installing libxinerama (1.1.5-r0)
(81/797) Installing libxrandr (1.5.2-r1)
(82/797) Installing libatk-1.0 (2.46.0-r0)
(83/797) Installing libxtst (1.2.4-r0)
(84/797) Installing at-spi2-core (2.46.0-r0)
(85/797) Installing libatk-bridge-2.0 (2.46.0-r0)
(86/797) Installing pixman (0.42.0-r0)
(87/797) Installing cairo (1.17.6-r3)
(88/797) Installing cairo-gobject (1.17.6-r3)
(89/797) Installing libepoxy (1.5.10-r0)
(90/797) Installing fribidi (1.0.12-r0)
(91/797) Installing graphite2 (1.3.14-r2)
(92/797) Installing harfbuzz (5.3.1-r1)
(93/797) Installing libxft (2.3.6-r0)
(94/797) Installing pango (1.50.11-r0)
(95/797) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(96/797) Installing libevdev (1.13.0-r0)
(97/797) Installing mtdev (1.1.6-r1)
(98/797) Installing eudev-libs (3.2.11-r2)
(99/797) Installing libinput-libs (1.21.0-r0)
(100/797) Installing xcb-util-wm (0.4.2-r0)
(101/797) Installing xcb-util (0.4.0-r3)
(102/797) Installing xcb-util-image (0.4.1-r0)
(103/797) Installing xcb-util-keysyms (0.4.1-r0)
(104/797) Installing xcb-util-renderutil (0.3.10-r0)
(105/797) Installing libxkbcommon-x11 (1.4.1-r0)
(106/797) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0)
(107/797) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(108/797) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(109/797) Installing kirigami2-libs (5.99.0-r0)
(110/797) Installing kirigami2 (5.99.0-r0)
(111/797) Installing kactivities-libs (5.99.0-r0)
(112/797) Installing karchive (5.99.0-r0)
(113/797) Installing kconfig (5.99.0-r0)
(114/797) Installing kcoreaddons (5.99.0-r0)
(115/797) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(116/797) Installing kwindowsystem (5.99.0-r0)
(117/797) Installing kcrash (5.99.0-r0)
(118/797) Installing kdbusaddons (5.99.0-r0)
(119/797) Installing kglobalaccel (5.99.0-r0)
(120/797) Installing kguiaddons (5.99.0-r0)
(121/797) Installing ki18n (5.99.0-r0)
(122/797) Installing libelogind (246.10-r5)
(123/797) Installing polkit-elogind-libs (121-r0)
(124/797) Installing polkit-qt-1 (0.114.0-r1)
(125/797) Installing kauth (5.99.0-r0)
(126/797) Installing kcodecs (5.99.0-r0)
(127/797) Installing kwidgetsaddons (5.99.0-r0)
(128/797) Installing kconfigwidgets (5.99.0-r0)
(129/797) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(130/797) Installing kiconthemes (5.99.0-r0)
(131/797) Installing kitemviews (5.99.0-r0)
(132/797) Installing kxmlgui (5.99.0-r0)
(133/797) Installing kbookmarks (5.99.0-r0)
(134/797) Installing kcompletion (5.99.0-r0)
(135/797) Installing libxml2-utils (2.10.3-r1)
(136/797) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(137/797) Installing libgpg-error (1.46-r1)
(138/797) Installing libgcrypt (1.10.1-r0)
(139/797) Installing libxslt (1.1.37-r0)
(140/797) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(141/797) Installing kdoctools (5.99.0-r0)
(142/797) Installing kjobwidgets (5.99.0-r0)
(143/797) Installing alsa-lib (1.2.7.2-r0)
(144/797) Installing libxv (1.0.11-r3)
(145/797) Installing cdparanoia-libs (10.2-r11)
(146/797) Installing graphene (1.10.8-r1)
(147/797) Installing gstreamer (1.20.4-r0)
(148/797) Installing libogg (1.3.5-r1)
(149/797) Installing opus (1.3.1-r1)
(150/797) Installing orc (0.4.32-r2)
(151/797) Installing libtheora (1.1.1-r16)
(152/797) Installing libvorbis (1.3.7-r0)
(153/797) Installing gst-plugins-base (1.20.4-r0)
(154/797) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(155/797) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(156/797) Installing sound-theme-freedesktop (0.8-r0)
(157/797) Installing libltdl (2.4.7-r0)
(158/797) Installing libcanberra (0.30-r9)
(159/797) Installing libcanberra-gstreamer (0.30-r9)
(160/797) Installing knotifications (5.99.0-r0)
(161/797) Installing kservice (5.99.0-r0)
(162/797) Installing solid-libs (5.99.0-r0)
(163/797) Installing libhunspell (1.7.1-r0)
(164/797) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(165/797) Installing ncurses-libs (6.3_p20221023-r0)
(166/797) Installing readline (8.2.0-r0)
(167/797) Installing hunspell (1.7.1-r0)
(168/797) Installing sonnet (5.99.0-r0)
(169/797) Installing ktextwidgets (5.99.0-r0)
(170/797) Installing kio (5.99.0-r0)
(171/797) Installing kpackage (5.99.0-r0)
(172/797) Installing kdeclarative (5.99.0-r0)
(173/797) Installing kwayland (5.99.0-r0)
(174/797) Installing plasma-framework (5.99.0-r0)
(175/797) Installing sqlite-libs (3.39.4-r0)
(176/797) Installing libaccounts-glib (1.26-r0)
(177/797) Installing libaccounts-qt (1.16-r1)
(178/797) Installing signond (8.61-r0)
(179/797) Installing accounts-qml-module (0.7_git20190605-r1)
(180/797) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(181/797) Installing sdl2 (2.24.1-r0)
(182/797) Installing svt-av1-libs (1.3.0-r0)
(183/797) Installing aom-libs (3.5.0-r0)
(184/797) Installing libass (0.16.0-r0)
(185/797) Installing libdav1d (1.0.0-r2)
(186/797) Installing lame (3.100-r2)
(187/797) Installing libasyncns (0.8-r1)
(188/797) Installing flac-libs (1.4.2-r0)
(189/797) Installing libsndfile (1.1.0-r2)
(190/797) Installing libgomp (12.2.1_git20220924-r3)
(191/797) Installing soxr (0.1.3-r3)
(192/797) Installing speexdsp (1.2.1-r0)
(193/797) Installing tdb-libs (1.4.7-r0)
(194/797) Installing libpulse (9999_git20220528-r0)
(195/797) Installing cjson (1.7.15-r3)
(196/797) Installing mbedtls (2.28.1-r0)
(197/797) Installing librist (0.2.7-r0)
(198/797) Installing libsrt (1.5.1-r0)
(199/797) Installing libssh (0.10.4-r0)
(200/797) Installing v4l-utils-libs (1.22.1-r2)
(201/797) Installing libva (2.16.0-r0)
(202/797) Installing libvdpau (1.5-r0)
(203/797) Installing vidstab (1.1.0-r2)
(204/797) Installing libvpx (1.12.0-r1)
(205/797) Installing x264-libs (0.164_git20220602-r0)
(206/797) Installing numactl (2.0.16-r0)
(207/797) Installing x265-libs (3.5-r3)
(208/797) Installing xvidcore (1.3.7-r1)
(209/797) Installing libsodium (1.0.18-r2)
(210/797) Installing libzmq (4.3.4-r1)
(211/797) Installing ffmpeg-libs (5.1.2-r1)
(212/797) Installing libevent (2.1.12-r5)
(213/797) Installing nspr (4.35-r0)
(214/797) Installing nss (3.84-r0)
(215/797) Installing re2 (2022.06.01-r1)
(216/797) Installing snappy (1.1.9-r4)
(217/797) Installing qt5-qtwebengine (5.15.11-r2)
(218/797) Installing libnotify (0.8.1-r1)
(219/797) Installing libproxy (0.4.18-r1)
(220/797) Installing signon-ui (0.17_git20171023-r2)
(221/797) Installing libassuan (2.5.5-r1)
(222/797) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(223/797) Installing gnupg-gpgconf (2.2.40-r0)
(224/797) Installing gpg (2.2.40-r0)
(225/797) Installing npth (1.6-r2)
(226/797) Installing gpg-agent (2.2.40-r0)
(227/797) Installing libksba (1.6.2-r0)
(228/797) Installing gpgsm (2.2.40-r0)
(229/797) Installing gpgme (1.18.0-r0)
(230/797) Installing gpgmepp (1.18.0-r0)
(231/797) Installing gdbm (1.23-r0)
(232/797) Installing libsasl (2.1.28-r2)
(233/797) Installing libqca (2.3.4-r2)
(234/797) Installing kwallet (5.99.0-r0)
(235/797) Installing kaccounts-integration (22.08.2-r0)
(236/797) Installing purpose (5.99.0-r0)
(237/797) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0)
(238/797) Installing qt5-qtfeedback (0_git20180903-r0)
(239/797) Installing angelfish (22.09-r0)
(240/797) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(241/797) Installing gtk-engines-clearlooks (2.21.0-r3)
(242/797) Installing gtk-engines-crux (2.21.0-r3)
(243/797) Installing gtk-engines-industrial (2.21.0-r3)
(244/797) Installing gtk-engines-mist (2.21.0-r3)
(245/797) Installing gtk-engines-redmond (2.21.0-r3)
(246/797) Installing gtk-engines-thinice (2.21.0-r3)
(247/797) Installing gtk-engines (2.21.0-r3)
(248/797) Installing breeze-gtk (5.26.2-r0)
(249/797) Installing udev-init-scripts (35-r1)
(250/797) Installing udev-init-scripts-openrc (35-r1)
(251/797) Installing kmod-libs (30-r1)
(252/797) Installing eudev (3.2.11-r2)
(253/797) Installing eudev-openrc (3.2.11-r2)
(254/797) Installing openssh-keygen (9.1_p1-r0)
(255/797) Installing libedit (20221009.3.1-r0)
(256/797) Installing openssh-client-common (9.1_p1-r0)
(257/797) Installing openssh-client-default (9.1_p1-r0)
(258/797) Installing openssh-sftp-server (9.1_p1-r0)
(259/797) Installing openssh-server-common (9.1_p1-r0)
(260/797) Installing openssh-server (9.1_p1-r0)
(261/797) Installing openssh (9.1_p1-r0)
(262/797) Installing boot-deploy (0.6.1-r0)
(263/797) Installing busybox-extras (1.35.0-r27)
Executing busybox-extras-1.35.0-r27.post-install
(264/797) Installing lzo (2.10-r3)
(265/797) Installing btrfs-progs (6.0-r0)
(266/797) Installing bzip2 (1.0.8-r3)
(267/797) Installing argon2-libs (20190702-r2)
(268/797) Installing device-mapper-libs (2.02.188-r0)
(269/797) Installing json-c (0.16-r0)
(270/797) Installing cryptsetup-libs (2.5.0-r2)
(271/797) Installing popt (1.19-r0)
(272/797) Installing cryptsetup (2.5.0-r2)
(273/797) Installing cryptsetup-openrc (2.5.0-r2)
(274/797) Installing libaio (0.3.113-r0)
(275/797) Installing device-mapper-event-libs (2.02.188-r0)
(276/797) Installing lvm2-libs (2.02.188-r0)
(277/797) Installing device-mapper (2.02.188-r0)
(278/797) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(279/797) Installing libcom_err (1.46.5-r3)
(280/797) Installing e2fsprogs-libs (1.46.5-r3)
(281/797) Installing e2fsprogs (1.46.5-r3)
(282/797) Installing e2fsprogs-extra (1.46.5-r3)
(283/797) Installing f2fs-tools-libs (1.15.0-r0)
(284/797) Installing f2fs-tools (1.15.0-r0)
(285/797) Installing lz4 (1.9.4-r1)
(286/797) Installing userspace-rcu (0.13.2-r0)
(287/797) Installing multipath-tools (0.9.2-r0)
(288/797) Installing multipath-tools-openrc (0.9.2-r0)
(289/797) Installing parted (3.5-r0)
(290/797) Installing postmarketos-mvcfg (1-r0)
(291/797) Installing postmarketos-keys (1-r0)
(292/797) Installing sudo (1.9.12-r0)
(293/797) Installing postmarketos-base-nofde (23-r1)
(294/797) Installing unudhcpd (0.2.1-r0)
(295/797) Installing xz (5.2.7-r0)
(296/797) Installing postmarketos-mkinitfs (1.5-r1)
(297/797) Installing postmarketos-base (23-r1)
Executing postmarketos-base-23-r1.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
(298/797) Installing llvm15-libs (15.0.3-r1)
(299/797) Installing musl-fts (1.2.7-r3)
(300/797) Installing libelf (0.187-r2)
(301/797) Installing mesa-dri-gallium (22.2.2-r1)
(302/797) Installing postmarketos-base-mesa (23-r1)
(303/797) Installing linux-firmware-yamaha (20221012-r0)
(304/797) Installing linux-firmware-yam (20221012-r0)
(305/797) Installing linux-firmware-wfx (20221012-r0)
(306/797) Installing linux-firmware-vxge (20221012-r0)
(307/797) Installing linux-firmware-vicam (20221012-r0)
(308/797) Installing linux-firmware-ueagle-atm (20221012-r0)
(309/797) Installing linux-firmware-ttusb-budget (20221012-r0)
(310/797) Installing linux-firmware-tigon (20221012-r0)
(311/797) Installing linux-firmware-ti-keystone (20221012-r0)
(312/797) Installing linux-firmware-ti-connectivity (20221012-r0)
(313/797) Installing linux-firmware-ti (20221012-r0)
(314/797) Installing linux-firmware-tehuti (20221012-r0)
(315/797) Installing linux-firmware-sxg (20221012-r0)
(316/797) Installing linux-firmware-sun (20221012-r0)
(317/797) Installing linux-firmware-slicoss (20221012-r0)
(318/797) Installing linux-firmware-sb16 (20221012-r0)
(319/797) Installing linux-firmware-rtw89 (20221012-r0)
(320/797) Installing linux-firmware-rtw88 (20221012-r0)
(321/797) Installing linux-firmware-rtlwifi (20221012-r0)
(322/797) Installing linux-firmware-rtl_nic (20221012-r0)
(323/797) Installing linux-firmware-rtl_bt (20221012-r0)
(324/797) Installing linux-firmware-rtl8192e (20221012-r0)
(325/797) Installing linux-firmware-rsi (20221012-r0)
(326/797) Installing linux-firmware-rockchip (20221012-r0)
(327/797) Installing linux-firmware-radeon (20221012-r0)
(328/797) Installing linux-firmware-r128 (20221012-r0)
(329/797) Installing linux-firmware-qlogic (20221012-r0)
(330/797) Installing linux-firmware-qed (20221012-r0)
(331/797) Installing linux-firmware-ath10k (20221012-r0)
(332/797) Installing linux-firmware-qcom (20221012-r0)
(333/797) Installing linux-firmware-qca (20221012-r0)
(334/797) Installing linux-firmware-ositech (20221012-r0)
(335/797) Installing linux-firmware-nvidia (20221012-r0)
(336/797) Installing linux-firmware-netronome (20221012-r0)
(337/797) Installing linux-firmware-myricom (20221012-r0)
(338/797) Installing linux-firmware-mwlwifi (20221012-r0)
(339/797) Installing linux-firmware-mwl8k (20221012-r0)
(340/797) Installing linux-firmware-mrvl (20221012-r0)
(341/797) Installing linux-firmware-moxa (20221012-r0)
(342/797) Installing linux-firmware-microchip (20221012-r0)
(343/797) Installing linux-firmware-meson (20221012-r0)
(344/797) Installing linux-firmware-mellanox (20221012-r0)
(345/797) Installing linux-firmware-mediatek (20221012-r0)
(346/797) Installing linux-firmware-matrox (20221012-r0)
(347/797) Installing linux-firmware-liquidio (20221012-r0)
(348/797) Installing linux-firmware-libertas (20221012-r0)
(349/797) Installing linux-firmware-korg (20221012-r0)
(350/797) Installing linux-firmware-keyspan_pda (20221012-r0)
(351/797) Installing linux-firmware-keyspan (20221012-r0)
(352/797) Installing linux-firmware-kaweth (20221012-r0)
(353/797) Installing linux-firmware-isci (20221012-r0)
(354/797) Installing linux-firmware-intel (20221012-r0)
(355/797) Installing linux-firmware-inside-secure (20221012-r0)
(356/797) Installing linux-firmware-imx (20221012-r0)
(357/797) Installing linux-firmware-i915 (20221012-r0)
(358/797) Installing linux-firmware-go7007 (20221012-r0)
(359/797) Installing linux-firmware-ess (20221012-r0)
(360/797) Installing linux-firmware-ene-ub6250 (20221012-r0)
(361/797) Installing linux-firmware-emi62 (20221012-r0)
(362/797) Installing linux-firmware-emi26 (20221012-r0)
(363/797) Installing linux-firmware-edgeport (20221012-r0)
(364/797) Installing linux-firmware-e100 (20221012-r0)
(365/797) Installing linux-firmware-dsp56k (20221012-r0)
(366/797) Installing linux-firmware-dpaa2 (20221012-r0)
(367/797) Installing linux-firmware-dabusb (20221012-r0)
(368/797) Installing linux-firmware-cypress (20221012-r0)
(369/797) Installing linux-firmware-cxgb4 (20221012-r0)
(370/797) Installing linux-firmware-cxgb3 (20221012-r0)
(371/797) Installing linux-firmware-cpia2 (20221012-r0)
(372/797) Installing linux-firmware-cnm (20221012-r0)
(373/797) Installing linux-firmware-cis (20221012-r0)
(374/797) Installing linux-firmware-cirrus (20221012-r0)
(375/797) Installing linux-firmware-cavium (20221012-r0)
(376/797) Installing linux-firmware-cadence (20221012-r0)
(377/797) Installing linux-firmware-brcm (20221012-r0)
(378/797) Installing linux-firmware-bnx2x (20221012-r0)
(379/797) Installing linux-firmware-bnx2 (20221012-r0)
(380/797) Installing linux-firmware-av7110 (20221012-r0)
(381/797) Installing linux-firmware-atusb (20221012-r0)
(382/797) Installing linux-firmware-atmel (20221012-r0)
(383/797) Installing linux-firmware-ath9k_htc (20221012-r0)
(384/797) Installing linux-firmware-ath6k (20221012-r0)
(385/797) Installing linux-firmware-ath11k (20221012-r0)
(386/797) Installing linux-firmware-ar3k (20221012-r0)
(387/797) Installing linux-firmware-amphion (20221012-r0)
(388/797) Installing linux-firmware-amdgpu (20221012-r0)
(389/797) Installing linux-firmware-amd-ucode (20221012-r0)
(390/797) Installing linux-firmware-amd (20221012-r0)
(391/797) Installing linux-firmware-advansys (20221012-r0)
(392/797) Installing linux-firmware-adaptec (20221012-r0)
(393/797) Installing linux-firmware-acenic (20221012-r0)
(394/797) Installing linux-firmware-3com (20221012-r0)
(395/797) Installing linux-firmware-other (20221012-r0)
(396/797) Installing linux-firmware (20221012-r0)
(397/797) Installing linux-lts (5.15.75-r0)
(398/797) Installing device-tablet-x64uefi (0.3-r5)
(399/797) Installing ca-certificates (20220614-r2)
(400/797) Installing nghttp2-libs (1.50.0-r0)
(401/797) Installing libcurl (7.86.0-r1)
(402/797) Installing libxmlb (0.3.10-r0)
(403/797) Installing yaml (0.2.5-r0)
(404/797) Installing appstream (0.15.5-r1)
Executing appstream-0.15.5-r1.post-install
✔ Metadata cache was updated successfully.
(405/797) Installing appstream-qt (0.15.5-r1)
(406/797) Installing attica (5.99.0-r0)
(407/797) Installing kidletime (5.99.0-r0)
(408/797) Installing knewstuff (5.99.0-r0)
(409/797) Installing discover (5.26.2-r0)
(410/797) Installing libapk-qt (0.4.2-r0)
(411/797) Installing discover-backend-apk (5.26.2-r0)
(412/797) Installing font-droid-nonlatin (20200215-r2)
(413/797) Installing font-noto-common (0_git20211101-r6)
(414/797) Installing font-noto-math (0_git20211101-r6)
(415/797) Installing font-noto-symbols (0_git20211101-r6)
(416/797) Installing font-noto (0_git20211101-r6)
(417/797) Installing font-noto-emoji (2.038-r0)
(418/797) Installing font-noto-extra (0_git20211101-r6)
(419/797) Installing mauiman (1.0.0-r0)
(420/797) Installing mauikit (2.2.0-r0)
(421/797) Installing exiv2 (0.27.5-r1)
(422/797) Installing mauikit-imagetools (2.2.0-r0)
(423/797) Installing mauikit-filebrowsing (2.2.0-r0)
(424/797) Installing index (2.2.0-r0)
(425/797) Installing signon-plugin-oauth2 (0.25-r0)
(426/797) Installing kaccounts-providers (22.08.2-r0)
(427/797) Installing kirigami-addons (0.5-r0)
(428/797) Installing kclock (22.09-r0)
(429/797) Installing gsettings-desktop-schemas (43.0-r0)
(430/797) Installing kdecoration (5.26.2-r0)
(431/797) Installing kde-gtk-config (5.26.2-r0)
(432/797) Installing kirigami-gallery (22.08.2-r0)
(433/797) Installing kquickimageeditor (0.2.0-r1)
(434/797) Installing taglib (1.13-r0)
(435/797) Installing kfilemetadata (5.99.0-r0)
(436/797) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(437/797) Installing koko (22.09-r0)
(438/797) Installing kasync (0.3.0-r2)
(439/797) Installing gpg-wks-server (2.2.40-r0)
(440/797) Installing gpgv (2.2.40-r0)
(441/797) Installing libldap (2.6.3-r4)
(442/797) Installing gnupg-dirmngr (2.2.40-r0)
(443/797) Installing gnupg-utils (2.2.40-r0)
(444/797) Installing gnupg-wks-client (2.2.40-r0)
(445/797) Installing gnupg (2.2.40-r0)
(446/797) Installing iso-codes (4.11.0-r0)
(447/797) Installing kcontacts (5.99.0-r0)
(448/797) Installing kpeople (5.99.0-r0)
(449/797) Installing libical (3.0.16-r1)
(450/797) Installing kcalendarcore (5.99.0-r0)
(451/797) Installing kmime (22.08.2-r0)
(452/797) Installing kimap2 (0.4.0-r1)
(453/797) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(454/797) Installing kdav2 (0.4.0-r1)
(455/797) Installing lmdb (0.9.29-r2)
(456/797) Installing libxapian (1.4.21-r0)
(457/797) Installing sink (0.9.0-r3)
(458/797) Installing kpeoplesink (0_git20210224-r1)
(459/797) Installing kpeoplevcard (0.1-r2)
(460/797) Installing libraw (0.20.2-r1)
(461/797) Installing libraw-tools (0.20.2-r1)
(462/797) Installing lcms2 (2.13.1-r0)
(463/797) Installing imagemagick-libs (7.1.0.51-r1)
(464/797) Installing jbig2dec (0.19-r1)
(465/797) Installing ghostscript (10.0.0-r0)
(466/797) Installing libde265 (1.0.9-r0)
(467/797) Installing libheif (1.13.0-r0)
(468/797) Installing libjxl (0.6.1_git20220605-r1)
(469/797) Installing librsvg (2.55.1-r0)
(470/797) Installing imagemagick (7.1.0.51-r1)
(471/797) Installing perl (5.36.0-r0)
(472/797) Installing perl-image-exiftool (12.42-r0)
(473/797) Installing exiftool (12.42-r0)
(474/797) Installing tzdata (2022f-r0)
(475/797) Installing openexr (3.1.5-r3)
(476/797) Installing soundtouch (2.3.1-r0)
(477/797) Installing libraw1394 (2.1.2-r3)
(478/797) Installing libusb (1.0.26-r0)
(479/797) Installing libdc1394 (2.2.6-r1)
(480/797) Installing tslib (1.22-r1)
(481/797) Installing directfb (1.7.7-r5)
(482/797) Installing faac (1.30-r2)
(483/797) Installing fdk-aac (2.0.2-r1)
(484/797) Installing flite (2.2-r1)
(485/797) Installing libsamplerate (0.2.2-r0)
(486/797) Installing jack (1.9.21-r0)
(487/797) Installing portaudio (19.7.0-r0)
(488/797) Installing fluidsynth-libs (2.3.0-r0)
(489/797) Installing libfreeaptx (0.1.1-r1)
(490/797) Installing gsm (1.0.22-r1)
(491/797) Installing libgudev (237-r1)
(492/797) Installing libldac (2.0.2.3-r0)
(493/797) Installing libmodplug (0.8.9.0-r2)
(494/797) Installing neon (0.32.4-r0)
(495/797) Installing libnice (0.1.19-r0)
(496/797) Installing openal-soft (1.22.2-r2)
(497/797) Installing openjpeg (2.5.0-r0)
(498/797) Installing librtmp (2.4_git20190330-r2)
(499/797) Installing sbc (2.0-r0)
(500/797) Installing spandsp (0.0.6-r2)
(501/797) Installing libsrtp (2.4.2-r3)
(502/797) Installing vo-aacenc (0.1.3-r0)
(503/797) Installing vo-amrwbenc (0.1.3-r0)
(504/797) Installing libzbar (0.23.92-r1)
(505/797) Installing gst-plugins-bad (1.20.4-r1)
(506/797) Installing gtk4.0 (4.8.2-r0)
Executing gtk4.0-4.8.2-r0.post-install
(507/797) Installing megapixels (1.5.2-r0)
(508/797) Installing mesa-gles (22.2.2-r1)
(509/797) Installing encodings (1.0.6-r0)
(510/797) Installing libfontenc (1.1.6-r0)
(511/797) Installing mkfontscale (1.2.2-r1)
(512/797) Installing font-dejavu (2.37-r3)
(513/797) Installing sdl2_ttf (2.20.1-r0)
(514/797) Installing osk-sdl (0.67.1-r1)
(515/797) Installing kcmutils (5.99.0-r0)
(516/797) Installing frameworkintegration (5.99.0-r0)
(517/797) Installing oxygen (5.26.2-r0)
(518/797) Installing modemmanager-qt (5.99.0-r0)
(519/797) Installing callaudiod-libs (0.1.4-r0)
(520/797) Installing abseil-cpp (20220623.1-r1)
(521/797) Installing boost1.80-thread (1.80.0-r3)
(522/797) Installing libprotobuf (3.21.9-r0)
(523/797) Installing libphonenumber (8.12.56-r1)
(524/797) Installing plasma-dialer (22.09-r0)
(525/797) Installing plasma-mobile-sounds (0.1-r1)
(526/797) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(527/797) Installing plasma-phonebook (22.09-r0)
(528/797) Installing postmarketos-artwork-wallpapers (2-r1)
(529/797) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(530/797) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(531/797) Installing dbus-openrc (1.14.4-r0)
(532/797) Installing bluez (5.65-r2)
(533/797) Installing bluez-openrc (5.65-r2)
(534/797) Installing bluez-obexd (5.65-r2)
(535/797) Installing kded (5.99.0-r0)
(536/797) Installing bluez-qt (5.99.0-r0)
(537/797) Installing bluedevil (5.26.2-r0)
(538/797) Installing breeze (5.26.2-r0)
(539/797) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(540/797) Installing callaudiod (0.1.4-r0)
(541/797) Installing dnsmasq-common (2.87-r0)
(542/797) Installing dnsmasq-openrc (2.87-r0)
(543/797) Installing dnsmasq (2.87-r0)
Executing dnsmasq-2.87-r0.pre-install
(544/797) Installing linux-pam (1.5.2-r1)
(545/797) Installing shadow (4.10-r3)
(546/797) Installing libacl (2.3.1-r1)
(547/797) Installing elogind (246.10-r5)
(548/797) Installing elogind-openrc (246.10-r5)
(549/797) Installing hfd-service (0.1.0-r1)
(550/797) Installing hfd-service-openrc (0.1.0-r1)
(551/797) Installing iio-sensor-proxy (3.4-r0)
(552/797) Installing iio-sensor-proxy-openrc (3.4-r0)
(553/797) Installing libkscreen (5.26.2-r0)
(554/797) Installing layer-shell-qt (5.26.2-r0)
(555/797) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(556/797) Installing kscreen (5.26.2-r0)
(557/797) Installing socat (1.7.4.3-r1)
(558/797) Installing kwallet-pam (5.26.2-r0)
(559/797) Installing kwayland-integration (5.26.2-r0)
(560/797) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(561/797) Installing duktape (2.7.0-r0)
(562/797) Installing polkit-elogind (121-r0)
(563/797) Installing libmm-glib (1.18.12-r0)
(564/797) Installing libmbim (1.26.4-r0)
(565/797) Installing libqrtr-glib (1.2.2-r0)
(566/797) Installing libqmi (1.30.8-r0)
(567/797) Installing modemmanager (1.18.12-r0)
(568/797) Installing modemmanager-openrc (1.18.12-r0)
(569/797) Installing libnm (1.40.2-r0)
(570/797) Installing networkmanager-common (1.40.2-r0)
(571/797) Installing networkmanager-openrc (1.40.2-r0)
(572/797) Installing libmnl (1.0.5-r0)
(573/797) Installing libnftnl (1.2.3-r0)
(574/797) Installing iptables (1.8.8-r2)
(575/797) Installing iptables-openrc (1.8.8-r2)
(576/797) Installing libndp (1.8-r1)
(577/797) Installing libidn2 (2.3.4-r0)
(578/797) Installing libpsl (0.21.1-r1)
(579/797) Installing networkmanager (1.40.2-r0)
Executing networkmanager-1.40.2-r0.pre-install
Executing networkmanager-1.40.2-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>.
*
(580/797) Installing networkmanager-cli (1.40.2-r0)
(581/797) Installing pcre (8.45-r2)
(582/797) Installing slang (2.3.3-r0)
(583/797) Installing newt (0.52.21-r4)
(584/797) Installing networkmanager-tui (1.40.2-r0)
(585/797) Installing wireless-regdb (2022.08.12-r0)
(586/797) Installing networkmanager-wifi (1.40.2-r0)
Executing networkmanager-wifi-1.40.2-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.
*
(587/797) Installing mobile-broadband-provider-info (20220725-r0)
(588/797) Installing networkmanager-wwan (1.40.2-r0)
(589/797) Installing libunwind (1.6.2-r0)
(590/797) Installing libcamera (0.0.1-r0)
(591/797) Installing pipewire-libs (0.3.59-r3)
(592/797) Installing libuv (1.44.2-r0)
(593/797) Installing roc-toolkit-libs (0.1.5-r2)
(594/797) Installing webrtc-audio-processing (0.3.1-r6)
(595/797) Installing pipewire (0.3.59-r3)
(596/797) Installing breeze-icons (5.99.0-r0)
(597/797) Installing dbus-x11 (1.14.4-r0)
(598/797) Installing kactivities (5.99.0-r0)
(599/797) Installing kpipewire (5.26.2-r0)
(600/797) Installing dconf (0.40.0-r2)
(601/797) Installing anthy (9100h-r2)
(602/797) Installing maliit-framework (2.3.0-r1)
(603/797) Installing kyotocabinet (1.2.79-r3)
(604/797) Installing libpinyin (2.7.92-r0)
(605/797) Installing tinyxml (2.6.2-r1)
(606/797) Installing presage (0.9.1-r2)
(607/797) Installing maliit-keyboard (2.3.1-r1)
(608/797) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(609/797) Installing plasma-nano (5.26.2-r0)
(610/797) Installing networkmanager-qt (5.99.0-r0)
(611/797) Installing plasma-nm (5.26.2-r0)
(612/797) Installing plasma-nm-mobile (5.26.2-r0)
(613/797) Installing fftw-single-libs (3.3.10-r1)
(614/797) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(615/797) Installing pulseaudio-bluez (9999_git20220528-r0)
(616/797) Installing pulseaudio-alsa (9999_git20220528-r0)
(617/797) Installing alsa-utils-openrc (1.2.7-r1)
(618/797) Installing pulseaudio-openrc (9999_git20220528-r0)
(619/797) Installing libcanberra-pulse (0.30-r9)
(620/797) Installing plasma-pa (5.26.2-r0)
(621/797) Installing libdaemon (0.14-r3)
(622/797) Installing openrc-settingsd (1.1.0-r0)
(623/797) Installing openrc-settingsd-openrc (1.1.0-r0)
(624/797) Installing plasma-settings (22.09-r1)
(625/797) Installing kactivitymanagerd (5.26.2-r0)
(626/797) Installing kinit (5.99.0-r0)
(627/797) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(628/797) Installing kdnssd (5.99.0-r0)
(629/797) Installing syntax-highlighting (5.99.0-r0)
(630/797) Installing kdsoap (2.1.1-r0)
(631/797) Installing libmtp (1.1.20-r2)
(632/797) Installing clang15-libclang (15.0.3-r1)
(633/797) Installing qt5-qttools (5.15.6_git20220907-r1)
(634/797) Installing phonon (4.11.1-r3)
(635/797) Installing talloc (2.3.4-r0)
(636/797) Installing tevent (0.13.0-r0)
(637/797) Installing samba-util-libs (4.16.4-r0)
(638/797) Installing jansson (2.14-r0)
(639/797) Installing ldb (2.5.2-r0)
(640/797) Installing libwbclient (4.16.4-r0)
(641/797) Installing samba-libs (4.16.4-r0)
(642/797) Installing libsmbclient (4.16.4-r0)
(643/797) Installing kio-extras (22.08.2-r0)
(644/797) Installing kquickcharts (5.99.0-r0)
(645/797) Installing xorg-server-common (21.1.4-r1)
(646/797) Installing libxkbfile (1.1.1-r0)
(647/797) Installing xkbcomp (1.4.5-r1)
(648/797) Installing libxfont2 (2.0.6-r0)
(649/797) Installing libtirpc-conf (1.3.3-r0)
(650/797) Installing libtirpc-nokrb (1.3.3-r0)
(651/797) Installing libxcvt (0.1.2-r0)
(652/797) Installing xwayland (22.1.4-r1)
(653/797) Installing kscreenlocker (5.26.2-r0)
(654/797) Installing libqaccessibilityclient (0.4.1-r1)
(655/797) Installing xcb-util-cursor (0.1.4-r0)
(656/797) Installing kwin (5.26.2.1-r0)
(657/797) Installing kitemmodels (5.99.0-r0)
(658/797) Installing threadweaver (5.99.0-r0)
(659/797) Installing krunner (5.99.0-r0)
(660/797) Installing milou (5.26.2-r0)
(661/797) Installing pipewire-media-session (0.4.1-r0)
(662/797) Installing font-hack (3.003-r3)
(663/797) Installing qqc2-desktop-style (5.99.0-r0)
(664/797) Installing plasma-integration (5.26.2-r0)
(665/797) Installing qtchooser (66-r2)
(666/797) Installing plasma-workspace-libs (5.26.2-r0)
(667/797) Installing kactivities-stats (5.99.0-r0)
(668/797) Installing baloo (5.99.0-r0)
(669/797) Installing kholidays (5.99.0-r0)
(670/797) Installing libkexiv2 (22.08.2-r0)
(671/797) Installing knotifyconfig (5.99.0-r0)
(672/797) Installing kparts (5.99.0-r0)
(673/797) Installing zxing-cpp (1.4.0-r0)
(674/797) Installing libdmtx-libs (0.7.7-r0)
(675/797) Installing libqrencode (4.1.1-r1)
(676/797) Installing prison (5.99.0-r0)
(677/797) Installing ktexteditor (5.99.0-r0)
(678/797) Installing libnl3 (3.7.0-r0)
(679/797) Installing libpcap (1.10.1-r1)
(680/797) Installing lm-sensors-libs (3.6.0-r4)
(681/797) Installing libksysguard (5.26.2-r0)
(682/797) Installing kuserfeedback (1.2.0-r1)
(683/797) Installing gpsd (3.24-r0)
(684/797) Installing gpsd-openrc (3.24-r0)
(685/797) Installing mpfr4 (4.1.0-r0)
(686/797) Installing libqalculate (4.4.0-r1)
(687/797) Installing plasma-workspace (5.26.2-r0)
(688/797) Installing kpty (5.99.0-r0)
(689/797) Installing kdesu (5.99.0-r0)
(690/797) Installing kde-cli-tools (5.26.2-r0)
(691/797) Installing qqc2-breeze-style (5.26.2-r0)
(692/797) Installing plasma-mobile (5.26.2-r0)
(693/797) Installing polkit-kde-agent-1 (5.26.2-r0)
(694/797) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(695/797) Installing chrony-openrc (4.3-r0)
(696/797) Installing haveged (1.9.18-r0)
(697/797) Installing haveged-openrc (1.9.18-r0)
(698/797) Installing nftables (1.0.5-r1)
(699/797) Installing nftables-openrc (1.0.5-r1)
(700/797) Installing postmarketos-config-nftables (0.12-r1)
Executing postmarketos-config-nftables-0.12-r1.post-install
 * service nftables added to runlevel default
(701/797) Installing postmarketos-config-nftables-networkmanager (0.12-r1)
(702/797) Installing postmarketos-base-nftables (23-r1)
Executing postmarketos-base-nftables-23-r1.post-install
(703/797) Installing postmarketos-artwork-icons (2-r1)
(704/797) Installing util-linux (2.38.1-r0)
(705/797) Installing libfdisk (2.38.1-r0)
(706/797) Installing libsmartcols (2.38.1-r0)
(707/797) Installing util-linux-misc (2.38.1-r0)
(708/797) Installing libeconf (0.4.6-r0)
(709/797) Installing runuser (2.38.1-r0)
(710/797) Installing mount (2.38.1-r0)
(711/797) Installing losetup (2.38.1-r0)
(712/797) Installing hexdump (2.38.1-r0)
(713/797) Installing uuidgen (2.38.1-r0)
(714/797) Installing blkid (2.38.1-r0)
(715/797) Installing sfdisk (2.38.1-r0)
(716/797) Installing mcookie (2.38.1-r0)
(717/797) Installing agetty (2.38.1-r0)
(718/797) Installing agetty-openrc (0.45.2-r3)
(719/797) Installing wipefs (2.38.1-r0)
(720/797) Installing cfdisk (2.38.1-r0)
(721/797) Installing umount (2.38.1-r0)
(722/797) Installing util-linux-openrc (2.38.1-r0)
(723/797) Installing flock (2.38.1-r0)
(724/797) Installing lsblk (2.38.1-r0)
(725/797) Installing libcap-ng (0.8.3-r1)
(726/797) Installing setpriv (2.38.1-r0)
(727/797) Installing logger (2.38.1-r0)
(728/797) Installing partx (2.38.1-r0)
(729/797) Installing fstrim (2.38.1-r0)
(730/797) Installing findmnt (2.38.1-r0)
(731/797) Installing pcsc-lite-libs (1.9.9-r0)
(732/797) Installing wpa_supplicant (2.10-r4)
(733/797) Installing wpa_supplicant-openrc (2.10-r4)
(734/797) Installing ifupdown-ng-wifi (0.12.1-r0)
(735/797) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(736/797) Installing postmarketos-base-ui-networkmanager (6-r1)
(737/797) Installing mpdecimal (2.5.1-r1)
(738/797) Installing python3 (3.10.8-r3)
(739/797) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(740/797) Installing py3-ruamel.yaml (0.16.12-r2)
(741/797) Installing sleep-inhibitor (1.16-r0)
(742/797) Installing sleep-inhibitor-openrc (1.16-r0)
(743/797) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(744/797) Installing py3-dbus (1.3.2-r0)
(745/797) Installing obex-capabilities (0.2.1-r1)
(746/797) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(747/797) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(748/797) Installing pulseaudio-utils (9999_git20220528-r0)
(749/797) Installing postmarketos-base-ui-pulseaudio (6-r1)
(750/797) Installing upower (1.90.0-r2)
(751/797) Installing powerdevil-libs (5.26.2-r0)
(752/797) Installing powerdevil (5.26.2-r0)
(753/797) Installing bubblewrap (0.6.2-r0)
(754/797) Installing fuse-common (3.12.0-r0)
(755/797) Installing fuse-openrc (3.12.0-r0)
(756/797) Installing fuse3-libs (3.12.0-r0)
(757/797) Installing fuse3 (3.12.0-r0)
(758/797) Installing json-glib (1.6.6-r1)
(759/797) Installing xdg-desktop-portal (1.15.0-r0)
(760/797) Installing xdg-desktop-portal-kde (5.26.2-r0)
(761/797) Installing autologin (1.0.0-r4)
(762/797) Installing tinydm (1.1.2-r1)
(763/797) Installing tinydm-openrc (1.1.2-r1)
(764/797) Installing postmarketos-base-ui-tinydm (6-r1)
(765/797) Installing font-alias (1.0.4-r0)
(766/797) Installing util-macros (1.19.3-r0)
(767/797) Installing font-misc-misc (1.1.2-r3)
(768/797) Installing font-cursor-misc (1.0.3-r3)
(769/797) Installing xauth (1.1.2-r0)
(770/797) Installing xmodmap (1.0.11-r0)
(771/797) Installing xrdb (1.2.1-r1)
(772/797) Installing xinit (1.4.1-r1)
(773/797) Installing xorg-server (21.1.4-r1)
(774/797) Installing libinput (1.21.0-r0)
(775/797) Installing xf86-input-libinput (1.2.1-r0)
(776/797) Installing xf86-video-fbdev (0.5.0-r3)
(777/797) Installing postmarketos-base-ui-x11 (6-r1)
(778/797) Installing postmarketos-ui-plasma-mobile (3.8-r6)
Executing postmarketos-ui-plasma-mobile-3.8-r6.post-install
 * service tinydm added to runlevel default
 * rc-update: service `urfkill' does not exist
 * 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
(779/797) Installing libexif (0.6.24-r0)
(780/797) Installing hwloc (2.8.0-r0)
(781/797) Installing libtbb (2021.7.0-r0)
(782/797) Installing opencv (4.6.0-r3)
(783/797) Installing postprocessd (0.2.1-r0)
(784/797) Installing postprocessd-megapixels (0.2.1-r0)
(785/797) Installing qmltermwidget (0.2.0-r1)
(786/797) Installing qmlkonsole (22.09-r1)
(787/797) Installing c-ares (1.18.1-r0)
(788/797) Installing spacebar (22.09-r0)
(789/797) Installing hkdm (0.2.0-r0)
(790/797) Installing buffyboard (0.2.0-r0)
(791/797) Installing terminus-font (4.49.1-r3)
(792/797) Installing kbd-misc (2.5.1-r2)
(793/797) Installing kbd (2.5.1-r2)
(794/797) Installing kbd-openrc (2.5.1-r2)
(795/797) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(796/797) Installing ttyescape-openrc (1.0.1-r1)
(797/797) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r27.trigger
Executing glib-2.74.1-r0.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gdk-pixbuf-2.42.10-r0.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-mkinitfs-1.5-r1.trigger
2022/10/29 15:52:31 Generating for kernel version: 5.15.75-0-lts
2022/10/29 15:52:31 Output directory: /boot
2022/10/29 15:52:31 == Generating initramfs ==
2022/10/29 15:52:31 - Including hook files
2022/10/29 15:52:31 - Including hook scripts
2022/10/29 15:52:31 - Including required binaries
2022/10/29 15:52:31 - Including kernel modules
2022/10/29 15:52:31 - Including splash images
2022/10/29 15:52:31 - Writing and verifying initramfs archive
2022/10/29 15:52:31 == Generating initramfs extra ==
2022/10/29 15:52:31 - Including extra binaries
2022/10/29 15:52:31 - Including FDE support
2022/10/29 15:52:32 - Writing and verifying initramfs-extra archive
2022/10/29 15:52:32 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/10/29 15:52:33 mkinitfs completed in: 1.806533637s
Executing postmarketos-base-23-r1.trigger
Executing ca-certificates-20220614-r2.trigger
Executing mkfontscale-1.2.2-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3042 MiB in 822 packages
(4048677) [15:52:35] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3042 MiB in 822 packages
(4048677) [15:52:36] (rootfs_tablet-x64uefi) calculate depends of device-tablet-x64uefi (pmbootstrap -v for details)
(4048677) [15:52:36] (rootfs_tablet-x64uefi) install device-tablet-x64uefi
(4048677) [15:52:36] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:52:36] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:52:36] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(4048677) [15:52:36] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-tablet-x64uefi
(4048677) [15:52:36] New background process: pid=4055558, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3042 MiB in 822 packages
(4048677) [15:52:37] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3042 MiB in 822 packages
(4048677) [15:52:37] (rootfs_tablet-x64uefi) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(4048677) [15:52:38] (rootfs_tablet-x64uefi) install postmarketos-mkinitfs
(4048677) [15:52:38] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:52:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:52:38] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(4048677) [15:52:38] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(4048677) [15:52:38] New background process: pid=4055576, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3042 MiB in 822 packages
(4048677) [15:52:38] (rootfs_tablet-x64uefi) mkinitfs lts
(4048677) [15:52:38] (rootfs_tablet-x64uefi) % mkinitfs
2022/10/29 15:52:38 Generating for kernel version: 5.15.75-0-lts
2022/10/29 15:52:38 Output directory: /boot
2022/10/29 15:52:38 == Generating initramfs ==
2022/10/29 15:52:38 - Including hook files
2022/10/29 15:52:38 - Including hook scripts
2022/10/29 15:52:38 - Including required binaries
2022/10/29 15:52:38 - Including kernel modules
2022/10/29 15:52:38 - Including splash images
2022/10/29 15:52:38 - Writing and verifying initramfs archive
2022/10/29 15:52:39 == Generating initramfs extra ==
2022/10/29 15:52:39 - Including extra binaries
2022/10/29 15:52:39 - Including FDE support
2022/10/29 15:52:39 - Writing and verifying initramfs-extra archive
2022/10/29 15:52:39 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/10/29 15:52:44 mkinitfs completed in: 5.981227358s
(4048677) [15:52:44]  *** SET LOGIN PASSWORD FOR: 'user' ***
(4048677) [15:52:44] (rootfs_tablet-x64uefi) % passwd user
New password: Retype new password: passwd: password updated successfully
(4048677) [15:52:44] (rootfs_tablet-x64uefi) % grep ^root:!: /etc/shadow
(4048677) [15:52:44] (rootfs_tablet-x64uefi) locking root
(4048677) [15:52:44] (rootfs_tablet-x64uefi) % passwd -l root
passwd: password changed.
(4048677) [15:52:44] NOTE: No valid keymap specified for device
(4048677) [15:52:44] (rootfs_tablet-x64uefi) % setup-timezone Etc/UTC
(4048677) [15:52:46] (rootfs_tablet-x64uefi) % sh -c echo tablet-x64uefi > /etc/hostname
(4048677) [15:52:46] (rootfs_tablet-x64uefi) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\ttablet\-x64uefi localhost.localdomain localhost/ /etc/hosts
(4048677) [15:52:46] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(4048677) [15:52:46] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(4048677) [15:52:46] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(4048677) [15:52:46] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4048677) [15:52:46] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
3125124	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4048677) [15:52:46] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(4048677) [15:52:46] (native) create tablet-x64uefi.img (3968M)
(4048677) [15:52:46] (native) % truncate -s 3968M /home/pmos/rootfs/tablet-x64uefi.img
(4048677) [15:52:46] (native) mount /dev/install (tablet-x64uefi.img)
(4048677) [15:52:46] (native) mount /home/pmos/rootfs/tablet-x64uefi.img (loop)
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4048677) [15:52:46] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4048677) [15:52:46] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4048677) [15:52:46] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4048677) [15:52:46] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4048677) [15:52:46] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4048677) [15:52:46] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4048677) [15:52:46] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4048677) [15:52:46] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4048677) [15:52:46] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4048677) [15:52:46] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4048677) [15:52:46] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4048677) [15:52:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4048677) [15:52:46] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4048677) [15:52:47] (native) % losetup -f /home/pmos/rootfs/tablet-x64uefi.img
(4048677) [15:52:47] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4048677) [15:52:47] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4048677) [15:52:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4048677) [15:52:47] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4048677) [15:52:47] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(4048677) [15:52:47] (native) % parted -s /dev/install mktable msdos
(4048677) [15:52:47] (native) % parted -s /dev/install mkpart primary fat16 2048s 256M
(4048677) [15:52:47] (native) % parted -s /dev/install mkpart primary 256M 100%
(4048677) [15:52:47] (native) % parted -s /dev/install set 1 boot on
(4048677) [15:52:47] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4048677) [15:52:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4048677) [15:52:47] % sudo mount --bind /dev/loop2p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4048677) [15:52:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4048677) [15:52:47] % sudo mount --bind /dev/loop2p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4048677) [15:52:47] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(4048677) [15:52:47] (native) install e2fsprogs
(4048677) [15:52:47] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4048677) [15:52:47] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4048677) [15:52:47] (native) % cat /tmp/apk_progress_fifo
(4048677) [15:52:47] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(4048677) [15:52:47] New background process: pid=4056107, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/3) Installing libcom_err (1.46.5-r3)
(2/3) Installing e2fsprogs-libs (1.46.5-r3)
(3/3) Installing e2fsprogs (1.46.5-r3)
Executing busybox-1.35.0-r27.trigger
OK: 21 MiB in 71 packages
(4048677) [15:52:48] (native) format /dev/installp2 (root, ext4)
(4048677) [15:52:48] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(4048677) [15:52:48] (native) mount /dev/installp2 to /mnt/install
(4048677) [15:52:48] (native) % mkdir -p /mnt/install
(4048677) [15:52:48] (native) % mount /dev/installp2 /mnt/install
(4048677) [15:52:48] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(4048677) [15:52:48] (native) install dosfstools
(4048677) [15:52:48] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4048677) [15:52:48] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4048677) [15:52:48] (native) % cat /tmp/apk_progress_fifo
(4048677) [15:52:48] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(4048677) [15:52:48] New background process: pid=4056136, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing dosfstools (4.2-r1)
Executing busybox-1.35.0-r27.trigger
OK: 22 MiB in 72 packages
(4048677) [15:52:49] (native) format /dev/installp1 (boot, fat16), mount to mountpoint
(4048677) [15:52:49] (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
(4048677) [15:52:49] (native) % mkdir -p /mnt/install/boot
(4048677) [15:52:49] (native) % mount /dev/installp1 /mnt/install/boot
(4048677) [15:52:49] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(4048677) [15:52:49] (native) copy rootfs_tablet-x64uefi to /mnt/install/
(4048677) [15:52:49] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(4048677) [15:52:49] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(4048677) [15:52:49] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(4048677) [15:52:49] (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/
(4048677) [15:53:02] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(4048677) [15:53:02] % 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
(4048677) [15:53:02] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % 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/
(4048677) [15:53:02] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(4048677) [15:53:02] % 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
(4048677) [15:53:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(4048677) [15:53:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(4048677) [15:53:10] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4048677) [15:53:10] (native) umount /dev/loop2
(4048677) [15:53:10] (native) % losetup -d /dev/loop2
(4048677) [15:53:10] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4048677) [15:53:10] 
(4048677) [15:53:10] *** FLASHING INFORMATION ***
(4048677) [15:53:10] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(4048677) [15:53:10] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(4048677) [15:53:10] 
(4048677) [15:53:10] *** SSH DAEMON INFORMATION ***
(4048677) [15:53:10] SSH daemon is enabled (disable with --no-sshd).
(4048677) [15:53:10] Login as 'user' with the password given during installation.
(4048677) [15:53:10] 
(4048677) [15:53:10] *** FIREWALL INFORMATION ***
(4048677) [15:53:10] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(4048677) [15:53:10] For more information: https://postmarketos.org/firewall
(4048677) [15:53:10] 
(4048677) [15:53:10] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(4048677) [15:53:10] DONE!
total 3216124
-rw-r--r-- 1 root 12345 4160749568 Oct 29 15:53 tablet-x64uefi.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/tablet-x64uefi.img' -> './tablet-x64uefi.img'
Loop Device: /dev/loop2
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/core20_1611.snap                                               0     512
/dev/loop4         0      0         1  1 /var/lib/snapd/snaps/core20_1623.snap                                               0     512
/dev/loop2         0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img   0     512
/dev/loop0         0      0         1  1 /var/lib/snapd/snaps/core18_2560.snap                                               0     512
/dev/loop9         0      0         1  1 /var/lib/snapd/snaps/snapd_17336.snap                                               0     512
/dev/loop7         0      0         1  1 /var/lib/snapd/snaps/snapd_17029.snap                                               0     512
/dev/loop5         0      0         1  1 /var/lib/snapd/snaps/lxd_22753.snap                                                 0     512
/dev/loop3         0      0         1  1 /var/lib/snapd/snaps/lxd_22526.snap                                                 0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Oct 29 15:53 pmOS_boot -> ../../loop2p1
lrwxrwxrwx 1 root root 13 Oct 29 15:53 pmOS_root -> ../../loop2p2
lrwxrwxrwx 1 root root 10 Oct 29 15:53 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Oct 29 15:52 bin
drwxr-xr-x  2 root root  4096 Oct 29 15:52 boot
drwxr-xr-x  2 root root  4096 Oct 29 15:49 dev
drwxr-xr-x 62 root root  4096 Oct 29 15:52 etc
drwxr-xr-x  3 root root  4096 Oct 29 15:53 home
drwxr-xr-x 15 root root  4096 Oct 29 15:52 lib
drwx------  2 root root 16384 Oct 29 15:52 lost+found
drwxr-xr-x  5 root root  4096 Oct 29 15:49 media
drwxr-xr-x  8 root root  4096 Oct 29 15:49 mnt
drwxr-xr-x  2 root root  4096 Oct 29 15:49 opt
drwxr-xr-x  2 root root  4096 Oct 29 15:49 proc
drwx------  2 root root  4096 Oct 29 15:49 root
drwxr-xr-x  6 root root  4096 Oct 29 15:52 run
drwxr-xr-x  2 root root  4096 Oct 29 15:52 sbin
drwxr-xr-x  2 root root  4096 Oct 29 15:49 srv
drwxr-xr-x  2 root root  4096 Oct 29 15:49 sys
drwxrwxrwt  2 root root  4096 Oct 29 15:52 tmp
drwxr-xr-x 10 root root  4096 Oct 29 15:52 usr
drwxr-xr-x 13 root root  4096 Oct 29 15:50 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-10-29 15:53:59--  https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub
Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18
Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 799 [application/x-mspublisher]
Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’

     0K                                                       100% 56.8M=0s

2022-10-29 15:53:59 (56.8 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz
2022-10-26 18:35:49.658236 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-7190-g0179182184 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-7231-g4833eb80d5 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-7232-g805047ce1c [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24538 distinct packages available
(1/104) Upgrading kirigami2-libs (5.99.0-r0 -> 9999_git1666922467-r0)
(2/104) Upgrading kirigami2 (5.99.0-r0 -> 9999_git1666922467-r0)
(3/104) Upgrading kactivities-libs (5.99.0-r0 -> 9999_git1665347036-r0)
(4/104) Upgrading karchive (5.99.0-r0 -> 9999_git1666835922-r0)
(5/104) Upgrading kconfig (5.99.0-r0 -> 9999_git1666436018-r0)
(6/104) Upgrading kcoreaddons (5.99.0-r0 -> 9999_git1666576637-r0)
(7/104) Upgrading kwindowsystem (5.99.0-r0 -> 9999_git1666436380-r0)
(8/104) Upgrading kcrash (5.99.0-r0 -> 9999_git1665347167-r0)
(9/104) Upgrading kdbusaddons (5.99.0-r0 -> 9999_git1666436065-r0)
(10/104) Upgrading kglobalaccel (5.99.0-r0 -> 9999_git1666436139-r0)
(11/104) Upgrading kguiaddons (5.99.0-r0 -> 9999_git1666178810-r0)
(12/104) Upgrading ki18n (5.99.0-r0 -> 9999_git1666835951-r0)
(13/104) Upgrading kauth (5.99.0-r0 -> 9999_git1666435973-r0)
(14/104) Upgrading kcodecs (5.99.0-r0 -> 9999_git1666435999-r0)
(15/104) Upgrading kwidgetsaddons (5.99.0-r0 -> 9999_git1666922530-r0)
(16/104) Upgrading kconfigwidgets (5.99.0-r0 -> 9999_git1666922437-r0)
(17/104) Upgrading kiconthemes (5.99.0-r0 -> 9999_git1666517990-r0)
(18/104) Upgrading kitemviews (5.99.0-r0 -> 9999_git1666627527-r0)
(19/104) Upgrading kxmlgui (5.99.0-r0 -> 9999_git1666922541-r0)
(20/104) Upgrading kbookmarks (5.99.0-r0 -> 9999_git1666435981-r0)
(21/104) Upgrading kcompletion (5.99.0-r0 -> 9999_git1666436009-r0)
(22/104) Upgrading kdoctools (5.99.0-r0 -> 9999_git1666436120-r0)
(23/104) Upgrading kjobwidgets (5.99.0-r0 -> 9999_git1666835973-r0)
(24/104) Upgrading knotifications (5.99.0-r0 -> 9999_git1666436254-r0)
(25/104) Upgrading kservice (5.99.0-r0 -> 9999_git1667008823-r0)
(26/104) Upgrading solid-libs (5.99.0-r0 -> 9999_git1666436430-r0)
(27/104) Upgrading sonnet (5.99.0-r0 -> 9999_git1666662980-r0)
(28/104) Upgrading ktextwidgets (5.99.0-r0 -> 9999_git1666436343-r0)
(29/104) Upgrading kio (5.99.0-r0 -> 9999_git1667008806-r0)
(30/104) Upgrading kpackage (5.99.0-r0 -> 9999_git1666436277-r0)
(31/104) Upgrading kdeclarative (5.99.0-r0 -> 9999_git1666436074-r0)
(32/104) Upgrading kwayland (5.99.0-r0 -> 9999_git1666706026-r0)
(33/104) Upgrading plasma-framework (5.99.0-r0 -> 9999_git1667008856-r0)
(34/104) Upgrading kwallet (5.99.0-r0 -> 9999_git1666922521-r0)
(35/104) Upgrading purpose (5.99.0-r0 -> 9999_git1667008866-r0)
(36/104) Upgrading angelfish (22.09-r0 -> 9999_git1666880724-r0)
(37/104) Upgrading breeze-gtk (5.26.2-r0 -> 9999_git1666094234-r0)
(38/104) Upgrading attica (5.99.0-r0 -> 9999_git1665346188-r0)
(39/104) Upgrading kidletime (5.99.0-r0 -> 9999_git1665347355-r0)
(40/104) Upgrading knewstuff (5.99.0-r0 -> 9999_git1666922482-r0)
(41/104) Upgrading kirigami-addons (0.5-r0 -> 9999_git1667008941-r0)
(42/104) Upgrading kclock (22.09-r0 -> 9999_git1666919945-r0)
(43/104) Upgrading kdecoration (5.26.2-r0 -> 9999_git1666923509-r0)
(44/104) Upgrading kde-gtk-config (5.26.2-r0 -> 9999_git1666231473-r0)
(45/104) Upgrading kfilemetadata (5.99.0-r0 -> 9999_git1666591228-r0)
(46/104) Upgrading kcontacts (5.99.0-r0 -> 9999_git1666570589-r0)
(47/104) Upgrading kpeople (5.99.0-r0 -> 9999_git1666436295-r0)
(48/104) Upgrading kcalendarcore (5.99.0-r0 -> 9999_git1666563141-r0)
(49/104) Upgrading kcmutils (5.99.0-r0 -> 9999_git1666435991-r0)
(50/104) Upgrading frameworkintegration (5.99.0-r0 -> 9999_git1666230952-r0)
(51/104) Upgrading oxygen (5.26.2-r0 -> 9999_git1666664024-r0)
(52/104) Upgrading modemmanager-qt (5.99.0-r0 -> 9999_git1665347249-r0)
(53/104) Upgrading plasma-dialer (22.09-r0 -> 9999_git1667009587-r0)
(54/104) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1666879807-r0)
(55/104) Upgrading kded (5.99.0-r0 -> 9999_git1665347206-r0)
(56/104) Upgrading bluez-qt (5.99.0-r0 -> 9999_git1665346208-r0)
(57/104) Upgrading bluedevil (5.26.2-r0 -> 9999_git1666923462-r0)
(58/104) Upgrading breeze (5.26.2-r0 -> 9999_git1667008106-r0)
(59/104) Upgrading libkscreen (5.26.2-r0 -> 9999_git1667009400-r0)
(60/104) Upgrading layer-shell-qt (5.26.2-r0 -> 9999_git1666447153-r0)
(61/104) Upgrading kscreen (5.26.2-r0 -> 9999_git1666750407-r0)
(62/104) Upgrading kwallet-pam (5.26.2-r0 -> 9999_git1663246611-r0)
(63/104) Upgrading kwayland-integration (5.26.2-r0 -> 9999_git1664735570-r0)
(64/104) Upgrading breeze-icons (5.99.0-r0 -> 9999_git1666956894-r0)
(65/104) Upgrading kactivities (5.99.0-r0 -> 9999_git1665347036-r0)
(66/104) Upgrading plasma-nano (5.26.2-r0 -> 9999_git1666664068-r0)
(67/104) Upgrading networkmanager-qt (5.99.0-r0 -> 9999_git1665347259-r0)
(68/104) Upgrading plasma-nm (5.26.2-r0 -> 9999_git1667009457-r0)
(69/104) Upgrading plasma-nm-mobile (5.26.2-r0 -> 9999_git1667009457-r0)
(70/104) Upgrading plasma-pa (5.26.2-r0 -> 9999_git1666836724-r0)
(71/104) Upgrading plasma-settings (22.09-r1 -> 9999_git1667009596-r1)
(72/104) Upgrading kactivitymanagerd (5.26.2-r0 -> 9999_git1666438793-r0)
(73/104) Upgrading kinit (5.99.0-r0 -> 9999_git1666436184-r0)
(74/104) Upgrading kdnssd (5.99.0-r0 -> 9999_git1666436110-r0)
(75/104) Upgrading syntax-highlighting (5.99.0-r0 -> 9999_git1666950451-r0)
(76/104) Upgrading kquickcharts (5.99.0-r0 -> 9999_git1665347529-r0)
(77/104) Upgrading kscreenlocker (5.26.2-r0 -> 9999_git1666923550-r0)
(78/104) Upgrading kwin (5.26.2.1-r0 -> 9999_git1667009389-r0)
(79/104) Upgrading kitemmodels (5.99.0-r0 -> 9999_git1666020979-r0)
(80/104) Upgrading threadweaver (5.99.0-r0 -> 9999_git1666215546-r0)
(81/104) Upgrading krunner (5.99.0-r0 -> 9999_git1665899863-r0)
(82/104) Upgrading milou (5.26.2-r0 -> 9999_git1666438977-r0)
(83/104) Upgrading qqc2-desktop-style (5.99.0-r0 -> 9999_git1665620141-r0)
(84/104) Upgrading plasma-integration (5.26.2-r0 -> 9999_git1666923618-r0)
(85/104) Upgrading plasma-workspace-libs (5.26.2-r0 -> 9999_git1667009830-r0)
(86/104) Upgrading kactivities-stats (5.99.0-r0 -> 9999_git1665347045-r0)
(87/104) Upgrading baloo (5.99.0-r0 -> 9999_git1666576103-r0)
(88/104) Upgrading kholidays (5.99.0-r0 -> 9999_git1666436148-r0)
(89/104) Upgrading knotifyconfig (5.99.0-r0 -> 9999_git1666436263-r0)
(90/104) Upgrading kparts (5.99.0-r0 -> 9999_git1666662322-r0)
(91/104) Upgrading prison (5.99.0-r0 -> 9999_git1665414234-r0)
(92/104) Upgrading ktexteditor (5.99.0-r0 -> 9999_git1667008832-r0)
(93/104) Upgrading libksysguard (5.26.2-r0 -> 9999_git1667009410-r0)
(94/104) Upgrading plasma-workspace (5.26.2-r0 -> 9999_git1667009830-r0)
(95/104) Upgrading kpty (5.99.0-r0 -> 9999_git1666436305-r0)
(96/104) Upgrading kdesu (5.99.0-r0 -> 9999_git1663420106-r0)
(97/104) Upgrading kde-cli-tools (5.26.2-r0 -> 9999_git1667009342-r0)
(98/104) Upgrading qqc2-breeze-style (5.26.2-r0 -> 9999_git1666048690-r0)
(99/104) Upgrading plasma-mobile (5.26.2-r0 -> 9999_git1667009447-r0)
(100/104) Upgrading polkit-kde-agent-1 (5.26.2-r0 -> 9999_git1666923687-r0)
(101/104) Upgrading powerdevil-libs (5.26.2-r0 -> 9999_git1667009509-r0)
(102/104) Upgrading powerdevil (5.26.2-r0 -> 9999_git1667009509-r0)
(103/104) Upgrading xdg-desktop-portal-kde (5.26.2-r0 -> 9999_git1667009527-r0)
(104/104) Upgrading qmlkonsole (22.09-r1 -> 9999_git1666923796-r1)
Executing busybox-1.35.0-r27.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3182 MiB in 822 packages
(1/12) Installing bash (5.2.2-r0)
Executing bash-5.2.2-r0.post-install
(2/12) Installing xdg-dbus-proxy (0.1.4-r0)
(3/12) Installing lz4-libs (1.9.4-r1)
(4/12) Installing libarchive (3.6.1-r1)
(5/12) Installing ostree (2022.6-r0)
(6/12) Installing libseccomp (2.5.4-r0)
(7/12) Installing flatpak (1.14.0-r2)
Executing flatpak-1.14.0-r2.pre-install
Executing flatpak-1.14.0-r2.post-install
modprobe: can't change directory to '5.15.0-48-generic': No such file or directory
*
* To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in
* Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a
* regular user that will use Flatpak.
*
(8/12) Installing flatpak-libs (1.14.0-r2)
(9/12) Installing discover-backend-flatpak (5.26.2-r0)
(10/12) Installing htop (3.2.1-r1)
(11/12) Installing nano (6.4-r0)
(12/12) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3192 MiB in 834 packages
(1/91) Installing syndication (9999_git1665347337-r0)
(2/91) Installing alligator (9999_git1666836794-r0)
(3/91) Installing libavc1394 (0.5.4-r3)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r3)
(7/91) Installing mpg123-libs (1.31.0-r0)
(8/91) Installing speex (1.2.1-r0)
(9/91) Installing libshout (2.4.6-r1)
(10/91) Installing wavpack (5.5.0-r0)
(11/91) Installing gst-plugins-good (1.20.4-r1)
(12/91) Installing py3-parsing (3.0.9-r0)
(13/91) Installing py3-packaging (21.3-r2)
(14/91) Installing py3-setuptools (65.5.0-r0)
(15/91) Installing py3-certifi (2022.9.24-r0)
(16/91) Installing py3-charset-normalizer (2.1.1-r0)
(17/91) Installing py3-idna (3.4-r2)
(18/91) Installing py3-urllib3 (1.26.12-r0)
(19/91) Installing py3-requests (2.28.1-r0)
(20/91) Installing py3-ytmusicapi (0.24.0-r0)
(21/91) Installing libmng (2.0.3-r1)
(22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0)
(23/91) Installing py3-mutagen (1.46.0-r0)
(24/91) Installing py3-websockets (10.4-r0)
(25/91) Installing py3-brotli (1.0.9-r8)
(26/91) Installing yt-dlp (2022.10.04-r1)
(27/91) Installing audiotube (9999_git1667009560-r0)
(28/91) Installing calindori (9999_git1666842598-r0)
(29/91) Installing live-media (2022.07.14-r0)
(30/91) Installing libxpm (3.5.13-r1)
(31/91) Installing a52dec (0.7.4-r8)
(32/91) Installing vulkan-loader (1.3.231.0-r0)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.3-r0)
(35/91) Installing libcddb (1.3.2-r4)
(36/91) Installing libdvbpsi (1.3.3-r0)
(37/91) Installing libdvdcss (1.4.3-r0)
(38/91) Installing libdvdread (6.1.3-r0)
(39/91) Installing libdvdnav (6.1.1-r0)
(40/91) Installing libebml (1.4.4-r0)
(41/91) Installing faad2-libs (2.10.1-r0)
(42/91) Installing libupnp (1.14.13-r0)
(43/91) Installing lua5.2-libs (5.2.4-r10)
(44/91) Installing libmad (0.15.1b-r9)
(45/91) Installing libmatroska (1.7.1-r0)
(46/91) Installing libmicrodns (0.2.0-r0)
(47/91) Installing libmpeg2 (0.5.1-r9)
(48/91) Installing glslang-libs (11.12.0-r0)
(49/91) Installing glslang (11.12.0-r0)
(50/91) Installing spirv-tools (1.3.231.0-r0)
(51/91) Installing shaderc (2022.3-r1)
(52/91) Installing libplacebo (4.208.0-r4)
(53/91) Installing libprotobuf-lite (3.21.9-r0)
(54/91) Installing vlc-libs (3.0.17.4-r10)
(55/91) Installing vlc (3.0.17.4-r10)
(56/91) Installing elisa (22.08.2-r0)
(57/91) Installing kunitconversion (9999_git1667008844-r0)
(58/91) Installing kalk (9999_git1667009569-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1667009577-r0)
(61/91) Installing keysmith (9999_git1666987485-r0)
(62/91) Installing krecorder (9999_git1666923753-r1)
(63/91) Installing kpublictransport (22.08.2-r0)
(64/91) Installing ktrip (9999_git1666710286-r0)
(65/91) Installing kweathercore (9999_git1666971037-r0)
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/91) Installing kweather (9999_git1666923768-r1)
(68/91) Installing libquotient (0.6.11-r0)
(69/91) Installing libcmark (0.30.2-r1)
(70/91) Installing neochat (9999_git1667009107-r0)
(71/91) Installing kjs (9999_git1665347424-r0)
(72/91) Installing libdjvulibre (3.5.28-r2)
(73/91) Installing libzip (1.9.2-r2)
(74/91) Installing ebook-tools (0.2.2-r3)
(75/91) Installing discount-libs (2.2.7b-r0)
(76/91) Installing poppler (22.10.0-r0)
(77/91) Installing poppler-qt5 (22.10.0-r0)
(78/91) Installing kdegraphics-mobipocket (22.08.2-r0)
(79/91) Installing libspectre (0.2.10-r1)
(80/91) Installing okular-common (22.08.2-r1)
(81/91) Installing okular (22.08.2-r1)
(82/91) Installing plasma-camera (1.0_git20210328-r2)
(83/91) Installing gst-libav (1.20.4-r0)
(84/91) Installing gst-plugins-good-qt (1.20.4-r1)
(85/91) Installing plasmatube (9999_git1666490650-r0)
(86/91) Installing postmarketos-config-nftables-upnp-client (0.12-r1)
(87/91) Installing postmarketos-config-nftables-mdns (0.12-r1)
(88/91) Installing postmarketos-config-nftables-chromecast (0.12-r1)
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.12-r1)
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(91/91) Installing tokodon (9999_git1667022024-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Executing vlc-libs-3.0.17.4-r10.trigger
OK: 3307 MiB in 925 packages
(chroot) Exiting chroot...
[15:55:57] Unregister qemu binfmt (arm)
[15:55:57] Unregister qemu binfmt (aarch64)
[15:55:58] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[15:55:58] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[15:55:58] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y
[15:55:58] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
[15:56:00] Cleared up ~6215 MB of space
[15:56:00] DONE!
Building image for pine64-pinephone
Already up to date.
[15:56:01] Work path [/home/swadmin/.local/var/pmbootstrap]: [15:56:01] Channel [edge]: [15:56:01] Vendor [qemu]: [15:56:01] Device codename [amd64]: [15:56:01] Kernel [lts]: [15:56:01] Username [user]: [15:56:01] User interface [weston]: [15:56:01] Change them? (y/n) [n]: [15:56:01] Extra packages [none]: [15:56:01] Use this timezone instead of GMT? (y/n) [y]: [15:56:01] Choose default locale for installation [C.UTF-8]: [15:56:01] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [15:56:01] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [15:56:01] Config changed: ui='plasma-mobile'
[15:56:02] Config changed: device='pine64-pinephone'
[15:56:02] Config changed: kernel=''
[15:56:02] Config changed: extra_packages='osk-sdl'
(4088403) [15:56:02] % 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)
(4088403) [15:56:02] % 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
(4088403) [15:56:02] *** (1/4) PREPARE NATIVE CHROOT ***
(4088403) [15:56:02] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(4088403) [15:56:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4088403) [15:56:02] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4088403) [15:56:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4088403) [15:56:02] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4088403) [15:56:02] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(4088403) [15:56:02] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(4088403) [15:56:02] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(4088403) [15:56:02] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(4088403) [15:56:02] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(4088403) [15:56:02] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(4088403) [15:56:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4088403) [15:56:02] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4088403) [15:56:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(4088403) [15:56:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4088403) [15:56:02] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(4088403) [15:56:03] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4088403) [15:56:03] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4088403) [15:56:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4088403) [15:56:03] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] Update package index for x86_64 (4 file(s))
(4088403) [15:56:03] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(4088403) [15:56:03] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(4088403) [15:56:03] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4088403) [15:56:03] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(4088403) [15:56:03] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4088403) [15:56:04] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(4088403) [15:56:04] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4088403) [15:56:04] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(4088403) [15:56:04] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(4088403) [15:56:04] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:04] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:04] extracted: /tmp/pmbootstrapkogw2otaapk
(4088403) [15:56:04] extracted: /tmp/pmbootstrapyanabuvgsig
(4088403) [15:56:04] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:04] % 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/pmbootstrapyanabuvgsig /tmp/pmbootstrapkogw2otaapk
Verified OK
(4088403) [15:56:04] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4088403) [15:56:04] % /tmp/pmbootstrapkogw2otaapk --version
apk-tools 2.12.10, compiled for x86_64.
(4088403) [15:56:04] (native) install alpine-base
(4088403) [15:56:04] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(4088403) [15:56:04] % 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
(4088403) [15:56:04] % 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
(4088403) [15:56:04] % 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
(4088403) [15:56:04] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % 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
(4088403) [15:56:05] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(4088403) [15:56:05] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(4088403) [15:56:05] (native) update /etc/apk/repositories
(4088403) [15:56:05] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4088403) [15:56:05] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4088403) [15:56:05] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4088403) [15:56:05] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4088403) [15:56:05] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4088403) [15:56:05] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4088403) [15:56:05] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4088403) [15:56:05] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4088403) [15:56:05] % 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
(4088403) [15:56:05] New background process: pid=4088859, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 10 MiB in 25 packages
(4088403) [15:56:06] (native) % adduser -D pmos -u 12345
(4088403) [15:56:06] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(4088403) [15:56:06] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(4088403) [15:56:06] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(4088403) [15:56:06] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(4088403) [15:56:06] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(4088403) [15:56:06] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(4088403) [15:56:06] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(4088403) [15:56:07] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(4088403) [15:56:07] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(4088403) [15:56:07] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(4088403) [15:56:07] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(4088403) [15:56:07] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(4088403) [15:56:07] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(4088403) [15:56:07] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(4088403) [15:56:07] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(4088403) [15:56:07] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(4088403) [15:56:07] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(4088403) [15:56:07] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(4088403) [15:56:07] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(4088403) [15:56:09] (native) install cryptsetup util-linux parted
(4088403) [15:56:09] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [15:56:09] (native) % cat /tmp/apk_progress_fifo
(4088403) [15:56:09] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(4088403) [15:56:09] New background process: pid=4088940, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/43) Installing libblkid (2.38.1-r0)
(2/43) Installing argon2-libs (20190702-r2)
(3/43) Installing device-mapper-libs (2.02.188-r0)
(4/43) Installing json-c (0.16-r0)
(5/43) Installing libuuid (2.38.1-r0)
(6/43) Installing cryptsetup-libs (2.5.0-r2)
(7/43) Installing popt (1.19-r0)
(8/43) Installing cryptsetup (2.5.0-r2)
(9/43) Installing cryptsetup-openrc (2.5.0-r2)
(10/43) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(11/43) Installing ncurses-libs (6.3_p20221023-r0)
(12/43) Installing readline (8.2.0-r0)
(13/43) Installing parted (3.5-r0)
(14/43) Installing util-linux (2.38.1-r0)
(15/43) Installing libfdisk (2.38.1-r0)
(16/43) Installing libmount (2.38.1-r0)
(17/43) Installing libsmartcols (2.38.1-r0)
(18/43) Installing util-linux-misc (2.38.1-r0)
(19/43) Installing libeconf (0.4.6-r0)
(20/43) Installing linux-pam (1.5.2-r1)
(21/43) Installing runuser (2.38.1-r0)
(22/43) Installing mount (2.38.1-r0)
(23/43) Installing losetup (2.38.1-r0)
(24/43) Installing hexdump (2.38.1-r0)
(25/43) Installing uuidgen (2.38.1-r0)
(26/43) Installing blkid (2.38.1-r0)
(27/43) Installing sfdisk (2.38.1-r0)
(28/43) Installing mcookie (2.38.1-r0)
(29/43) Installing agetty (2.38.1-r0)
(30/43) Installing agetty-openrc (0.45.2-r3)
(31/43) Installing wipefs (2.38.1-r0)
(32/43) Installing cfdisk (2.38.1-r0)
(33/43) Installing umount (2.38.1-r0)
(34/43) Installing util-linux-openrc (2.38.1-r0)
(35/43) Installing flock (2.38.1-r0)
(36/43) Installing eudev-libs (3.2.11-r2)
(37/43) Installing lsblk (2.38.1-r0)
(38/43) Installing libcap-ng (0.8.3-r1)
(39/43) Installing setpriv (2.38.1-r0)
(40/43) Installing logger (2.38.1-r0)
(41/43) Installing partx (2.38.1-r0)
(42/43) Installing fstrim (2.38.1-r0)
(43/43) Installing findmnt (2.38.1-r0)
Executing busybox-1.35.0-r27.trigger
OK: 21 MiB in 68 packages
(4088403) [15:56:11] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") ***
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(4088403) [15:56:11] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(4088403) [15:56:11] % 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
(4088403) [15:56:11] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(4088403) [15:56:11] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3
(4088403) [15:56:11] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5
(4088403) [15:56:11] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7
(4088403) [15:56:11] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8
(4088403) [15:56:11] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9
(4088403) [15:56:11] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(4088403) [15:56:11] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(4088403) [15:56:11] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(4088403) [15:56:11] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(4088403) [15:56:11] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(4088403) [15:56:11] (native) install qemu-aarch64
(4088403) [15:56:11] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [15:56:11] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [15:56:11] (native) % cat /tmp/apk_progress_fifo
(4088403) [15:56:11] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(4088403) [15:56:11] New background process: pid=4089291, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing qemu-aarch64 (7.1.0-r3)
Executing busybox-1.35.0-r27.trigger
OK: 25 MiB in 69 packages
(4088403) [15:56:12] Register qemu binfmt (aarch64)
(4088403) [15:56:12] % 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
(4088403) [15:56:12] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin
(4088403) [15:56:12] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(4088403) [15:56:12] % 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
(4088403) [15:56:12] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(4088403) [15:56:12] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:12] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:12] extracted: /tmp/pmbootstrapif07q7irapk
(4088403) [15:56:12] extracted: /tmp/pmbootstraphsjmsr71sig
(4088403) [15:56:12] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4088403) [15:56:12] % 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/pmbootstraphsjmsr71sig /tmp/pmbootstrapif07q7irapk
Verified OK
(4088403) [15:56:12] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4088403) [15:56:12] % /tmp/pmbootstrapif07q7irapk --version
apk-tools 2.12.10, compiled for x86_64.
(4088403) [15:56:12] (rootfs_pine64-pinephone) install alpine-base
(4088403) [15:56:12] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache
(4088403) [15:56:12] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf
(4088403) [15:56:12] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk
(4088403) [15:56:12] (rootfs_pine64-pinephone) update /etc/apk/repositories
(4088403) [15:56:12] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(4088403) [15:56:12] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(4088403) [15:56:12] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(4088403) [15:56:12] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(4088403) [15:56:12] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(4088403) [15:56:12] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(4088403) [15:56:12] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(4088403) [15:56:12] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(4088403) [15:56:12] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(4088403) [15:56:12] Update package index for aarch64 (4 file(s))
(4088403) [15:56:12] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(4088403) [15:56:13] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(4088403) [15:56:13] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(4088403) [15:56:13] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(4088403) [15:56:13] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(4088403) [15:56:13] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(4088403) [15:56:13] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(4088403) [15:56:13] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(4088403) [15:56:13] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4088403) [15:56:13] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4088403) [15:56:13] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4088403) [15:56:14] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4088403) [15:56:14] % 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
(4088403) [15:56:14] New background process: pid=4089342, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 13 MiB in 25 packages
(4088403) [15:56:15] (rootfs_pine64-pinephone) % getent passwd user
(4088403) [15:56:16] (rootfs_pine64-pinephone) % adduser -D -u 10000 user
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup -S wheel
addgroup: group 'wheel' in use
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup user wheel
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup -S video
addgroup: group 'video' in use
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup user video
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup -S audio
addgroup: group 'audio' in use
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup user audio
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup -S input
addgroup: group 'input' in use
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup user input
(4088403) [15:56:16] (rootfs_pine64-pinephone) % addgroup -S plugdev
(4088403) [15:56:17] (rootfs_pine64-pinephone) % addgroup user plugdev
(4088403) [15:56:17] (rootfs_pine64-pinephone) % addgroup -S netdev
addgroup: group 'netdev' in use
(4088403) [15:56:17] (rootfs_pine64-pinephone) % addgroup user netdev
(4088403) [15:56:17] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs
(4088403) [15:56:18] (rootfs_pine64-pinephone) calculate depends of postmarketos-base, device-pine64-pinephone, postmarketos-ui-plasma-mobile, device-pine64-pinephone-nonfree-firmware, angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details)
(4088403) [15:56:19] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(4088403) [15:56:19] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(4088403) [15:56:19] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(4088403) [15:56:20] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(4088403) [15:56:21] (rootfs_pine64-pinephone) install postmarketos-base device-pine64-pinephone postmarketos-ui-plasma-mobile device-pine64-pinephone-nonfree-firmware angelfish breeze-gtk discover font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4088403) [15:56:21] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [15:56:21] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(4088403) [15:56:21] (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 font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4088403) [15:56:21] New background process: pid=4089699, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/731) Installing icu-data-full (72.1-r1)
(2/731) Installing dbus-libs (1.14.4-r0)
(3/731) Installing libgcc (12.2.1_git20220924-r3)
(4/731) Installing libffi (3.4.4-r0)
(5/731) Installing libintl (0.21.1-r1)
(6/731) Installing libblkid (2.38.1-r0)
(7/731) Installing libmount (2.38.1-r0)
(8/731) Installing pcre2 (10.40-r0)
(9/731) Installing glib (2.74.1-r0)
(10/731) Installing libstdc++ (12.2.1_git20220924-r3)
(11/731) Installing icu-libs (72.1-r1)
(12/731) Installing libpcre2-16 (10.40-r0)
(13/731) Installing zstd-libs (1.5.2-r9)
(14/731) Installing qt5-qtbase (5.15.6_git20221010-r0)
(15/731) Installing hicolor-icon-theme (0.17-r2)
(16/731) Installing libmagic (5.43-r0)
(17/731) Installing file (5.43-r0)
(18/731) Installing libxau (1.0.10-r0)
(19/731) Installing libmd (1.0.4-r0)
(20/731) Installing libbsd (0.11.7-r0)
(21/731) Installing libxdmcp (1.1.3-r1)
(22/731) Installing libxcb (1.15-r0)
(23/731) Installing libx11 (1.8.1-r1)
(24/731) Installing libxext (1.3.5-r0)
(25/731) Installing libice (1.0.10-r1)
(26/731) Installing libuuid (2.38.1-r0)
(27/731) Installing libsm (1.2.3-r1)
(28/731) Installing libxt (1.2.1-r0)
(29/731) Installing libxmu (1.1.4-r0)
(30/731) Installing xset (1.2.4-r1)
(31/731) Installing xprop (1.2.5-r1)
(32/731) Installing xdg-utils (1.1.3-r4)
(33/731) Installing mesa (22.2.2-r1)
(34/731) Installing libdrm (2.4.113-r0)
(35/731) Installing libexpat (2.5.0-r0)
(36/731) Installing wayland-libs-server (1.21.0-r1)
(37/731) Installing mesa-glapi (22.2.2-r1)
(38/731) Installing mesa-gles (22.2.2-r1)
(39/731) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(40/731) Installing libxcomposite (0.4.5-r1)
(41/731) Installing brotli-libs (1.0.9-r8)
(42/731) Installing libbz2 (1.0.8-r3)
(43/731) Installing libpng (1.6.38-r0)
(44/731) Installing freetype (2.12.1-r0)
(45/731) Installing fontconfig (2.14.1-r0)
(46/731) Installing wayland-libs-client (1.21.0-r1)
(47/731) Installing wayland-libs-cursor (1.21.0-r1)
(48/731) Installing wayland-libs-egl (1.21.0-r1)
(49/731) Installing xkeyboard-config (2.37-r0)
(50/731) Installing xz-libs (5.2.7-r0)
(51/731) Installing libxml2 (2.10.3-r1)
(52/731) Installing libxkbcommon (1.4.1-r0)
(53/731) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(54/731) Installing mesa-gbm (22.2.2-r1)
(55/731) Installing libxshmfence (1.3.1-r0)
(56/731) Installing mesa-egl (22.2.2-r1)
(57/731) Installing avahi-libs (0.8-r6)
(58/731) Installing gmp (6.2.1-r2)
(59/731) Installing nettle (3.8.1-r0)
(60/731) Installing p11-kit (0.24.1-r1)
(61/731) Installing libtasn1 (4.19.0-r0)
(62/731) Installing libunistring (1.1-r0)
(63/731) Installing gnutls (3.7.8-r2)
(64/731) Installing cups-libs (2.4.2-r0)
(65/731) Installing pkgconf (1.9.3-r0)
(66/731) Installing shared-mime-info (2.2-r1)
(67/731) Installing libjpeg-turbo (2.1.4-r0)
(68/731) Installing libwebp (1.2.4-r1)
(69/731) Installing tiff (4.4.0-r1)
(70/731) Installing gdk-pixbuf (2.42.10-r0)
(71/731) Installing gtk-update-icon-cache (3.24.34-r7)
(72/731) Installing libxfixes (6.0.0-r0)
(73/731) Installing libxrender (0.9.11-r0)
(74/731) Installing libxcursor (1.2.1-r1)
(75/731) Installing libxdamage (1.1.5-r1)
(76/731) Installing libxi (1.8-r0)
(77/731) Installing libxinerama (1.1.5-r0)
(78/731) Installing libxrandr (1.5.2-r1)
(79/731) Installing libatk-1.0 (2.46.0-r0)
(80/731) Installing libxtst (1.2.4-r0)
(81/731) Installing at-spi2-core (2.46.0-r0)
(82/731) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/731) Installing pixman (0.42.0-r0)
(84/731) Installing cairo (1.17.6-r3)
(85/731) Installing cairo-gobject (1.17.6-r3)
(86/731) Installing libepoxy (1.5.10-r0)
(87/731) Installing fribidi (1.0.12-r0)
(88/731) Installing graphite2 (1.3.14-r2)
(89/731) Installing harfbuzz (5.3.1-r1)
(90/731) Installing libxft (2.3.6-r0)
(91/731) Installing pango (1.50.11-r0)
(92/731) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/731) Installing libevdev (1.13.0-r0)
(94/731) Installing mtdev (1.1.6-r1)
(95/731) Installing eudev-libs (3.2.11-r2)
(96/731) Installing libinput-libs (1.21.0-r0)
(97/731) Installing xcb-util-wm (0.4.2-r0)
(98/731) Installing xcb-util (0.4.0-r3)
(99/731) Installing xcb-util-image (0.4.1-r0)
(100/731) Installing xcb-util-keysyms (0.4.1-r0)
(101/731) Installing xcb-util-renderutil (0.3.10-r0)
(102/731) Installing libxkbcommon-x11 (1.4.1-r0)
(103/731) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0)
(104/731) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(105/731) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(106/731) Installing kirigami2-libs (5.99.0-r0)
(107/731) Installing kirigami2 (5.99.0-r0)
(108/731) Installing kactivities-libs (5.99.0-r0)
(109/731) Installing karchive (5.99.0-r0)
(110/731) Installing kconfig (5.99.0-r0)
(111/731) Installing kcoreaddons (5.99.0-r0)
(112/731) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(113/731) Installing kwindowsystem (5.99.0-r0)
(114/731) Installing kcrash (5.99.0-r0)
(115/731) Installing kdbusaddons (5.99.0-r0)
(116/731) Installing kglobalaccel (5.99.0-r0)
(117/731) Installing kguiaddons (5.99.0-r0)
(118/731) Installing ki18n (5.99.0-r0)
(119/731) Installing libelogind (246.10-r5)
(120/731) Installing polkit-elogind-libs (121-r0)
(121/731) Installing polkit-qt-1 (0.114.0-r1)
(122/731) Installing kauth (5.99.0-r0)
(123/731) Installing kcodecs (5.99.0-r0)
(124/731) Installing kwidgetsaddons (5.99.0-r0)
(125/731) Installing kconfigwidgets (5.99.0-r0)
(126/731) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(127/731) Installing kiconthemes (5.99.0-r0)
(128/731) Installing kitemviews (5.99.0-r0)
(129/731) Installing kxmlgui (5.99.0-r0)
(130/731) Installing kbookmarks (5.99.0-r0)
(131/731) Installing kcompletion (5.99.0-r0)
(132/731) Installing libxml2-utils (2.10.3-r1)
(133/731) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(134/731) Installing libgpg-error (1.46-r1)
(135/731) Installing libgcrypt (1.10.1-r0)
(136/731) Installing libxslt (1.1.37-r0)
(137/731) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(138/731) Installing kdoctools (5.99.0-r0)
(139/731) Installing kjobwidgets (5.99.0-r0)
(140/731) Installing alsa-lib (1.2.7.2-r0)
(141/731) Installing libxxf86vm (1.1.5-r0)
(142/731) Installing mesa-gl (22.2.2-r1)
(143/731) Installing libxv (1.0.11-r3)
(144/731) Installing cdparanoia-libs (10.2-r11)
(145/731) Installing graphene (1.10.8-r1)
(146/731) Installing gstreamer (1.20.4-r0)
(147/731) Installing libogg (1.3.5-r1)
(148/731) Installing opus (1.3.1-r1)
(149/731) Installing orc (0.4.32-r2)
(150/731) Installing libtheora (1.1.1-r16)
(151/731) Installing libvorbis (1.3.7-r0)
(152/731) Installing gst-plugins-base (1.20.4-r0)
(153/731) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(154/731) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(155/731) Installing sound-theme-freedesktop (0.8-r0)
(156/731) Installing libltdl (2.4.7-r0)
(157/731) Installing libcanberra (0.30-r9)
(158/731) Installing libcanberra-gstreamer (0.30-r9)
(159/731) Installing knotifications (5.99.0-r0)
(160/731) Installing kservice (5.99.0-r0)
(161/731) Installing solid-libs (5.99.0-r0)
(162/731) Installing libhunspell (1.7.1-r0)
(163/731) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(164/731) Installing ncurses-libs (6.3_p20221023-r0)
(165/731) Installing readline (8.2.0-r0)
(166/731) Installing hunspell (1.7.1-r0)
(167/731) Installing sonnet (5.99.0-r0)
(168/731) Installing ktextwidgets (5.99.0-r0)
(169/731) Installing kio (5.99.0-r0)
(170/731) Installing kpackage (5.99.0-r0)
(171/731) Installing kdeclarative (5.99.0-r0)
(172/731) Installing kwayland (5.99.0-r0)
(173/731) Installing plasma-framework (5.99.0-r0)
(174/731) Installing sqlite-libs (3.39.4-r0)
(175/731) Installing libaccounts-glib (1.26-r0)
(176/731) Installing libaccounts-qt (1.16-r1)
(177/731) Installing signond (8.61-r0)
(178/731) Installing accounts-qml-module (0.7_git20190605-r1)
(179/731) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(180/731) Installing sdl2 (2.24.1-r0)
(181/731) Installing aom-libs (3.5.0-r0)
(182/731) Installing libass (0.16.0-r0)
(183/731) Installing libdav1d (1.0.0-r2)
(184/731) Installing lame (3.100-r2)
(185/731) Installing libasyncns (0.8-r1)
(186/731) Installing flac-libs (1.4.2-r0)
(187/731) Installing libsndfile (1.1.0-r2)
(188/731) Installing libgomp (12.2.1_git20220924-r3)
(189/731) Installing soxr (0.1.3-r3)
(190/731) Installing speexdsp (1.2.1-r0)
(191/731) Installing tdb-libs (1.4.7-r0)
(192/731) Installing libpulse (9999_git20220528-r0)
(193/731) Installing cjson (1.7.15-r3)
(194/731) Installing mbedtls (2.28.1-r0)
(195/731) Installing librist (0.2.7-r0)
(196/731) Installing libsrt (1.5.1-r0)
(197/731) Installing libssh (0.10.4-r0)
(198/731) Installing v4l-utils-libs (1.22.1-r2)
(199/731) Installing libva (2.16.0-r0)
(200/731) Installing libvdpau (1.5-r0)
(201/731) Installing vidstab (1.1.0-r2)
(202/731) Installing libvpx (1.12.0-r1)
(203/731) Installing x264-libs (0.164_git20220602-r0)
(204/731) Installing numactl (2.0.16-r0)
(205/731) Installing x265-libs (3.5-r3)
(206/731) Installing xvidcore (1.3.7-r1)
(207/731) Installing libsodium (1.0.18-r2)
(208/731) Installing libzmq (4.3.4-r1)
(209/731) Installing ffmpeg-libs (5.1.2-r1)
(210/731) Installing libevent (2.1.12-r5)
(211/731) Installing nspr (4.35-r0)
(212/731) Installing nss (3.84-r0)
(213/731) Installing re2 (2022.06.01-r1)
(214/731) Installing snappy (1.1.9-r4)
(215/731) Installing qt5-qtwebengine (5.15.11-r2)
(216/731) Installing libnotify (0.8.1-r1)
(217/731) Installing libproxy (0.4.18-r1)
(218/731) Installing signon-ui (0.17_git20171023-r2)
(219/731) Installing libassuan (2.5.5-r1)
(220/731) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(221/731) Installing gnupg-gpgconf (2.2.40-r0)
(222/731) Installing gpg (2.2.40-r0)
(223/731) Installing npth (1.6-r2)
(224/731) Installing gpg-agent (2.2.40-r0)
(225/731) Installing libksba (1.6.2-r0)
(226/731) Installing gpgsm (2.2.40-r0)
(227/731) Installing gpgme (1.18.0-r0)
(228/731) Installing gpgmepp (1.18.0-r0)
(229/731) Installing gdbm (1.23-r0)
(230/731) Installing libsasl (2.1.28-r2)
(231/731) Installing libqca (2.3.4-r2)
(232/731) Installing kwallet (5.99.0-r0)
(233/731) Installing kaccounts-integration (22.08.2-r0)
(234/731) Installing purpose (5.99.0-r0)
(235/731) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0)
(236/731) Installing qt5-qtfeedback (0_git20180903-r0)
(237/731) Installing angelfish (22.09-r0)
(238/731) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(239/731) Installing gtk-engines-clearlooks (2.21.0-r3)
(240/731) Installing gtk-engines-crux (2.21.0-r3)
(241/731) Installing gtk-engines-industrial (2.21.0-r3)
(242/731) Installing gtk-engines-mist (2.21.0-r3)
(243/731) Installing gtk-engines-redmond (2.21.0-r3)
(244/731) Installing gtk-engines-thinice (2.21.0-r3)
(245/731) Installing gtk-engines (2.21.0-r3)
(246/731) Installing breeze-gtk (5.26.2-r0)
(247/731) Installing alsa-ucm-conf (1.2.7.2-r0)
(248/731) Installing atinout (0.9.1-r1)
(249/731) Installing ca-certificates (20220614-r2)
(250/731) Installing nghttp2-libs (1.50.0-r0)
(251/731) Installing libcurl (7.86.0-r1)
(252/731) Installing libgpiod (1.6.3-r1)
(253/731) Installing libgudev (237-r1)
(254/731) Installing libmm-glib (1.18.12-r0)
(255/731) Installing libusb (1.0.26-r0)
(256/731) Installing eg25-manager (0.4.4-r0)
(257/731) Installing eg25-manager-openrc (0.4.4-r0)
(258/731) Installing gpsd (3.24-r0)
(259/731) Installing gpsd-openrc (3.24-r0)
(260/731) Installing libnl3 (3.7.0-r0)
(261/731) Installing iw (5.19-r0)
(262/731) Installing linux-postmarketos-allwinner (6.0.3_git20221022-r0)
(263/731) Installing udev-init-scripts (35-r1)
(264/731) Installing udev-init-scripts-openrc (35-r1)
(265/731) Installing kmod-libs (30-r1)
(266/731) Installing eudev (3.2.11-r2)
(267/731) Installing eudev-openrc (3.2.11-r2)
(268/731) Installing openssh-keygen (9.1_p1-r0)
(269/731) Installing libedit (20221009.3.1-r0)
(270/731) Installing openssh-client-common (9.1_p1-r0)
(271/731) Installing openssh-client-default (9.1_p1-r0)
(272/731) Installing openssh-sftp-server (9.1_p1-r0)
(273/731) Installing openssh-server-common (9.1_p1-r0)
(274/731) Installing openssh-server (9.1_p1-r0)
(275/731) Installing openssh (9.1_p1-r0)
(276/731) Installing boot-deploy (0.6.1-r0)
(277/731) Installing busybox-extras (1.35.0-r27)
Executing busybox-extras-1.35.0-r27.post-install
(278/731) Installing lzo (2.10-r3)
(279/731) Installing btrfs-progs (6.0-r0)
(280/731) Installing bzip2 (1.0.8-r3)
(281/731) Installing argon2-libs (20190702-r2)
(282/731) Installing device-mapper-libs (2.02.188-r0)
(283/731) Installing json-c (0.16-r0)
(284/731) Installing cryptsetup-libs (2.5.0-r2)
(285/731) Installing popt (1.19-r0)
(286/731) Installing cryptsetup (2.5.0-r2)
(287/731) Installing cryptsetup-openrc (2.5.0-r2)
(288/731) Installing libaio (0.3.113-r0)
(289/731) Installing device-mapper-event-libs (2.02.188-r0)
(290/731) Installing lvm2-libs (2.02.188-r0)
(291/731) Installing device-mapper (2.02.188-r0)
(292/731) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(293/731) Installing libcom_err (1.46.5-r3)
(294/731) Installing e2fsprogs-libs (1.46.5-r3)
(295/731) Installing e2fsprogs (1.46.5-r3)
(296/731) Installing e2fsprogs-extra (1.46.5-r3)
(297/731) Installing f2fs-tools-libs (1.15.0-r0)
(298/731) Installing f2fs-tools (1.15.0-r0)
(299/731) Installing lz4 (1.9.4-r1)
(300/731) Installing userspace-rcu (0.13.2-r0)
(301/731) Installing multipath-tools (0.9.2-r0)
(302/731) Installing multipath-tools-openrc (0.9.2-r0)
(303/731) Installing parted (3.5-r0)
(304/731) Installing postmarketos-mvcfg (1-r0)
(305/731) Installing postmarketos-keys (1-r0)
(306/731) Installing sudo (1.9.12-r0)
(307/731) Installing postmarketos-base-nofde (23-r1)
(308/731) Installing unudhcpd (0.2.1-r0)
(309/731) Installing xz (5.2.7-r0)
(310/731) Installing postmarketos-mkinitfs (1.5-r1)
(311/731) Installing postmarketos-base (23-r1)
Executing postmarketos-base-23-r1.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/731) Installing llvm15-libs (15.0.3-r1)
(313/731) Installing musl-fts (1.2.7-r3)
(314/731) Installing libelf (0.187-r2)
(315/731) Installing mesa-dri-gallium (22.2.2-r1)
(316/731) Installing postmarketos-base-mesa (23-r1)
(317/731) Installing u-boot-pinephone (2022.07-r0)
(318/731) Installing u-boot-tools (2022.10-r0)
(319/731) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(320/731) Installing dbus-openrc (1.14.4-r0)
(321/731) Installing libacl (2.3.1-r1)
(322/731) Installing lz4-libs (1.9.4-r1)
(323/731) Installing libarchive (3.6.1-r1)
(324/731) Installing libcbor (0.9.0-r1)
(325/731) Installing efivar-libs (38-r1)
(326/731) Installing libgcab (1.4-r3)
(327/731) Installing json-glib (1.6.6-r1)
(328/731) Installing libgusb (0.4.2-r0)
(329/731) Installing libjcat (0.1.12-r0)
(330/731) Installing libmbim (1.26.4-r0)
(331/731) Installing protobuf-c (1.4.1-r1)
(332/731) Installing libqrtr-glib (1.2.2-r0)
(333/731) Installing libqmi (1.30.8-r0)
(334/731) Installing tpm2-tss-mu (3.2.0-r0)
(335/731) Installing tpm2-tss-sys (3.2.0-r0)
(336/731) Installing tpm2-tss-esys (3.2.0-r0)
(337/731) Installing libxmlb (0.3.10-r0)
(338/731) Installing fwupd (1.8.6-r1)
(339/731) Installing fwupd-openrc (1.8.6-r1)
(340/731) Installing device-pine64-pinephone (0.43-r2)
Executing device-pine64-pinephone-0.43-r2.post-install
 * service eg25-manager added to runlevel default
 * service gpsd added to runlevel default
 * service gpsd_pinephone added to runlevel default
(341/731) Installing device-pine64-pinephone-plasma-mobile (0.43-r2)
(342/731) Installing linux-firmware-rtlwifi (20221012-r0)
(343/731) Installing linux-firmware-rtl_bt (20221012-r0)
(344/731) Installing firmware-pine64-rtl8723bt (0_git20200705-r0)
(345/731) Installing firmware-pine64-ov5640 (0_git20201028-r0)
(346/731) Installing device-pine64-pinephone-nonfree-firmware (0.43-r2)
(347/731) Installing yaml (0.2.5-r0)
(348/731) Installing appstream (0.15.5-r1)
Executing appstream-0.15.5-r1.post-install
✔ Metadata cache was updated successfully.
(349/731) Installing appstream-qt (0.15.5-r1)
(350/731) Installing attica (5.99.0-r0)
(351/731) Installing kidletime (5.99.0-r0)
(352/731) Installing knewstuff (5.99.0-r0)
(353/731) Installing discover (5.26.2-r0)
(354/731) Installing libapk-qt (0.4.2-r0)
(355/731) Installing discover-backend-apk (5.26.2-r0)
(356/731) Installing discover-backend-fwupd (5.26.2-r0)
(357/731) Installing font-droid-nonlatin (20200215-r2)
(358/731) Installing font-noto-common (0_git20211101-r6)
(359/731) Installing font-noto-math (0_git20211101-r6)
(360/731) Installing font-noto-symbols (0_git20211101-r6)
(361/731) Installing font-noto (0_git20211101-r6)
(362/731) Installing font-noto-emoji (2.038-r0)
(363/731) Installing font-noto-extra (0_git20211101-r6)
(364/731) Installing mauiman (1.0.0-r0)
(365/731) Installing mauikit (2.2.0-r0)
(366/731) Installing exiv2 (0.27.5-r1)
(367/731) Installing mauikit-imagetools (2.2.0-r0)
(368/731) Installing mauikit-filebrowsing (2.2.0-r0)
(369/731) Installing index (2.2.0-r0)
(370/731) Installing signon-plugin-oauth2 (0.25-r0)
(371/731) Installing kaccounts-providers (22.08.2-r0)
(372/731) Installing kirigami-addons (0.5-r0)
(373/731) Installing kclock (22.09-r0)
(374/731) Installing gsettings-desktop-schemas (43.0-r0)
(375/731) Installing kdecoration (5.26.2-r0)
(376/731) Installing kde-gtk-config (5.26.2-r0)
(377/731) Installing kirigami-gallery (22.08.2-r0)
(378/731) Installing kquickimageeditor (0.2.0-r1)
(379/731) Installing taglib (1.13-r0)
(380/731) Installing kfilemetadata (5.99.0-r0)
(381/731) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(382/731) Installing koko (22.09-r0)
(383/731) Installing kasync (0.3.0-r2)
(384/731) Installing gpg-wks-server (2.2.40-r0)
(385/731) Installing gpgv (2.2.40-r0)
(386/731) Installing libldap (2.6.3-r4)
(387/731) Installing gnupg-dirmngr (2.2.40-r0)
(388/731) Installing gnupg-utils (2.2.40-r0)
(389/731) Installing gnupg-wks-client (2.2.40-r0)
(390/731) Installing gnupg (2.2.40-r0)
(391/731) Installing iso-codes (4.11.0-r0)
(392/731) Installing kcontacts (5.99.0-r0)
(393/731) Installing kpeople (5.99.0-r0)
(394/731) Installing libical (3.0.16-r1)
(395/731) Installing kcalendarcore (5.99.0-r0)
(396/731) Installing kmime (22.08.2-r0)
(397/731) Installing kimap2 (0.4.0-r1)
(398/731) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(399/731) Installing kdav2 (0.4.0-r1)
(400/731) Installing lmdb (0.9.29-r2)
(401/731) Installing libxapian (1.4.21-r0)
(402/731) Installing sink (0.9.0-r3)
(403/731) Installing kpeoplesink (0_git20210224-r1)
(404/731) Installing kpeoplevcard (0.1-r2)
(405/731) Installing libraw (0.20.2-r1)
(406/731) Installing libraw-tools (0.20.2-r1)
(407/731) Installing lcms2 (2.13.1-r0)
(408/731) Installing imagemagick-libs (7.1.0.51-r1)
(409/731) Installing jbig2dec (0.19-r1)
(410/731) Installing ghostscript (10.0.0-r0)
(411/731) Installing libde265 (1.0.9-r0)
(412/731) Installing libheif (1.13.0-r0)
(413/731) Installing libjxl (0.6.1_git20220605-r1)
(414/731) Installing librsvg (2.55.1-r0)
(415/731) Installing imagemagick (7.1.0.51-r1)
(416/731) Installing perl (5.36.0-r0)
(417/731) Installing perl-image-exiftool (12.42-r0)
(418/731) Installing exiftool (12.42-r0)
(419/731) Installing tzdata (2022f-r0)
(420/731) Installing openexr (3.1.5-r3)
(421/731) Installing soundtouch (2.3.1-r0)
(422/731) Installing libraw1394 (2.1.2-r3)
(423/731) Installing libdc1394 (2.2.6-r1)
(424/731) Installing tslib (1.22-r1)
(425/731) Installing directfb (1.7.7-r5)
(426/731) Installing faac (1.30-r2)
(427/731) Installing fdk-aac (2.0.2-r1)
(428/731) Installing flite (2.2-r1)
(429/731) Installing libsamplerate (0.2.2-r0)
(430/731) Installing jack (1.9.21-r0)
(431/731) Installing portaudio (19.7.0-r0)
(432/731) Installing fluidsynth-libs (2.3.0-r0)
(433/731) Installing libfreeaptx (0.1.1-r1)
(434/731) Installing gsm (1.0.22-r1)
(435/731) Installing libldac (2.0.2.3-r0)
(436/731) Installing libmodplug (0.8.9.0-r2)
(437/731) Installing neon (0.32.4-r0)
(438/731) Installing libnice (0.1.19-r0)
(439/731) Installing openal-soft (1.22.2-r2)
(440/731) Installing openjpeg (2.5.0-r0)
(441/731) Installing librtmp (2.4_git20190330-r2)
(442/731) Installing sbc (2.0-r0)
(443/731) Installing spandsp (0.0.6-r2)
(444/731) Installing libsrtp (2.4.2-r3)
(445/731) Installing vo-aacenc (0.1.3-r0)
(446/731) Installing vo-amrwbenc (0.1.3-r0)
(447/731) Installing libzbar (0.23.92-r1)
(448/731) Installing gst-plugins-bad (1.20.4-r1)
(449/731) Installing gtk4.0 (4.8.2-r0)
Executing gtk4.0-4.8.2-r0.post-install
(450/731) Installing megapixels (1.5.2-r0)
(451/731) Installing encodings (1.0.6-r0)
(452/731) Installing libfontenc (1.1.6-r0)
(453/731) Installing mkfontscale (1.2.2-r1)
(454/731) Installing font-dejavu (2.37-r3)
(455/731) Installing sdl2_ttf (2.20.1-r0)
(456/731) Installing osk-sdl (0.67.1-r1)
(457/731) Installing kcmutils (5.99.0-r0)
(458/731) Installing frameworkintegration (5.99.0-r0)
(459/731) Installing oxygen (5.26.2-r0)
(460/731) Installing modemmanager-qt (5.99.0-r0)
(461/731) Installing callaudiod-libs (0.1.4-r0)
(462/731) Installing abseil-cpp (20220623.1-r1)
(463/731) Installing boost1.80-thread (1.80.0-r3)
(464/731) Installing libprotobuf (3.21.9-r0)
(465/731) Installing libphonenumber (8.12.56-r1)
(466/731) Installing plasma-dialer (22.09-r0)
(467/731) Installing plasma-mobile-sounds (0.1-r1)
(468/731) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(469/731) Installing plasma-phonebook (22.09-r0)
(470/731) Installing postmarketos-artwork-wallpapers (2-r1)
(471/731) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(472/731) Installing bluez (5.65-r2)
(473/731) Installing bluez-openrc (5.65-r2)
(474/731) Installing bluez-obexd (5.65-r2)
(475/731) Installing kded (5.99.0-r0)
(476/731) Installing bluez-qt (5.99.0-r0)
(477/731) Installing bluedevil (5.26.2-r0)
(478/731) Installing breeze (5.26.2-r0)
(479/731) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(480/731) Installing callaudiod (0.1.4-r0)
(481/731) Installing dnsmasq-common (2.87-r0)
(482/731) Installing dnsmasq-openrc (2.87-r0)
(483/731) Installing dnsmasq (2.87-r0)
Executing dnsmasq-2.87-r0.pre-install
(484/731) Installing linux-pam (1.5.2-r1)
(485/731) Installing shadow (4.10-r3)
(486/731) Installing elogind (246.10-r5)
(487/731) Installing elogind-openrc (246.10-r5)
(488/731) Installing hfd-service (0.1.0-r1)
(489/731) Installing hfd-service-openrc (0.1.0-r1)
(490/731) Installing iio-sensor-proxy (3.4-r0)
(491/731) Installing iio-sensor-proxy-openrc (3.4-r0)
(492/731) Installing libkscreen (5.26.2-r0)
(493/731) Installing layer-shell-qt (5.26.2-r0)
(494/731) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(495/731) Installing kscreen (5.26.2-r0)
(496/731) Installing socat (1.7.4.3-r1)
(497/731) Installing kwallet-pam (5.26.2-r0)
(498/731) Installing kwayland-integration (5.26.2-r0)
(499/731) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(500/731) Installing duktape (2.7.0-r0)
(501/731) Installing polkit-elogind (121-r0)
(502/731) Installing modemmanager (1.18.12-r0)
(503/731) Installing modemmanager-openrc (1.18.12-r0)
(504/731) Installing libnm (1.40.2-r0)
(505/731) Installing networkmanager-common (1.40.2-r0)
(506/731) Installing networkmanager-openrc (1.40.2-r0)
(507/731) Installing libmnl (1.0.5-r0)
(508/731) Installing libnftnl (1.2.3-r0)
(509/731) Installing iptables (1.8.8-r2)
(510/731) Installing iptables-openrc (1.8.8-r2)
(511/731) Installing libndp (1.8-r1)
(512/731) Installing libidn2 (2.3.4-r0)
(513/731) Installing libpsl (0.21.1-r1)
(514/731) Installing networkmanager (1.40.2-r0)
Executing networkmanager-1.40.2-r0.pre-install
Executing networkmanager-1.40.2-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/731) Installing networkmanager-cli (1.40.2-r0)
(516/731) Installing pcre (8.45-r2)
(517/731) Installing slang (2.3.3-r0)
(518/731) Installing newt (0.52.21-r4)
(519/731) Installing networkmanager-tui (1.40.2-r0)
(520/731) Installing wireless-regdb (2022.08.12-r0)
(521/731) Installing networkmanager-wifi (1.40.2-r0)
Executing networkmanager-wifi-1.40.2-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.
*
(522/731) Installing mobile-broadband-provider-info (20220725-r0)
(523/731) Installing networkmanager-wwan (1.40.2-r0)
(524/731) Installing libunwind (1.6.2-r0)
(525/731) Installing libcamera (0.0.1-r0)
(526/731) Installing pipewire-libs (0.3.59-r3)
(527/731) Installing libuv (1.44.2-r0)
(528/731) Installing roc-toolkit-libs (0.1.5-r2)
(529/731) Installing webrtc-audio-processing (0.3.1-r6)
(530/731) Installing pipewire (0.3.59-r3)
(531/731) Installing breeze-icons (5.99.0-r0)
(532/731) Installing dbus-x11 (1.14.4-r0)
(533/731) Installing kactivities (5.99.0-r0)
(534/731) Installing kpipewire (5.26.2-r0)
(535/731) Installing dconf (0.40.0-r2)
(536/731) Installing anthy (9100h-r2)
(537/731) Installing maliit-framework (2.3.0-r1)
(538/731) Installing kyotocabinet (1.2.79-r3)
(539/731) Installing libpinyin (2.7.92-r0)
(540/731) Installing tinyxml (2.6.2-r1)
(541/731) Installing presage (0.9.1-r2)
(542/731) Installing maliit-keyboard (2.3.1-r1)
(543/731) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(544/731) Installing plasma-nano (5.26.2-r0)
(545/731) Installing networkmanager-qt (5.99.0-r0)
(546/731) Installing plasma-nm (5.26.2-r0)
(547/731) Installing plasma-nm-mobile (5.26.2-r0)
(548/731) Installing fftw-single-libs (3.3.10-r1)
(549/731) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(550/731) Installing pulseaudio-bluez (9999_git20220528-r0)
(551/731) Installing pulseaudio-alsa (9999_git20220528-r0)
(552/731) Installing alsa-utils-openrc (1.2.7-r1)
(553/731) Installing pulseaudio-openrc (9999_git20220528-r0)
(554/731) Installing libcanberra-pulse (0.30-r9)
(555/731) Installing plasma-pa (5.26.2-r0)
(556/731) Installing libdaemon (0.14-r3)
(557/731) Installing openrc-settingsd (1.1.0-r0)
(558/731) Installing openrc-settingsd-openrc (1.1.0-r0)
(559/731) Installing plasma-settings (22.09-r1)
(560/731) Installing kactivitymanagerd (5.26.2-r0)
(561/731) Installing kinit (5.99.0-r0)
(562/731) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(563/731) Installing kdnssd (5.99.0-r0)
(564/731) Installing syntax-highlighting (5.99.0-r0)
(565/731) Installing kdsoap (2.1.1-r0)
(566/731) Installing libmtp (1.1.20-r2)
(567/731) Installing clang15-libclang (15.0.3-r1)
(568/731) Installing qt5-qttools (5.15.6_git20220907-r1)
(569/731) Installing phonon (4.11.1-r3)
(570/731) Installing talloc (2.3.4-r0)
(571/731) Installing tevent (0.13.0-r0)
(572/731) Installing samba-util-libs (4.16.4-r0)
(573/731) Installing jansson (2.14-r0)
(574/731) Installing ldb (2.5.2-r0)
(575/731) Installing libwbclient (4.16.4-r0)
(576/731) Installing samba-libs (4.16.4-r0)
(577/731) Installing libsmbclient (4.16.4-r0)
(578/731) Installing kio-extras (22.08.2-r0)
(579/731) Installing kquickcharts (5.99.0-r0)
(580/731) Installing xorg-server-common (21.1.4-r1)
(581/731) Installing libxkbfile (1.1.1-r0)
(582/731) Installing xkbcomp (1.4.5-r1)
(583/731) Installing libxfont2 (2.0.6-r0)
(584/731) Installing libtirpc-conf (1.3.3-r0)
(585/731) Installing libtirpc-nokrb (1.3.3-r0)
(586/731) Installing libxcvt (0.1.2-r0)
(587/731) Installing xwayland (22.1.4-r1)
(588/731) Installing kscreenlocker (5.26.2-r0)
(589/731) Installing libqaccessibilityclient (0.4.1-r1)
(590/731) Installing xcb-util-cursor (0.1.4-r0)
(591/731) Installing kwin (5.26.2.1-r0)
(592/731) Installing kitemmodels (5.99.0-r0)
(593/731) Installing threadweaver (5.99.0-r0)
(594/731) Installing krunner (5.99.0-r0)
(595/731) Installing milou (5.26.2-r0)
(596/731) Installing pipewire-media-session (0.4.1-r0)
(597/731) Installing font-hack (3.003-r3)
(598/731) Installing qqc2-desktop-style (5.99.0-r0)
(599/731) Installing plasma-integration (5.26.2-r0)
(600/731) Installing qtchooser (66-r2)
(601/731) Installing plasma-workspace-libs (5.26.2-r0)
(602/731) Installing kactivities-stats (5.99.0-r0)
(603/731) Installing baloo (5.99.0-r0)
(604/731) Installing kholidays (5.99.0-r0)
(605/731) Installing libkexiv2 (22.08.2-r0)
(606/731) Installing knotifyconfig (5.99.0-r0)
(607/731) Installing kparts (5.99.0-r0)
(608/731) Installing zxing-cpp (1.4.0-r0)
(609/731) Installing libdmtx-libs (0.7.7-r0)
(610/731) Installing libqrencode (4.1.1-r1)
(611/731) Installing prison (5.99.0-r0)
(612/731) Installing ktexteditor (5.99.0-r0)
(613/731) Installing libpcap (1.10.1-r1)
(614/731) Installing lm-sensors-libs (3.6.0-r4)
(615/731) Installing libksysguard (5.26.2-r0)
(616/731) Installing kuserfeedback (1.2.0-r1)
(617/731) Installing mpfr4 (4.1.0-r0)
(618/731) Installing libqalculate (4.4.0-r1)
(619/731) Installing plasma-workspace (5.26.2-r0)
(620/731) Installing kpty (5.99.0-r0)
(621/731) Installing kdesu (5.99.0-r0)
(622/731) Installing kde-cli-tools (5.26.2-r0)
(623/731) Installing qqc2-breeze-style (5.26.2-r0)
(624/731) Installing plasma-mobile (5.26.2-r0)
(625/731) Installing polkit-kde-agent-1 (5.26.2-r0)
(626/731) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(627/731) Installing chrony-openrc (4.3-r0)
(628/731) Installing haveged (1.9.18-r0)
(629/731) Installing haveged-openrc (1.9.18-r0)
(630/731) Installing nftables (1.0.5-r1)
(631/731) Installing nftables-openrc (1.0.5-r1)
(632/731) Installing postmarketos-config-nftables (0.12-r1)
Executing postmarketos-config-nftables-0.12-r1.post-install
 * service nftables added to runlevel default
(633/731) Installing postmarketos-config-nftables-networkmanager (0.12-r1)
(634/731) Installing postmarketos-base-nftables (23-r1)
Executing postmarketos-base-nftables-23-r1.post-install
(635/731) Installing postmarketos-artwork-icons (2-r1)
(636/731) Installing util-linux (2.38.1-r0)
(637/731) Installing libfdisk (2.38.1-r0)
(638/731) Installing libsmartcols (2.38.1-r0)
(639/731) Installing util-linux-misc (2.38.1-r0)
(640/731) Installing libeconf (0.4.6-r0)
(641/731) Installing runuser (2.38.1-r0)
(642/731) Installing mount (2.38.1-r0)
(643/731) Installing losetup (2.38.1-r0)
(644/731) Installing hexdump (2.38.1-r0)
(645/731) Installing uuidgen (2.38.1-r0)
(646/731) Installing blkid (2.38.1-r0)
(647/731) Installing sfdisk (2.38.1-r0)
(648/731) Installing mcookie (2.38.1-r0)
(649/731) Installing agetty (2.38.1-r0)
(650/731) Installing agetty-openrc (0.45.2-r3)
(651/731) Installing wipefs (2.38.1-r0)
(652/731) Installing cfdisk (2.38.1-r0)
(653/731) Installing umount (2.38.1-r0)
(654/731) Installing util-linux-openrc (2.38.1-r0)
(655/731) Installing flock (2.38.1-r0)
(656/731) Installing lsblk (2.38.1-r0)
(657/731) Installing libcap-ng (0.8.3-r1)
(658/731) Installing setpriv (2.38.1-r0)
(659/731) Installing logger (2.38.1-r0)
(660/731) Installing partx (2.38.1-r0)
(661/731) Installing fstrim (2.38.1-r0)
(662/731) Installing findmnt (2.38.1-r0)
(663/731) Installing pcsc-lite-libs (1.9.9-r0)
(664/731) Installing wpa_supplicant (2.10-r4)
(665/731) Installing wpa_supplicant-openrc (2.10-r4)
(666/731) Installing ifupdown-ng-wifi (0.12.1-r0)
(667/731) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(668/731) Installing postmarketos-base-ui-networkmanager (6-r1)
(669/731) Installing mpdecimal (2.5.1-r1)
(670/731) Installing python3 (3.10.8-r3)
(671/731) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(672/731) Installing py3-ruamel.yaml (0.16.12-r2)
(673/731) Installing sleep-inhibitor (1.16-r0)
(674/731) Installing sleep-inhibitor-openrc (1.16-r0)
(675/731) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(676/731) Installing py3-dbus (1.3.2-r0)
(677/731) Installing obex-capabilities (0.2.1-r1)
(678/731) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(679/731) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(680/731) Installing pulseaudio-utils (9999_git20220528-r0)
(681/731) Installing postmarketos-base-ui-pulseaudio (6-r1)
(682/731) Installing upower (1.90.0-r2)
(683/731) Installing device-pine64-pinephone-upower (0.43-r2)
(684/731) Installing powerdevil-libs (5.26.2-r0)
(685/731) Installing powerdevil (5.26.2-r0)
(686/731) Installing bubblewrap (0.6.2-r0)
(687/731) Installing fuse-common (3.12.0-r0)
(688/731) Installing fuse-openrc (3.12.0-r0)
(689/731) Installing fuse3-libs (3.12.0-r0)
(690/731) Installing fuse3 (3.12.0-r0)
(691/731) Installing xdg-desktop-portal (1.15.0-r0)
(692/731) Installing xdg-desktop-portal-kde (5.26.2-r0)
(693/731) Installing autologin (1.0.0-r4)
(694/731) Installing tinydm (1.1.2-r1)
(695/731) Installing tinydm-openrc (1.1.2-r1)
(696/731) Installing postmarketos-base-ui-tinydm (6-r1)
(697/731) Installing font-alias (1.0.4-r0)
(698/731) Installing util-macros (1.19.3-r0)
(699/731) Installing font-misc-misc (1.1.2-r3)
(700/731) Installing font-cursor-misc (1.0.3-r3)
(701/731) Installing xauth (1.1.2-r0)
(702/731) Installing xmodmap (1.0.11-r0)
(703/731) Installing xrdb (1.2.1-r1)
(704/731) Installing xinit (1.4.1-r1)
(705/731) Installing hwdata-pci (0.363-r1)
(706/731) Installing libpciaccess (0.17-r0)
(707/731) Installing xorg-server (21.1.4-r1)
(708/731) Installing libinput (1.21.0-r0)
(709/731) Installing xf86-input-libinput (1.2.1-r0)
(710/731) Installing xf86-video-fbdev (0.5.0-r3)
(711/731) Installing postmarketos-base-ui-x11 (6-r1)
(712/731) Installing postmarketos-ui-plasma-mobile (3.8-r6)
Executing postmarketos-ui-plasma-mobile-3.8-r6.post-install
 * service tinydm added to runlevel default
 * rc-update: service `urfkill' does not exist
 * service iio-sensor-proxy added to runlevel default
 * service bluetooth added to runlevel default
 * service hfd-service added to runlevel default
 * service networkmanager added to runlevel default
 * service modemmanager added to runlevel default
 * rc-update: service `ofono' is not in the runlevel `default'
tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop
(713/731) Installing libexif (0.6.24-r0)
(714/731) Installing hwloc (2.8.0-r0)
(715/731) Installing libtbb (2021.7.0-r0)
(716/731) Installing opencv (4.6.0-r3)
(717/731) Installing postprocessd (0.2.1-r0)
(718/731) Installing postprocessd-megapixels (0.2.1-r0)
(719/731) Installing qmltermwidget (0.2.0-r1)
(720/731) Installing qmlkonsole (22.09-r1)
(721/731) Installing c-ares (1.18.1-r0)
(722/731) Installing spacebar (22.09-r0)
(723/731) Installing hkdm (0.2.0-r0)
(724/731) Installing buffyboard (0.2.0-r0)
(725/731) Installing terminus-font (4.49.1-r3)
(726/731) Installing kbd-misc (2.5.1-r2)
(727/731) Installing kbd (2.5.1-r2)
(728/731) Installing kbd-openrc (2.5.1-r2)
(729/731) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(730/731) Installing ttyescape-openrc (1.0.1-r1)
(731/731) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r27.trigger
Executing glib-2.74.1-r0.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gdk-pixbuf-2.42.10-r0.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing ca-certificates-20220614-r2.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-mkinitfs-1.5-r1.trigger
2022/10/29 16:00:14 Generating for kernel version: 6.0.3
2022/10/29 16:00:14 Output directory: /boot
2022/10/29 16:00:14 == Generating initramfs ==
2022/10/29 16:00:14 - Including hook files
2022/10/29 16:00:14 - Including hook scripts
2022/10/29 16:00:14 - Including required binaries
2022/10/29 16:00:14 - Including kernel modules
2022/10/29 16:00:14 - Including splash images
2022/10/29 16:00:14 - Writing and verifying initramfs archive
2022/10/29 16:00:14 == Generating initramfs extra ==
2022/10/29 16:00:14 - Including extra binaries
2022/10/29 16:00:14 - Including FDE support
2022/10/29 16:00:15 - Writing and verifying initramfs-extra archive
2022/10/29 16:00:19 == Using boot-deploy to finalize/install files ==
==> kernel: device-tree blob operations
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb
==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb
2022/10/29 16:00:23 mkinitfs completed in: 9.641315136s
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
Executing mkfontscale-1.2.2-r1.trigger
OK: 2121 MiB in 756 packages
(4088403) [16:00:29] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2121 MiB in 756 packages
(4088403) [16:00:32] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details)
(4088403) [16:00:32] (rootfs_pine64-pinephone) install device-pine64-pinephone
(4088403) [16:00:32] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [16:00:32] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [16:00:32] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(4088403) [16:00:32] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone
(4088403) [16:00:32] New background process: pid=4096496, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2121 MiB in 756 packages
(4088403) [16:00:34] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2121 MiB in 756 packages
(4088403) [16:00:37] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(4088403) [16:00:37] (rootfs_pine64-pinephone) install postmarketos-mkinitfs
(4088403) [16:00:37] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [16:00:37] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [16:00:37] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(4088403) [16:00:37] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(4088403) [16:00:37] New background process: pid=4096640, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2121 MiB in 756 packages
(4088403) [16:00:40] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2121 MiB in 756 packages
(4088403) [16:00:42] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner
(4088403) [16:00:42] (rootfs_pine64-pinephone) % mkinitfs
2022/10/29 16:00:42 Generating for kernel version: 6.0.3
2022/10/29 16:00:42 Output directory: /boot
2022/10/29 16:00:42 == Generating initramfs ==
2022/10/29 16:00:42 - Including hook files
2022/10/29 16:00:42 - Including hook scripts
2022/10/29 16:00:42 - Including required binaries
2022/10/29 16:00:42 - Including kernel modules
2022/10/29 16:00:42 - Including splash images
2022/10/29 16:00:42 - Writing and verifying initramfs archive
2022/10/29 16:00:43 == Generating initramfs extra ==
2022/10/29 16:00:43 - Including extra binaries
2022/10/29 16:00:43 - Including FDE support
2022/10/29 16:00:44 - Writing and verifying initramfs-extra archive
2022/10/29 16:00:47 == Using boot-deploy to finalize/install files ==
==> kernel: device-tree blob operations
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb
==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb
2022/10/29 16:00:56 mkinitfs completed in: 13.813245462s
(4088403) [16:00:56]  *** SET LOGIN PASSWORD FOR: 'user' ***
(4088403) [16:00:56] (rootfs_pine64-pinephone) % passwd user
New password: Retype new password: passwd: password updated successfully
(4088403) [16:00:56] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow
(4088403) [16:00:56] (rootfs_pine64-pinephone) locking root
(4088403) [16:00:56] (rootfs_pine64-pinephone) % passwd -l root
passwd: password changed.
(4088403) [16:00:57] NOTE: No valid keymap specified for device
(4088403) [16:00:57] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC
(4088403) [16:01:02] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname
(4088403) [16:01:02] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts
(4088403) [16:01:02] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(4088403) [16:01:02] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(4088403) [16:01:02] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(4088403) [16:01:02] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4088403) [16:01:02] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
2237676	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4088403) [16:01:03] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(4088403) [16:01:03] (native) create pine64-pinephone.img (2928M)
(4088403) [16:01:03] (native) % truncate -s 2928M /home/pmos/rootfs/pine64-pinephone.img
(4088403) [16:01:03] (native) mount /dev/install (pine64-pinephone.img)
(4088403) [16:01:03] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop)
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4088403) [16:01:03] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4088403) [16:01:03] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4088403) [16:01:03] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4088403) [16:01:03] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4088403) [16:01:03] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4088403) [16:01:03] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4088403) [16:01:03] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4088403) [16:01:03] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4088403) [16:01:03] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4088403) [16:01:03] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4088403) [16:01:03] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4088403) [16:01:03] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4088403) [16:01:03] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img
(4088403) [16:01:03] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4088403) [16:01:03] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4088403) [16:01:03] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4088403) [16:01:03] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4088403) [16:01:03] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(4088403) [16:01:03] (native) % parted -s /dev/install mktable msdos
(4088403) [16:01:03] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M
(4088403) [16:01:03] (native) % parted -s /dev/install mkpart primary 256M 100%
(4088403) [16:01:03] (native) % parted -s /dev/install set 1 boot on
(4088403) [16:01:03] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4088403) [16:01:04] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4088403) [16:01:04] % sudo mount --bind /dev/loop2p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4088403) [16:01:04] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4088403) [16:01:04] % sudo mount --bind /dev/loop2p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4088403) [16:01:04] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(4088403) [16:01:04] (native) install e2fsprogs
(4088403) [16:01:04] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [16:01:04] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [16:01:04] (native) % cat /tmp/apk_progress_fifo
(4088403) [16:01:04] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(4088403) [16:01:04] New background process: pid=4098236, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/3) Installing libcom_err (1.46.5-r3)
(2/3) Installing e2fsprogs-libs (1.46.5-r3)
(3/3) Installing e2fsprogs (1.46.5-r3)
Executing busybox-1.35.0-r27.trigger
OK: 26 MiB in 72 packages
(4088403) [16:01:04] (native) format /dev/installp2 (root, ext4)
(4088403) [16:01:04] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(4088403) [16:01:05] (native) mount /dev/installp2 to /mnt/install
(4088403) [16:01:05] (native) % mkdir -p /mnt/install
(4088403) [16:01:05] (native) % mount /dev/installp2 /mnt/install
(4088403) [16:01:05] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(4088403) [16:01:05] (native) install e2fsprogs
(4088403) [16:01:05] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [16:01:05] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4088403) [16:01:05] (native) % cat /tmp/apk_progress_fifo
(4088403) [16:01:05] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(4088403) [16:01:05] New background process: pid=4098279, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 26 MiB in 72 packages
(4088403) [16:01:05] (native) format /dev/installp1 (boot, ext2), mount to mountpoint
(4088403) [16:01:05] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1
(4088403) [16:01:05] (native) % mkdir -p /mnt/install/boot
(4088403) [16:01:05] (native) % mount /dev/installp1 /mnt/install/boot
(4088403) [16:01:05] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(4088403) [16:01:05] (native) copy rootfs_pine64-pinephone to /mnt/install/
(4088403) [16:01:05] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(4088403) [16:01:05] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(4088403) [16:01:05] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(4088403) [16:01:05] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(4088403) [16:01:05] (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/
(4088403) [16:01:11] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(4088403) [16:01:11] % 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
(4088403) [16:01:11] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(4088403) [16:01:11] % 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/
(4088403) [16:01:11] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % 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/
(4088403) [16:01:12] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(4088403) [16:01:12] % 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
(4088403) [16:01:12] 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
(4088403) [16:01:12] (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
(4088403) [16:01:12] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(4088403) [16:01:12] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(4088403) [16:01:16] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4088403) [16:01:16] (native) umount /dev/loop2
(4088403) [16:01:16] (native) % losetup -d /dev/loop2
(4088403) [16:01:16] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4088403) [16:01:16] 
(4088403) [16:01:16] *** FLASHING INFORMATION ***
(4088403) [16:01:16] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(4088403) [16:01:16] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(4088403) [16:01:16] 
(4088403) [16:01:16] *** SSH DAEMON INFORMATION ***
(4088403) [16:01:16] SSH daemon is enabled (disable with --no-sshd).
(4088403) [16:01:16] Login as 'user' with the password given during installation.
(4088403) [16:01:16] 
(4088403) [16:01:16] *** FIREWALL INFORMATION ***
(4088403) [16:01:16] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(4088403) [16:01:16] For more information: https://postmarketos.org/firewall
(4088403) [16:01:16] 
(4088403) [16:01:16] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(4088403) [16:01:16] DONE!
total 2345364
-rw-r--r-- 1 root 12345 3070230528 Oct 29 16:01 pine64-pinephone.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img'
Loop Device: /dev/loop2
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/core20_1611.snap                                                 0     512
/dev/loop4         0      0         1  1 /var/lib/snapd/snaps/core20_1623.snap                                                 0     512
/dev/loop2         0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img   0     512
/dev/loop0         0      0         1  1 /var/lib/snapd/snaps/core18_2560.snap                                                 0     512
/dev/loop9         0      0         1  1 /var/lib/snapd/snaps/snapd_17336.snap                                                 0     512
/dev/loop7         0      0         1  1 /var/lib/snapd/snaps/snapd_17029.snap                                                 0     512
/dev/loop5         0      0         1  1 /var/lib/snapd/snaps/lxd_22753.snap                                                   0     512
/dev/loop3         0      0         1  1 /var/lib/snapd/snaps/lxd_22526.snap                                                   0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Oct 29 16:01 pmOS_boot -> ../../loop2p1
lrwxrwxrwx 1 root root 13 Oct 29 16:01 pmOS_root -> ../../loop2p2
lrwxrwxrwx 1 root root 10 Oct 29 16:01 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Oct 29 16:00 bin
drwxr-xr-x  2 root root  4096 Oct 29 16:01 boot
drwxr-xr-x  2 root root  4096 Oct 29 15:56 dev
drwxr-xr-x 66 root root  4096 Oct 29 16:01 etc
drwxr-xr-x  3 root root  4096 Oct 29 16:01 home
drwxr-xr-x 15 root root  4096 Oct 29 15:59 lib
drwx------  2 root root 16384 Oct 29 16:01 lost+found
drwxr-xr-x  5 root root  4096 Oct 29 15:56 media
drwxr-xr-x  8 root root  4096 Oct 29 15:56 mnt
drwxr-xr-x  2 root root  4096 Oct 29 15:56 opt
drwxr-xr-x  2 root root  4096 Oct 29 15:56 proc
drwx------  2 root root  4096 Oct 29 15:56 root
drwxr-xr-x  6 root root  4096 Oct 29 15:59 run
drwxr-xr-x  2 root root  4096 Oct 29 15:59 sbin
drwxr-xr-x  2 root root  4096 Oct 29 15:56 srv
drwxr-xr-x  2 root root  4096 Oct 29 15:56 sys
drwxrwxrwt  2 root root  4096 Oct 29 16:01 tmp
drwxr-xr-x 10 root root  4096 Oct 29 15:59 usr
drwxr-xr-x 13 root root  4096 Oct 29 15:57 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-10-29 16:01:44--  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% 59.3M=0s

2022-10-29 16:01:44 (59.3 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/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-10-28 08:00:42.464732 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-7190-g0179182184 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-7234-ga1b62acc4d [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-7232-g805047ce1c [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24890 distinct packages available
ERROR: unable to select packages:
  so:libicui18n.so.71 (no such package):
    required by: plasma-workspace-9999_git1665582427-r0[so:libicui18n.so.71]
  so:libicuuc.so.71 (no such package):
    required by: plasma-workspace-9999_git1665582427-r0[so:libicuuc.so.71]
(1/10) Installing bash (5.2.2-r0)
Executing bash-5.2.2-r0.post-install
(2/10) Installing xdg-dbus-proxy (0.1.4-r0)
(3/10) Installing ostree (2022.6-r0)
(4/10) Installing libseccomp (2.5.4-r0)
(5/10) Installing flatpak (1.14.0-r2)
Executing flatpak-1.14.0-r2.pre-install
Executing flatpak-1.14.0-r2.post-install
modprobe: can't change directory to '5.15.0-48-generic': No such file or directory
*
* To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in
* Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a
* regular user that will use Flatpak.
*
(6/10) Installing flatpak-libs (1.14.0-r2)
(7/10) Installing discover-backend-flatpak (5.26.2-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (6.4-r0)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2132 MiB in 766 packages
(1/91) Installing syndication (9999_git1665347337-r0)
(2/91) Installing alligator (9999_git1664849711-r0)
(3/91) Installing libavc1394 (0.5.4-r3)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r3)
(7/91) Installing mpg123-libs (1.31.0-r0)
(8/91) Installing speex (1.2.1-r0)
(9/91) Installing libshout (2.4.6-r1)
(10/91) Installing wavpack (5.5.0-r0)
(11/91) Installing gst-plugins-good (1.20.4-r1)
(12/91) Installing py3-parsing (3.0.9-r0)
(13/91) Installing py3-packaging (21.3-r2)
(14/91) Installing py3-setuptools (65.5.0-r0)
(15/91) Installing py3-certifi (2022.9.24-r0)
(16/91) Installing py3-charset-normalizer (2.1.1-r0)
(17/91) Installing py3-idna (3.4-r2)
(18/91) Installing py3-urllib3 (1.26.12-r0)
(19/91) Installing py3-requests (2.28.1-r0)
(20/91) Installing py3-ytmusicapi (0.24.0-r0)
(21/91) Installing libmng (2.0.3-r1)
(22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0)
(23/91) Installing py3-mutagen (1.46.0-r0)
(24/91) Installing py3-websockets (10.4-r0)
(25/91) Installing py3-brotli (1.0.9-r8)
(26/91) Installing yt-dlp (2022.10.04-r1)
(27/91) Installing audiotube (9999_git1665226656-r0)
(28/91) Installing calindori (9999_git1664766511-r0)
(29/91) Installing live-media (2022.07.14-r0)
(30/91) Installing libxpm (3.5.13-r1)
(31/91) Installing a52dec (0.7.4-r8)
(32/91) Installing vulkan-loader (1.3.231.0-r0)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.3-r0)
(35/91) Installing libcddb (1.3.2-r4)
(36/91) Installing libdvbpsi (1.3.3-r0)
(37/91) Installing libdvdcss (1.4.3-r0)
(38/91) Installing libdvdread (6.1.3-r0)
(39/91) Installing libdvdnav (6.1.1-r0)
(40/91) Installing libebml (1.4.4-r0)
(41/91) Installing faad2-libs (2.10.1-r0)
(42/91) Installing libupnp (1.14.13-r0)
(43/91) Installing lua5.2-libs (5.2.4-r10)
(44/91) Installing libmad (0.15.1b-r9)
(45/91) Installing libmatroska (1.7.1-r0)
(46/91) Installing libmicrodns (0.2.0-r0)
(47/91) Installing libmpeg2 (0.5.1-r9)
(48/91) Installing glslang-libs (11.12.0-r0)
(49/91) Installing glslang (11.12.0-r0)
(50/91) Installing spirv-tools (1.3.231.0-r0)
(51/91) Installing shaderc (2022.3-r1)
(52/91) Installing libplacebo (4.208.0-r4)
(53/91) Installing libprotobuf-lite (3.21.9-r0)
(54/91) Installing vlc-libs (3.0.17.4-r10)
(55/91) Installing vlc (3.0.17.4-r10)
(56/91) Installing elisa (22.08.2-r0)
(57/91) Installing kunitconversion (9999_git1665347177-r0)
(58/91) Installing kalk (9999_git1665583146-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1665454165-r0)
(61/91) Installing keysmith (9999_git1665195274-r0)
(62/91) Installing krecorder (9999_git1665190218-r1)
(63/91) Installing kpublictransport (22.08.2-r0)
(64/91) Installing ktrip (9999_git1665190380-r0)
(65/91) Installing kweathercore (9999_git1664764385-r0)
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/91) Installing kweather (9999_git1664766564-r1)
(68/91) Installing libquotient (0.6.11-r0)
(69/91) Installing libcmark (0.30.2-r1)
(70/91) Installing neochat (9999_git1665626653-r0)
(71/91) Installing kjs (9999_git1665347424-r0)
(72/91) Installing libdjvulibre (3.5.28-r2)
(73/91) Installing libzip (1.9.2-r2)
(74/91) Installing ebook-tools (0.2.2-r3)
(75/91) Installing discount-libs (2.2.7b-r0)
(76/91) Installing poppler (22.10.0-r0)
(77/91) Installing poppler-qt5 (22.10.0-r0)
(78/91) Installing kdegraphics-mobipocket (22.08.2-r0)
(79/91) Installing libspectre (0.2.10-r1)
(80/91) Installing okular-common (22.08.2-r1)
(81/91) Installing okular (22.08.2-r1)
(82/91) Installing plasma-camera (1.0_git20210328-r2)
(83/91) Installing gst-libav (1.20.4-r0)
(84/91) Installing gst-plugins-good-qt (1.20.4-r1)
(85/91) Installing plasmatube (9999_git1665190230-r0)
(86/91) Installing postmarketos-config-nftables-upnp-client (0.12-r1)
(87/91) Installing postmarketos-config-nftables-mdns (0.12-r1)
(88/91) Installing postmarketos-config-nftables-chromecast (0.12-r1)
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.12-r1)
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(91/91) Installing tokodon (9999_git1665226323-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing vlc-libs-3.0.17.4-r10.trigger
OK: 2293 MiB in 857 packages
(chroot) Exiting chroot...
[16:02:36] Unregister qemu binfmt (arm)
[16:02:36] Unregister qemu binfmt (aarch64)
[16:02:37] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:02:37] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:02:37] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y
[16:02:37] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
[16:02:38] Cleared up ~4502 MB of space
[16:02:39] DONE!
Building image for pine64-pinephonepro
Already up to date.
[16:02:40] Work path [/home/swadmin/.local/var/pmbootstrap]: [16:02:40] Channel [edge]: [16:02:40] Vendor [qemu]: [16:02:40] Device codename [amd64]: [16:02:40] Kernel [lts]: [16:02:40] Username [user]: [16:02:42] User interface [weston]: [16:02:42] Change them? (y/n) [n]: [16:02:42] Extra packages [none]: [16:02:42] Use this timezone instead of GMT? (y/n) [y]: [16:02:42] Choose default locale for installation [C.UTF-8]: [16:02:42] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [16:02:42] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [16:02:42] Config changed: ui='plasma-mobile'
[16:02:42] Config changed: device='pine64-pinephonepro'
[16:02:42] Config changed: kernel=''
[16:02:42] Config changed: extra_packages='osk-sdl'
(4117050) [16:02:43] % 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)
(4117050) [16:02:43] % 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
(4117050) [16:02:43] *** (1/4) PREPARE NATIVE CHROOT ***
(4117050) [16:02:43] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4117050) [16:02:43] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4117050) [16:02:43] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(4117050) [16:02:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(4117050) [16:02:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(4117050) [16:02:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(4117050) [16:02:43] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(4117050) [16:02:43] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(4117050) [16:02:43] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4117050) [16:02:43] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(4117050) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4117050) [16:02:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(4117050) [16:02:43] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4117050) [16:02:43] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4117050) [16:02:43] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4117050) [16:02:43] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4117050) [16:02:43] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4117050) [16:02:43] Update package index for x86_64 (4 file(s))
(4117050) [16:02:43] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(4117050) [16:02:43] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(4117050) [16:02:44] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(4117050) [16:02:44] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(4117050) [16:02:44] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(4117050) [16:02:44] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(4117050) [16:02:44] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(4117050) [16:02:44] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(4117050) [16:02:44] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(4117050) [16:02:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(4117050) [16:02:45] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:45] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:45] extracted: /tmp/pmbootstrap0ydoj3e8apk
(4117050) [16:02:45] extracted: /tmp/pmbootstrapjz17alvesig
(4117050) [16:02:45] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:45] % 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/pmbootstrapjz17alvesig /tmp/pmbootstrap0ydoj3e8apk
Verified OK
(4117050) [16:02:45] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4117050) [16:02:45] % /tmp/pmbootstrap0ydoj3e8apk --version
apk-tools 2.12.10, compiled for x86_64.
(4117050) [16:02:45] (native) install alpine-base
(4117050) [16:02:45] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % 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
(4117050) [16:02:45] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(4117050) [16:02:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(4117050) [16:02:45] (native) update /etc/apk/repositories
(4117050) [16:02:45] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4117050) [16:02:45] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4117050) [16:02:45] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4117050) [16:02:45] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4117050) [16:02:45] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(4117050) [16:02:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4117050) [16:02:45] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4117050) [16:02:45] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4117050) [16:02:45] % 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
(4117050) [16:02:45] New background process: pid=4117210, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 10 MiB in 25 packages
(4117050) [16:02:47] (native) % adduser -D pmos -u 12345
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(4117050) [16:02:47] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(4117050) [16:02:47] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(4117050) [16:02:47] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(4117050) [16:02:47] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(4117050) [16:02:47] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(4117050) [16:02:47] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(4117050) [16:02:49] (native) install cryptsetup util-linux parted
(4117050) [16:02:49] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:02:49] (native) % cat /tmp/apk_progress_fifo
(4117050) [16:02:49] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(4117050) [16:02:49] New background process: pid=4117546, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/43) Installing libblkid (2.38.1-r0)
(2/43) Installing argon2-libs (20190702-r2)
(3/43) Installing device-mapper-libs (2.02.188-r0)
(4/43) Installing json-c (0.16-r0)
(5/43) Installing libuuid (2.38.1-r0)
(6/43) Installing cryptsetup-libs (2.5.0-r2)
(7/43) Installing popt (1.19-r0)
(8/43) Installing cryptsetup (2.5.0-r2)
(9/43) Installing cryptsetup-openrc (2.5.0-r2)
(10/43) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(11/43) Installing ncurses-libs (6.3_p20221023-r0)
(12/43) Installing readline (8.2.0-r0)
(13/43) Installing parted (3.5-r0)
(14/43) Installing util-linux (2.38.1-r0)
(15/43) Installing libfdisk (2.38.1-r0)
(16/43) Installing libmount (2.38.1-r0)
(17/43) Installing libsmartcols (2.38.1-r0)
(18/43) Installing util-linux-misc (2.38.1-r0)
(19/43) Installing libeconf (0.4.6-r0)
(20/43) Installing linux-pam (1.5.2-r1)
(21/43) Installing runuser (2.38.1-r0)
(22/43) Installing mount (2.38.1-r0)
(23/43) Installing losetup (2.38.1-r0)
(24/43) Installing hexdump (2.38.1-r0)
(25/43) Installing uuidgen (2.38.1-r0)
(26/43) Installing blkid (2.38.1-r0)
(27/43) Installing sfdisk (2.38.1-r0)
(28/43) Installing mcookie (2.38.1-r0)
(29/43) Installing agetty (2.38.1-r0)
(30/43) Installing agetty-openrc (0.45.2-r3)
(31/43) Installing wipefs (2.38.1-r0)
(32/43) Installing cfdisk (2.38.1-r0)
(33/43) Installing umount (2.38.1-r0)
(34/43) Installing util-linux-openrc (2.38.1-r0)
(35/43) Installing flock (2.38.1-r0)
(36/43) Installing eudev-libs (3.2.11-r2)
(37/43) Installing lsblk (2.38.1-r0)
(38/43) Installing libcap-ng (0.8.3-r1)
(39/43) Installing setpriv (2.38.1-r0)
(40/43) Installing logger (2.38.1-r0)
(41/43) Installing partx (2.38.1-r0)
(42/43) Installing fstrim (2.38.1-r0)
(43/43) Installing findmnt (2.38.1-r0)
Executing busybox-1.35.0-r27.trigger
OK: 21 MiB in 68 packages
(4117050) [16:02:51] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephonepro") ***
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(4117050) [16:02:51] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm
(4117050) [16:02:51] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm
(4117050) [16:02:51] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/null c 1 3
(4117050) [16:02:51] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/zero c 1 5
(4117050) [16:02:51] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/full c 1 7
(4117050) [16:02:51] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/random c 1 8
(4117050) [16:02:51] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/urandom c 1 9
(4117050) [16:02:51] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(4117050) [16:02:51] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(4117050) [16:02:51] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(4117050) [16:02:51] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(4117050) [16:02:52] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(4117050) [16:02:52] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(4117050) [16:02:52] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(4117050) [16:02:52] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(4117050) [16:02:52] (native) install qemu-aarch64
(4117050) [16:02:52] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:02:52] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:02:52] (native) % cat /tmp/apk_progress_fifo
(4117050) [16:02:52] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(4117050) [16:02:52] New background process: pid=4117632, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing qemu-aarch64 (7.1.0-r3)
Executing busybox-1.35.0-r27.trigger
OK: 25 MiB in 69 packages
(4117050) [16:02:52] Register qemu binfmt (aarch64)
(4117050) [16:02:52] % 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
(4117050) [16:02:52] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin
(4117050) [16:02:52] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(4117050) [16:02:52] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_native/usr/bin/qemu-aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(4117050) [16:02:52] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap
(4117050) [16:02:52] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:52] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:53] extracted: /tmp/pmbootstrapujzt8wpkapk
(4117050) [16:02:53] extracted: /tmp/pmbootstrap2w13fyv2sig
(4117050) [16:02:53] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(4117050) [16:02:53] % 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/pmbootstrap2w13fyv2sig /tmp/pmbootstrapujzt8wpkapk
Verified OK
(4117050) [16:02:53] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(4117050) [16:02:53] % /tmp/pmbootstrapujzt8wpkapk --version
apk-tools 2.12.10, compiled for x86_64.
(4117050) [16:02:53] (rootfs_pine64-pinephonepro) install alpine-base
(4117050) [16:02:53] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/cache
(4117050) [16:02:53] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/resolv.conf
(4117050) [16:02:53] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk
(4117050) [16:02:53] (rootfs_pine64-pinephonepro) update /etc/apk/repositories
(4117050) [16:02:53] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(4117050) [16:02:53] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(4117050) [16:02:53] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(4117050) [16:02:53] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(4117050) [16:02:53] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(4117050) [16:02:53] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] Update package index for aarch64 (4 file(s))
(4117050) [16:02:53] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(4117050) [16:02:53] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(4117050) [16:02:53] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(4117050) [16:02:53] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(4117050) [16:02:54] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(4117050) [16:02:54] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(4117050) [16:02:54] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(4117050) [16:02:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(4117050) [16:02:54] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4117050) [16:02:54] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4117050) [16:02:54] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(4117050) [16:02:54] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 --initdb --arch aarch64 add alpine-base
(4117050) [16:02:54] New background process: pid=4117886, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r3)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-r27)
Executing busybox-1.35.0-r27.post-install
(4/25) Installing busybox-binsh (1.35.0-r27)
(5/25) Installing alpine-baselayout (3.3.0-r3)
Executing alpine-baselayout-3.3.0-r3.pre-install
Executing alpine-baselayout-3.3.0-r3.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-r27)
(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-r3)
(16/25) Installing libssl3 (3.0.5-r3)
(17/25) Installing ssl_client (1.35.0-r27)
(18/25) Installing zlib (1.2.13-r0)
(19/25) Installing apk-tools (2.12.10-r1)
(20/25) Installing busybox-openrc (1.35.0-r27)
(21/25) Installing busybox-suid (1.35.0-r27)
(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-r27.trigger
OK: 13 MiB in 25 packages
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % getent passwd user
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % adduser -D -u 10000 user
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup -S wheel
addgroup: group 'wheel' in use
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup user wheel
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup -S video
addgroup: group 'video' in use
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup user video
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup -S audio
addgroup: group 'audio' in use
(4117050) [16:02:56] (rootfs_pine64-pinephonepro) % addgroup user audio
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup -S input
addgroup: group 'input' in use
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup user input
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup -S plugdev
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup user plugdev
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup -S netdev
addgroup: group 'netdev' in use
(4117050) [16:02:57] (rootfs_pine64-pinephonepro) % addgroup user netdev
(4117050) [16:02:57] postmarketos-ui-plasma-mobile: install _pmb_recommends: angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs
(4117050) [16:02:59] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-base, device-pine64-pinephonepro, postmarketos-ui-plasma-mobile, device-pine64-pinephonepro-nonfree-firmware, angelfish, breeze-gtk, discover, font-droid-nonlatin, font-noto, font-noto-extra, font-noto-emoji, index, kaccounts-providers, kclock, kde-gtk-config, kirigami-gallery, koko, kpeoplesink, kpeoplevcard, megapixels, plasma-dialer, plasma-mobile-sounds, plasma-phonebook, postmarketos-artwork-wallpapers, postmarketos-hidden-desktop-entries, postprocessd, qmlkonsole, spacebar, ttyescape, xdg-user-dirs, osk-sdl, postmarketos-base-nofde (pmbootstrap -v for details)
(4117050) [16:02:59] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(4117050) [16:02:59] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(4117050) [16:03:00] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(4117050) [16:03:00] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(4117050) [16:03:01] (rootfs_pine64-pinephonepro) install postmarketos-base device-pine64-pinephonepro postmarketos-ui-plasma-mobile device-pine64-pinephonepro-nonfree-firmware angelfish breeze-gtk discover font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4117050) [16:03:01] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:03:01] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(4117050) [16:03:01] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-base device-pine64-pinephonepro postmarketos-ui-plasma-mobile device-pine64-pinephonepro-nonfree-firmware angelfish breeze-gtk discover font-droid-nonlatin font-noto font-noto-extra font-noto-emoji index kaccounts-providers kclock kde-gtk-config kirigami-gallery koko kpeoplesink kpeoplevcard megapixels plasma-dialer plasma-mobile-sounds plasma-phonebook postmarketos-artwork-wallpapers postmarketos-hidden-desktop-entries postprocessd qmlkonsole spacebar ttyescape xdg-user-dirs osk-sdl postmarketos-base-nofde
(4117050) [16:03:01] New background process: pid=4118140, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/725) Installing icu-data-full (72.1-r1)
(2/725) Installing dbus-libs (1.14.4-r0)
(3/725) Installing libgcc (12.2.1_git20220924-r3)
(4/725) Installing libffi (3.4.4-r0)
(5/725) Installing libintl (0.21.1-r1)
(6/725) Installing libblkid (2.38.1-r0)
(7/725) Installing libmount (2.38.1-r0)
(8/725) Installing pcre2 (10.40-r0)
(9/725) Installing glib (2.74.1-r0)
(10/725) Installing libstdc++ (12.2.1_git20220924-r3)
(11/725) Installing icu-libs (72.1-r1)
(12/725) Installing libpcre2-16 (10.40-r0)
(13/725) Installing zstd-libs (1.5.2-r9)
(14/725) Installing qt5-qtbase (5.15.6_git20221010-r0)
(15/725) Installing hicolor-icon-theme (0.17-r2)
(16/725) Installing libmagic (5.43-r0)
(17/725) Installing file (5.43-r0)
(18/725) Installing libxau (1.0.10-r0)
(19/725) Installing libmd (1.0.4-r0)
(20/725) Installing libbsd (0.11.7-r0)
(21/725) Installing libxdmcp (1.1.3-r1)
(22/725) Installing libxcb (1.15-r0)
(23/725) Installing libx11 (1.8.1-r1)
(24/725) Installing libxext (1.3.5-r0)
(25/725) Installing libice (1.0.10-r1)
(26/725) Installing libuuid (2.38.1-r0)
(27/725) Installing libsm (1.2.3-r1)
(28/725) Installing libxt (1.2.1-r0)
(29/725) Installing libxmu (1.1.4-r0)
(30/725) Installing xset (1.2.4-r1)
(31/725) Installing xprop (1.2.5-r1)
(32/725) Installing xdg-utils (1.1.3-r4)
(33/725) Installing mesa (22.2.2-r1)
(34/725) Installing libdrm (2.4.113-r0)
(35/725) Installing libexpat (2.5.0-r0)
(36/725) Installing wayland-libs-server (1.21.0-r1)
(37/725) Installing mesa-glapi (22.2.2-r1)
(38/725) Installing mesa-gles (22.2.2-r1)
(39/725) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(40/725) Installing libxcomposite (0.4.5-r1)
(41/725) Installing brotli-libs (1.0.9-r8)
(42/725) Installing libbz2 (1.0.8-r3)
(43/725) Installing libpng (1.6.38-r0)
(44/725) Installing freetype (2.12.1-r0)
(45/725) Installing fontconfig (2.14.1-r0)
(46/725) Installing wayland-libs-client (1.21.0-r1)
(47/725) Installing wayland-libs-cursor (1.21.0-r1)
(48/725) Installing wayland-libs-egl (1.21.0-r1)
(49/725) Installing xkeyboard-config (2.37-r0)
(50/725) Installing xz-libs (5.2.7-r0)
(51/725) Installing libxml2 (2.10.3-r1)
(52/725) Installing libxkbcommon (1.4.1-r0)
(53/725) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(54/725) Installing mesa-gbm (22.2.2-r1)
(55/725) Installing libxshmfence (1.3.1-r0)
(56/725) Installing mesa-egl (22.2.2-r1)
(57/725) Installing avahi-libs (0.8-r6)
(58/725) Installing gmp (6.2.1-r2)
(59/725) Installing nettle (3.8.1-r0)
(60/725) Installing p11-kit (0.24.1-r1)
(61/725) Installing libtasn1 (4.19.0-r0)
(62/725) Installing libunistring (1.1-r0)
(63/725) Installing gnutls (3.7.8-r2)
(64/725) Installing cups-libs (2.4.2-r0)
(65/725) Installing pkgconf (1.9.3-r0)
(66/725) Installing shared-mime-info (2.2-r1)
(67/725) Installing libjpeg-turbo (2.1.4-r0)
(68/725) Installing libwebp (1.2.4-r1)
(69/725) Installing tiff (4.4.0-r1)
(70/725) Installing gdk-pixbuf (2.42.10-r0)
(71/725) Installing gtk-update-icon-cache (3.24.34-r7)
(72/725) Installing libxfixes (6.0.0-r0)
(73/725) Installing libxrender (0.9.11-r0)
(74/725) Installing libxcursor (1.2.1-r1)
(75/725) Installing libxdamage (1.1.5-r1)
(76/725) Installing libxi (1.8-r0)
(77/725) Installing libxinerama (1.1.5-r0)
(78/725) Installing libxrandr (1.5.2-r1)
(79/725) Installing libatk-1.0 (2.46.0-r0)
(80/725) Installing libxtst (1.2.4-r0)
(81/725) Installing at-spi2-core (2.46.0-r0)
(82/725) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/725) Installing pixman (0.42.0-r0)
(84/725) Installing cairo (1.17.6-r3)
(85/725) Installing cairo-gobject (1.17.6-r3)
(86/725) Installing libepoxy (1.5.10-r0)
(87/725) Installing fribidi (1.0.12-r0)
(88/725) Installing graphite2 (1.3.14-r2)
(89/725) Installing harfbuzz (5.3.1-r1)
(90/725) Installing libxft (2.3.6-r0)
(91/725) Installing pango (1.50.11-r0)
(92/725) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/725) Installing libevdev (1.13.0-r0)
(94/725) Installing mtdev (1.1.6-r1)
(95/725) Installing eudev-libs (3.2.11-r2)
(96/725) Installing libinput-libs (1.21.0-r0)
(97/725) Installing xcb-util-wm (0.4.2-r0)
(98/725) Installing xcb-util (0.4.0-r3)
(99/725) Installing xcb-util-image (0.4.1-r0)
(100/725) Installing xcb-util-keysyms (0.4.1-r0)
(101/725) Installing xcb-util-renderutil (0.3.10-r0)
(102/725) Installing libxkbcommon-x11 (1.4.1-r0)
(103/725) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0)
(104/725) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(105/725) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(106/725) Installing kirigami2-libs (5.99.0-r0)
(107/725) Installing kirigami2 (5.99.0-r0)
(108/725) Installing kactivities-libs (5.99.0-r0)
(109/725) Installing karchive (5.99.0-r0)
(110/725) Installing kconfig (5.99.0-r0)
(111/725) Installing kcoreaddons (5.99.0-r0)
(112/725) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(113/725) Installing kwindowsystem (5.99.0-r0)
(114/725) Installing kcrash (5.99.0-r0)
(115/725) Installing kdbusaddons (5.99.0-r0)
(116/725) Installing kglobalaccel (5.99.0-r0)
(117/725) Installing kguiaddons (5.99.0-r0)
(118/725) Installing ki18n (5.99.0-r0)
(119/725) Installing libelogind (246.10-r5)
(120/725) Installing polkit-elogind-libs (121-r0)
(121/725) Installing polkit-qt-1 (0.114.0-r1)
(122/725) Installing kauth (5.99.0-r0)
(123/725) Installing kcodecs (5.99.0-r0)
(124/725) Installing kwidgetsaddons (5.99.0-r0)
(125/725) Installing kconfigwidgets (5.99.0-r0)
(126/725) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(127/725) Installing kiconthemes (5.99.0-r0)
(128/725) Installing kitemviews (5.99.0-r0)
(129/725) Installing kxmlgui (5.99.0-r0)
(130/725) Installing kbookmarks (5.99.0-r0)
(131/725) Installing kcompletion (5.99.0-r0)
(132/725) Installing libxml2-utils (2.10.3-r1)
(133/725) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(134/725) Installing libgpg-error (1.46-r1)
(135/725) Installing libgcrypt (1.10.1-r0)
(136/725) Installing libxslt (1.1.37-r0)
(137/725) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(138/725) Installing kdoctools (5.99.0-r0)
(139/725) Installing kjobwidgets (5.99.0-r0)
(140/725) Installing alsa-lib (1.2.7.2-r0)
(141/725) Installing libxxf86vm (1.1.5-r0)
(142/725) Installing mesa-gl (22.2.2-r1)
(143/725) Installing libxv (1.0.11-r3)
(144/725) Installing cdparanoia-libs (10.2-r11)
(145/725) Installing graphene (1.10.8-r1)
(146/725) Installing gstreamer (1.20.4-r0)
(147/725) Installing libogg (1.3.5-r1)
(148/725) Installing opus (1.3.1-r1)
(149/725) Installing orc (0.4.32-r2)
(150/725) Installing libtheora (1.1.1-r16)
(151/725) Installing libvorbis (1.3.7-r0)
(152/725) Installing gst-plugins-base (1.20.4-r0)
(153/725) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(154/725) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(155/725) Installing sound-theme-freedesktop (0.8-r0)
(156/725) Installing libltdl (2.4.7-r0)
(157/725) Installing libcanberra (0.30-r9)
(158/725) Installing libcanberra-gstreamer (0.30-r9)
(159/725) Installing knotifications (5.99.0-r0)
(160/725) Installing kservice (5.99.0-r0)
(161/725) Installing solid-libs (5.99.0-r0)
(162/725) Installing libhunspell (1.7.1-r0)
(163/725) Installing ncurses-terminfo-base (6.3_p20221023-r0)
(164/725) Installing ncurses-libs (6.3_p20221023-r0)
(165/725) Installing readline (8.2.0-r0)
(166/725) Installing hunspell (1.7.1-r0)
(167/725) Installing sonnet (5.99.0-r0)
(168/725) Installing ktextwidgets (5.99.0-r0)
(169/725) Installing kio (5.99.0-r0)
(170/725) Installing kpackage (5.99.0-r0)
(171/725) Installing kdeclarative (5.99.0-r0)
(172/725) Installing kwayland (5.99.0-r0)
(173/725) Installing plasma-framework (5.99.0-r0)
(174/725) Installing sqlite-libs (3.39.4-r0)
(175/725) Installing libaccounts-glib (1.26-r0)
(176/725) Installing libaccounts-qt (1.16-r1)
(177/725) Installing signond (8.61-r0)
(178/725) Installing accounts-qml-module (0.7_git20190605-r1)
(179/725) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(180/725) Installing sdl2 (2.24.1-r0)
(181/725) Installing aom-libs (3.5.0-r0)
(182/725) Installing libass (0.16.0-r0)
(183/725) Installing libdav1d (1.0.0-r2)
(184/725) Installing lame (3.100-r2)
(185/725) Installing libasyncns (0.8-r1)
(186/725) Installing flac-libs (1.4.2-r0)
(187/725) Installing libsndfile (1.1.0-r2)
(188/725) Installing libgomp (12.2.1_git20220924-r3)
(189/725) Installing soxr (0.1.3-r3)
(190/725) Installing speexdsp (1.2.1-r0)
(191/725) Installing tdb-libs (1.4.7-r0)
(192/725) Installing libpulse (9999_git20220528-r0)
(193/725) Installing cjson (1.7.15-r3)
(194/725) Installing mbedtls (2.28.1-r0)
(195/725) Installing librist (0.2.7-r0)
(196/725) Installing libsrt (1.5.1-r0)
(197/725) Installing libssh (0.10.4-r0)
(198/725) Installing v4l-utils-libs (1.22.1-r2)
(199/725) Installing libva (2.16.0-r0)
(200/725) Installing libvdpau (1.5-r0)
(201/725) Installing vidstab (1.1.0-r2)
(202/725) Installing libvpx (1.12.0-r1)
(203/725) Installing x264-libs (0.164_git20220602-r0)
(204/725) Installing numactl (2.0.16-r0)
(205/725) Installing x265-libs (3.5-r3)
(206/725) Installing xvidcore (1.3.7-r1)
(207/725) Installing libsodium (1.0.18-r2)
(208/725) Installing libzmq (4.3.4-r1)
(209/725) Installing ffmpeg-libs (5.1.2-r1)
(210/725) Installing libevent (2.1.12-r5)
(211/725) Installing nspr (4.35-r0)
(212/725) Installing nss (3.84-r0)
(213/725) Installing re2 (2022.06.01-r1)
(214/725) Installing snappy (1.1.9-r4)
(215/725) Installing qt5-qtwebengine (5.15.11-r2)
(216/725) Installing libnotify (0.8.1-r1)
(217/725) Installing libproxy (0.4.18-r1)
(218/725) Installing signon-ui (0.17_git20171023-r2)
(219/725) Installing libassuan (2.5.5-r1)
(220/725) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(221/725) Installing gnupg-gpgconf (2.2.40-r0)
(222/725) Installing gpg (2.2.40-r0)
(223/725) Installing npth (1.6-r2)
(224/725) Installing gpg-agent (2.2.40-r0)
(225/725) Installing libksba (1.6.2-r0)
(226/725) Installing gpgsm (2.2.40-r0)
(227/725) Installing gpgme (1.18.0-r0)
(228/725) Installing gpgmepp (1.18.0-r0)
(229/725) Installing gdbm (1.23-r0)
(230/725) Installing libsasl (2.1.28-r2)
(231/725) Installing libqca (2.3.4-r2)
(232/725) Installing kwallet (5.99.0-r0)
(233/725) Installing kaccounts-integration (22.08.2-r0)
(234/725) Installing purpose (5.99.0-r0)
(235/725) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0)
(236/725) Installing qt5-qtfeedback (0_git20180903-r0)
(237/725) Installing angelfish (22.09-r0)
(238/725) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(239/725) Installing gtk-engines-clearlooks (2.21.0-r3)
(240/725) Installing gtk-engines-crux (2.21.0-r3)
(241/725) Installing gtk-engines-industrial (2.21.0-r3)
(242/725) Installing gtk-engines-mist (2.21.0-r3)
(243/725) Installing gtk-engines-redmond (2.21.0-r3)
(244/725) Installing gtk-engines-thinice (2.21.0-r3)
(245/725) Installing gtk-engines (2.21.0-r3)
(246/725) Installing breeze-gtk (5.26.2-r0)
(247/725) Installing alsa-ucm-conf (1.2.7.2-r0)
(248/725) Installing ca-certificates (20220614-r2)
(249/725) Installing nghttp2-libs (1.50.0-r0)
(250/725) Installing libcurl (7.86.0-r1)
(251/725) Installing libgpiod (1.6.3-r1)
(252/725) Installing libgudev (237-r1)
(253/725) Installing libmm-glib (1.18.12-r0)
(254/725) Installing libusb (1.0.26-r0)
(255/725) Installing eg25-manager (0.4.4-r0)
(256/725) Installing eg25-manager-openrc (0.4.4-r0)
(257/725) Installing linux-pine64-pinephonepro (5.17.9-r3)
(258/725) Installing udev-init-scripts (35-r1)
(259/725) Installing udev-init-scripts-openrc (35-r1)
(260/725) Installing kmod-libs (30-r1)
(261/725) Installing eudev (3.2.11-r2)
(262/725) Installing eudev-openrc (3.2.11-r2)
(263/725) Installing openssh-keygen (9.1_p1-r0)
(264/725) Installing libedit (20221009.3.1-r0)
(265/725) Installing openssh-client-common (9.1_p1-r0)
(266/725) Installing openssh-client-default (9.1_p1-r0)
(267/725) Installing openssh-sftp-server (9.1_p1-r0)
(268/725) Installing openssh-server-common (9.1_p1-r0)
(269/725) Installing openssh-server (9.1_p1-r0)
(270/725) Installing openssh (9.1_p1-r0)
(271/725) Installing boot-deploy (0.6.1-r0)
(272/725) Installing busybox-extras (1.35.0-r27)
Executing busybox-extras-1.35.0-r27.post-install
(273/725) Installing lzo (2.10-r3)
(274/725) Installing btrfs-progs (6.0-r0)
(275/725) Installing bzip2 (1.0.8-r3)
(276/725) Installing argon2-libs (20190702-r2)
(277/725) Installing device-mapper-libs (2.02.188-r0)
(278/725) Installing json-c (0.16-r0)
(279/725) Installing cryptsetup-libs (2.5.0-r2)
(280/725) Installing popt (1.19-r0)
(281/725) Installing cryptsetup (2.5.0-r2)
(282/725) Installing cryptsetup-openrc (2.5.0-r2)
(283/725) Installing libaio (0.3.113-r0)
(284/725) Installing device-mapper-event-libs (2.02.188-r0)
(285/725) Installing lvm2-libs (2.02.188-r0)
(286/725) Installing device-mapper (2.02.188-r0)
(287/725) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(288/725) Installing libcom_err (1.46.5-r3)
(289/725) Installing e2fsprogs-libs (1.46.5-r3)
(290/725) Installing e2fsprogs (1.46.5-r3)
(291/725) Installing e2fsprogs-extra (1.46.5-r3)
(292/725) Installing f2fs-tools-libs (1.15.0-r0)
(293/725) Installing f2fs-tools (1.15.0-r0)
(294/725) Installing lz4 (1.9.4-r1)
(295/725) Installing userspace-rcu (0.13.2-r0)
(296/725) Installing multipath-tools (0.9.2-r0)
(297/725) Installing multipath-tools-openrc (0.9.2-r0)
(298/725) Installing parted (3.5-r0)
(299/725) Installing postmarketos-mvcfg (1-r0)
(300/725) Installing postmarketos-keys (1-r0)
(301/725) Installing sudo (1.9.12-r0)
(302/725) Installing postmarketos-base-nofde (23-r1)
(303/725) Installing unudhcpd (0.2.1-r0)
(304/725) Installing xz (5.2.7-r0)
(305/725) Installing postmarketos-mkinitfs (1.5-r1)
(306/725) Installing postmarketos-base (23-r1)
Executing postmarketos-base-23-r1.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
(307/725) Installing llvm15-libs (15.0.3-r1)
(308/725) Installing musl-fts (1.2.7-r3)
(309/725) Installing libelf (0.187-r2)
(310/725) Installing mesa-dri-gallium (22.2.2-r1)
(311/725) Installing postmarketos-base-mesa (23-r1)
(312/725) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(313/725) Installing dbus-openrc (1.14.4-r0)
(314/725) Installing libacl (2.3.1-r1)
(315/725) Installing lz4-libs (1.9.4-r1)
(316/725) Installing libarchive (3.6.1-r1)
(317/725) Installing libcbor (0.9.0-r1)
(318/725) Installing efivar-libs (38-r1)
(319/725) Installing libgcab (1.4-r3)
(320/725) Installing json-glib (1.6.6-r1)
(321/725) Installing libgusb (0.4.2-r0)
(322/725) Installing libjcat (0.1.12-r0)
(323/725) Installing libmbim (1.26.4-r0)
(324/725) Installing protobuf-c (1.4.1-r1)
(325/725) Installing libqrtr-glib (1.2.2-r0)
(326/725) Installing libqmi (1.30.8-r0)
(327/725) Installing tpm2-tss-mu (3.2.0-r0)
(328/725) Installing tpm2-tss-sys (3.2.0-r0)
(329/725) Installing tpm2-tss-esys (3.2.0-r0)
(330/725) Installing libxmlb (0.3.10-r0)
(331/725) Installing fwupd (1.8.6-r1)
(332/725) Installing fwupd-openrc (1.8.6-r1)
(333/725) Installing device-pine64-pinephonepro (3.3-r4)
Executing device-pine64-pinephonepro-3.3-r4.post-install
 * service eg25-manager added to runlevel default
(334/725) Installing firmware-pine64-pinebookpro (2-r0)
(335/725) Installing linux-firmware-cypress (20221012-r0)
(336/725) Installing linux-firmware-brcm (20221012-r0)
(337/725) Installing linux-firmware-rockchip (20221012-r0)
(338/725) Installing device-pine64-pinephonepro-nonfree-firmware (3.3-r4)
(339/725) Installing yaml (0.2.5-r0)
(340/725) Installing appstream (0.15.5-r1)
Executing appstream-0.15.5-r1.post-install
✔ Metadata cache was updated successfully.
(341/725) Installing appstream-qt (0.15.5-r1)
(342/725) Installing attica (5.99.0-r0)
(343/725) Installing kidletime (5.99.0-r0)
(344/725) Installing knewstuff (5.99.0-r0)
(345/725) Installing discover (5.26.2-r0)
(346/725) Installing libapk-qt (0.4.2-r0)
(347/725) Installing discover-backend-apk (5.26.2-r0)
(348/725) Installing discover-backend-fwupd (5.26.2-r0)
(349/725) Installing font-droid-nonlatin (20200215-r2)
(350/725) Installing font-noto-common (0_git20211101-r6)
(351/725) Installing font-noto-math (0_git20211101-r6)
(352/725) Installing font-noto-symbols (0_git20211101-r6)
(353/725) Installing font-noto (0_git20211101-r6)
(354/725) Installing font-noto-emoji (2.038-r0)
(355/725) Installing font-noto-extra (0_git20211101-r6)
(356/725) Installing mauiman (1.0.0-r0)
(357/725) Installing mauikit (2.2.0-r0)
(358/725) Installing exiv2 (0.27.5-r1)
(359/725) Installing mauikit-imagetools (2.2.0-r0)
(360/725) Installing mauikit-filebrowsing (2.2.0-r0)
(361/725) Installing index (2.2.0-r0)
(362/725) Installing signon-plugin-oauth2 (0.25-r0)
(363/725) Installing kaccounts-providers (22.08.2-r0)
(364/725) Installing kirigami-addons (0.5-r0)
(365/725) Installing kclock (22.09-r0)
(366/725) Installing gsettings-desktop-schemas (43.0-r0)
(367/725) Installing kdecoration (5.26.2-r0)
(368/725) Installing kde-gtk-config (5.26.2-r0)
(369/725) Installing kirigami-gallery (22.08.2-r0)
(370/725) Installing kquickimageeditor (0.2.0-r1)
(371/725) Installing taglib (1.13-r0)
(372/725) Installing kfilemetadata (5.99.0-r0)
(373/725) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(374/725) Installing koko (22.09-r0)
(375/725) Installing kasync (0.3.0-r2)
(376/725) Installing gpg-wks-server (2.2.40-r0)
(377/725) Installing gpgv (2.2.40-r0)
(378/725) Installing libldap (2.6.3-r4)
(379/725) Installing gnupg-dirmngr (2.2.40-r0)
(380/725) Installing gnupg-utils (2.2.40-r0)
(381/725) Installing gnupg-wks-client (2.2.40-r0)
(382/725) Installing gnupg (2.2.40-r0)
(383/725) Installing iso-codes (4.11.0-r0)
(384/725) Installing kcontacts (5.99.0-r0)
(385/725) Installing kpeople (5.99.0-r0)
(386/725) Installing libical (3.0.16-r1)
(387/725) Installing kcalendarcore (5.99.0-r0)
(388/725) Installing kmime (22.08.2-r0)
(389/725) Installing kimap2 (0.4.0-r1)
(390/725) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(391/725) Installing kdav2 (0.4.0-r1)
(392/725) Installing lmdb (0.9.29-r2)
(393/725) Installing libxapian (1.4.21-r0)
(394/725) Installing sink (0.9.0-r3)
(395/725) Installing kpeoplesink (0_git20210224-r1)
(396/725) Installing kpeoplevcard (0.1-r2)
(397/725) Installing libraw (0.20.2-r1)
(398/725) Installing libraw-tools (0.20.2-r1)
(399/725) Installing lcms2 (2.13.1-r0)
(400/725) Installing imagemagick-libs (7.1.0.51-r1)
(401/725) Installing jbig2dec (0.19-r1)
(402/725) Installing ghostscript (10.0.0-r0)
(403/725) Installing libde265 (1.0.9-r0)
(404/725) Installing libheif (1.13.0-r0)
(405/725) Installing libjxl (0.6.1_git20220605-r1)
(406/725) Installing librsvg (2.55.1-r0)
(407/725) Installing imagemagick (7.1.0.51-r1)
(408/725) Installing perl (5.36.0-r0)
(409/725) Installing perl-image-exiftool (12.42-r0)
(410/725) Installing exiftool (12.42-r0)
(411/725) Installing tzdata (2022f-r0)
(412/725) Installing openexr (3.1.5-r3)
(413/725) Installing soundtouch (2.3.1-r0)
(414/725) Installing libraw1394 (2.1.2-r3)
(415/725) Installing libdc1394 (2.2.6-r1)
(416/725) Installing tslib (1.22-r1)
(417/725) Installing directfb (1.7.7-r5)
(418/725) Installing faac (1.30-r2)
(419/725) Installing fdk-aac (2.0.2-r1)
(420/725) Installing flite (2.2-r1)
(421/725) Installing libsamplerate (0.2.2-r0)
(422/725) Installing jack (1.9.21-r0)
(423/725) Installing portaudio (19.7.0-r0)
(424/725) Installing fluidsynth-libs (2.3.0-r0)
(425/725) Installing libfreeaptx (0.1.1-r1)
(426/725) Installing gsm (1.0.22-r1)
(427/725) Installing libldac (2.0.2.3-r0)
(428/725) Installing libmodplug (0.8.9.0-r2)
(429/725) Installing neon (0.32.4-r0)
(430/725) Installing libnice (0.1.19-r0)
(431/725) Installing openal-soft (1.22.2-r2)
(432/725) Installing openjpeg (2.5.0-r0)
(433/725) Installing librtmp (2.4_git20190330-r2)
(434/725) Installing sbc (2.0-r0)
(435/725) Installing spandsp (0.0.6-r2)
(436/725) Installing libsrtp (2.4.2-r3)
(437/725) Installing vo-aacenc (0.1.3-r0)
(438/725) Installing vo-amrwbenc (0.1.3-r0)
(439/725) Installing libzbar (0.23.92-r1)
(440/725) Installing gst-plugins-bad (1.20.4-r1)
(441/725) Installing gtk4.0 (4.8.2-r0)
Executing gtk4.0-4.8.2-r0.post-install
(442/725) Installing megapixels (1.5.2-r0)
(443/725) Installing encodings (1.0.6-r0)
(444/725) Installing libfontenc (1.1.6-r0)
(445/725) Installing mkfontscale (1.2.2-r1)
(446/725) Installing font-dejavu (2.37-r3)
(447/725) Installing sdl2_ttf (2.20.1-r0)
(448/725) Installing osk-sdl (0.67.1-r1)
(449/725) Installing kcmutils (5.99.0-r0)
(450/725) Installing frameworkintegration (5.99.0-r0)
(451/725) Installing oxygen (5.26.2-r0)
(452/725) Installing modemmanager-qt (5.99.0-r0)
(453/725) Installing callaudiod-libs (0.1.4-r0)
(454/725) Installing abseil-cpp (20220623.1-r1)
(455/725) Installing boost1.80-thread (1.80.0-r3)
(456/725) Installing libprotobuf (3.21.9-r0)
(457/725) Installing libphonenumber (8.12.56-r1)
(458/725) Installing plasma-dialer (22.09-r0)
(459/725) Installing plasma-mobile-sounds (0.1-r1)
(460/725) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(461/725) Installing plasma-phonebook (22.09-r0)
(462/725) Installing postmarketos-artwork-wallpapers (2-r1)
(463/725) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(464/725) Installing bluez (5.65-r2)
(465/725) Installing bluez-openrc (5.65-r2)
(466/725) Installing bluez-obexd (5.65-r2)
(467/725) Installing kded (5.99.0-r0)
(468/725) Installing bluez-qt (5.99.0-r0)
(469/725) Installing bluedevil (5.26.2-r0)
(470/725) Installing breeze (5.26.2-r0)
(471/725) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(472/725) Installing callaudiod (0.1.4-r0)
(473/725) Installing dnsmasq-common (2.87-r0)
(474/725) Installing dnsmasq-openrc (2.87-r0)
(475/725) Installing dnsmasq (2.87-r0)
Executing dnsmasq-2.87-r0.pre-install
(476/725) Installing linux-pam (1.5.2-r1)
(477/725) Installing shadow (4.10-r3)
(478/725) Installing elogind (246.10-r5)
(479/725) Installing elogind-openrc (246.10-r5)
(480/725) Installing hfd-service (0.1.0-r1)
(481/725) Installing hfd-service-openrc (0.1.0-r1)
(482/725) Installing iio-sensor-proxy (3.4-r0)
(483/725) Installing iio-sensor-proxy-openrc (3.4-r0)
(484/725) Installing libkscreen (5.26.2-r0)
(485/725) Installing layer-shell-qt (5.26.2-r0)
(486/725) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(487/725) Installing kscreen (5.26.2-r0)
(488/725) Installing socat (1.7.4.3-r1)
(489/725) Installing kwallet-pam (5.26.2-r0)
(490/725) Installing kwayland-integration (5.26.2-r0)
(491/725) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(492/725) Installing duktape (2.7.0-r0)
(493/725) Installing polkit-elogind (121-r0)
(494/725) Installing modemmanager (1.18.12-r0)
(495/725) Installing modemmanager-openrc (1.18.12-r0)
(496/725) Installing libnm (1.40.2-r0)
(497/725) Installing networkmanager-common (1.40.2-r0)
(498/725) Installing networkmanager-openrc (1.40.2-r0)
(499/725) Installing libmnl (1.0.5-r0)
(500/725) Installing libnftnl (1.2.3-r0)
(501/725) Installing iptables (1.8.8-r2)
(502/725) Installing iptables-openrc (1.8.8-r2)
(503/725) Installing libndp (1.8-r1)
(504/725) Installing libidn2 (2.3.4-r0)
(505/725) Installing libpsl (0.21.1-r1)
(506/725) Installing networkmanager (1.40.2-r0)
Executing networkmanager-1.40.2-r0.pre-install
Executing networkmanager-1.40.2-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>.
*
(507/725) Installing networkmanager-cli (1.40.2-r0)
(508/725) Installing pcre (8.45-r2)
(509/725) Installing slang (2.3.3-r0)
(510/725) Installing newt (0.52.21-r4)
(511/725) Installing networkmanager-tui (1.40.2-r0)
(512/725) Installing wireless-regdb (2022.08.12-r0)
(513/725) Installing networkmanager-wifi (1.40.2-r0)
Executing networkmanager-wifi-1.40.2-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.
*
(514/725) Installing mobile-broadband-provider-info (20220725-r0)
(515/725) Installing networkmanager-wwan (1.40.2-r0)
(516/725) Installing libunwind (1.6.2-r0)
(517/725) Installing libcamera (0.0.1-r0)
(518/725) Installing pipewire-libs (0.3.59-r3)
(519/725) Installing libuv (1.44.2-r0)
(520/725) Installing roc-toolkit-libs (0.1.5-r2)
(521/725) Installing webrtc-audio-processing (0.3.1-r6)
(522/725) Installing pipewire (0.3.59-r3)
(523/725) Installing breeze-icons (5.99.0-r0)
(524/725) Installing dbus-x11 (1.14.4-r0)
(525/725) Installing kactivities (5.99.0-r0)
(526/725) Installing kpipewire (5.26.2-r0)
(527/725) Installing dconf (0.40.0-r2)
(528/725) Installing anthy (9100h-r2)
(529/725) Installing maliit-framework (2.3.0-r1)
(530/725) Installing kyotocabinet (1.2.79-r3)
(531/725) Installing libpinyin (2.7.92-r0)
(532/725) Installing tinyxml (2.6.2-r1)
(533/725) Installing presage (0.9.1-r2)
(534/725) Installing maliit-keyboard (2.3.1-r1)
(535/725) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(536/725) Installing plasma-nano (5.26.2-r0)
(537/725) Installing networkmanager-qt (5.99.0-r0)
(538/725) Installing plasma-nm (5.26.2-r0)
(539/725) Installing plasma-nm-mobile (5.26.2-r0)
(540/725) Installing fftw-single-libs (3.3.10-r1)
(541/725) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(542/725) Installing pulseaudio-bluez (9999_git20220528-r0)
(543/725) Installing pulseaudio-alsa (9999_git20220528-r0)
(544/725) Installing alsa-utils-openrc (1.2.7-r1)
(545/725) Installing pulseaudio-openrc (9999_git20220528-r0)
(546/725) Installing libcanberra-pulse (0.30-r9)
(547/725) Installing plasma-pa (5.26.2-r0)
(548/725) Installing libdaemon (0.14-r3)
(549/725) Installing openrc-settingsd (1.1.0-r0)
(550/725) Installing openrc-settingsd-openrc (1.1.0-r0)
(551/725) Installing plasma-settings (22.09-r1)
(552/725) Installing kactivitymanagerd (5.26.2-r0)
(553/725) Installing kinit (5.99.0-r0)
(554/725) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(555/725) Installing kdnssd (5.99.0-r0)
(556/725) Installing syntax-highlighting (5.99.0-r0)
(557/725) Installing kdsoap (2.1.1-r0)
(558/725) Installing libmtp (1.1.20-r2)
(559/725) Installing clang15-libclang (15.0.3-r1)
(560/725) Installing qt5-qttools (5.15.6_git20220907-r1)
(561/725) Installing phonon (4.11.1-r3)
(562/725) Installing talloc (2.3.4-r0)
(563/725) Installing tevent (0.13.0-r0)
(564/725) Installing samba-util-libs (4.16.4-r0)
(565/725) Installing jansson (2.14-r0)
(566/725) Installing ldb (2.5.2-r0)
(567/725) Installing libwbclient (4.16.4-r0)
(568/725) Installing samba-libs (4.16.4-r0)
(569/725) Installing libsmbclient (4.16.4-r0)
(570/725) Installing kio-extras (22.08.2-r0)
(571/725) Installing kquickcharts (5.99.0-r0)
(572/725) Installing xorg-server-common (21.1.4-r1)
(573/725) Installing libxkbfile (1.1.1-r0)
(574/725) Installing xkbcomp (1.4.5-r1)
(575/725) Installing libxfont2 (2.0.6-r0)
(576/725) Installing libtirpc-conf (1.3.3-r0)
(577/725) Installing libtirpc-nokrb (1.3.3-r0)
(578/725) Installing libxcvt (0.1.2-r0)
(579/725) Installing xwayland (22.1.4-r1)
(580/725) Installing kscreenlocker (5.26.2-r0)
(581/725) Installing libqaccessibilityclient (0.4.1-r1)
(582/725) Installing xcb-util-cursor (0.1.4-r0)
(583/725) Installing kwin (5.26.2.1-r0)
(584/725) Installing kitemmodels (5.99.0-r0)
(585/725) Installing threadweaver (5.99.0-r0)
(586/725) Installing krunner (5.99.0-r0)
(587/725) Installing milou (5.26.2-r0)
(588/725) Installing pipewire-media-session (0.4.1-r0)
(589/725) Installing font-hack (3.003-r3)
(590/725) Installing qqc2-desktop-style (5.99.0-r0)
(591/725) Installing plasma-integration (5.26.2-r0)
(592/725) Installing qtchooser (66-r2)
(593/725) Installing plasma-workspace-libs (5.26.2-r0)
(594/725) Installing kactivities-stats (5.99.0-r0)
(595/725) Installing baloo (5.99.0-r0)
(596/725) Installing kholidays (5.99.0-r0)
(597/725) Installing libkexiv2 (22.08.2-r0)
(598/725) Installing knotifyconfig (5.99.0-r0)
(599/725) Installing kparts (5.99.0-r0)
(600/725) Installing zxing-cpp (1.4.0-r0)
(601/725) Installing libdmtx-libs (0.7.7-r0)
(602/725) Installing libqrencode (4.1.1-r1)
(603/725) Installing prison (5.99.0-r0)
(604/725) Installing ktexteditor (5.99.0-r0)
(605/725) Installing libnl3 (3.7.0-r0)
(606/725) Installing libpcap (1.10.1-r1)
(607/725) Installing lm-sensors-libs (3.6.0-r4)
(608/725) Installing libksysguard (5.26.2-r0)
(609/725) Installing kuserfeedback (1.2.0-r1)
(610/725) Installing gpsd (3.24-r0)
(611/725) Installing gpsd-openrc (3.24-r0)
(612/725) Installing mpfr4 (4.1.0-r0)
(613/725) Installing libqalculate (4.4.0-r1)
(614/725) Installing plasma-workspace (5.26.2-r0)
(615/725) Installing kpty (5.99.0-r0)
(616/725) Installing kdesu (5.99.0-r0)
(617/725) Installing kde-cli-tools (5.26.2-r0)
(618/725) Installing qqc2-breeze-style (5.26.2-r0)
(619/725) Installing plasma-mobile (5.26.2-r0)
(620/725) Installing polkit-kde-agent-1 (5.26.2-r0)
(621/725) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(622/725) Installing chrony-openrc (4.3-r0)
(623/725) Installing haveged (1.9.18-r0)
(624/725) Installing haveged-openrc (1.9.18-r0)
(625/725) Installing nftables (1.0.5-r1)
(626/725) Installing nftables-openrc (1.0.5-r1)
(627/725) Installing postmarketos-config-nftables (0.12-r1)
Executing postmarketos-config-nftables-0.12-r1.post-install
 * service nftables added to runlevel default
(628/725) Installing postmarketos-config-nftables-networkmanager (0.12-r1)
(629/725) Installing postmarketos-base-nftables (23-r1)
Executing postmarketos-base-nftables-23-r1.post-install
(630/725) Installing postmarketos-artwork-icons (2-r1)
(631/725) Installing util-linux (2.38.1-r0)
(632/725) Installing libfdisk (2.38.1-r0)
(633/725) Installing libsmartcols (2.38.1-r0)
(634/725) Installing util-linux-misc (2.38.1-r0)
(635/725) Installing libeconf (0.4.6-r0)
(636/725) Installing runuser (2.38.1-r0)
(637/725) Installing mount (2.38.1-r0)
(638/725) Installing losetup (2.38.1-r0)
(639/725) Installing hexdump (2.38.1-r0)
(640/725) Installing uuidgen (2.38.1-r0)
(641/725) Installing blkid (2.38.1-r0)
(642/725) Installing sfdisk (2.38.1-r0)
(643/725) Installing mcookie (2.38.1-r0)
(644/725) Installing agetty (2.38.1-r0)
(645/725) Installing agetty-openrc (0.45.2-r3)
(646/725) Installing wipefs (2.38.1-r0)
(647/725) Installing cfdisk (2.38.1-r0)
(648/725) Installing umount (2.38.1-r0)
(649/725) Installing util-linux-openrc (2.38.1-r0)
(650/725) Installing flock (2.38.1-r0)
(651/725) Installing lsblk (2.38.1-r0)
(652/725) Installing libcap-ng (0.8.3-r1)
(653/725) Installing setpriv (2.38.1-r0)
(654/725) Installing logger (2.38.1-r0)
(655/725) Installing partx (2.38.1-r0)
(656/725) Installing fstrim (2.38.1-r0)
(657/725) Installing findmnt (2.38.1-r0)
(658/725) Installing pcsc-lite-libs (1.9.9-r0)
(659/725) Installing wpa_supplicant (2.10-r4)
(660/725) Installing wpa_supplicant-openrc (2.10-r4)
(661/725) Installing ifupdown-ng-wifi (0.12.1-r0)
(662/725) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(663/725) Installing postmarketos-base-ui-networkmanager (6-r1)
(664/725) Installing mpdecimal (2.5.1-r1)
(665/725) Installing python3 (3.10.8-r3)
(666/725) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(667/725) Installing py3-ruamel.yaml (0.16.12-r2)
(668/725) Installing sleep-inhibitor (1.16-r0)
(669/725) Installing sleep-inhibitor-openrc (1.16-r0)
(670/725) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(671/725) Installing py3-dbus (1.3.2-r0)
(672/725) Installing obex-capabilities (0.2.1-r1)
(673/725) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(674/725) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(675/725) Installing pulseaudio-utils (9999_git20220528-r0)
(676/725) Installing postmarketos-base-ui-pulseaudio (6-r1)
(677/725) Installing upower (1.90.0-r2)
(678/725) Installing powerdevil-libs (5.26.2-r0)
(679/725) Installing powerdevil (5.26.2-r0)
(680/725) Installing bubblewrap (0.6.2-r0)
(681/725) Installing fuse-common (3.12.0-r0)
(682/725) Installing fuse-openrc (3.12.0-r0)
(683/725) Installing fuse3-libs (3.12.0-r0)
(684/725) Installing fuse3 (3.12.0-r0)
(685/725) Installing xdg-desktop-portal (1.15.0-r0)
(686/725) Installing xdg-desktop-portal-kde (5.26.2-r0)
(687/725) Installing autologin (1.0.0-r4)
(688/725) Installing tinydm (1.1.2-r1)
(689/725) Installing tinydm-openrc (1.1.2-r1)
(690/725) Installing postmarketos-base-ui-tinydm (6-r1)
(691/725) Installing font-alias (1.0.4-r0)
(692/725) Installing util-macros (1.19.3-r0)
(693/725) Installing font-misc-misc (1.1.2-r3)
(694/725) Installing font-cursor-misc (1.0.3-r3)
(695/725) Installing xauth (1.1.2-r0)
(696/725) Installing xmodmap (1.0.11-r0)
(697/725) Installing xrdb (1.2.1-r1)
(698/725) Installing xinit (1.4.1-r1)
(699/725) Installing hwdata-pci (0.363-r1)
(700/725) Installing libpciaccess (0.17-r0)
(701/725) Installing xorg-server (21.1.4-r1)
(702/725) Installing libinput (1.21.0-r0)
(703/725) Installing xf86-input-libinput (1.2.1-r0)
(704/725) Installing xf86-video-fbdev (0.5.0-r3)
(705/725) Installing postmarketos-base-ui-x11 (6-r1)
(706/725) Installing postmarketos-ui-plasma-mobile (3.8-r6)
Executing postmarketos-ui-plasma-mobile-3.8-r6.post-install
 * service tinydm added to runlevel default
 * rc-update: service `urfkill' does not exist
 * service iio-sensor-proxy added to runlevel default
 * service bluetooth added to runlevel default
 * service hfd-service added to runlevel default
 * service networkmanager added to runlevel default
 * service modemmanager added to runlevel default
 * rc-update: service `ofono' is not in the runlevel `default'
tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop
(707/725) Installing libexif (0.6.24-r0)
(708/725) Installing hwloc (2.8.0-r0)
(709/725) Installing libtbb (2021.7.0-r0)
(710/725) Installing opencv (4.6.0-r3)
(711/725) Installing postprocessd (0.2.1-r0)
(712/725) Installing postprocessd-megapixels (0.2.1-r0)
(713/725) Installing qmltermwidget (0.2.0-r1)
(714/725) Installing qmlkonsole (22.09-r1)
(715/725) Installing c-ares (1.18.1-r0)
(716/725) Installing spacebar (22.09-r0)
(717/725) Installing hkdm (0.2.0-r0)
(718/725) Installing buffyboard (0.2.0-r0)
(719/725) Installing terminus-font (4.49.1-r3)
(720/725) Installing kbd-misc (2.5.1-r2)
(721/725) Installing kbd (2.5.1-r2)
(722/725) Installing kbd-openrc (2.5.1-r2)
(723/725) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(724/725) Installing ttyescape-openrc (1.0.1-r1)
(725/725) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r27.trigger
Executing glib-2.74.1-r0.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gdk-pixbuf-2.42.10-r0.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing ca-certificates-20220614-r2.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-mkinitfs-1.5-r1.trigger
2022/10/29 16:07:10 Generating for kernel version: 5.17.9
2022/10/29 16:07:10 Output directory: /boot
2022/10/29 16:07:10 == Generating initramfs ==
2022/10/29 16:07:10 - Including hook files
2022/10/29 16:07:10 - Including hook scripts
2022/10/29 16:07:10 - Including required binaries
2022/10/29 16:07:10 - Including kernel modules
2022/10/29 16:07:10 - Including splash images
2022/10/29 16:07:10 - Writing and verifying initramfs archive
2022/10/29 16:07:10 == Generating initramfs extra ==
2022/10/29 16:07:10 - Including extra binaries
2022/10/29 16:07:10 - Including FDE support
2022/10/29 16:07:11 - Writing and verifying initramfs-extra archive
2022/10/29 16:07:12 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/10/29 16:07:14 mkinitfs completed in: 3.976535374s
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
Executing mkfontscale-1.2.2-r1.trigger
OK: 2139 MiB in 750 packages
(4117050) [16:07:23] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2139 MiB in 750 packages
(4117050) [16:07:26] (rootfs_pine64-pinephonepro) calculate depends of device-pine64-pinephonepro (pmbootstrap -v for details)
(4117050) [16:07:26] (rootfs_pine64-pinephonepro) install device-pine64-pinephonepro
(4117050) [16:07:26] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:07:26] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:07:26] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(4117050) [16:07:26] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephonepro
(4117050) [16:07:26] New background process: pid=4124788, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2139 MiB in 750 packages
(4117050) [16:07:28] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2139 MiB in 750 packages
(4117050) [16:07:31] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(4117050) [16:07:31] (rootfs_pine64-pinephonepro) install postmarketos-mkinitfs
(4117050) [16:07:31] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:07:31] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:07:31] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(4117050) [16:07:31] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(4117050) [16:07:31] New background process: pid=4124840, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2139 MiB in 750 packages
(4117050) [16:07:34] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2139 MiB in 750 packages
(4117050) [16:07:37] (rootfs_pine64-pinephonepro) mkinitfs pine64-pinephonepro
(4117050) [16:07:37] (rootfs_pine64-pinephonepro) % mkinitfs
2022/10/29 16:07:37 Generating for kernel version: 5.17.9
2022/10/29 16:07:37 Output directory: /boot
2022/10/29 16:07:37 == Generating initramfs ==
2022/10/29 16:07:37 - Including hook files
2022/10/29 16:07:37 - Including hook scripts
2022/10/29 16:07:37 - Including required binaries
2022/10/29 16:07:37 - Including kernel modules
2022/10/29 16:07:37 - Including splash images
2022/10/29 16:07:37 - Writing and verifying initramfs archive
2022/10/29 16:07:37 == Generating initramfs extra ==
2022/10/29 16:07:37 - Including extra binaries
2022/10/29 16:07:37 - Including FDE support
2022/10/29 16:07:38 - Writing and verifying initramfs-extra archive
2022/10/29 16:07:39 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/10/29 16:07:40 mkinitfs completed in: 3.745177784s
(4117050) [16:07:41]  *** SET LOGIN PASSWORD FOR: 'user' ***
(4117050) [16:07:41] (rootfs_pine64-pinephonepro) % passwd user
New password: Retype new password: passwd: password updated successfully
(4117050) [16:07:41] (rootfs_pine64-pinephonepro) % grep ^root:!: /etc/shadow
(4117050) [16:07:41] (rootfs_pine64-pinephonepro) locking root
(4117050) [16:07:41] (rootfs_pine64-pinephonepro) % passwd -l root
passwd: password changed.
(4117050) [16:07:41] NOTE: No valid keymap specified for device
(4117050) [16:07:41] (rootfs_pine64-pinephonepro) % setup-timezone Etc/UTC
(4117050) [16:07:46] (rootfs_pine64-pinephonepro) % sh -c echo pine64-pinephonepro > /etc/hostname
(4117050) [16:07:46] (rootfs_pine64-pinephonepro) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephonepro localhost.localdomain localhost/ /etc/hosts
(4117050) [16:07:47] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm
(4117050) [16:07:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(4117050) [16:07:47] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4117050) [16:07:47] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap
(4117050) [16:07:47] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
2198680	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4117050) [16:07:47] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(4117050) [16:07:47] (native) create pine64-pinephonepro.img (2883M)
(4117050) [16:07:47] (native) % truncate -s 2883M /home/pmos/rootfs/pine64-pinephonepro.img
(4117050) [16:07:47] (native) mount /dev/install (pine64-pinephonepro.img)
(4117050) [16:07:47] (native) mount /home/pmos/rootfs/pine64-pinephonepro.img (loop)
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4117050) [16:07:47] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4117050) [16:07:47] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4117050) [16:07:47] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4117050) [16:07:47] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4117050) [16:07:47] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4117050) [16:07:47] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4117050) [16:07:47] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4117050) [16:07:47] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4117050) [16:07:47] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4117050) [16:07:47] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4117050) [16:07:47] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(4117050) [16:07:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4117050) [16:07:47] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(4117050) [16:07:47] (native) % losetup -f /home/pmos/rootfs/pine64-pinephonepro.img
(4117050) [16:07:48] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4117050) [16:07:48] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4117050) [16:07:48] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4117050) [16:07:48] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(4117050) [16:07:48] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(4117050) [16:07:48] (native) % parted -s /dev/install mktable gpt
(4117050) [16:07:48] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M
(4117050) [16:07:48] (native) % parted -s /dev/install mkpart primary 256M 100%
(4117050) [16:07:48] (native) % parted -s /dev/install set 1 boot on
(4117050) [16:07:48] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4117050) [16:07:48] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4117050) [16:07:48] % sudo mount --bind /dev/loop2p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(4117050) [16:07:48] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4117050) [16:07:48] % sudo mount --bind /dev/loop2p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(4117050) [16:07:48] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(4117050) [16:07:48] (native) install e2fsprogs
(4117050) [16:07:48] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:07:48] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:07:48] (native) % cat /tmp/apk_progress_fifo
(4117050) [16:07:48] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(4117050) [16:07:48] New background process: pid=4125798, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/3) Installing libcom_err (1.46.5-r3)
(2/3) Installing e2fsprogs-libs (1.46.5-r3)
(3/3) Installing e2fsprogs (1.46.5-r3)
Executing busybox-1.35.0-r27.trigger
OK: 26 MiB in 72 packages
(4117050) [16:07:49] (native) format /dev/installp2 (root, ext4)
(4117050) [16:07:49] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(4117050) [16:07:49] (native) mount /dev/installp2 to /mnt/install
(4117050) [16:07:49] (native) % mkdir -p /mnt/install
(4117050) [16:07:49] (native) % mount /dev/installp2 /mnt/install
(4117050) [16:07:49] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(4117050) [16:07:49] (native) install dosfstools
(4117050) [16:07:49] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:07:49] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(4117050) [16:07:49] (native) % cat /tmp/apk_progress_fifo
(4117050) [16:07:49] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(4117050) [16:07:49] New background process: pid=4125827, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing dosfstools (4.2-r1)
Executing busybox-1.35.0-r27.trigger
OK: 26 MiB in 73 packages
(4117050) [16:07:50] (native) format /dev/installp1 (boot, fat32), mount to mountpoint
(4117050) [16:07:50] (native) % mkfs.fat -F 32 -n pmOS_boot /dev/installp1
mkfs.fat 4.2 (2021-01-31)
mkfs.fat: Warning: lowercase labels might not work properly on some systems
(4117050) [16:07:50] (native) % mkdir -p /mnt/install/boot
(4117050) [16:07:50] (native) % mount /dev/installp1 /mnt/install/boot
(4117050) [16:07:50] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(4117050) [16:07:50] (native) copy rootfs_pine64-pinephonepro to /mnt/install/
(4117050) [16:07:50] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(4117050) [16:07:50] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(4117050) [16:07:50] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(4117050) [16:07:50] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(4117050) [16:07:50] (native) % cd /mnt/rootfs_pine64-pinephonepro; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/
(4117050) [16:07:58] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(4117050) [16:07:58] % 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
(4117050) [16:07:58] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % 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/
(4117050) [16:07:58] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(4117050) [16:07:58] % 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
(4117050) [16:07:58] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(4117050) [16:07:58] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(4117050) [16:08:01] (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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.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": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17336.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(4117050) [16:08:01] (native) umount /dev/loop2
(4117050) [16:08:01] (native) % losetup -d /dev/loop2
(4117050) [16:08:01] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(4117050) [16:08:01] 
(4117050) [16:08:01] *** FLASHING INFORMATION ***
(4117050) [16:08:01] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(4117050) [16:08:01] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(4117050) [16:08:01] 
(4117050) [16:08:01] *** SSH DAEMON INFORMATION ***
(4117050) [16:08:01] SSH daemon is enabled (disable with --no-sshd).
(4117050) [16:08:01] Login as 'user' with the password given during installation.
(4117050) [16:08:01] 
(4117050) [16:08:01] *** FIREWALL INFORMATION ***
(4117050) [16:08:01] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(4117050) [16:08:01] For more information: https://postmarketos.org/firewall
(4117050) [16:08:01] 
(4117050) [16:08:01] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(4117050) [16:08:01] DONE!
total 2292704
-rw-r--r-- 1 root 12345 3023044608 Oct 29 16:08 pine64-pinephonepro.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img'
Loop Device: /dev/loop2
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/core20_1611.snap                                                    0     512
/dev/loop4         0      0         1  1 /var/lib/snapd/snaps/core20_1623.snap                                                    0     512
/dev/loop2         0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img   0     512
/dev/loop0         0      0         1  1 /var/lib/snapd/snaps/core18_2560.snap                                                    0     512
/dev/loop9         0      0         1  1 /var/lib/snapd/snaps/snapd_17336.snap                                                    0     512
/dev/loop7         0      0         1  1 /var/lib/snapd/snaps/snapd_17029.snap                                                    0     512
/dev/loop5         0      0         1  1 /var/lib/snapd/snaps/lxd_22753.snap                                                      0     512
/dev/loop3         0      0         1  1 /var/lib/snapd/snaps/lxd_22526.snap                                                      0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Oct 29 16:08 pmOS_boot -> ../../loop2p1
lrwxrwxrwx 1 root root 13 Oct 29 16:08 pmOS_root -> ../../loop2p2
lrwxrwxrwx 1 root root 10 Oct 29 16:08 storagepool -> ../../sda1
total 88
drwxr-xr-x  2 root root  4096 Oct 29 16:06 bin
drwxr-xr-x  2 root root  4096 Oct 29 16:07 boot
drwxr-xr-x  2 root root  4096 Oct 29 16:02 dev
drwxr-xr-x 65 root root  4096 Oct 29 16:07 etc
drwxr-xr-x  3 root root  4096 Oct 29 16:07 home
drwxr-xr-x 15 root root  4096 Oct 29 16:06 lib
drwx------  2 root root 16384 Oct 29 16:07 lost+found
drwxr-xr-x  5 root root  4096 Oct 29 16:02 media
drwxr-xr-x  8 root root  4096 Oct 29 16:02 mnt
drwxr-xr-x  2 root root  4096 Oct 29 16:02 opt
drwxr-xr-x  2 root root  4096 Oct 29 16:02 proc
drwx------  2 root root  4096 Oct 29 16:02 root
drwxr-xr-x  6 root root  4096 Oct 29 16:06 run
drwxr-xr-x  2 root root  4096 Oct 29 16:06 sbin
drwxr-xr-x  2 root root  4096 Oct 29 16:02 srv
drwxr-xr-x  2 root root  4096 Oct 29 16:02 sys
drwxrwxrwt  2 root root  4096 Oct 29 16:07 tmp
drwxr-xr-x 10 root root  4096 Oct 29 16:06 usr
drwxr-xr-x 13 root root  4096 Oct 29 16:04 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-10-29 16:08:30--  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% 60.3M=0s

2022-10-29 16:08:30 (60.3 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/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-10-28 08:00:42.464732 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-7190-g0179182184 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-7234-ga1b62acc4d [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-7232-g805047ce1c [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24890 distinct packages available
ERROR: unable to select packages:
  so:libicui18n.so.71 (no such package):
    required by: plasma-workspace-9999_git1665582427-r0[so:libicui18n.so.71]
  so:libicuuc.so.71 (no such package):
    required by: plasma-workspace-9999_git1665582427-r0[so:libicuuc.so.71]
(1/10) Installing bash (5.2.2-r0)
Executing bash-5.2.2-r0.post-install
(2/10) Installing xdg-dbus-proxy (0.1.4-r0)
(3/10) Installing ostree (2022.6-r0)
(4/10) Installing libseccomp (2.5.4-r0)
(5/10) Installing flatpak (1.14.0-r2)
Executing flatpak-1.14.0-r2.pre-install
Executing flatpak-1.14.0-r2.post-install
modprobe: can't change directory to '5.15.0-48-generic': No such file or directory
*
* To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in
* Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a
* regular user that will use Flatpak.
*
(6/10) Installing flatpak-libs (1.14.0-r2)
(7/10) Installing discover-backend-flatpak (5.26.2-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (6.4-r0)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2150 MiB in 760 packages
(1/91) Installing syndication (9999_git1665347337-r0)
(2/91) Installing alligator (9999_git1664849711-r0)
(3/91) Installing libavc1394 (0.5.4-r3)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r3)
(7/91) Installing mpg123-libs (1.31.0-r0)
(8/91) Installing speex (1.2.1-r0)
(9/91) Installing libshout (2.4.6-r1)
(10/91) Installing wavpack (5.5.0-r0)
(11/91) Installing gst-plugins-good (1.20.4-r1)
(12/91) Installing py3-parsing (3.0.9-r0)
(13/91) Installing py3-packaging (21.3-r2)
(14/91) Installing py3-setuptools (65.5.0-r0)
(15/91) Installing py3-certifi (2022.9.24-r0)
(16/91) Installing py3-charset-normalizer (2.1.1-r0)
(17/91) Installing py3-idna (3.4-r2)
(18/91) Installing py3-urllib3 (1.26.12-r0)
(19/91) Installing py3-requests (2.28.1-r0)
(20/91) Installing py3-ytmusicapi (0.24.0-r0)
(21/91) Installing libmng (2.0.3-r1)
(22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0)
(23/91) Installing py3-mutagen (1.46.0-r0)
(24/91) Installing py3-websockets (10.4-r0)
(25/91) Installing py3-brotli (1.0.9-r8)
(26/91) Installing yt-dlp (2022.10.04-r1)
(27/91) Installing audiotube (9999_git1665226656-r0)
(28/91) Installing calindori (9999_git1664766511-r0)
(29/91) Installing live-media (2022.07.14-r0)
(30/91) Installing libxpm (3.5.13-r1)
(31/91) Installing a52dec (0.7.4-r8)
(32/91) Installing vulkan-loader (1.3.231.0-r0)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.3-r0)
(35/91) Installing libcddb (1.3.2-r4)
(36/91) Installing libdvbpsi (1.3.3-r0)
(37/91) Installing libdvdcss (1.4.3-r0)
(38/91) Installing libdvdread (6.1.3-r0)
(39/91) Installing libdvdnav (6.1.1-r0)
(40/91) Installing libebml (1.4.4-r0)
(41/91) Installing faad2-libs (2.10.1-r0)
(42/91) Installing libupnp (1.14.13-r0)
(43/91) Installing lua5.2-libs (5.2.4-r10)
(44/91) Installing libmad (0.15.1b-r9)
(45/91) Installing libmatroska (1.7.1-r0)
(46/91) Installing libmicrodns (0.2.0-r0)
(47/91) Installing libmpeg2 (0.5.1-r9)
(48/91) Installing glslang-libs (11.12.0-r0)
(49/91) Installing glslang (11.12.0-r0)
(50/91) Installing spirv-tools (1.3.231.0-r0)
(51/91) Installing shaderc (2022.3-r1)
(52/91) Installing libplacebo (4.208.0-r4)
(53/91) Installing libprotobuf-lite (3.21.9-r0)
(54/91) Installing vlc-libs (3.0.17.4-r10)
(55/91) Installing vlc (3.0.17.4-r10)
(56/91) Installing elisa (22.08.2-r0)
(57/91) Installing kunitconversion (9999_git1665347177-r0)
(58/91) Installing kalk (9999_git1665583146-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1665454165-r0)
(61/91) Installing keysmith (9999_git1665195274-r0)
(62/91) Installing krecorder (9999_git1665190218-r1)
(63/91) Installing kpublictransport (22.08.2-r0)
(64/91) Installing ktrip (9999_git1665190380-r0)
(65/91) Installing kweathercore (9999_git1664764385-r0)
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/91) Installing kweather (9999_git1664766564-r1)
(68/91) Installing libquotient (0.6.11-r0)
(69/91) Installing libcmark (0.30.2-r1)
(70/91) Installing neochat (9999_git1665626653-r0)
(71/91) Installing kjs (9999_git1665347424-r0)
(72/91) Installing libdjvulibre (3.5.28-r2)
(73/91) Installing libzip (1.9.2-r2)
(74/91) Installing ebook-tools (0.2.2-r3)
(75/91) Installing discount-libs (2.2.7b-r0)
(76/91) Installing poppler (22.10.0-r0)
(77/91) Installing poppler-qt5 (22.10.0-r0)
(78/91) Installing kdegraphics-mobipocket (22.08.2-r0)
(79/91) Installing libspectre (0.2.10-r1)
(80/91) Installing okular-common (22.08.2-r1)
(81/91) Installing okular (22.08.2-r1)
(82/91) Installing plasma-camera (1.0_git20210328-r2)
(83/91) Installing gst-libav (1.20.4-r0)
(84/91) Installing gst-plugins-good-qt (1.20.4-r1)
(85/91) Installing plasmatube (9999_git1665190230-r0)
(86/91) Installing postmarketos-config-nftables-upnp-client (0.12-r1)
(87/91) Installing postmarketos-config-nftables-mdns (0.12-r1)
(88/91) Installing postmarketos-config-nftables-chromecast (0.12-r1)
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.12-r1)
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(91/91) Installing tokodon (9999_git1665226323-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r7.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing vlc-libs-3.0.17.4-r10.trigger
OK: 2311 MiB in 851 packages
(chroot) Exiting chroot...
[16:09:18] Unregister qemu binfmt (arm)
[16:09:18] Unregister qemu binfmt (aarch64)
[16:09:19] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:09:19] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:09:19] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:09:19] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:09:20] Cleared up ~4412 MB of space
[16:09:20] DONE!
removed 'images/pmos-plasma-mobile-nightly-20221028-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221028-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221028-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221028-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221028-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221028-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 722.3 MiB / 2,928.0 MiB = 0.247, 30 MiB/s, 1:36
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221029-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 680.6 MiB / 2,883.0 MiB = 0.236, 30 MiB/s, 1:35
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221029-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,250.8 MiB / 3,968.0 MiB = 0.315, 30 MiB/s, 2:12
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221029-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221028-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221028-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221028-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221028-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221028-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221028-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221029-pine64-pinephone.img.xz

         32,768   0%    0.00kB/s    0:00:00  
      3,342,336   0%    3.16MB/s    0:03:53  
      4,653,056   0%    2.18MB/s    0:05:37  
      5,963,776   0%    1.85MB/s    0:06:36  
      7,274,496   0%    1.69MB/s    0:07:12  
      8,585,216   1%    1.22MB/s    0:10:00  
      9,895,936   1%    1.21MB/s    0:10:00  
     11,206,656   1%    1.22MB/s    0:09:59  
     12,517,376   1%    1.22MB/s    0:09:58  
     13,828,096   1%    1.22MB/s    0:09:57  
     15,138,816   1%    1.21MB/s    0:09:57  
     16,449,536   2%    1.21MB/s    0:09:56  
     17,760,256   2%    1.21MB/s    0:09:55  
     19,070,976   2%    1.21MB/s    0:09:56  
     20,381,696   2%    1.21MB/s    0:09:53  
     21,692,416   2%    1.21MB/s    0:09:53  
     23,003,136   3%    1.21MB/s    0:09:51  
     24,313,856   3%    1.22MB/s    0:09:48  
     25,624,576   3%    1.21MB/s    0:09:48  
     26,935,296   3%    1.21MB/s    0:09:47  
     28,246,016   3%    1.21MB/s    0:09:48  
     29,556,736   3%    1.21MB/s    0:09:47  
     30,867,456   4%    1.21MB/s    0:09:45  
     32,178,176   4%    1.21MB/s    0:09:43  
     33,488,896   4%    1.22MB/s    0:09:41  
     34,799,616   4%    1.21MB/s    0:09:40  
     36,110,336   4%    1.22MB/s    0:09:38  
     37,421,056   4%    1.22MB/s    0:09:37  
     38,731,776   5%    1.22MB/s    0:09:37  
     40,042,496   5%    1.22MB/s    0:09:35  
     41,353,216   5%    1.21MB/s    0:09:37  
     42,663,936   5%    1.21MB/s    0:09:35  
     43,974,656   5%    1.21MB/s    0:09:34  
     45,285,376   5%    1.21MB/s    0:09:33  
     46,596,096   6%    1.21MB/s    0:09:31  
     47,906,816   6%    1.21MB/s    0:09:31  
     49,217,536   6%    1.21MB/s    0:09:29  
     50,528,256   6%    1.21MB/s    0:09:28  
     51,838,976   6%    1.22MB/s    0:09:25  
     53,149,696   7%    1.22MB/s    0:09:23  
     54,460,416   7%    1.22MB/s    0:09:23  
     55,771,136   7%    1.22MB/s    0:09:23  
     57,081,856   7%    1.21MB/s    0:09:22  
     58,392,576   7%    1.21MB/s    0:09:24  
     59,703,296   7%    1.21MB/s    0:09:24  
     61,014,016   8%    1.21MB/s    0:09:22  
     62,324,736   8%    1.21MB/s    0:09:20  
     63,635,456   8%    1.22MB/s    0:09:16  
     64,946,176   8%    1.22MB/s    0:09:14  
     66,256,896   8%    1.22MB/s    0:09:14  
     67,534,848   8%    1.21MB/s    0:09:17  
     68,845,568   9%    1.21MB/s    0:09:16  
     70,025,216   9%    1.17MB/s    0:09:34  
     71,335,936   9%    1.17MB/s    0:09:31  
     72,646,656   9%    1.18MB/s    0:09:26  
     73,957,376   9%    1.18MB/s    0:09:25  
     75,268,096   9%    1.22MB/s    0:09:07  
     76,578,816  10%    1.20MB/s    0:09:12  
     77,889,536  10%    1.20MB/s    0:09:11  
     79,200,256  10%    1.20MB/s    0:09:11  
     80,510,976  10%    1.20MB/s    0:09:10  
     81,821,696  10%    1.21MB/s    0:09:04  
     83,132,416  10%    1.21MB/s    0:09:06  
     84,443,136  11%    1.20MB/s    0:09:08  
     85,491,712  11%    1.14MB/s    0:09:37  
     86,802,432  11%    1.14MB/s    0:09:33  
     88,113,152  11%    1.13MB/s    0:09:36  
     89,423,872  11%    1.14MB/s    0:09:33  
     90,603,520  11%    1.17MB/s    0:09:16  
     91,914,240  12%    1.17MB/s    0:09:15  
     93,093,888  12%    1.16MB/s    0:09:20  
     94,404,608  12%    1.16MB/s    0:09:19  
     95,715,328  12%    1.16MB/s    0:09:15  
     97,026,048  12%    1.15MB/s    0:09:22  
     98,205,696  12%    1.15MB/s    0:09:19  
     99,385,344  13%    1.13MB/s    0:09:29  
    100,696,064  13%    1.15MB/s    0:09:19  
    101,875,712  13%    1.13MB/s    0:09:28  
    103,219,200  13%    1.14MB/s    0:09:18  
    104,529,920  13%    1.17MB/s    0:09:03  
    105,840,640  13%    1.18MB/s    0:09:00  
    107,151,360  14%    1.21MB/s    0:08:43  
    108,462,080  14%    1.21MB/s    0:08:42  
    109,772,800  14%    1.21MB/s    0:08:40  
    111,083,520  14%    1.22MB/s    0:08:39  
    112,263,168  14%    1.19MB/s    0:08:50  
    113,573,888  14%    1.19MB/s    0:08:47  
    114,884,608  15%    1.17MB/s    0:08:55  
    116,195,328  15%    1.16MB/s    0:08:57  
    117,374,976  15%    1.16MB/s    0:08:57  
    118,685,696  15%    1.15MB/s    0:09:02  
    120,029,184  15%    1.17MB/s    0:08:51  
    121,339,904  16%    1.17MB/s    0:08:49  
    122,650,624  16%    1.19MB/s    0:08:39  
    123,961,344  16%    1.19MB/s    0:08:38  
    125,140,992  16%    1.16MB/s    0:08:53  
    126,451,712  16%    1.16MB/s    0:08:50  
    127,762,432  16%    1.16MB/s    0:08:51  
    129,073,152  17%    1.17MB/s    0:08:43  
    130,121,728  17%    1.15MB/s    0:08:53  
    131,432,448  17%    1.14MB/s    0:08:56  
    132,612,096  17%    1.12MB/s    0:09:06  
    133,922,816  17%    1.12MB/s    0:09:04  
    135,233,536  17%    1.17MB/s    0:08:39  
    136,544,256  18%    1.18MB/s    0:08:34  
    137,723,904  18%    1.19MB/s    0:08:28  
    139,034,624  18%    1.17MB/s    0:08:34  
    140,345,344  18%    1.18MB/s    0:08:29  
    141,656,064  18%    1.17MB/s    0:08:34  
    142,966,784  18%    1.18MB/s    0:08:30  
    144,277,504  19%    1.19MB/s    0:08:23  
    145,326,080  19%    1.13MB/s    0:08:48  
    146,505,728  19%    1.10MB/s    0:09:04  
    147,685,376  19%    1.06MB/s    0:09:20  
    148,996,096  19%    1.04MB/s    0:09:28  
    150,306,816  19%    1.10MB/s    0:08:58  
    151,486,464  20%    1.11MB/s    0:08:54  
    152,797,184  20%    1.14MB/s    0:08:39  
    153,976,832  20%    1.12MB/s    0:08:44  
    155,156,480  20%    1.09MB/s    0:09:01  
    156,467,200  20%    1.13MB/s    0:08:39  
    157,777,920  20%    1.15MB/s    0:08:29  
    159,088,640  21%    1.18MB/s    0:08:15  
    160,399,360  21%    1.22MB/s    0:07:59  
    161,710,080  21%    1.21MB/s    0:08:00  
    163,020,800  21%    1.21MB/s    0:07:58  
    164,331,520  21%    1.21MB/s    0:07:57  
    165,642,240  21%    1.22MB/s    0:07:55  
    166,952,960  22%    1.22MB/s    0:07:53  
    168,132,608  22%    1.17MB/s    0:08:11  
    169,443,328  22%    1.17MB/s    0:08:09  
    170,754,048  22%    1.18MB/s    0:08:06  
    172,064,768  22%    1.17MB/s    0:08:06  
    173,375,488  22%    1.21MB/s    0:07:52  
    174,686,208  23%    1.21MB/s    0:07:51  
    175,996,928  23%    1.19MB/s    0:07:58  
    177,307,648  23%    1.19MB/s    0:07:55  
    178,487,296  23%    1.18MB/s    0:08:00  
    179,798,016  23%    1.18MB/s    0:07:59  
    181,108,736  23%    1.18MB/s    0:07:55  
    182,419,456  24%    1.18MB/s    0:07:54  
    183,730,176  24%    1.21MB/s    0:07:42  
    185,040,896  24%    1.21MB/s    0:07:42  
    186,351,616  24%    1.22MB/s    0:07:38  
    187,662,336  24%    1.21MB/s    0:07:39  
    188,973,056  24%    1.21MB/s    0:07:39  
    190,283,776  25%    1.20MB/s    0:07:39  
    191,594,496  25%    1.21MB/s    0:07:38  
    192,905,216  25%    1.21MB/s    0:07:35  
    194,215,936  25%    1.21MB/s    0:07:33  
    195,526,656  25%    1.21MB/s    0:07:31  
    196,837,376  25%    1.22MB/s    0:07:30  
    198,148,096  26%    1.21MB/s    0:07:29  
    199,458,816  26%    1.22MB/s    0:07:27  
    200,769,536  26%    1.22MB/s    0:07:26  
    202,047,488  26%    1.21MB/s    0:07:26  
    203,358,208  26%    1.21MB/s    0:07:26  
    204,668,928  27%    1.21MB/s    0:07:25  
    205,979,648  27%    1.20MB/s    0:07:28  
    207,290,368  27%    1.20MB/s    0:07:26  
    208,601,088  27%    1.20MB/s    0:07:26  
    209,911,808  27%    1.20MB/s    0:07:26  
    211,222,528  27%    1.19MB/s    0:07:27  
    212,533,248  28%    1.18MB/s    0:07:31  
    213,843,968  28%    1.18MB/s    0:07:30  
    215,154,688  28%    1.18MB/s    0:07:27  
    216,465,408  28%    1.20MB/s    0:07:19  
    217,776,128  28%    1.22MB/s    0:07:13  
    219,086,848  28%    1.21MB/s    0:07:13  
    220,397,568  29%    1.21MB/s    0:07:12  
    221,708,288  29%    1.21MB/s    0:07:13  
    223,019,008  29%    1.21MB/s    0:07:12  
    224,329,728  29%    1.21MB/s    0:07:10  
    225,640,448  29%    1.20MB/s    0:07:11  
    226,951,168  29%    1.20MB/s    0:07:10  
    228,261,888  30%    1.21MB/s    0:07:08  
    229,572,608  30%    1.21MB/s    0:07:07  
    230,752,256  30%    1.18MB/s    0:07:14  
    232,062,976  30%    1.18MB/s    0:07:14  
    233,373,696  30%    1.19MB/s    0:07:11  
    234,684,416  30%    1.19MB/s    0:07:09  
    235,995,136  31%    1.22MB/s    0:06:58  
    237,305,856  31%    1.22MB/s    0:06:56  
    238,616,576  31%    1.21MB/s    0:06:57  
    239,927,296  31%    1.21MB/s    0:06:57  
    241,238,016  31%    1.21MB/s    0:06:55  
    242,548,736  32%    1.22MB/s    0:06:53  
    243,859,456  32%    1.21MB/s    0:06:55  
    245,170,176  32%    1.21MB/s    0:06:52  
    246,480,896  32%    1.21MB/s    0:06:50  
    247,791,616  32%    1.21MB/s    0:06:50  
    249,102,336  32%    1.22MB/s    0:06:46  
    250,413,056  33%    1.22MB/s    0:06:45  
    251,723,776  33%    1.21MB/s    0:06:46  
    253,034,496  33%    1.22MB/s    0:06:45  
    254,345,216  33%    1.21MB/s    0:06:44  
    255,655,936  33%    1.21MB/s    0:06:43  
    256,966,656  33%    1.22MB/s    0:06:41  
    258,277,376  34%    1.22MB/s    0:06:41  
    259,588,096  34%    1.22MB/s    0:06:39  
    260,898,816  34%    1.21MB/s    0:06:39  
    262,209,536  34%    1.22MB/s    0:06:37  
    263,520,256  34%    1.22MB/s    0:06:36  
    264,830,976  34%    1.22MB/s    0:06:35  
    266,141,696  35%    1.21MB/s    0:06:35  
    267,452,416  35%    1.21MB/s    0:06:34  
    268,763,136  35%    1.21MB/s    0:06:34  
    270,073,856  35%    1.21MB/s    0:06:32  
    271,384,576  35%    1.21MB/s    0:06:30  
    272,695,296  36%    1.22MB/s    0:06:29  
    274,006,016  36%    1.22MB/s    0:06:28  
    275,316,736  36%    1.21MB/s    0:06:28  
    276,627,456  36%    1.21MB/s    0:06:27  
    277,938,176  36%    1.21MB/s    0:06:26  
    279,248,896  36%    1.21MB/s    0:06:24  
    280,559,616  37%    1.22MB/s    0:06:23  
    281,870,336  37%    1.22MB/s    0:06:21  
    283,181,056  37%    1.21MB/s    0:06:21  
    284,491,776  37%    1.20MB/s    0:06:25  
    285,802,496  37%    1.20MB/s    0:06:23  
    287,113,216  37%    1.20MB/s    0:06:22  
    288,423,936  38%    1.20MB/s    0:06:20  
    289,734,656  38%    1.22MB/s    0:06:15  
    291,045,376  38%    1.22MB/s    0:06:14  
    292,356,096  38%    1.22MB/s    0:06:13  
    293,666,816  38%    1.22MB/s    0:06:12  
    294,977,536  38%    1.21MB/s    0:06:11  
    296,288,256  39%    1.22MB/s    0:06:09  
    297,598,976  39%    1.22MB/s    0:06:09  
    298,909,696  39%    1.21MB/s    0:06:08  
    300,220,416  39%    1.22MB/s    0:06:06  
    301,531,136  39%    1.22MB/s    0:06:06  
    302,841,856  39%    1.22MB/s    0:06:05  
    304,152,576  40%    1.22MB/s    0:06:03  
    305,463,296  40%    1.22MB/s    0:06:03  
    306,774,016  40%    1.22MB/s    0:06:02  
    308,084,736  40%    1.22MB/s    0:06:00  
    309,395,456  40%    1.21MB/s    0:06:00  
    310,706,176  41%    1.22MB/s    0:05:58  
    312,016,896  41%    1.22MB/s    0:05:57  
    313,327,616  41%    1.22MB/s    0:05:56  
    314,638,336  41%    1.22MB/s    0:05:55  
    315,949,056  41%    1.22MB/s    0:05:53  
    317,259,776  41%    1.22MB/s    0:05:53  
    318,570,496  42%    1.22MB/s    0:05:51  
    319,881,216  42%    1.22MB/s    0:05:50  
    321,191,936  42%    1.21MB/s    0:05:50  
    322,502,656  42%    1.20MB/s    0:05:54  
    323,813,376  42%    1.18MB/s    0:05:59  
    325,124,096  42%    1.18MB/s    0:05:59  
    326,434,816  43%    1.18MB/s    0:05:56  
    327,745,536  43%    1.20MB/s    0:05:50  
    329,056,256  43%    1.21MB/s    0:05:44  
    330,366,976  43%    1.21MB/s    0:05:43  
    331,677,696  43%    1.21MB/s    0:05:43  
    332,988,416  43%    1.21MB/s    0:05:41  
    334,299,136  44%    1.22MB/s    0:05:39  
    335,577,088  44%    1.20MB/s    0:05:42  
    336,887,808  44%    1.20MB/s    0:05:41  
    338,198,528  44%    1.20MB/s    0:05:41  
    339,509,248  44%    1.20MB/s    0:05:40  
    340,819,968  44%    1.21MB/s    0:05:36  
    342,130,688  45%    1.21MB/s    0:05:34  
    343,441,408  45%    1.22MB/s    0:05:32  
    344,752,128  45%    1.22MB/s    0:05:31  
    346,062,848  45%    1.22MB/s    0:05:29  
    347,373,568  45%    1.22MB/s    0:05:28  
    348,684,288  46%    1.22MB/s    0:05:27  
    349,995,008  46%    1.22MB/s    0:05:25  
    351,305,728  46%    1.22MB/s    0:05:24  
    352,616,448  46%    1.22MB/s    0:05:23  
    353,927,168  46%    1.22MB/s    0:05:23  
    355,237,888  46%    1.22MB/s    0:05:21  
    356,548,608  47%    1.22MB/s    0:05:21  
    357,859,328  47%    1.22MB/s    0:05:20  
    359,170,048  47%    1.22MB/s    0:05:18  
    360,480,768  47%    1.21MB/s    0:05:19  
    361,791,488  47%    1.21MB/s    0:05:18  
    363,102,208  47%    1.21MB/s    0:05:17  
    364,412,928  48%    1.22MB/s    0:05:15  
    365,723,648  48%    1.21MB/s    0:05:14  
    367,034,368  48%    1.20MB/s    0:05:17  
    368,345,088  48%    1.20MB/s    0:05:16  
    369,655,808  48%    1.20MB/s    0:05:15  
    370,966,528  48%    1.20MB/s    0:05:13  
    372,277,248  49%    1.22MB/s    0:05:08  
    373,587,968  49%    1.22MB/s    0:05:08  
    374,898,688  49%    1.22MB/s    0:05:07  
    376,209,408  49%    1.22MB/s    0:05:05  
    377,520,128  49%    1.22MB/s    0:05:04  
    378,830,848  50%    1.22MB/s    0:05:03  
    380,141,568  50%    1.22MB/s    0:05:02  
    381,452,288  50%    1.22MB/s    0:05:01  
    382,763,008  50%    1.22MB/s    0:05:01  
    384,073,728  50%    1.22MB/s    0:04:59  
    385,384,448  50%    1.22MB/s    0:04:58  
    386,695,168  51%    1.22MB/s    0:04:57  
    388,005,888  51%    1.21MB/s    0:04:57  
    389,316,608  51%    1.21MB/s    0:04:56  
    390,627,328  51%    1.21MB/s    0:04:55  
    391,938,048  51%    1.22MB/s    0:04:53  
    393,248,768  51%    1.22MB/s    0:04:52  
    394,559,488  52%    1.22MB/s    0:04:51  
    395,870,208  52%    1.22MB/s    0:04:49  
    397,180,928  52%    1.21MB/s    0:04:50  
    398,491,648  52%    1.21MB/s    0:04:49  
    399,802,368  52%    1.21MB/s    0:04:48  
    401,113,088  52%    1.21MB/s    0:04:46  
    402,423,808  53%    1.21MB/s    0:04:46  
    403,734,528  53%    1.21MB/s    0:04:44  
    405,045,248  53%    1.21MB/s    0:04:43  
    406,355,968  53%    1.21MB/s    0:04:42  
    407,666,688  53%    1.22MB/s    0:04:39  
    408,977,408  53%    1.22MB/s    0:04:39  
    410,288,128  54%    1.21MB/s    0:04:39  
    411,598,848  54%    1.21MB/s    0:04:38  
    412,909,568  54%    1.21MB/s    0:04:37  
    414,220,288  54%    1.21MB/s    0:04:37  
    415,531,008  54%    1.22MB/s    0:04:34  
    416,841,728  55%    1.21MB/s    0:04:34  
    418,152,448  55%    1.21MB/s    0:04:33  
    419,463,168  55%    1.22MB/s    0:04:31  
    420,773,888  55%    1.21MB/s    0:04:31  
    422,084,608  55%    1.22MB/s    0:04:29  
    423,395,328  55%    1.22MB/s    0:04:28  
    424,706,048  56%    1.22MB/s    0:04:27  
    426,016,768  56%    1.22MB/s    0:04:25  
    427,327,488  56%    1.22MB/s    0:04:24  
    428,638,208  56%    1.22MB/s    0:04:23  
    429,948,928  56%    1.21MB/s    0:04:23  
    431,259,648  56%    1.22MB/s    0:04:21  
    432,570,368  57%    1.22MB/s    0:04:20  
    433,881,088  57%    1.22MB/s    0:04:19  
    435,191,808  57%    1.22MB/s    0:04:18  
    436,502,528  57%    1.20MB/s    0:04:20  
    437,813,248  57%    1.20MB/s    0:04:20  
    439,123,968  57%    1.20MB/s    0:04:19  
    440,434,688  58%    1.20MB/s    0:04:17  
    441,745,408  58%    1.21MB/s    0:04:14  
    443,056,128  58%    1.20MB/s    0:04:16  
    444,366,848  58%    1.18MB/s    0:04:19  
    445,677,568  58%    1.18MB/s    0:04:17  
    446,988,288  59%    1.18MB/s    0:04:16  
    448,299,008  59%    1.20MB/s    0:04:11  
    449,609,728  59%    1.22MB/s    0:04:06  
    450,920,448  59%    1.22MB/s    0:04:06  
    452,231,168  59%    1.21MB/s    0:04:05  
    453,541,888  59%    1.21MB/s    0:04:05  
    454,852,608  60%    1.21MB/s    0:04:03  
    456,163,328  60%    1.22MB/s    0:04:02  
    457,474,048  60%    1.22MB/s    0:04:00  
    458,784,768  60%    1.22MB/s    0:03:59  
    460,095,488  60%    1.21MB/s    0:03:58  
    461,406,208  60%    1.21MB/s    0:03:58  
    462,716,928  61%    1.21MB/s    0:03:57  
    464,027,648  61%    1.22MB/s    0:03:55  
    465,338,368  61%    1.22MB/s    0:03:54  
    466,649,088  61%    1.21MB/s    0:03:54  
    467,959,808  61%    1.22MB/s    0:03:52  
    469,270,528  61%    1.21MB/s    0:03:51  
    470,548,480  62%    1.21MB/s    0:03:51  
    471,859,200  62%    1.22MB/s    0:03:49  
    473,169,920  62%    1.21MB/s    0:03:49  
    474,480,640  62%    1.21MB/s    0:03:47  
    475,791,360  62%    1.21MB/s    0:03:47  
    477,102,080  62%    1.21MB/s    0:03:46  
    478,412,800  63%    1.21MB/s    0:03:45  
    479,723,520  63%    1.21MB/s    0:03:44  
    481,034,240  63%    1.21MB/s    0:03:42  
    482,344,960  63%    1.22MB/s    0:03:40  
    483,655,680  63%    1.22MB/s    0:03:39  
    484,966,400  64%    1.22MB/s    0:03:38  
    486,277,120  64%    1.22MB/s    0:03:37  
    487,587,840  64%    1.22MB/s    0:03:36  
    488,898,560  64%    1.22MB/s    0:03:35  
    490,209,280  64%    1.22MB/s    0:03:34  
    491,520,000  64%    1.22MB/s    0:03:32  
    492,830,720  65%    1.22MB/s    0:03:32  
    494,141,440  65%    1.22MB/s    0:03:31  
    495,452,160  65%    1.22MB/s    0:03:30  
    496,762,880  65%    1.22MB/s    0:03:29  
    498,073,600  65%    1.22MB/s    0:03:27  
    499,384,320  65%    1.22MB/s    0:03:27  
    500,695,040  66%    1.22MB/s    0:03:26  
    502,005,760  66%    1.22MB/s    0:03:25  
    503,316,480  66%    1.21MB/s    0:03:24  
    504,627,200  66%    1.22MB/s    0:03:22  
    505,937,920  66%    1.22MB/s    0:03:21  
    507,248,640  66%    1.22MB/s    0:03:20  
    508,559,360  67%    1.22MB/s    0:03:19  
    509,870,080  67%    1.22MB/s    0:03:18  
    511,180,800  67%    1.22MB/s    0:03:16  
    512,491,520  67%    1.22MB/s    0:03:16  
    513,802,240  67%    1.22MB/s    0:03:15  
    515,112,960  68%    1.22MB/s    0:03:14  
    516,423,680  68%    1.22MB/s    0:03:12  
    517,734,400  68%    1.22MB/s    0:03:11  
    519,045,120  68%    1.22MB/s    0:03:10  
    520,355,840  68%    1.22MB/s    0:03:09  
    521,666,560  68%    1.22MB/s    0:03:08  
    522,977,280  69%    1.22MB/s    0:03:07  
    524,288,000  69%    1.22MB/s    0:03:06  
    525,598,720  69%    1.22MB/s    0:03:05  
    526,909,440  69%    1.22MB/s    0:03:04  
    528,220,160  69%    1.22MB/s    0:03:03  
    529,530,880  69%    1.22MB/s    0:03:02  
    530,841,600  70%    1.22MB/s    0:03:01  
    532,152,320  70%    1.22MB/s    0:03:01  
    533,463,040  70%    1.21MB/s    0:03:00  
    534,773,760  70%    1.21MB/s    0:02:59  
    536,084,480  70%    1.21MB/s    0:02:58  
    537,395,200  70%    1.21MB/s    0:02:56  
    538,705,920  71%    1.20MB/s    0:02:57  
    540,016,640  71%    1.21MB/s    0:02:56  
    541,327,360  71%    1.21MB/s    0:02:54  
    542,638,080  71%    1.20MB/s    0:02:54  
    543,948,800  71%    1.21MB/s    0:02:51  
    545,259,520  71%    1.20MB/s    0:02:52  
    546,570,240  72%    1.20MB/s    0:02:51  
    547,880,960  72%    1.20MB/s    0:02:50  
    549,191,680  72%    1.20MB/s    0:02:49  
    550,502,400  72%    1.21MB/s    0:02:46  
    551,813,120  72%    1.21MB/s    0:02:45  
    552,992,768  73%    1.19MB/s    0:02:48  
    554,303,488  73%    1.19MB/s    0:02:46  
    555,614,208  73%    1.19MB/s    0:02:45  
    556,924,928  73%    1.19MB/s    0:02:44  
    558,235,648  73%    1.21MB/s    0:02:40  
    559,546,368  73%    1.19MB/s    0:02:41  
    560,857,088  74%    1.19MB/s    0:02:40  
    562,167,808  74%    1.19MB/s    0:02:40  
    563,478,528  74%    1.19MB/s    0:02:38  
    564,789,248  74%    1.21MB/s    0:02:35  
    566,099,968  74%    1.21MB/s    0:02:34  
    567,410,688  74%    1.19MB/s    0:02:35  
    568,721,408  75%    1.20MB/s    0:02:33  
    570,032,128  75%    1.19MB/s    0:02:33  
    571,342,848  75%    1.20MB/s    0:02:32  
    572,653,568  75%    1.22MB/s    0:02:28  
    573,964,288  75%    1.21MB/s    0:02:27  
    575,275,008  75%    1.20MB/s    0:02:27  
    576,585,728  76%    1.20MB/s    0:02:27  
    577,896,448  76%    1.20MB/s    0:02:26  
    579,207,168  76%    1.20MB/s    0:02:25  
    580,517,888  76%    1.21MB/s    0:02:22  
    581,828,608  76%    1.22MB/s    0:02:20  
    583,139,328  76%    1.20MB/s    0:02:21  
    584,450,048  77%    1.20MB/s    0:02:20  
    585,760,768  77%    1.19MB/s    0:02:20  
    586,940,416  77%    1.16MB/s    0:02:23  
    588,251,136  77%    1.16MB/s    0:02:21  
    589,561,856  77%    1.14MB/s    0:02:23  
    590,741,504  77%    1.13MB/s    0:02:24  
    592,052,224  78%    1.16MB/s    0:02:19  
    593,362,944  78%    1.17MB/s    0:02:16  
    594,673,664  78%    1.19MB/s    0:02:13  
    595,984,384  78%    1.21MB/s    0:02:09  
    597,164,032  78%    1.19MB/s    0:02:11  
    598,474,752  79%    1.17MB/s    0:02:12  
    599,785,472  79%    1.17MB/s    0:02:11  
    601,096,192  79%    1.17MB/s    0:02:09  
    602,406,912  79%    1.20MB/s    0:02:06  
    603,717,632  79%    1.21MB/s    0:02:03  
    604,864,512  79%    1.16MB/s    0:02:08  
    606,175,232  80%    1.15MB/s    0:02:08  
    607,485,952  80%    1.15MB/s    0:02:07  
    608,796,672  80%    1.15MB/s    0:02:06  
    610,107,392  80%    1.20MB/s    0:01:59  
    611,418,112  80%    1.18MB/s    0:02:00  
    612,728,832  80%    1.19MB/s    0:01:59  
    614,039,552  81%    1.18MB/s    0:01:58  
    615,350,272  81%    1.19MB/s    0:01:56  
    616,660,992  81%    1.21MB/s    0:01:53  
    617,971,712  81%    1.21MB/s    0:01:52  
    619,282,432  81%    1.21MB/s    0:01:51  
    620,593,152  81%    1.21MB/s    0:01:50  
    621,903,872  82%    1.21MB/s    0:01:49  
    623,214,592  82%    1.21MB/s    0:01:48  
    624,525,312  82%    1.21MB/s    0:01:47  
    625,836,032  82%    1.21MB/s    0:01:45  
    627,015,680  82%    1.19MB/s    0:01:47  
    628,326,400  82%    1.19MB/s    0:01:46  
    629,637,120  83%    1.19MB/s    0:01:45  
    630,947,840  83%    1.19MB/s    0:01:43  
    632,258,560  83%    1.22MB/s    0:01:40  
    633,569,280  83%    1.22MB/s    0:01:39  
    634,880,000  83%    1.21MB/s    0:01:38  
    636,190,720  83%    1.21MB/s    0:01:37  
    637,501,440  84%    1.21MB/s    0:01:36  
    638,812,160  84%    1.21MB/s    0:01:35  
    640,122,880  84%    1.21MB/s    0:01:34  
    641,433,600  84%    1.21MB/s    0:01:33  
    642,744,320  84%    1.21MB/s    0:01:32  
    644,055,040  85%    1.21MB/s    0:01:31  
    645,365,760  85%    1.21MB/s    0:01:30  
    646,676,480  85%    1.21MB/s    0:01:29  
    647,987,200  85%    1.21MB/s    0:01:28  
    649,297,920  85%    1.21MB/s    0:01:27  
    650,608,640  85%    1.22MB/s    0:01:25  
    651,919,360  86%    1.22MB/s    0:01:24  
    653,230,080  86%    1.22MB/s    0:01:23  
    654,540,800  86%    1.22MB/s    0:01:22  
    655,851,520  86%    1.21MB/s    0:01:21  
    657,162,240  86%    1.21MB/s    0:01:20  
    658,472,960  86%    1.21MB/s    0:01:20  
    659,783,680  87%    1.19MB/s    0:01:19  
    661,094,400  87%    1.19MB/s    0:01:19  
    662,405,120  87%    1.18MB/s    0:01:18  
    663,715,840  87%    1.19MB/s    0:01:16  
    665,026,560  87%    1.20MB/s    0:01:14  
    666,337,280  87%    1.21MB/s    0:01:13  
    667,648,000  88%    1.22MB/s    0:01:12  
    668,958,720  88%    1.21MB/s    0:01:11  
    670,269,440  88%    1.22MB/s    0:01:09  
    671,580,160  88%    1.21MB/s    0:01:09  
    672,890,880  88%    1.21MB/s    0:01:08  
    674,201,600  89%    1.21MB/s    0:01:07  
    675,512,320  89%    1.21MB/s    0:01:05  
    676,823,040  89%    1.22MB/s    0:01:04  
    678,133,760  89%    1.22MB/s    0:01:03  
    679,444,480  89%    1.22MB/s    0:01:02  
    680,755,200  89%    1.21MB/s    0:01:01  
    682,065,920  90%    1.21MB/s    0:01:00  
    683,376,640  90%    1.21MB/s    0:00:59  
    684,687,360  90%    1.21MB/s    0:00:58  
    685,998,080  90%    1.22MB/s    0:00:57  
    687,308,800  90%    1.22MB/s    0:00:56  
    688,619,520  90%    1.22MB/s    0:00:55  
    689,930,240  91%    1.22MB/s    0:00:54  
    691,240,960  91%    1.22MB/s    0:00:52  
    692,551,680  91%    1.22MB/s    0:00:51  
    693,862,400  91%    1.22MB/s    0:00:50  
    695,173,120  91%    1.22MB/s    0:00:49  
    696,483,840  91%    1.22MB/s    0:00:48  
    697,794,560  92%    1.21MB/s    0:00:48  
    699,105,280  92%    1.21MB/s    0:00:47  
    700,416,000  92%    1.21MB/s    0:00:45  
    701,726,720  92%    1.21MB/s    0:00:44  
    703,037,440  92%    1.21MB/s    0:00:43  
    704,348,160  92%    1.21MB/s    0:00:42  
    705,658,880  93%    1.21MB/s    0:00:41  
    706,969,600  93%    1.21MB/s    0:00:40  
    708,280,320  93%    1.21MB/s    0:00:39  
    709,591,040  93%    1.21MB/s    0:00:38  
    710,901,760  93%    1.22MB/s    0:00:37  
    712,212,480  94%    1.22MB/s    0:00:36  
    713,523,200  94%    1.22MB/s    0:00:35  
    714,833,920  94%    1.22MB/s    0:00:34  
    716,144,640  94%    1.22MB/s    0:00:33  
    717,193,216  94%    1.14MB/s    0:00:34  
    718,503,936  94%    1.13MB/s    0:00:33  
    719,814,656  95%    1.14MB/s    0:00:32  
    721,125,376  95%    1.13MB/s    0:00:31  
    722,436,096  95%    1.22MB/s    0:00:27  
    723,746,816  95%    1.22MB/s    0:00:26  
    725,057,536  95%    1.22MB/s    0:00:25  
    726,368,256  95%    1.22MB/s    0:00:24  
    727,678,976  96%    1.22MB/s    0:00:23  
    728,989,696  96%    1.22MB/s    0:00:22  
    730,300,416  96%    1.22MB/s    0:00:21  
    731,611,136  96%    1.22MB/s    0:00:20  
    732,921,856  96%    1.22MB/s    0:00:19  
    734,232,576  96%    1.22MB/s    0:00:18  
    735,543,296  97%    1.22MB/s    0:00:17  
    736,854,016  97%    1.22MB/s    0:00:16  
    738,164,736  97%    1.22MB/s    0:00:15  
    739,442,688  97%    1.21MB/s    0:00:14  
    740,753,408  97%    1.21MB/s    0:00:13  
    742,064,128  97%    1.21MB/s    0:00:12  
    743,374,848  98%    1.21MB/s    0:00:11  
    744,685,568  98%    1.22MB/s    0:00:10  
    745,996,288  98%    1.22MB/s    0:00:09  
    747,307,008  98%    1.22MB/s    0:00:08  
    748,617,728  98%    1.22MB/s    0:00:07  
    749,928,448  99%    1.22MB/s    0:00:05  
    751,239,168  99%    1.22MB/s    0:00:04  
    752,549,888  99%    1.22MB/s    0:00:03  
    753,860,608  99%    1.22MB/s    0:00:02  
    755,171,328  99%    1.22MB/s    0:00:01  
    756,482,048  99%    1.22MB/s    0:00:00  
    757,377,928 100%    1.21MB/s    0:09:58 (xfr#1, to-chk=5/7)
images/pmos-plasma-mobile-nightly-20221029-pine64-pinephone.img.xz.sha256

            133 100%    0.21kB/s    0:00:00  
            133 100%    0.21kB/s    0:00:00 (xfr#2, to-chk=4/7)
images/pmos-plasma-mobile-nightly-20221029-pine64-pinephonepro.img.xz

         32,768   0%   44.82kB/s    4:25:23  
        425,984   0%  406.65kB/s    0:29:14  
      1,736,704   0%  824.50kB/s    0:14:23  
      3,047,424   0%  968.75kB/s    0:12:13  
      4,358,144   0%    1.01MB/s    0:11:25  
      5,668,864   0%    1.22MB/s    0:09:28  
      6,979,584   0%    1.22MB/s    0:09:26  
      8,290,304   1%    1.22MB/s    0:09:26  
      9,601,024   1%    1.22MB/s    0:09:23  
     10,911,744   1%    1.22MB/s    0:09:22  
     12,222,464   1%    1.22MB/s    0:09:21  
     13,533,184   1%    1.22MB/s    0:09:20  
     14,843,904   2%    1.22MB/s    0:09:20  
     16,154,624   2%    1.22MB/s    0:09:17  
     17,465,344   2%    1.22MB/s    0:09:16  
     18,776,064   2%    1.22MB/s    0:09:15  
     20,086,784   2%    1.22MB/s    0:09:13  
     21,397,504   2%    1.22MB/s    0:09:14  
     22,708,224   3%    1.22MB/s    0:09:14  
     24,018,944   3%    1.22MB/s    0:09:12  
     25,329,664   3%    1.22MB/s    0:09:11  
     26,640,384   3%    1.22MB/s    0:09:09  
     27,951,104   3%    1.22MB/s    0:09:08  
     29,261,824   4%    1.22MB/s    0:09:07  
     30,572,544   4%    1.22MB/s    0:09:06  
     31,883,264   4%    1.22MB/s    0:09:07  
     33,193,984   4%    1.21MB/s    0:09:07  
     34,504,704   4%    1.20MB/s    0:09:11  
     35,815,424   5%    1.20MB/s    0:09:12  
     37,126,144   5%    1.19MB/s    0:09:13  
     38,436,864   5%    1.19MB/s    0:09:13  
     39,747,584   5%    1.19MB/s    0:09:10  
     41,058,304   5%    1.20MB/s    0:09:08  
     42,369,024   5%    1.20MB/s    0:09:05  
     43,679,744   6%    1.21MB/s    0:09:01  
     44,990,464   6%    1.21MB/s    0:08:58  
     46,301,184   6%    1.21MB/s    0:08:56  
     47,611,904   6%    1.22MB/s    0:08:54  
     48,922,624   6%    1.22MB/s    0:08:52  
     50,233,344   7%    1.22MB/s    0:08:50  
     51,544,064   7%    1.22MB/s    0:08:49  
     52,854,784   7%    1.22MB/s    0:08:50  
     54,165,504   7%    1.21MB/s    0:08:50  
     55,476,224   7%    1.21MB/s    0:08:51  
     56,786,944   7%    1.21MB/s    0:08:50  
     58,097,664   8%    1.21MB/s    0:08:51  
     59,408,384   8%    1.21MB/s    0:08:48  
     60,719,104   8%    1.21MB/s    0:08:45  
     62,029,824   8%    1.21MB/s    0:08:45  
     63,340,544   8%    1.22MB/s    0:08:40  
     64,651,264   9%    1.22MB/s    0:08:41  
     65,961,984   9%    1.22MB/s    0:08:40  
     67,272,704   9%    1.22MB/s    0:08:39  
     68,550,656   9%    1.21MB/s    0:08:40  
     69,861,376   9%    1.21MB/s    0:08:40  
     71,172,096   9%    1.21MB/s    0:08:39  
     72,482,816  10%    1.21MB/s    0:08:38  
     73,793,536  10%    1.22MB/s    0:08:33  
     74,973,184  10%    1.18MB/s    0:08:49  
     76,283,904  10%    1.17MB/s    0:08:51  
     77,594,624  10%    1.17MB/s    0:08:48  
     78,905,344  11%    1.17MB/s    0:08:48  
     80,216,064  11%    1.21MB/s    0:08:30  
     81,526,784  11%    1.22MB/s    0:08:26  
     82,837,504  11%    1.22MB/s    0:08:26  
     84,148,224  11%    1.22MB/s    0:08:24  
     85,458,944  11%    1.22MB/s    0:08:22  
     86,769,664  12%    1.21MB/s    0:08:25  
     88,080,384  12%    1.21MB/s    0:08:24  
     89,391,104  12%    1.21MB/s    0:08:24  
     90,701,824  12%    1.21MB/s    0:08:23  
     92,012,544  12%    1.21MB/s    0:08:19  
     93,323,264  13%    1.21MB/s    0:08:19  
     94,633,984  13%    1.21MB/s    0:08:18  
     95,944,704  13%    1.21MB/s    0:08:17  
     97,255,424  13%    1.20MB/s    0:08:22  
     98,566,144  13%    1.20MB/s    0:08:20  
     99,876,864  13%    1.20MB/s    0:08:18  
    101,187,584  14%    1.20MB/s    0:08:18  
    102,498,304  14%    1.22MB/s    0:08:11  
    103,809,024  14%    1.21MB/s    0:08:10  
    105,119,744  14%    1.21MB/s    0:08:10  
    106,430,464  14%    1.22MB/s    0:08:07  
    107,741,184  15%    1.22MB/s    0:08:06  
    109,051,904  15%    1.21MB/s    0:08:07  
    110,362,624  15%    1.21MB/s    0:08:05  
    111,673,344  15%    1.21MB/s    0:08:04  
    112,984,064  15%    1.22MB/s    0:08:02  
    114,294,784  16%    1.22MB/s    0:07:59  
    115,605,504  16%    1.21MB/s    0:08:00  
    116,916,224  16%    1.21MB/s    0:08:03  
    118,226,944  16%    1.20MB/s    0:08:03  
    119,537,664  16%    1.20MB/s    0:08:02  
    120,848,384  16%    1.20MB/s    0:08:01  
    122,159,104  17%    1.22MB/s    0:07:54  
    123,469,824  17%    1.22MB/s    0:07:52  
    124,780,544  17%    1.22MB/s    0:07:51  
    126,091,264  17%    1.22MB/s    0:07:48  
    127,401,984  17%    1.22MB/s    0:07:49  
    128,712,704  18%    1.22MB/s    0:07:49  
    130,023,424  18%    1.21MB/s    0:07:49  
    131,334,144  18%    1.22MB/s    0:07:48  
    132,644,864  18%    1.22MB/s    0:07:46  
    133,955,584  18%    1.22MB/s    0:07:44  
    135,266,304  18%    1.22MB/s    0:07:43  
    136,577,024  19%    1.22MB/s    0:07:42  
    137,887,744  19%    1.22MB/s    0:07:41  
    139,198,464  19%    1.22MB/s    0:07:40  
    140,509,184  19%    1.22MB/s    0:07:39  
    141,819,904  19%    1.22MB/s    0:07:38  
    143,130,624  20%    1.22MB/s    0:07:38  
    144,441,344  20%    1.22MB/s    0:07:37  
    145,752,064  20%    1.22MB/s    0:07:36  
    147,062,784  20%    1.22MB/s    0:07:35  
    148,373,504  20%    1.21MB/s    0:07:34  
    149,684,224  20%    1.22MB/s    0:07:33  
    150,994,944  21%    1.22MB/s    0:07:31  
    152,305,664  21%    1.22MB/s    0:07:30  
    153,616,384  21%    1.22MB/s    0:07:29  
    154,927,104  21%    1.22MB/s    0:07:28  
    156,237,824  21%    1.21MB/s    0:07:28  
    157,548,544  22%    1.21MB/s    0:07:28  
    158,859,264  22%    1.21MB/s    0:07:27  
    160,169,984  22%    1.21MB/s    0:07:25  
    161,480,704  22%    1.22MB/s    0:07:23  
    162,791,424  22%    1.22MB/s    0:07:20  
    164,102,144  22%    1.22MB/s    0:07:20  
    165,412,864  23%    1.21MB/s    0:07:20  
    166,723,584  23%    1.21MB/s    0:07:20  
    168,034,304  23%    1.21MB/s    0:07:20  
    169,345,024  23%    1.21MB/s    0:07:21  
    170,655,744  23%    1.21MB/s    0:07:18  
    171,966,464  24%    1.21MB/s    0:07:18  
    173,277,184  24%    1.21MB/s    0:07:16  
    174,587,904  24%    1.21MB/s    0:07:15  
    175,898,624  24%    1.21MB/s    0:07:14  
    177,209,344  24%    1.21MB/s    0:07:11  
    178,520,064  25%    1.21MB/s    0:07:10  
    179,830,784  25%    1.22MB/s    0:07:08  
    181,141,504  25%    1.21MB/s    0:07:08  
    182,452,224  25%    1.21MB/s    0:07:07  
    183,762,944  25%    1.21MB/s    0:07:06  
    185,073,664  25%    1.22MB/s    0:07:04  
    186,384,384  26%    1.22MB/s    0:07:01  
    187,695,104  26%    1.22MB/s    0:07:01  
    189,005,824  26%    1.21MB/s    0:07:02  
    190,316,544  26%    1.21MB/s    0:07:01  
    191,627,264  26%    1.20MB/s    0:07:04  
    192,806,912  27%    1.17MB/s    0:07:14  
    193,986,560  27%    1.14MB/s    0:07:27  
    195,166,208  27%    1.08MB/s    0:07:47  
    196,214,784  27%    1.03MB/s    0:08:10  
    197,263,360  27% 1008.11kB/s    0:08:32  
    198,311,936  27%  974.62kB/s    0:08:48  
    199,360,512  27%  950.79kB/s    0:09:00  
    200,409,088  28%  952.12kB/s    0:08:59  
    201,588,736  28%  978.00kB/s    0:08:43  
    202,637,312  28%  993.65kB/s    0:08:34  
    203,653,120  28% 1006.97kB/s    0:08:26  
    204,701,696  28% 1009.63kB/s    0:08:24  
    205,881,344  28% 1023.19kB/s    0:08:16  
    207,060,992  29%    1.02MB/s    0:08:07  
    208,240,640  29%    1.02MB/s    0:08:02  
    209,420,288  29%    1.03MB/s    0:07:59  
    210,468,864  29%    1.01MB/s    0:08:06  
    211,517,440  29% 1000.92kB/s    0:08:21  
    212,566,016  29%  969.92kB/s    0:08:36  
    213,614,592  29%  940.10kB/s    0:08:51  
    214,663,168  30%  925.65kB/s    0:08:59  
    215,711,744  30%  919.42kB/s    0:09:01  
    216,760,320  30%  923.56kB/s    0:08:58  
    217,808,896  30%  932.39kB/s    0:08:51  
    218,857,472  30%  930.70kB/s    0:08:51  
    219,906,048  30%  938.59kB/s    0:08:46  
    220,954,624  30%  938.59kB/s    0:08:44  
    222,003,200  31%  943.56kB/s    0:08:41  
    223,051,776  31%  951.89kB/s    0:08:35  
    224,100,352  31%  963.54kB/s    0:08:28  
    225,148,928  31%  980.84kB/s    0:08:18  
    226,197,504  31%  982.49kB/s    0:08:16  
    227,246,080  31%  987.46kB/s    0:08:12  
    228,294,656  31%  982.96kB/s    0:08:13  
    229,343,232  32%  979.44kB/s    0:08:14  
    230,391,808  32%  989.37kB/s    0:08:08  
    231,440,384  32%  973.85kB/s    0:08:15  
    232,488,960  32%  951.23kB/s    0:08:25  
    233,537,536  32%  937.73kB/s    0:08:32  
    234,586,112  32%  918.59kB/s    0:08:41  
    235,634,688  33%  927.33kB/s    0:08:35  
    236,683,264  33%  933.88kB/s    0:08:30  
    237,731,840  33%  954.11kB/s    0:08:18  
    238,911,488  33%  985.99kB/s    0:08:01  
    239,960,064  33%  990.85kB/s    0:07:58  
    241,008,640  33%  994.58kB/s    0:07:55  
    242,057,216  33%  986.22kB/s    0:07:58  
    243,105,792  34%  961.28kB/s    0:08:09  
    244,154,368  34%  959.70kB/s    0:08:09  
    245,202,944  34%  966.72kB/s    0:08:04  
    246,251,520  34%  962.63kB/s    0:08:05  
    247,169,024  34%  949.96kB/s    0:08:11  
    248,217,600  34%  945.66kB/s    0:08:12  
    249,266,176  34%  937.84kB/s    0:08:15  
    250,314,752  35%  944.09kB/s    0:08:10  
    251,363,328  35%  952.56kB/s    0:08:05  
    252,411,904  35%  949.47kB/s    0:08:05  
    253,460,480  35%  942.26kB/s    0:08:08  
    254,509,056  35%  928.80kB/s    0:08:14  
    255,557,632  35%  944.43kB/s    0:08:05  
    256,606,208  35%  950.13kB/s    0:08:01  
    257,654,784  36%  974.54kB/s    0:07:47  
    258,703,360  36%  980.37kB/s    0:07:44  
    259,751,936  36%  963.08kB/s    0:07:51  
    260,800,512  36%  963.76kB/s    0:07:49  
    261,849,088  36%  958.13kB/s    0:07:51  
    262,897,664  36%  971.31kB/s    0:07:44  
    263,946,240  36%  980.84kB/s    0:07:38  
    264,994,816  37%  971.77kB/s    0:07:41  
    266,043,392  37%  959.48kB/s    0:07:46  
    267,091,968  37%  945.52kB/s    0:07:52  
    268,140,544  37%  941.39kB/s    0:07:53  
    269,189,120  37%  935.37kB/s    0:07:55  
    270,237,696  37%  950.35kB/s    0:07:46  
    271,286,272  38%  967.41kB/s    0:07:37  
    272,334,848  38%  984.14kB/s    0:07:28  
    273,383,424  38%  998.54kB/s    0:07:20  
    274,432,000  38%  984.38kB/s    0:07:26  
    275,480,576  38%  982.49kB/s    0:07:26  
    276,529,152  38%  971.54kB/s    0:07:29  
    277,577,728  38%  978.27kB/s    0:07:25  
    278,626,304  39%  983.43kB/s    0:07:22  
    279,674,880  39%  960.38kB/s    0:07:31  
    280,854,528  39%  981.87kB/s    0:07:20  
    282,034,176  39% 1010.92kB/s    0:07:06  
    283,213,824  39%    1.01MB/s    0:06:57  
    284,393,472  39%    1.04MB/s    0:06:42  
    285,573,120  40%    1.04MB/s    0:06:42  
    286,752,768  40%    1.02MB/s    0:06:47  
    287,801,344  40%    1.00MB/s    0:06:54  
    288,849,920  40%  998.39kB/s    0:07:05  
    289,898,496  40%  980.05kB/s    0:07:12  
    290,947,072  40%  955.89kB/s    0:07:22  
    291,995,648  40%  951.67kB/s    0:07:23  
    293,306,368  41% 1018.97kB/s    0:06:52  
    294,617,088  41%    1.06MB/s    0:06:26  
    295,927,808  41%    1.13MB/s    0:06:02  
    297,238,528  41%    1.18MB/s    0:05:43  
    298,549,248  41%    1.19MB/s    0:05:39  
    299,859,968  42%    1.19MB/s    0:05:38  
    301,170,688  42%    1.20MB/s    0:05:36  
    302,481,408  42%    1.21MB/s    0:05:31  
    303,792,128  42%    1.21MB/s    0:05:30  
    305,102,848  42%    1.21MB/s    0:05:28  
    306,413,568  42%    1.21MB/s    0:05:28  
    307,724,288  43%    1.22MB/s    0:05:25  
    309,035,008  43%    1.21MB/s    0:05:25  
    310,345,728  43%    1.21MB/s    0:05:24  
    311,656,448  43%    1.21MB/s    0:05:23  
    312,967,168  43%    1.21MB/s    0:05:22  
    314,277,888  44%    1.22MB/s    0:05:19  
    315,588,608  44%    1.22MB/s    0:05:18  
    316,899,328  44%    1.22MB/s    0:05:17  
    318,210,048  44%    1.21MB/s    0:05:20  
    319,520,768  44%    1.20MB/s    0:05:19  
    320,831,488  44%    1.20MB/s    0:05:19  
    322,142,208  45%    1.20MB/s    0:05:18  
    323,452,928  45%    1.21MB/s    0:05:14  
    324,763,648  45%    1.22MB/s    0:05:12  
    326,074,368  45%    1.22MB/s    0:05:10  
    327,385,088  45%    1.22MB/s    0:05:10  
    328,695,808  46%    1.22MB/s    0:05:09  
    330,006,528  46%    1.22MB/s    0:05:08  
    331,317,248  46%    1.21MB/s    0:05:07  
    332,627,968  46%    1.22MB/s    0:05:05  
    333,938,688  46%    1.22MB/s    0:05:04  
    335,249,408  46%    1.22MB/s    0:05:04  
    336,560,128  47%    1.22MB/s    0:05:02  
    337,838,080  47%    1.20MB/s    0:05:04  
    339,148,800  47%    1.21MB/s    0:05:02  
    340,459,520  47%    1.21MB/s    0:05:02  
    341,770,240  47%    1.21MB/s    0:05:01  
    343,080,960  48%    1.22MB/s    0:04:56  
    344,391,680  48%    1.22MB/s    0:04:56  
    345,702,400  48%    1.22MB/s    0:04:54  
    347,013,120  48%    1.22MB/s    0:04:54  
    348,323,840  48%    1.22MB/s    0:04:53  
    349,634,560  48%    1.22MB/s    0:04:51  
    350,945,280  49%    1.22MB/s    0:04:50  
    352,256,000  49%    1.22MB/s    0:04:49  
    353,566,720  49%    1.21MB/s    0:04:49  
    354,877,440  49%    1.22MB/s    0:04:48  
    356,188,160  49%    1.22MB/s    0:04:47  
    357,498,880  50%    1.21MB/s    0:04:46  
    358,809,600  50%    1.22MB/s    0:04:43  
    360,120,320  50%    1.21MB/s    0:04:44  
    361,431,040  50%    1.21MB/s    0:04:43  
    362,741,760  50%    1.20MB/s    0:04:44  
    364,052,480  51%    1.20MB/s    0:04:45  
    365,363,200  51%    1.20MB/s    0:04:43  
    366,673,920  51%    1.20MB/s    0:04:42  
    367,984,640  51%    1.21MB/s    0:04:38  
    369,295,360  51%    1.21MB/s    0:04:36  
    370,606,080  51%    1.22MB/s    0:04:35  
    371,916,800  52%    1.22MB/s    0:04:34  
    373,227,520  52%    1.22MB/s    0:04:33  
    374,538,240  52%    1.21MB/s    0:04:33  
    375,848,960  52%    1.21MB/s    0:04:32  
    377,159,680  52%    1.21MB/s    0:04:31  
    378,470,400  53%    1.21MB/s    0:04:31  
    379,781,120  53%    1.20MB/s    0:04:31  
    381,091,840  53%    1.20MB/s    0:04:30  
    382,402,560  53%    1.20MB/s    0:04:29  
    383,713,280  53%    1.20MB/s    0:04:27  
    385,024,000  53%    1.21MB/s    0:04:24  
    386,334,720  54%    1.21MB/s    0:04:23  
    387,645,440  54%    1.21MB/s    0:04:22  
    388,956,160  54%    1.21MB/s    0:04:21  
    390,266,880  54%    1.22MB/s    0:04:19  
    391,577,600  54%    1.22MB/s    0:04:18  
    392,888,320  55%    1.22MB/s    0:04:17  
    394,199,040  55%    1.21MB/s    0:04:16  
    395,509,760  55%    1.21MB/s    0:04:16  
    396,820,480  55%    1.21MB/s    0:04:14  
    398,131,200  55%    1.21MB/s    0:04:14  
    399,441,920  55%    1.22MB/s    0:04:12  
    400,752,640  56%    1.22MB/s    0:04:10  
    402,063,360  56%    1.22MB/s    0:04:09  
    403,374,080  56%    1.22MB/s    0:04:08  
    404,684,800  56%    1.22MB/s    0:04:07  
    405,995,520  56%    1.22MB/s    0:04:06  
    407,306,240  57%    1.22MB/s    0:04:05  
    408,616,960  57%    1.22MB/s    0:04:04  
    409,927,680  57%    1.22MB/s    0:04:03  
    411,238,400  57%    1.22MB/s    0:04:02  
    412,549,120  57%    1.21MB/s    0:04:02  
    413,859,840  57%    1.20MB/s    0:04:03  
    415,170,560  58%    1.20MB/s    0:04:03  
    416,481,280  58%    1.20MB/s    0:04:02  
    417,792,000  58%    1.20MB/s    0:04:00  
    419,102,720  58%    1.21MB/s    0:03:57  
    420,413,440  58%    1.21MB/s    0:03:55  
    421,724,160  59%    1.22MB/s    0:03:54  
    423,034,880  59%    1.22MB/s    0:03:52  
    424,345,600  59%    1.22MB/s    0:03:52  
    425,656,320  59%    1.22MB/s    0:03:50  
    426,967,040  59%    1.22MB/s    0:03:49  
    428,277,760  60%    1.22MB/s    0:03:49  
    429,588,480  60%    1.22MB/s    0:03:47  
    430,899,200  60%    1.22MB/s    0:03:46  
    432,209,920  60%    1.22MB/s    0:03:45  
    433,520,640  60%    1.22MB/s    0:03:44  
    434,831,360  60%    1.21MB/s    0:03:44  
    436,142,080  61%    1.21MB/s    0:03:43  
    437,452,800  61%    1.22MB/s    0:03:41  
    438,763,520  61%    1.22MB/s    0:03:40  
    440,074,240  61%    1.22MB/s    0:03:39  
    441,384,960  61%    1.21MB/s    0:03:38  
    442,695,680  62%    1.21MB/s    0:03:38  
    444,006,400  62%    1.21MB/s    0:03:37  
    445,317,120  62%    1.21MB/s    0:03:36  
    446,627,840  62%    1.21MB/s    0:03:34  
    447,938,560  62%    1.22MB/s    0:03:33  
    449,249,280  62%    1.22MB/s    0:03:32  
    450,560,000  63%    1.22MB/s    0:03:31  
    451,870,720  63%    1.22MB/s    0:03:30  
    453,181,440  63%    1.21MB/s    0:03:29  
    454,492,160  63%    1.22MB/s    0:03:28  
    455,802,880  63%    1.21MB/s    0:03:27  
    457,113,600  64%    1.22MB/s    0:03:25  
    458,424,320  64%    1.22MB/s    0:03:24  
    459,735,040  64%    1.22MB/s    0:03:23  
    461,045,760  64%    1.22MB/s    0:03:22  
    462,356,480  64%    1.21MB/s    0:03:22  
    463,667,200  64%    1.21MB/s    0:03:21  
    464,977,920  65%    1.21MB/s    0:03:19  
    466,288,640  65%    1.18MB/s    0:03:24  
    467,468,288  65%    1.13MB/s    0:03:32  
    468,779,008  65%    1.12MB/s    0:03:33  
    469,958,656  65%    1.08MB/s    0:03:40  
    471,269,376  66%    1.10MB/s    0:03:35  
    472,547,328  66%    1.13MB/s    0:03:29  
    473,858,048  66%    1.13MB/s    0:03:26  
    475,168,768  66%    1.16MB/s    0:03:20  
    476,348,416  66%    1.14MB/s    0:03:22  
    477,659,136  66%    1.16MB/s    0:03:18  
    478,969,856  67%    1.15MB/s    0:03:18  
    480,018,432  67%    1.11MB/s    0:03:25  
    481,329,152  67%    1.13MB/s    0:03:20  
    482,639,872  67%    1.14MB/s    0:03:18  
    483,950,592  67%    1.13MB/s    0:03:18  
    485,261,312  67%    1.17MB/s    0:03:10  
    486,572,032  68%    1.18MB/s    0:03:08  
    487,882,752  68%    1.18MB/s    0:03:07  
    489,193,472  68%    1.18MB/s    0:03:05  
    490,504,192  68%    1.20MB/s    0:03:01  
    491,814,912  68%    1.21MB/s    0:02:59  
    493,125,632  69%    1.20MB/s    0:02:58  
    494,436,352  69%    1.22MB/s    0:02:56  
    495,747,072  69%    1.22MB/s    0:02:54  
    497,057,792  69%    1.21MB/s    0:02:54  
    498,368,512  69%    1.22MB/s    0:02:52  
    499,679,232  70%    1.21MB/s    0:02:52  
    500,989,952  70%    1.21MB/s    0:02:52  
    502,300,672  70%    1.21MB/s    0:02:50  
    503,611,392  70%    1.20MB/s    0:02:50  
    504,922,112  70%    1.21MB/s    0:02:48  
    506,232,832  70%    1.21MB/s    0:02:46  
    507,543,552  71%    1.22MB/s    0:02:45  
    508,854,272  71%    1.22MB/s    0:02:44  
    510,164,992  71%    1.21MB/s    0:02:43  
    511,475,712  71%    1.21MB/s    0:02:43  
    512,786,432  71%    1.21MB/s    0:02:42  
    514,097,152  72%    1.21MB/s    0:02:41  
    515,407,872  72%    1.21MB/s    0:02:39  
    516,718,592  72%    1.22MB/s    0:02:38  
    518,029,312  72%    1.20MB/s    0:02:38  
    519,208,960  72%    1.15MB/s    0:02:44  
    520,519,680  72%    1.13MB/s    0:02:46  
    521,830,400  73%    1.12MB/s    0:02:47  
    523,010,048  73%    1.11MB/s    0:02:48  
    524,189,696  73%    1.13MB/s    0:02:43  
    525,500,416  73%    1.14MB/s    0:02:41  
    526,811,136  73%    1.16MB/s    0:02:37  
    528,121,856  73%    1.18MB/s    0:02:33  
    529,432,576  74%    1.20MB/s    0:02:29  
    530,743,296  74%    1.21MB/s    0:02:27  
    532,054,016  74%    1.21MB/s    0:02:26  
    533,364,736  74%    1.21MB/s    0:02:25  
    534,675,456  74%    1.20MB/s    0:02:25  
    535,986,176  75%    1.19MB/s    0:02:26  
    537,296,896  75%    1.18MB/s    0:02:25  
    538,607,616  75%    1.18MB/s    0:02:24  
    539,918,336  75%    1.19MB/s    0:02:22  
    541,229,056  75%    1.20MB/s    0:02:20  
    542,539,776  76%    1.21MB/s    0:02:18  
    543,850,496  76%    1.20MB/s    0:02:17  
    545,161,216  76%    1.20MB/s    0:02:17  
    546,471,936  76%    1.20MB/s    0:02:16  
    547,782,656  76%    1.20MB/s    0:02:14  
    549,093,376  76%    1.21MB/s    0:02:12  
    550,404,096  77%    1.21MB/s    0:02:11  
    551,714,816  77%    1.22MB/s    0:02:10  
    553,025,536  77%    1.22MB/s    0:02:09  
    554,336,256  77%    1.22MB/s    0:02:07  
    555,646,976  77%    1.22MB/s    0:02:06  
    556,957,696  78%    1.22MB/s    0:02:05  
    558,268,416  78%    1.22MB/s    0:02:04  
    559,579,136  78%    1.21MB/s    0:02:04  
    560,889,856  78%    1.21MB/s    0:02:03  
    562,200,576  78%    1.21MB/s    0:02:02  
    563,511,296  78%    1.21MB/s    0:02:01  
    564,822,016  79%    1.21MB/s    0:02:00  
    566,132,736  79%    1.21MB/s    0:01:58  
    567,443,456  79%    1.22MB/s    0:01:57  
    568,754,176  79%    1.22MB/s    0:01:56  
    570,064,896  79%    1.22MB/s    0:01:55  
    571,375,616  80%    1.22MB/s    0:01:54  
    572,686,336  80%    1.21MB/s    0:01:53  
    573,997,056  80%    1.21MB/s    0:01:52  
    575,307,776  80%    1.21MB/s    0:01:51  
    576,618,496  80%    1.21MB/s    0:01:50  
    577,929,216  80%    1.21MB/s    0:01:49  
    579,239,936  81%    1.21MB/s    0:01:48  
    580,550,656  81%    1.21MB/s    0:01:47  
    581,861,376  81%    1.22MB/s    0:01:45  
    583,172,096  81%    1.22MB/s    0:01:44  
    584,482,816  81%    1.22MB/s    0:01:43  
    585,793,536  82%    1.22MB/s    0:01:42  
    587,104,256  82%    1.21MB/s    0:01:42  
    588,414,976  82%    1.21MB/s    0:01:41  
    589,725,696  82%    1.21MB/s    0:01:39  
    591,036,416  82%    1.21MB/s    0:01:38  
    592,347,136  82%    1.21MB/s    0:01:37  
    593,657,856  83%    1.22MB/s    0:01:36  
    594,968,576  83%    1.21MB/s    0:01:35  
    596,279,296  83%    1.21MB/s    0:01:34  
    597,590,016  83%    1.21MB/s    0:01:33  
    598,900,736  83%    1.21MB/s    0:01:32  
    600,211,456  84%    1.20MB/s    0:01:32  
    601,522,176  84%    1.20MB/s    0:01:31  
    602,832,896  84%    1.20MB/s    0:01:30  
    604,143,616  84%    1.20MB/s    0:01:29  
    605,454,336  84%    1.20MB/s    0:01:27  
    606,732,288  85%    1.20MB/s    0:01:27  
    608,043,008  85%    1.21MB/s    0:01:25  
    609,353,728  85%    1.21MB/s    0:01:24  
    610,664,448  85%    1.21MB/s    0:01:23  
    611,975,168  85%    1.22MB/s    0:01:21  
    613,285,888  85%    1.21MB/s    0:01:20  
    614,596,608  86%    1.21MB/s    0:01:19  
    615,907,328  86%    1.21MB/s    0:01:18  
    617,218,048  86%    1.21MB/s    0:01:17  
    618,528,768  86%    1.22MB/s    0:01:16  
    619,839,488  86%    1.21MB/s    0:01:15  
    621,150,208  87%    1.21MB/s    0:01:14  
    622,460,928  87%    1.21MB/s    0:01:13  
    623,771,648  87%    1.21MB/s    0:01:12  
    625,082,368  87%    1.21MB/s    0:01:11  
    626,393,088  87%    1.22MB/s    0:01:10  
    627,703,808  87%    1.22MB/s    0:01:09  
    629,014,528  88%    1.21MB/s    0:01:08  
    630,325,248  88%    1.22MB/s    0:01:06  
    631,635,968  88%    1.22MB/s    0:01:05  
    632,946,688  88%    1.22MB/s    0:01:04  
    634,257,408  88%    1.22MB/s    0:01:03  
    635,568,128  89%    1.22MB/s    0:01:02  
    636,878,848  89%    1.22MB/s    0:01:01  
    638,189,568  89%    1.22MB/s    0:01:00  
    639,500,288  89%    1.22MB/s    0:00:59  
    640,811,008  89%    1.22MB/s    0:00:58  
    642,121,728  89%    1.22MB/s    0:00:57  
    643,432,448  90%    1.21MB/s    0:00:56  
    644,743,168  90%    1.22MB/s    0:00:55  
    646,053,888  90%    1.21MB/s    0:00:54  
    647,364,608  90%    1.21MB/s    0:00:53  
    648,675,328  90%    1.21MB/s    0:00:52  
    649,986,048  91%    1.21MB/s    0:00:51  
    651,296,768  91%    1.21MB/s    0:00:50  
    652,607,488  91%    1.21MB/s    0:00:49  
    653,918,208  91%    1.21MB/s    0:00:48  
    655,228,928  91%    1.22MB/s    0:00:46  
    656,539,648  91%    1.22MB/s    0:00:45  
    657,850,368  92%    1.22MB/s    0:00:44  
    659,161,088  92%    1.22MB/s    0:00:43  
    660,471,808  92%    1.22MB/s    0:00:42  
    661,782,528  92%    1.21MB/s    0:00:41  
    663,093,248  92%    1.21MB/s    0:00:40  
    664,403,968  93%    1.22MB/s    0:00:39  
    665,714,688  93%    1.21MB/s    0:00:38  
    667,025,408  93%    1.22MB/s    0:00:37  
    668,336,128  93%    1.22MB/s    0:00:36  
    669,646,848  93%    1.22MB/s    0:00:35  
    670,957,568  94%    1.22MB/s    0:00:34  
    672,268,288  94%    1.22MB/s    0:00:33  
    673,579,008  94%    1.22MB/s    0:00:32  
    674,889,728  94%    1.22MB/s    0:00:31  
    676,200,448  94%    1.22MB/s    0:00:30  
    677,511,168  94%    1.22MB/s    0:00:28  
    678,821,888  95%    1.22MB/s    0:00:27  
    680,132,608  95%    1.22MB/s    0:00:26  
    681,443,328  95%    1.22MB/s    0:00:25  
    682,754,048  95%    1.21MB/s    0:00:24  
    684,064,768  95%    1.22MB/s    0:00:23  
    685,375,488  96%    1.22MB/s    0:00:22  
    686,686,208  96%    1.22MB/s    0:00:21  
    687,996,928  96%    1.22MB/s    0:00:20  
    689,307,648  96%    1.22MB/s    0:00:19  
    690,618,368  96%    1.22MB/s    0:00:18  
    691,929,088  96%    1.22MB/s    0:00:17  
    693,239,808  97%    1.21MB/s    0:00:16  
    694,550,528  97%    1.21MB/s    0:00:15  
    695,861,248  97%    1.21MB/s    0:00:14  
    697,171,968  97%    1.21MB/s    0:00:13  
    698,482,688  97%    1.21MB/s    0:00:12  
    699,793,408  98%    1.21MB/s    0:00:11  
    701,104,128  98%    1.21MB/s    0:00:10  
    702,414,848  98%    1.22MB/s    0:00:09  
    703,725,568  98%    1.21MB/s    0:00:08  
    705,036,288  98%    1.21MB/s    0:00:06  
    706,347,008  98%    1.20MB/s    0:00:05  
    707,657,728  99%    1.20MB/s    0:00:04  
    708,968,448  99%    1.21MB/s    0:00:03  
    710,279,168  99%    1.21MB/s    0:00:02  
    711,589,888  99%    1.22MB/s    0:00:01  
    712,900,608  99%    1.21MB/s    0:00:00  
    713,694,076 100%    1.16MB/s    0:09:45 (xfr#3, to-chk=3/7)
images/pmos-plasma-mobile-nightly-20221029-pine64-pinephonepro.img.xz.sha256

            136 100%    0.22kB/s    0:00:00  
            136 100%    0.22kB/s    0:00:00 (xfr#4, to-chk=2/7)
images/pmos-plasma-mobile-nightly-20221029-tablet-x64uefi.img.xz

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

            131 100%    0.16kB/s    0:00:00  
            131 100%    0.16kB/s    0:00:00 (xfr#6, to-chk=0/7)

sent 2,783,326,299 bytes  received 577 bytes  1,244,501.17 bytes/sec
total size is 2,782,646,368  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@1f97fb90[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=33,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-10-04T14:33:56Z]] (sha:f43e2ed) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/f43e2ed5193bbe6600e21dd23c93d3273648e059
Finished: SUCCESS