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

2022-10-17 15:55:39 (80.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-16 15:29:22.706385 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-5963-g825e93396d [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-5969-g945c0addf0 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-5969-g945c0addf0 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24439 distinct packages available
(1/103) Upgrading kirigami2-libs (5.99.0-r0 -> 9999_git1665885931-r0)
(2/103) Upgrading kirigami2 (5.99.0-r0 -> 9999_git1665885931-r0)
(3/103) Upgrading kactivities-libs (5.99.0-r0 -> 9999_git1665347036-r0)
(4/103) Upgrading karchive (5.99.0-r0 -> 9999_git1665347063-r0)
(5/103) Upgrading kconfig (5.99.0-r0 -> 9999_git1665347128-r0)
(6/103) Upgrading kcoreaddons (5.99.0-r0 -> 9999_git1665885887-r0)
(7/103) Upgrading kwindowsystem (5.99.0-r0 -> 9999_git1665347215-r0)
(8/103) Upgrading kcrash (5.99.0-r0 -> 9999_git1665347167-r0)
(9/103) Upgrading kdbusaddons (5.99.0-r0 -> 9999_git1665347187-r0)
(10/103) Upgrading kglobalaccel (5.99.0-r0 -> 9999_git1665347296-r0)
(11/103) Upgrading kguiaddons (5.99.0-r0 -> 9999_git1665522143-r0)
(12/103) Upgrading ki18n (5.99.0-r0 -> 9999_git1665569809-r0)
(13/103) Upgrading kauth (5.99.0-r0 -> 9999_git1665347072-r0)
(14/103) Upgrading kcodecs (5.99.0-r0 -> 9999_git1665347111-r0)
(15/103) Upgrading kwidgetsaddons (5.99.0-r0 -> 9999_git1665886002-r0)
(16/103) Upgrading kconfigwidgets (5.99.0-r0 -> 9999_git1665799167-r0)
(17/103) Upgrading kiconthemes (5.99.0-r0 -> 9999_git1665885904-r0)
(18/103) Upgrading kitemviews (5.99.0-r0 -> 9999_git1665347404-r0)
(19/103) Upgrading kxmlgui (5.99.0-r0 -> 9999_git1665886017-r0)
(20/103) Upgrading kbookmarks (5.99.0-r0 -> 9999_git1665885873-r0)
(21/103) Upgrading kcompletion (5.99.0-r0 -> 9999_git1665347119-r0)
(22/103) Upgrading kdoctools (5.99.0-r0 -> 9999_git1665347268-r0)
(23/103) Upgrading kjobwidgets (5.99.0-r0 -> 9999_git1665347414-r0)
(24/103) Upgrading knotifications (5.99.0-r0 -> 9999_git1665347461-r0)
(25/103) Upgrading kservice (5.99.0-r0 -> 9999_git1665347145-r0)
(26/103) Upgrading solid-libs (5.99.0-r0 -> 9999_git1665626338-r0)
(27/103) Upgrading sonnet (5.99.0-r0 -> 9999_git1665799282-r0)
(28/103) Upgrading ktextwidgets (5.99.0-r0 -> 9999_git1665784743-r0)
(29/103) Upgrading kio (5.99.0-r0 -> 9999_git1665885917-r0)
(30/103) Upgrading kpackage (5.99.0-r0 -> 9999_git1665885960-r0)
(31/103) Upgrading kdeclarative (5.99.0-r0 -> 9999_git1665347196-r0)
(32/103) Upgrading kwayland (5.99.0-r0 -> 9999_git1665347197-r0)
(33/103) Upgrading plasma-framework (5.99.0-r0 -> 9999_git1665799258-r0)
(34/103) Upgrading kwallet (5.99.0-r0 -> 9999_git1665885991-r0)
(35/103) Upgrading purpose (5.99.0-r0 -> 9999_git1665799273-r0)
(36/103) Upgrading angelfish (22.09-r0 -> 9999_git1664849720-r0)
(37/103) Upgrading breeze-gtk (5.26.0-r0 -> 9999_git1665054909-r0)
(38/103) Upgrading attica (5.99.0-r0 -> 9999_git1665346188-r0)
(39/103) Upgrading kidletime (5.99.0-r0 -> 9999_git1665347355-r0)
(40/103) Upgrading knewstuff (5.99.0-r0 -> 9999_git1665885944-r0)
(41/103) Upgrading kirigami-addons (0.4-r0 -> 9999_git1665799460-r0)
(42/103) Upgrading kclock (22.09-r0 -> 9999_git1665887058-r0)
(43/103) Upgrading kdecoration (5.26.0-r0 -> 9999_git1665068994-r0)
(44/103) Upgrading kde-gtk-config (5.26.0-r0 -> 9999_git1665055009-r0)
(45/103) Upgrading kfilemetadata (5.99.0-r0 -> 9999_git1665514826-r0)
(46/103) Upgrading kcontacts (5.99.0-r0 -> 9999_git1665347147-r0)
(47/103) Upgrading kpeople (5.99.0-r0 -> 9999_git1665366958-r0)
(48/103) Upgrading kcalendarcore (5.99.0-r0 -> 9999_git1665347091-r0)
(49/103) Upgrading kcmutils (5.99.0-r0 -> 9999_git1665770396-r0)
(50/103) Upgrading frameworkintegration (5.99.0-r0 -> 9999_git1665787908-r0)
(51/103) Upgrading oxygen (5.26.0-r0 -> 9999_git1665109481-r0)
(52/103) Upgrading modemmanager-qt (5.99.0-r0 -> 9999_git1665347249-r0)
(53/103) Upgrading plasma-dialer (22.09-r0 -> 9999_git1665800369-r0)
(54/103) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1664766603-r0)
(55/103) Upgrading kded (5.99.0-r0 -> 9999_git1665347206-r0)
(56/103) Upgrading bluez-qt (5.99.0-r0 -> 9999_git1665346208-r0)
(57/103) Upgrading bluedevil (5.26.0-r0 -> 9999_git1665886770-r0)
(58/103) Upgrading breeze (5.26.0-r0 -> 9999_git1665626922-r0)
(59/103) Upgrading libkscreen (5.26.0-r0 -> 9999_git1665747715-r0)
(60/103) Upgrading kscreen (5.26.0-r0 -> 9999_git1665886837-r0)
(61/103) Upgrading kwallet-pam (5.26.0-r0 -> 9999_git1663246611-r0)
(62/103) Upgrading kwayland-integration (5.26.0-r0 -> 9999_git1664735570-r0)
(63/103) Upgrading breeze-icons (5.99.0-r0 -> 9999_git1665346217-r0)
(64/103) Upgrading kactivities (5.99.0-r0 -> 9999_git1665347036-r0)
(65/103) Upgrading plasma-nano (5.26.0-r0 -> 9999_git1664766236-r0)
(66/103) Upgrading networkmanager-qt (5.99.0-r0 -> 9999_git1665347259-r0)
(67/103) Upgrading plasma-nm (5.26.0-r0 -> 9999_git1665886928-r0)
(68/103) Upgrading plasma-nm-mobile (5.26.0-r0 -> 9999_git1665886928-r0)
(69/103) Upgrading plasma-pa (5.26.0-r0 -> 9999_git1665886938-r0)
(70/103) Upgrading plasma-settings (22.09-r1 -> 9999_git1665800381-r1)
(71/103) Upgrading kactivitymanagerd (5.26.0-r0 -> 9999_git1664765942-r0)
(72/103) Upgrading kinit (5.99.0-r0 -> 9999_git1665347365-r0)
(73/103) Upgrading kdnssd (5.99.0-r0 -> 9999_git1665347258-r0)
(74/103) Upgrading syntax-highlighting (5.99.0-r0 -> 9999_git1665886033-r0)
(75/103) Upgrading kquickcharts (5.99.0-r0 -> 9999_git1665347529-r0)
(76/103) Upgrading kscreenlocker (5.26.0-r0 -> 9999_git1665311235-r0)
(77/103) Upgrading kwin (5.26.0-r0 -> 9999_git1665886850-r0)
(78/103) Upgrading kitemmodels (5.99.0-r0 -> 9999_git1665347394-r0)
(79/103) Upgrading threadweaver (5.99.0-r0 -> 9999_git1665347357-r0)
(80/103) Upgrading krunner (5.99.0-r0 -> 9999_git1665347137-r0)
(81/103) Upgrading milou (5.26.0-r0 -> 9999_git1664766124-r0)
(82/103) Upgrading qqc2-desktop-style (5.99.0-r0 -> 9999_git1665620141-r0)
(83/103) Upgrading plasma-integration (5.26.0-r0 -> 9999_git1665886900-r0)
(84/103) Upgrading plasma-workspace-libs (5.26.0-r0 -> 9999_git1665886985-r0)
(85/103) Upgrading kactivities-stats (5.99.0-r0 -> 9999_git1665347045-r0)
(86/103) Upgrading baloo (5.99.0-r0 -> 9999_git1665885249-r0)
(87/103) Upgrading kholidays (5.99.0-r0 -> 9999_git1665712620-r0)
(88/103) Upgrading knotifyconfig (5.99.0-r0 -> 9999_git1665347471-r0)
(89/103) Upgrading kparts (5.99.0-r0 -> 9999_git1665799218-r0)
(90/103) Upgrading prison (5.99.0-r0 -> 9999_git1665414234-r0)
(91/103) Upgrading ktexteditor (5.99.0-r0 -> 9999_git1665885972-r0)
(92/103) Upgrading libksysguard (5.26.0-r0 -> 9999_git1665886862-r0)
(93/103) Upgrading plasma-workspace (5.26.0-r0 -> 9999_git1665886985-r0)
(94/103) Upgrading kpty (5.99.0-r0 -> 9999_git1665347520-r0)
(95/103) Upgrading kdesu (5.99.0-r0 -> 9999_git1663420106-r0)
(96/103) Upgrading kde-cli-tools (5.26.0-r0 -> 9999_git1665800111-r0)
(97/103) Upgrading qqc2-breeze-style (5.26.0-r0 -> 9999_git1665134183-r0)
(98/103) Upgrading plasma-mobile (5.26.0-r1 -> 9999_git1665886917-r1)
(99/103) Upgrading polkit-kde-agent-1 (5.26.0-r0 -> 9999_git1664766395-r0)
(100/103) Upgrading powerdevil-libs (5.26.0-r0 -> 9999_git1665747652-r0)
(101/103) Upgrading powerdevil (5.26.0-r0 -> 9999_git1665747652-r0)
(102/103) Upgrading xdg-desktop-portal-kde (5.26.0-r0 -> 9999_git1665887008-r0)
(103/103) Upgrading qmlkonsole (22.09-r1 -> 9999_git1665887069-r1)
Executing busybox-1.35.0-r27.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gtk-update-icon-cache-3.24.34-r6.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3083 MiB in 821 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-r1)
Executing flatpak-1.14.0-r1.pre-install
Executing flatpak-1.14.0-r1.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-r1)
(9/12) Installing discover-backend-flatpak (5.26.0-r0)
(10/12) Installing htop (3.2.1-r1)
(11/12) Installing nano (6.4-r0)
(12/12) Installing neofetch (7.1.0-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r6.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3093 MiB in 833 packages
(1/91) Installing syndication (9999_git1665347337-r0)
(2/91) Installing alligator (9999_git1664849711-r0)
(3/91) Installing libavc1394 (0.5.4-r2)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r2)
(7/91) Installing mpg123-libs (1.30.2-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-r1)
(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.3-r1)
(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_git1665887042-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.224.1-r1)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.3-r0)
(35/91) Installing libcddb (1.3.2-r3)
(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.0-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.11.0-r0)
(49/91) Installing glslang (11.11.0-r0)
(50/91) Installing spirv-tools (1.3.224.1-r1)
(51/91) Installing shaderc (2022.2-r1)
(52/91) Installing libplacebo (4.208.0-r3)
(53/91) Installing libprotobuf-lite (3.21.7-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_git1665885982-r0)
(58/91) Installing kalk (9999_git1665583146-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1665887050-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-r0)
(70/91) Installing neochat (9999_git1665799634-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-r2)
(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-r0)
(81/91) Installing okular (22.08.2-r0)
(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_git1665799668-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r6.trigger
Executing postmarketos-base-23-r1.trigger
Executing vlc-libs-3.0.17.4-r10.trigger
OK: 3212 MiB in 924 packages
(chroot) Exiting chroot...
[15:57:39] Unregister qemu binfmt (arm)
[15:57:39] Unregister qemu binfmt (aarch64)
[15:57:40] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[15:57:40] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[15:57:40] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y
[15:57:40] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
[15:57:42] Cleared up ~6196 MB of space
[15:57:42] DONE!
Building image for pine64-pinephone
Already up to date.
[15:57:43] Work path [/home/swadmin/.local/var/pmbootstrap]: [15:57:43] Channel [edge]: [15:57:43] Vendor [qemu]: [15:57:43] Device codename [amd64]: [15:57:43] Kernel [lts]: [15:57:43] Username [user]: [15:57:43] User interface [weston]: [15:57:43] Change them? (y/n) [n]: [15:57:43] Extra packages [none]: [15:57:43] Use this timezone instead of GMT? (y/n) [y]: [15:57:43] Choose default locale for installation [C.UTF-8]: [15:57:43] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [15:57:43] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [15:57:44] Config changed: ui='plasma-mobile'
[15:57:44] Config changed: device='pine64-pinephone'
[15:57:44] Config changed: kernel=''
[15:57:44] Config changed: extra_packages='osk-sdl'
(3644391) [15:57:45] % 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)
(3644391) [15:57:45] % 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
(3644391) [15:57:45] *** (1/4) PREPARE NATIVE CHROOT ***
(3644391) [15:57:45] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(3644391) [15:57:45] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(3644391) [15:57:45] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(3644391) [15:57:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(3644391) [15:57:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(3644391) [15:57:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(3644391) [15:57:45] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(3644391) [15:57:45] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(3644391) [15:57:45] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(3644391) [15:57:45] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(3644391) [15:57:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(3644391) [15:57:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(3644391) [15:57:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3644391) [15:57:45] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(3644391) [15:57:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(3644391) [15:57:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(3644391) [15:57:45] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(3644391) [15:57:45] Update package index for x86_64 (4 file(s))
(3644391) [15:57:45] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(3644391) [15:57:45] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(3644391) [15:57:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(3644391) [15:57:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(3644391) [15:57:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(3644391) [15:57:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(3644391) [15:57:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(3644391) [15:57:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(3644391) [15:57:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(3644391) [15:57:46] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.9-r7.apk
(3644391) [15:57:47] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:47] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:47] extracted: /tmp/pmbootstrapks70w93zapk
(3644391) [15:57:47] extracted: /tmp/pmbootstrapy1htoru6sig
(3644391) [15:57:47] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:47] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapy1htoru6sig /tmp/pmbootstrapks70w93zapk
Verified OK
(3644391) [15:57:47] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(3644391) [15:57:47] % /tmp/pmbootstrapks70w93zapk --version
apk-tools 2.12.9, compiled for x86_64.
(3644391) [15:57:47] (native) install alpine-base
(3644391) [15:57:47] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % 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
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub
(3644391) [15:57:47] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
(3644391) [15:57:47] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(3644391) [15:57:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(3644391) [15:57:47] (native) update /etc/apk/repositories
(3644391) [15:57:47] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(3644391) [15:57:47] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(3644391) [15:57:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(3644391) [15:57:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(3644391) [15:57:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(3644391) [15:57:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(3644391) [15:57:47] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(3644391) [15:57:47] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(3644391) [15:57:47] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base
(3644391) [15:57:47] New background process: pid=3644551, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r2)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-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-r2)
Executing alpine-baselayout-3.3.0-r2.pre-install
Executing alpine-baselayout-3.3.0-r2.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-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.9-r7)
(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
(3644391) [15:57:49] (native) % adduser -D pmos -u 12345
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(3644391) [15:57:49] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(3644391) [15:57:49] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(3644391) [15:57:49] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(3644391) [15:57:49] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(3644391) [15:57:49] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(3644391) [15:57:49] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(3644391) [15:57:52] (native) install cryptsetup util-linux parted
(3644391) [15:57:52] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [15:57:52] (native) % cat /tmp/apk_progress_fifo
(3644391) [15:57:52] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(3644391) [15:57:52] New background process: pid=3644938, 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_p20221008-r0)
(11/43) Installing ncurses-libs (6.3_p20221008-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
(3644391) [15:57:54] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") ***
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(3644391) [15:57:54] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(3644391) [15:57:54] % 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
(3644391) [15:57:54] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(3644391) [15:57:54] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3
(3644391) [15:57:54] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5
(3644391) [15:57:54] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7
(3644391) [15:57:54] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8
(3644391) [15:57:54] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9
(3644391) [15:57:54] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(3644391) [15:57:54] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(3644391) [15:57:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(3644391) [15:57:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(3644391) [15:57:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(3644391) [15:57:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(3644391) [15:57:54] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(3644391) [15:57:54] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(3644391) [15:57:55] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(3644391) [15:57:55] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(3644391) [15:57:55] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(3644391) [15:57:55] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(3644391) [15:57:55] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(3644391) [15:57:55] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(3644391) [15:57:55] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(3644391) [15:57:55] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(3644391) [15:57:55] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(3644391) [15:57:55] (native) install qemu-aarch64
(3644391) [15:57:55] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [15:57:55] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [15:57:55] (native) % cat /tmp/apk_progress_fifo
(3644391) [15:57:55] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(3644391) [15:57:55] New background process: pid=3645267, 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
(3644391) [15:57:55] Register qemu binfmt (aarch64)
(3644391) [15:57:55] % 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
(3644391) [15:57:55] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin
(3644391) [15:57:55] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(3644391) [15:57:56] % 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
(3644391) [15:57:56] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(3644391) [15:57:56] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:56] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:56] extracted: /tmp/pmbootstrapotur9hhmapk
(3644391) [15:57:56] extracted: /tmp/pmbootstrapj8h5kk_asig
(3644391) [15:57:56] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(3644391) [15:57:56] % 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/pmbootstrapj8h5kk_asig /tmp/pmbootstrapotur9hhmapk
Verified OK
(3644391) [15:57:56] Verify the version reported by the apk.static binary (must match the package version 2.12.9-r7)
(3644391) [15:57:56] % /tmp/pmbootstrapotur9hhmapk --version
apk-tools 2.12.9, compiled for x86_64.
(3644391) [15:57:56] (rootfs_pine64-pinephone) install alpine-base
(3644391) [15:57:56] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache
(3644391) [15:57:56] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf
(3644391) [15:57:56] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk
(3644391) [15:57:56] (rootfs_pine64-pinephone) update /etc/apk/repositories
(3644391) [15:57:56] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(3644391) [15:57:56] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(3644391) [15:57:56] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(3644391) [15:57:56] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(3644391) [15:57:56] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(3644391) [15:57:56] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] Update package index for aarch64 (4 file(s))
(3644391) [15:57:56] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(3644391) [15:57:56] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(3644391) [15:57:56] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(3644391) [15:57:56] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(3644391) [15:57:57] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(3644391) [15:57:57] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(3644391) [15:57:57] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(3644391) [15:57:57] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(3644391) [15:57:57] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(3644391) [15:57:57] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(3644391) [15:57:57] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(3644391) [15:57:57] % 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
(3644391) [15:57:57] New background process: pid=3645319, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/25) Installing alpine-baselayout-data (3.3.0-r2)
(2/25) Installing musl (1.2.3-r1)
(3/25) Installing busybox (1.35.0-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-r2)
Executing alpine-baselayout-3.3.0-r2.pre-install
Executing alpine-baselayout-3.3.0-r2.post-install
(6/25) Installing ifupdown-ng (0.12.1-r0)
(7/25) Installing libcap2 (2.66-r0)
(8/25) Installing openrc (0.45.2-r3)
Executing openrc-0.45.2-r3.post-install
(9/25) Installing mdev-conf (4.2-r2)
(10/25) Installing busybox-mdev-openrc (1.35.0-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.9-r7)
(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
(3644391) [15:57:59] (rootfs_pine64-pinephone) % getent passwd user
(3644391) [15:57:59] (rootfs_pine64-pinephone) % adduser -D -u 10000 user
(3644391) [15:57:59] (rootfs_pine64-pinephone) % addgroup -S wheel
addgroup: group 'wheel' in use
(3644391) [15:57:59] (rootfs_pine64-pinephone) % addgroup user wheel
(3644391) [15:57:59] (rootfs_pine64-pinephone) % addgroup -S video
addgroup: group 'video' in use
(3644391) [15:57:59] (rootfs_pine64-pinephone) % addgroup user video
(3644391) [15:57:59] (rootfs_pine64-pinephone) % addgroup -S audio
addgroup: group 'audio' in use
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup user audio
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup -S input
addgroup: group 'input' in use
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup user input
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup -S plugdev
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup user plugdev
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup -S netdev
addgroup: group 'netdev' in use
(3644391) [15:58:00] (rootfs_pine64-pinephone) % addgroup user netdev
(3644391) [15:58:00] 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
(3644391) [15:58:02] (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)
(3644391) [15:58:02] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(3644391) [15:58:02] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(3644391) [15:58:03] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(3644391) [15:58:04] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(3644391) [15:58:05] (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
(3644391) [15:58:05] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [15:58:05] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(3644391) [15:58:05] (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
(3644391) [15:58:05] New background process: pid=3645692, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/730) Installing icu-data-full (71.1-r4)
(2/730) Installing dbus-libs (1.14.4-r0)
(3/730) Installing libgcc (12.2.1_git20220924-r3)
(4/730) Installing libffi (3.4.3-r0)
(5/730) Installing libintl (0.21.1-r1)
(6/730) Installing libblkid (2.38.1-r0)
(7/730) Installing libmount (2.38.1-r0)
(8/730) Installing pcre2 (10.40-r0)
(9/730) Installing glib (2.74.0-r4)
(10/730) Installing libstdc++ (12.2.1_git20220924-r3)
(11/730) Installing icu-libs (71.1-r4)
(12/730) Installing libpcre2-16 (10.40-r0)
(13/730) Installing zstd-libs (1.5.2-r9)
(14/730) Installing qt5-qtbase (5.15.6_git20220930-r0)
(15/730) Installing hicolor-icon-theme (0.17-r2)
(16/730) Installing libmagic (5.42-r0)
(17/730) Installing file (5.42-r0)
(18/730) Installing libxau (1.0.10-r0)
(19/730) Installing libmd (1.0.4-r0)
(20/730) Installing libbsd (0.11.7-r0)
(21/730) Installing libxdmcp (1.1.3-r1)
(22/730) Installing libxcb (1.15-r0)
(23/730) Installing libx11 (1.8.1-r1)
(24/730) Installing libxext (1.3.4-r1)
(25/730) Installing libice (1.0.10-r1)
(26/730) Installing libuuid (2.38.1-r0)
(27/730) Installing libsm (1.2.3-r1)
(28/730) Installing libxt (1.2.1-r0)
(29/730) Installing libxmu (1.1.3-r1)
(30/730) Installing xset (1.2.4-r0)
(31/730) Installing xprop (1.2.5-r0)
(32/730) Installing xdg-utils (1.1.3-r4)
(33/730) Installing mesa (22.2.1-r3)
(34/730) Installing libdrm (2.4.113-r0)
(35/730) Installing libexpat (2.4.9-r0)
(36/730) Installing wayland-libs-server (1.21.0-r1)
(37/730) Installing mesa-glapi (22.2.1-r3)
(38/730) Installing mesa-gles (22.2.1-r3)
(39/730) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(40/730) Installing libxcomposite (0.4.5-r1)
(41/730) Installing brotli-libs (1.0.9-r8)
(42/730) Installing libbz2 (1.0.8-r3)
(43/730) Installing libpng (1.6.38-r0)
(44/730) Installing freetype (2.12.1-r0)
(45/730) Installing fontconfig (2.14.0-r0)
(46/730) Installing wayland-libs-client (1.21.0-r1)
(47/730) Installing wayland-libs-cursor (1.21.0-r1)
(48/730) Installing wayland-libs-egl (1.21.0-r1)
(49/730) Installing pkgconf (1.9.3-r0)
(50/730) Installing xkeyboard-config (9999-r5)
(51/730) Installing xz-libs (5.2.7-r0)
(52/730) Installing libxml2 (2.10.3-r0)
(53/730) Installing libxkbcommon (1.4.1-r0)
(54/730) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(55/730) Installing mesa-gbm (22.2.1-r3)
(56/730) Installing libxshmfence (1.3-r1)
(57/730) Installing mesa-egl (22.2.1-r3)
(58/730) Installing avahi-libs (0.8-r6)
(59/730) Installing gmp (6.2.1-r2)
(60/730) Installing nettle (3.8.1-r0)
(61/730) Installing p11-kit (0.24.1-r1)
(62/730) Installing libtasn1 (4.19.0-r0)
(63/730) Installing libunistring (1.1-r0)
(64/730) Installing gnutls (3.7.8-r2)
(65/730) Installing cups-libs (2.4.2-r0)
(66/730) Installing shared-mime-info (2.2-r1)
(67/730) Installing libjpeg-turbo (2.1.4-r0)
(68/730) Installing libwebp (1.2.4-r1)
(69/730) Installing tiff (4.4.0-r0)
(70/730) Installing gdk-pixbuf (2.42.9-r1)
(71/730) Installing gtk-update-icon-cache (3.24.34-r6)
(72/730) Installing libxfixes (6.0.0-r0)
(73/730) Installing libxrender (0.9.10-r4)
(74/730) Installing libxcursor (1.2.1-r1)
(75/730) Installing libxdamage (1.1.5-r1)
(76/730) Installing libxi (1.8-r0)
(77/730) Installing libxinerama (1.1.4-r2)
(78/730) Installing libxrandr (1.5.2-r1)
(79/730) Installing libatk-1.0 (2.46.0-r0)
(80/730) Installing libxtst (1.2.4-r0)
(81/730) Installing at-spi2-core (2.46.0-r0)
(82/730) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/730) Installing pixman (0.40.0-r4)
(84/730) Installing cairo (1.17.6-r3)
(85/730) Installing cairo-gobject (1.17.6-r3)
(86/730) Installing libepoxy (1.5.10-r0)
(87/730) Installing fribidi (1.0.12-r0)
(88/730) Installing graphite2 (1.3.14-r2)
(89/730) Installing harfbuzz (5.3.0-r0)
(90/730) Installing libxft (2.3.6-r0)
(91/730) Installing pango (1.50.11-r0)
(92/730) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/730) Installing libevdev (1.13.0-r0)
(94/730) Installing mtdev (1.1.6-r0)
(95/730) Installing eudev-libs (3.2.11-r2)
(96/730) Installing libinput-libs (1.21.0-r0)
(97/730) Installing xcb-util-wm (0.4.1-r1)
(98/730) Installing xcb-util (0.4.0-r3)
(99/730) Installing xcb-util-image (0.4.0-r1)
(100/730) Installing xcb-util-keysyms (0.4.0-r1)
(101/730) Installing xcb-util-renderutil (0.3.9-r1)
(102/730) Installing libxkbcommon-x11 (1.4.1-r0)
(103/730) Installing qt5-qtbase-x11 (5.15.6_git20220930-r0)
(104/730) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(105/730) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(106/730) Installing kirigami2-libs (5.99.0-r0)
(107/730) Installing kirigami2 (5.99.0-r0)
(108/730) Installing kactivities-libs (5.99.0-r0)
(109/730) Installing karchive (5.99.0-r0)
(110/730) Installing kconfig (5.99.0-r0)
(111/730) Installing kcoreaddons (5.99.0-r0)
(112/730) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(113/730) Installing kwindowsystem (5.99.0-r0)
(114/730) Installing kcrash (5.99.0-r0)
(115/730) Installing kdbusaddons (5.99.0-r0)
(116/730) Installing kglobalaccel (5.99.0-r0)
(117/730) Installing kguiaddons (5.99.0-r0)
(118/730) Installing ki18n (5.99.0-r0)
(119/730) Installing libelogind (246.10-r5)
(120/730) Installing polkit-elogind-libs (121-r0)
(121/730) Installing polkit-qt-1 (0.114.0-r1)
(122/730) Installing kauth (5.99.0-r0)
(123/730) Installing kcodecs (5.99.0-r0)
(124/730) Installing kwidgetsaddons (5.99.0-r0)
(125/730) Installing kconfigwidgets (5.99.0-r0)
(126/730) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(127/730) Installing kiconthemes (5.99.0-r0)
(128/730) Installing kitemviews (5.99.0-r0)
(129/730) Installing kxmlgui (5.99.0-r0)
(130/730) Installing kbookmarks (5.99.0-r0)
(131/730) Installing kcompletion (5.99.0-r0)
(132/730) Installing libxml2-utils (2.10.3-r0)
(133/730) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(134/730) Installing libgpg-error (1.46-r0)
(135/730) Installing libgcrypt (1.10.1-r0)
(136/730) Installing libxslt (1.1.37-r0)
(137/730) Installing docbook-xsl (1.79.2-r4)
Executing docbook-xsl-1.79.2-r4.post-install
(138/730) Installing kdoctools (5.99.0-r0)
(139/730) Installing kjobwidgets (5.99.0-r0)
(140/730) Installing alsa-lib (1.2.7.2-r0)
(141/730) Installing libxxf86vm (1.1.5-r0)
(142/730) Installing mesa-gl (22.2.1-r3)
(143/730) Installing libxv (1.0.11-r3)
(144/730) Installing cdparanoia-libs (10.2-r11)
(145/730) Installing graphene (1.10.8-r1)
(146/730) Installing gstreamer (1.20.4-r0)
(147/730) Installing libogg (1.3.5-r1)
(148/730) Installing opus (1.3.1-r1)
(149/730) Installing orc (0.4.32-r2)
(150/730) Installing libtheora (1.1.1-r16)
(151/730) Installing libvorbis (1.3.7-r0)
(152/730) Installing gst-plugins-base (1.20.4-r0)
(153/730) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(154/730) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(155/730) Installing sound-theme-freedesktop (0.8-r0)
(156/730) Installing libltdl (2.4.7-r0)
(157/730) Installing libcanberra (0.30-r8)
(158/730) Installing libcanberra-gstreamer (0.30-r8)
(159/730) Installing knotifications (5.99.0-r0)
(160/730) Installing kservice (5.99.0-r0)
(161/730) Installing solid-libs (5.99.0-r0)
(162/730) Installing libhunspell (1.7.1-r0)
(163/730) Installing ncurses-terminfo-base (6.3_p20221008-r0)
(164/730) Installing ncurses-libs (6.3_p20221008-r0)
(165/730) Installing readline (8.2.0-r0)
(166/730) Installing hunspell (1.7.1-r0)
(167/730) Installing sonnet (5.99.0-r0)
(168/730) Installing ktextwidgets (5.99.0-r0)
(169/730) Installing kio (5.99.0-r0)
(170/730) Installing kpackage (5.99.0-r0)
(171/730) Installing kdeclarative (5.99.0-r0)
(172/730) Installing kwayland (5.99.0-r0)
(173/730) Installing plasma-framework (5.99.0-r0)
(174/730) Installing sqlite-libs (3.39.4-r0)
(175/730) Installing libaccounts-glib (1.26-r0)
(176/730) Installing libaccounts-qt (1.16-r1)
(177/730) Installing signond (8.61-r0)
(178/730) Installing accounts-qml-module (0.7_git20190605-r0)
(179/730) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(180/730) Installing sdl2 (2.24.1-r0)
(181/730) Installing aom-libs (3.5.0-r0)
(182/730) Installing libass (0.16.0-r0)
(183/730) Installing libdav1d (1.0.0-r2)
(184/730) Installing lame (3.100-r2)
(185/730) Installing libasyncns (0.8-r1)
(186/730) Installing flac-libs (1.4.1-r1)
(187/730) Installing libsndfile (1.1.0-r2)
(188/730) Installing libgomp (12.2.1_git20220924-r3)
(189/730) Installing soxr (0.1.3-r3)
(190/730) Installing speexdsp (1.2.1-r0)
(191/730) Installing tdb-libs (1.4.7-r0)
(192/730) Installing libpulse (9999_git20220528-r0)
(193/730) Installing cjson (1.7.15-r3)
(194/730) Installing mbedtls (2.28.1-r0)
(195/730) Installing librist (0.2.7-r0)
(196/730) Installing libsrt (1.5.1-r0)
(197/730) Installing libssh (0.10.4-r0)
(198/730) Installing v4l-utils-libs (1.22.1-r2)
(199/730) Installing libva (2.16.0-r0)
(200/730) Installing libvdpau (1.5-r0)
(201/730) Installing vidstab (1.1.0-r2)
(202/730) Installing libvpx (1.12.0-r1)
(203/730) Installing x264-libs (0.164_git20220602-r0)
(204/730) Installing numactl (2.0.16-r0)
(205/730) Installing x265-libs (3.5-r3)
(206/730) Installing xvidcore (1.3.7-r1)
(207/730) Installing libsodium (1.0.18-r2)
(208/730) Installing libzmq (4.3.4-r1)
(209/730) Installing ffmpeg-libs (5.1.2-r1)
(210/730) Installing libevent (2.1.12-r5)
(211/730) Installing nspr (4.35-r0)
(212/730) Installing nss (3.84-r0)
(213/730) Installing re2 (2022.06.01-r1)
(214/730) Installing snappy (1.1.9-r4)
(215/730) Installing qt5-qtwebengine (5.15.11-r0)
(216/730) Installing libnotify (0.8.1-r1)
(217/730) Installing libproxy (0.4.18-r1)
(218/730) Installing signon-ui (0.17_git20171023-r1)
(219/730) Installing libassuan (2.5.5-r0)
(220/730) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(221/730) Installing gnupg-gpgconf (2.2.39-r0)
(222/730) Installing gpg (2.2.39-r0)
(223/730) Installing npth (1.6-r1)
(224/730) Installing gpg-agent (2.2.39-r0)
(225/730) Installing libksba (1.6.2-r0)
(226/730) Installing gpgsm (2.2.39-r0)
(227/730) Installing gpgme (1.17.1-r0)
(228/730) Installing gpgmepp (1.17.1-r0)
(229/730) Installing gdbm (1.23-r0)
(230/730) Installing libsasl (2.1.28-r2)
(231/730) Installing libqca (2.3.4-r2)
(232/730) Installing kwallet (5.99.0-r0)
(233/730) Installing kaccounts-integration (22.08.2-r0)
(234/730) Installing purpose (5.99.0-r0)
(235/730) Installing qt5-qtbase-sqlite (5.15.6_git20220930-r0)
(236/730) Installing qt5-qtfeedback (0_git20180903-r0)
(237/730) Installing angelfish (22.09-r0)
(238/730) Installing gtk+2.0 (2.24.33-r7)
Executing gtk+2.0-2.24.33-r7.post-install
(239/730) Installing gtk-engines-clearlooks (2.21.0-r3)
(240/730) Installing gtk-engines-crux (2.21.0-r3)
(241/730) Installing gtk-engines-industrial (2.21.0-r3)
(242/730) Installing gtk-engines-mist (2.21.0-r3)
(243/730) Installing gtk-engines-redmond (2.21.0-r3)
(244/730) Installing gtk-engines-thinice (2.21.0-r3)
(245/730) Installing gtk-engines (2.21.0-r3)
(246/730) Installing breeze-gtk (5.26.0-r0)
(247/730) Installing alsa-ucm-conf (1.2.7.2-r0)
(248/730) Installing atinout (0.9.1-r1)
(249/730) Installing ca-certificates (20220614-r2)
(250/730) Installing nghttp2-libs (1.50.0-r0)
(251/730) Installing libcurl (7.85.0-r0)
(252/730) Installing libgpiod (1.6.3-r1)
(253/730) Installing libgudev (237-r1)
(254/730) Installing libmm-glib (1.18.12-r0)
(255/730) Installing libusb (1.0.26-r0)
(256/730) Installing eg25-manager (0.4.4-r0)
(257/730) Installing eg25-manager-openrc (0.4.4-r0)
(258/730) Installing gpsd (3.24-r0)
(259/730) Installing gpsd-openrc (3.24-r0)
(260/730) Installing libnl3 (3.7.0-r0)
(261/730) Installing iw (5.19-r0)
(262/730) Installing linux-postmarketos-allwinner (6.0.2_git20221004-r0)
(263/730) Installing udev-init-scripts (35-r1)
(264/730) Installing udev-init-scripts-openrc (35-r1)
(265/730) Installing kmod-libs (30-r1)
(266/730) Installing eudev (3.2.11-r2)
(267/730) Installing eudev-openrc (3.2.11-r2)
(268/730) Installing openssh-keygen (9.1_p1-r0)
(269/730) Installing libedit (20221009.3.1-r0)
(270/730) Installing openssh-client-common (9.1_p1-r0)
(271/730) Installing openssh-client-default (9.1_p1-r0)
(272/730) Installing openssh-sftp-server (9.1_p1-r0)
(273/730) Installing openssh-server-common (9.1_p1-r0)
(274/730) Installing openssh-server (9.1_p1-r0)
(275/730) Installing openssh (9.1_p1-r0)
(276/730) Installing boot-deploy (0.6.1-r0)
(277/730) Installing busybox-extras (1.35.0-r27)
Executing busybox-extras-1.35.0-r27.post-install
(278/730) Installing lzo (2.10-r3)
(279/730) Installing btrfs-progs (6.0-r0)
(280/730) Installing bzip2 (1.0.8-r3)
(281/730) Installing argon2-libs (20190702-r2)
(282/730) Installing device-mapper-libs (2.02.188-r0)
(283/730) Installing json-c (0.16-r0)
(284/730) Installing cryptsetup-libs (2.5.0-r2)
(285/730) Installing popt (1.19-r0)
(286/730) Installing cryptsetup (2.5.0-r2)
(287/730) Installing cryptsetup-openrc (2.5.0-r2)
(288/730) Installing libaio (0.3.113-r0)
(289/730) Installing device-mapper-event-libs (2.02.188-r0)
(290/730) Installing lvm2-libs (2.02.188-r0)
(291/730) Installing device-mapper (2.02.188-r0)
(292/730) Installing device-mapper-udev (2.02.188-r0)
Executing device-mapper-udev-2.02.188-r0.post-install
(293/730) Installing libcom_err (1.46.5-r3)
(294/730) Installing e2fsprogs-libs (1.46.5-r3)
(295/730) Installing e2fsprogs (1.46.5-r3)
(296/730) Installing e2fsprogs-extra (1.46.5-r3)
(297/730) Installing f2fs-tools-libs (1.15.0-r0)
(298/730) Installing f2fs-tools (1.15.0-r0)
(299/730) Installing lz4 (1.9.4-r1)
(300/730) Installing userspace-rcu (0.13.2-r0)
(301/730) Installing multipath-tools (0.9.1-r0)
(302/730) Installing multipath-tools-openrc (0.9.1-r0)
(303/730) Installing parted (3.5-r0)
(304/730) Installing postmarketos-mvcfg (1-r0)
(305/730) Installing postmarketos-keys (1-r0)
(306/730) Installing sudo (1.9.11_p3-r0)
(307/730) Installing postmarketos-base-nofde (23-r1)
(308/730) Installing unudhcpd (0.2.1-r0)
(309/730) Installing xz (5.2.7-r0)
(310/730) Installing postmarketos-mkinitfs (1.5-r1)
(311/730) 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/730) Installing llvm15-libs (15.0.2-r0)
(313/730) Installing musl-fts (1.2.7-r3)
(314/730) Installing libelf (0.187-r2)
(315/730) Installing mesa-dri-gallium (22.2.1-r3)
(316/730) Installing postmarketos-base-mesa (23-r1)
(317/730) Installing u-boot-pinephone (2022.07-r0)
(318/730) Installing u-boot-tools (2022.10-r0)
(319/730) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(320/730) Installing dbus-openrc (1.14.4-r0)
(321/730) Installing libacl (2.3.1-r1)
(322/730) Installing lz4-libs (1.9.4-r1)
(323/730) Installing libarchive (3.6.1-r1)
(324/730) Installing libcbor (0.9.0-r1)
(325/730) Installing efivar-libs (38-r1)
(326/730) Installing libgcab (1.4-r3)
(327/730) Installing json-glib (1.6.6-r0)
(328/730) Installing libgusb (0.4.1-r0)
(329/730) Installing libjcat (0.1.10-r0)
(330/730) Installing libmbim (1.26.4-r0)
(331/730) Installing protobuf-c (1.4.1-r1)
(332/730) Installing libqrtr-glib (1.2.2-r0)
(333/730) Installing libqmi (1.30.8-r0)
(334/730) Installing tpm2-tss-mu (3.2.0-r0)
(335/730) Installing tpm2-tss-sys (3.2.0-r0)
(336/730) Installing tpm2-tss-esys (3.2.0-r0)
(337/730) Installing libxmlb (0.3.10-r0)
(338/730) Installing fwupd (1.8.6-r1)
(339/730) Installing fwupd-openrc (1.8.6-r1)
(340/730) 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/730) Installing device-pine64-pinephone-plasma-mobile (0.43-r2)
(342/730) Installing linux-firmware-rtlwifi (20220913-r0)
(343/730) Installing linux-firmware-rtl_bt (20220913-r0)
(344/730) Installing firmware-pine64-rtl8723bt (0_git20200705-r0)
(345/730) Installing firmware-pine64-ov5640 (0_git20201028-r0)
(346/730) Installing device-pine64-pinephone-nonfree-firmware (0.43-r2)
(347/730) Installing yaml (0.2.5-r0)
(348/730) Installing appstream (0.15.5-r0)
Executing appstream-0.15.5-r0.post-install
✔ Metadata cache was updated successfully.
(349/730) Installing appstream-qt (0.15.5-r0)
(350/730) Installing attica (5.99.0-r0)
(351/730) Installing kidletime (5.99.0-r0)
(352/730) Installing knewstuff (5.99.0-r0)
(353/730) Installing discover (5.26.0-r0)
(354/730) Installing libapk-qt (0.4.2-r0)
(355/730) Installing discover-backend-apk (5.26.0-r0)
(356/730) Installing discover-backend-fwupd (5.26.0-r0)
(357/730) Installing font-droid-nonlatin (20200215-r2)
(358/730) Installing font-noto-common (0_git20211101-r6)
(359/730) Installing font-noto-math (0_git20211101-r6)
(360/730) Installing font-noto-symbols (0_git20211101-r6)
(361/730) Installing font-noto (0_git20211101-r6)
(362/730) Installing font-noto-emoji (2.038-r0)
(363/730) Installing font-noto-extra (0_git20211101-r6)
(364/730) Installing mauiman (1.0.0-r0)
(365/730) Installing mauikit (2.2.0-r0)
(366/730) Installing exiv2 (0.27.5-r1)
(367/730) Installing mauikit-imagetools (2.2.0-r0)
(368/730) Installing mauikit-filebrowsing (2.2.0-r0)
(369/730) Installing index (2.2.0-r0)
(370/730) Installing signon-plugin-oauth2 (0.25-r0)
(371/730) Installing kaccounts-providers (22.08.2-r0)
(372/730) Installing kirigami-addons (0.4-r0)
(373/730) Installing kclock (22.09-r0)
(374/730) Installing gsettings-desktop-schemas (43.0-r0)
(375/730) Installing kdecoration (5.26.0-r0)
(376/730) Installing kde-gtk-config (5.26.0-r0)
(377/730) Installing kirigami-gallery (22.08.2-r0)
(378/730) Installing kquickimageeditor (0.2.0-r1)
(379/730) Installing taglib (1.12-r1)
(380/730) Installing kfilemetadata (5.99.0-r0)
(381/730) Installing qt5-qtlocation (5.15.6_git20220907-r0)
(382/730) Installing koko (22.09-r0)
(383/730) Installing kasync (0.3.0-r2)
(384/730) Installing gpg-wks-server (2.2.39-r0)
(385/730) Installing gpgv (2.2.39-r0)
(386/730) Installing libldap (2.6.3-r3)
(387/730) Installing gnupg-dirmngr (2.2.39-r0)
(388/730) Installing gnupg-utils (2.2.39-r0)
(389/730) Installing gnupg-wks-client (2.2.39-r0)
(390/730) Installing gnupg (2.2.39-r0)
(391/730) Installing iso-codes (4.11.0-r0)
(392/730) Installing kcontacts (5.99.0-r0)
(393/730) Installing kpeople (5.99.0-r0)
(394/730) Installing libical (3.0.15-r0)
(395/730) Installing kcalendarcore (5.99.0-r0)
(396/730) Installing kmime (22.08.2-r0)
(397/730) Installing kimap2 (0.4.0-r1)
(398/730) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(399/730) Installing kdav2 (0.4.0-r1)
(400/730) Installing lmdb (0.9.29-r1)
(401/730) Installing libxapian (1.4.21-r0)
(402/730) Installing sink (0.9.0-r3)
(403/730) Installing kpeoplesink (0_git20210224-r1)
(404/730) Installing kpeoplevcard (0.1-r2)
(405/730) Installing libraw (0.20.2-r0)
(406/730) Installing libraw-tools (0.20.2-r0)
(407/730) Installing lcms2 (2.13.1-r0)
(408/730) Installing imagemagick-libs (7.1.0.50-r1)
(409/730) Installing jbig2dec (0.19-r0)
(410/730) Installing ghostscript (10.0.0-r0)
(411/730) Installing libde265 (1.0.8-r2)
(412/730) Installing libheif (1.13.0-r0)
(413/730) Installing libjxl (0.6.1_git20220605-r1)
(414/730) Installing librsvg (2.55.1-r0)
(415/730) Installing imagemagick (7.1.0.50-r1)
(416/730) Installing perl (5.36.0-r0)
(417/730) Installing perl-image-exiftool (12.42-r0)
(418/730) Installing exiftool (12.42-r0)
(419/730) Installing openexr (3.1.5-r3)
(420/730) Installing soundtouch (2.3.1-r0)
(421/730) Installing chromaprint (1.5.1-r2)
(422/730) Installing libraw1394 (2.1.2-r2)
(423/730) Installing libdc1394 (2.2.6-r0)
(424/730) Installing tslib (1.22-r1)
(425/730) Installing directfb (1.7.7-r4)
(426/730) Installing faac (1.30-r2)
(427/730) Installing fdk-aac (2.0.2-r1)
(428/730) Installing flite (2.2-r1)
(429/730) Installing libsamplerate (0.2.2-r0)
(430/730) Installing jack (1.9.21-r0)
(431/730) Installing portaudio (19.7.0-r0)
(432/730) Installing fluidsynth-libs (2.3.0-r0)
(433/730) Installing libfreeaptx (0.1.1-r0)
(434/730) Installing gsm (1.0.22-r1)
(435/730) Installing libldac (2.0.2.3-r0)
(436/730) Installing libmodplug (0.8.9.0-r2)
(437/730) Installing neon (0.32.4-r0)
(438/730) Installing libnice (0.1.19-r0)
(439/730) Installing openal-soft (1.22.2-r1)
(440/730) Installing openjpeg (2.5.0-r0)
(441/730) Installing librtmp (2.4_git20190330-r1)
(442/730) Installing sbc (2.0-r0)
(443/730) Installing spandsp (0.0.6-r2)
(444/730) Installing libsrtp (2.4.2-r3)
(445/730) Installing vo-aacenc (0.1.3-r0)
(446/730) Installing vo-amrwbenc (0.1.3-r0)
(447/730) Installing libzbar (0.23.92-r1)
(448/730) Installing gst-plugins-bad (1.20.4-r0)
(449/730) Installing gtk4.0 (4.8.1-r1)
Executing gtk4.0-4.8.1-r1.post-install
(450/730) Installing megapixels (1.5.2-r0)
(451/730) Installing encodings (1.0.6-r0)
(452/730) Installing libfontenc (1.1.6-r0)
(453/730) Installing mkfontscale (1.2.2-r1)
(454/730) Installing font-dejavu (2.37-r3)
(455/730) Installing sdl2_ttf (2.20.1-r0)
(456/730) Installing osk-sdl (0.67.1-r1)
(457/730) Installing kcmutils (5.99.0-r0)
(458/730) Installing frameworkintegration (5.99.0-r0)
(459/730) Installing oxygen (5.26.0-r0)
(460/730) Installing modemmanager-qt (5.99.0-r0)
(461/730) Installing callaudiod-libs (0.1.4-r0)
(462/730) Installing abseil-cpp (20220623.1-r1)
(463/730) Installing boost1.80-thread (1.80.0-r2)
(464/730) Installing libprotobuf (3.21.7-r0)
(465/730) Installing libphonenumber (8.12.56-r0)
(466/730) Installing plasma-dialer (22.09-r0)
(467/730) Installing plasma-mobile-sounds (0.1-r1)
(468/730) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(469/730) Installing plasma-phonebook (22.09-r0)
(470/730) Installing postmarketos-artwork-wallpapers (2-r1)
(471/730) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(472/730) Installing bluez (5.65-r2)
(473/730) Installing bluez-openrc (5.65-r2)
(474/730) Installing bluez-obexd (5.65-r2)
(475/730) Installing kded (5.99.0-r0)
(476/730) Installing bluez-qt (5.99.0-r0)
(477/730) Installing bluedevil (5.26.0-r0)
(478/730) Installing breeze (5.26.0-r0)
(479/730) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(480/730) Installing callaudiod (0.1.4-r0)
(481/730) Installing dnsmasq-common (2.87-r0)
(482/730) Installing dnsmasq-openrc (2.87-r0)
(483/730) Installing dnsmasq (2.87-r0)
Executing dnsmasq-2.87-r0.pre-install
(484/730) Installing linux-pam (1.5.2-r1)
(485/730) Installing shadow (4.10-r3)
(486/730) Installing elogind (246.10-r5)
(487/730) Installing elogind-openrc (246.10-r5)
(488/730) Installing hfd-service (0.1.0-r1)
(489/730) Installing hfd-service-openrc (0.1.0-r1)
(490/730) Installing iio-sensor-proxy (3.4-r0)
(491/730) Installing iio-sensor-proxy-openrc (3.4-r0)
(492/730) Installing libkscreen (5.26.0-r0)
(493/730) Installing layer-shell-qt (5.26.0-r0)
(494/730) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(495/730) Installing kscreen (5.26.0-r0)
(496/730) Installing socat (1.7.4.3-r1)
(497/730) Installing kwallet-pam (5.26.0-r0)
(498/730) Installing kwayland-integration (5.26.0-r0)
(499/730) Installing polkit-common (121-r0)
Executing polkit-common-121-r0.pre-install
(500/730) Installing duktape (2.7.0-r0)
(501/730) Installing polkit-elogind (121-r0)
(502/730) Installing modemmanager (1.18.12-r0)
(503/730) Installing modemmanager-openrc (1.18.12-r0)
(504/730) Installing libnm (1.40.0-r0)
(505/730) Installing networkmanager-common (1.40.0-r0)
(506/730) Installing networkmanager-openrc (1.40.0-r0)
(507/730) Installing libmnl (1.0.5-r0)
(508/730) Installing libnftnl (1.2.3-r0)
(509/730) Installing iptables (1.8.8-r2)
(510/730) Installing iptables-openrc (1.8.8-r2)
(511/730) Installing libndp (1.8-r0)
(512/730) Installing libidn2 (2.3.3-r1)
(513/730) Installing libpsl (0.21.1-r1)
(514/730) Installing networkmanager (1.40.0-r0)
Executing networkmanager-1.40.0-r0.pre-install
Executing networkmanager-1.40.0-r0.post-install
*
* To modify system network connections without the root password, add your user
* account to the 'plugdev' group.
*
* If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open
* vSwitch), install the corresponding plugin: apk add networkmanager-<name>.
*
(515/730) Installing networkmanager-cli (1.40.0-r0)
(516/730) Installing pcre (8.45-r2)
(517/730) Installing slang (2.3.3-r0)
(518/730) Installing newt (0.52.21-r4)
(519/730) Installing networkmanager-tui (1.40.0-r0)
(520/730) Installing wireless-regdb (2022.08.12-r0)
(521/730) Installing networkmanager-wifi (1.40.0-r0)
Executing networkmanager-wifi-1.40.0-r0.post-install
*
* To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package,
* enable and start the corresponding service (rc-update add <name>;
* rc-service <name> start), and restart networkmanager.
*
* If you chose iwd, you have to also add 'wifi.backend=iwd' into section
* '[device]' in /etc/NetworkManager/NetworkManager.conf.
*
(522/730) Installing mobile-broadband-provider-info (20220725-r0)
(523/730) Installing networkmanager-wwan (1.40.0-r0)
(524/730) Installing pipewire-libs (0.3.59-r1)
(525/730) Installing libunwind (1.6.2-r0)
(526/730) Installing libuv (1.44.2-r0)
(527/730) Installing roc-toolkit-libs (0.1.5-r2)
(528/730) Installing webrtc-audio-processing (0.3.1-r6)
(529/730) Installing pipewire (0.3.59-r1)
(530/730) Installing breeze-icons (5.99.0-r0)
(531/730) Installing dbus-x11 (1.14.4-r0)
(532/730) Installing kactivities (5.99.0-r0)
(533/730) Installing kpipewire (5.26.0-r0)
(534/730) Installing dconf (0.40.0-r2)
(535/730) Installing anthy (9100h-r2)
(536/730) Installing maliit-framework (2.3.0-r1)
(537/730) Installing kyotocabinet (1.2.79-r3)
(538/730) Installing libpinyin (2.6.2-r0)
(539/730) Installing tinyxml (2.6.2-r1)
(540/730) Installing presage (0.9.1-r2)
(541/730) Installing maliit-keyboard (2.3.1-r0)
(542/730) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(543/730) Installing plasma-nano (5.26.0-r0)
(544/730) Installing networkmanager-qt (5.99.0-r0)
(545/730) Installing plasma-nm (5.26.0-r0)
(546/730) Installing plasma-nm-mobile (5.26.0-r0)
(547/730) Installing fftw-single-libs (3.3.10-r0)
(548/730) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(549/730) Installing pulseaudio-bluez (9999_git20220528-r0)
(550/730) Installing pulseaudio-alsa (9999_git20220528-r0)
(551/730) Installing alsa-utils-openrc (1.2.7-r1)
(552/730) Installing pulseaudio-openrc (9999_git20220528-r0)
(553/730) Installing libcanberra-pulse (0.30-r8)
(554/730) Installing plasma-pa (5.26.0-r0)
(555/730) Installing tzdata (2022e-r0)
(556/730) Installing libdaemon (0.14-r3)
(557/730) Installing openrc-settingsd (1.1.0-r0)
(558/730) Installing openrc-settingsd-openrc (1.1.0-r0)
(559/730) Installing plasma-settings (22.09-r1)
(560/730) Installing kactivitymanagerd (5.26.0-r0)
(561/730) Installing kinit (5.99.0-r0)
(562/730) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(563/730) Installing kdnssd (5.99.0-r0)
(564/730) Installing syntax-highlighting (5.99.0-r0)
(565/730) Installing kdsoap (2.1.1-r0)
(566/730) Installing libmtp (1.1.20-r1)
(567/730) Installing clang15-libclang (15.0.2-r2)
(568/730) Installing qt5-qttools (5.15.6_git20220907-r1)
(569/730) Installing phonon (4.11.1-r2)
(570/730) Installing talloc (2.3.4-r0)
(571/730) Installing tevent (0.13.0-r0)
(572/730) Installing samba-util-libs (4.16.4-r0)
(573/730) Installing jansson (2.14-r0)
(574/730) Installing ldb (2.5.2-r0)
(575/730) Installing libwbclient (4.16.4-r0)
(576/730) Installing samba-libs (4.16.4-r0)
(577/730) Installing libsmbclient (4.16.4-r0)
(578/730) Installing kio-extras (22.08.2-r0)
(579/730) Installing kquickcharts (5.99.0-r0)
(580/730) Installing xorg-server-common (21.1.4-r1)
(581/730) Installing libxkbfile (1.1.0-r1)
(582/730) Installing xkbcomp (1.4.5-r0)
(583/730) Installing libxfont2 (2.0.6-r0)
(584/730) Installing libtirpc-conf (1.3.2-r2)
(585/730) Installing libtirpc-nokrb (1.3.2-r2)
(586/730) Installing libxcvt (0.1.2-r0)
(587/730) Installing xwayland (22.1.3-r1)
(588/730) Installing kscreenlocker (5.26.0-r0)
(589/730) Installing libqaccessibilityclient (0.4.1-r1)
(590/730) Installing xcb-util-cursor (0.1.3-r2)
(591/730) Installing kwin (5.26.0-r0)
(592/730) Installing kitemmodels (5.99.0-r0)
(593/730) Installing threadweaver (5.99.0-r0)
(594/730) Installing krunner (5.99.0-r0)
(595/730) Installing milou (5.26.0-r0)
(596/730) Installing pipewire-media-session (0.4.1-r0)
(597/730) Installing font-hack (3.003-r3)
(598/730) Installing qqc2-desktop-style (5.99.0-r0)
(599/730) Installing plasma-integration (5.26.0-r0)
(600/730) Installing qtchooser (66-r1)
(601/730) Installing plasma-workspace-libs (5.26.0-r0)
(602/730) Installing kactivities-stats (5.99.0-r0)
(603/730) Installing baloo (5.99.0-r0)
(604/730) Installing kholidays (5.99.0-r0)
(605/730) Installing libkexiv2 (22.08.2-r0)
(606/730) Installing knotifyconfig (5.99.0-r0)
(607/730) Installing kparts (5.99.0-r0)
(608/730) Installing zxing-cpp (1.4.0-r0)
(609/730) Installing libdmtx-libs (0.7.7-r0)
(610/730) Installing libqrencode (4.1.1-r0)
(611/730) Installing prison (5.99.0-r0)
(612/730) Installing ktexteditor (5.99.0-r0)
(613/730) Installing libpcap (1.10.1-r0)
(614/730) Installing lm-sensors-libs (3.6.0-r4)
(615/730) Installing libksysguard (5.26.0-r0)
(616/730) Installing kuserfeedback (1.2.0-r1)
(617/730) Installing mpfr4 (4.1.0-r0)
(618/730) Installing libqalculate (4.3.0-r0)
(619/730) Installing plasma-workspace (5.26.0-r0)
(620/730) Installing kpty (5.99.0-r0)
(621/730) Installing kdesu (5.99.0-r0)
(622/730) Installing kde-cli-tools (5.26.0-r0)
(623/730) Installing qqc2-breeze-style (5.26.0-r0)
(624/730) Installing plasma-mobile (5.26.0-r1)
(625/730) Installing polkit-kde-agent-1 (5.26.0-r0)
(626/730) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(627/730) Installing chrony-openrc (4.3-r0)
(628/730) Installing haveged (1.9.18-r0)
(629/730) Installing haveged-openrc (1.9.18-r0)
(630/730) Installing nftables (1.0.5-r0)
(631/730) Installing nftables-openrc (1.0.5-r0)
(632/730) Installing postmarketos-config-nftables (0.12-r1)
Executing postmarketos-config-nftables-0.12-r1.post-install
 * service nftables added to runlevel default
(633/730) Installing postmarketos-config-nftables-networkmanager (0.12-r1)
(634/730) Installing postmarketos-base-nftables (23-r1)
Executing postmarketos-base-nftables-23-r1.post-install
(635/730) Installing postmarketos-artwork-icons (2-r1)
(636/730) Installing util-linux (2.38.1-r0)
(637/730) Installing libfdisk (2.38.1-r0)
(638/730) Installing libsmartcols (2.38.1-r0)
(639/730) Installing util-linux-misc (2.38.1-r0)
(640/730) Installing libeconf (0.4.6-r0)
(641/730) Installing runuser (2.38.1-r0)
(642/730) Installing mount (2.38.1-r0)
(643/730) Installing losetup (2.38.1-r0)
(644/730) Installing hexdump (2.38.1-r0)
(645/730) Installing uuidgen (2.38.1-r0)
(646/730) Installing blkid (2.38.1-r0)
(647/730) Installing sfdisk (2.38.1-r0)
(648/730) Installing mcookie (2.38.1-r0)
(649/730) Installing agetty (2.38.1-r0)
(650/730) Installing agetty-openrc (0.45.2-r3)
(651/730) Installing wipefs (2.38.1-r0)
(652/730) Installing cfdisk (2.38.1-r0)
(653/730) Installing umount (2.38.1-r0)
(654/730) Installing util-linux-openrc (2.38.1-r0)
(655/730) Installing flock (2.38.1-r0)
(656/730) Installing lsblk (2.38.1-r0)
(657/730) Installing libcap-ng (0.8.3-r1)
(658/730) Installing setpriv (2.38.1-r0)
(659/730) Installing logger (2.38.1-r0)
(660/730) Installing partx (2.38.1-r0)
(661/730) Installing fstrim (2.38.1-r0)
(662/730) Installing findmnt (2.38.1-r0)
(663/730) Installing pcsc-lite-libs (1.9.9-r0)
(664/730) Installing wpa_supplicant (2.10-r4)
(665/730) Installing wpa_supplicant-openrc (2.10-r4)
(666/730) Installing ifupdown-ng-wifi (0.12.1-r0)
(667/730) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(668/730) Installing postmarketos-base-ui-networkmanager (6-r1)
(669/730) Installing mpdecimal (2.5.1-r1)
(670/730) Installing python3 (3.10.8-r0)
(671/730) Installing py3-ruamel.yaml.clib (0.2.6-r1)
(672/730) Installing py3-ruamel.yaml (0.16.12-r2)
(673/730) Installing sleep-inhibitor (1.16-r0)
(674/730) Installing sleep-inhibitor-openrc (1.16-r0)
(675/730) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(676/730) Installing py3-dbus (1.3.2-r0)
(677/730) Installing obex-capabilities (0.2.1-r1)
(678/730) Installing obex-capabilities-bluez-obexd (0.2.1-r1)
(679/730) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(680/730) Installing pulseaudio-utils (9999_git20220528-r0)
(681/730) Installing postmarketos-base-ui-pulseaudio (6-r1)
(682/730) Installing upower (1.90.0-r2)
(683/730) Installing device-pine64-pinephone-upower (0.43-r2)
(684/730) Installing powerdevil-libs (5.26.0-r0)
(685/730) Installing powerdevil (5.26.0-r0)
(686/730) Installing bubblewrap (0.6.2-r0)
(687/730) Installing fuse-common (3.12.0-r0)
(688/730) Installing fuse-openrc (3.12.0-r0)
(689/730) Installing fuse3-libs (3.12.0-r0)
(690/730) Installing fuse3 (3.12.0-r0)
(691/730) Installing xdg-desktop-portal (1.15.0-r0)
(692/730) Installing xdg-desktop-portal-kde (5.26.0-r0)
(693/730) Installing autologin (1.0.0-r4)
(694/730) Installing tinydm (1.1.2-r0)
(695/730) Installing tinydm-openrc (1.1.2-r0)
(696/730) Installing postmarketos-base-ui-tinydm (6-r1)
(697/730) Installing font-alias (1.0.4-r0)
(698/730) Installing util-macros (1.19.3-r0)
(699/730) Installing font-misc-misc (1.1.2-r3)
(700/730) Installing font-cursor-misc (1.0.3-r3)
(701/730) Installing xauth (1.1.2-r0)
(702/730) Installing xmodmap (1.0.11-r0)
(703/730) Installing xrdb (1.2.1-r0)
(704/730) Installing xinit (1.4.1-r0)
(705/730) Installing libpciaccess (0.16-r1)
(706/730) Installing xorg-server (21.1.4-r1)
(707/730) Installing libinput (1.21.0-r0)
(708/730) Installing xf86-input-libinput (1.2.1-r0)
(709/730) Installing xf86-video-fbdev (0.5.0-r3)
(710/730) Installing postmarketos-base-ui-x11 (6-r1)
(711/730) 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
(712/730) Installing libexif (0.6.24-r0)
(713/730) Installing hwloc (2.8.0-r0)
(714/730) Installing libtbb (2021.7.0-r0)
(715/730) Installing opencv (4.6.0-r3)
(716/730) Installing postprocessd (0.2.1-r0)
(717/730) Installing postprocessd-megapixels (0.2.1-r0)
(718/730) Installing qmltermwidget (0.2.0-r1)
(719/730) Installing qmlkonsole (22.09-r1)
(720/730) Installing c-ares (1.18.1-r0)
(721/730) Installing spacebar (22.09-r0)
(722/730) Installing hkdm (0.2.0-r0)
(723/730) Installing buffyboard (0.2.0-r0)
(724/730) Installing terminus-font (4.49.1-r3)
(725/730) Installing kbd-misc (2.5.1-r2)
(726/730) Installing kbd (2.5.1-r2)
(727/730) Installing kbd-openrc (2.5.1-r2)
(728/730) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(729/730) Installing ttyescape-openrc (1.0.1-r1)
(730/730) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r27.trigger
Executing glib-2.74.0-r4.trigger
Executing fontconfig-2.14.0-r0.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gdk-pixbuf-2.42.9-r1.trigger
Executing gtk-update-icon-cache-3.24.34-r6.trigger
Executing ca-certificates-20220614-r2.trigger
Executing eudev-3.2.11-r2.trigger
Executing postmarketos-mkinitfs-1.5-r1.trigger
2022/10/17 16:03:45 Generating for kernel version: 6.0.2
2022/10/17 16:03:45 Output directory: /boot
2022/10/17 16:03:45 == Generating initramfs ==
2022/10/17 16:03:45 - Including hook files
2022/10/17 16:03:45 - Including hook scripts
2022/10/17 16:03:45 - Including required binaries
2022/10/17 16:03:45 - Including kernel modules
2022/10/17 16:03:45 - Including splash images
2022/10/17 16:03:45 - Writing and verifying initramfs archive
2022/10/17 16:03:45 == Generating initramfs extra ==
2022/10/17 16:03:45 - Including extra binaries
2022/10/17 16:03:45 - Including FDE support
2022/10/17 16:03:46 - Writing and verifying initramfs-extra archive
2022/10/17 16:03:50 == 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/17 16:03:55 mkinitfs completed in: 10.231850522s
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: 2106 MiB in 755 packages
(3644391) [16:04:01] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2106 MiB in 755 packages
(3644391) [16:04:05] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details)
(3644391) [16:04:05] (rootfs_pine64-pinephone) install device-pine64-pinephone
(3644391) [16:04:05] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [16:04:05] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [16:04:05] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(3644391) [16:04:05] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone
(3644391) [16:04:05] New background process: pid=3655007, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2106 MiB in 755 packages
(3644391) [16:04:09] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2106 MiB in 755 packages
(3644391) [16:04:12] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(3644391) [16:04:12] (rootfs_pine64-pinephone) install postmarketos-mkinitfs
(3644391) [16:04:12] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [16:04:12] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [16:04:12] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(3644391) [16:04:12] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(3644391) [16:04:12] New background process: pid=3655296, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2106 MiB in 755 packages
(3644391) [16:04:16] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2106 MiB in 755 packages
(3644391) [16:04:20] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner
(3644391) [16:04:20] (rootfs_pine64-pinephone) % mkinitfs
2022/10/17 16:04:20 Generating for kernel version: 6.0.2
2022/10/17 16:04:20 Output directory: /boot
2022/10/17 16:04:20 == Generating initramfs ==
2022/10/17 16:04:20 - Including hook files
2022/10/17 16:04:20 - Including hook scripts
2022/10/17 16:04:20 - Including required binaries
2022/10/17 16:04:20 - Including kernel modules
2022/10/17 16:04:20 - Including splash images
2022/10/17 16:04:20 - Writing and verifying initramfs archive
2022/10/17 16:04:20 == Generating initramfs extra ==
2022/10/17 16:04:20 - Including extra binaries
2022/10/17 16:04:20 - Including FDE support
2022/10/17 16:04:21 - Writing and verifying initramfs-extra archive
2022/10/17 16:04:25 == 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/17 16:04:30 mkinitfs completed in: 10.094123081s
(3644391) [16:04:30]  *** SET LOGIN PASSWORD FOR: 'user' ***
(3644391) [16:04:30] (rootfs_pine64-pinephone) % passwd user
New password: Retype new password: passwd: password updated successfully
(3644391) [16:04:30] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow
(3644391) [16:04:30] (rootfs_pine64-pinephone) locking root
(3644391) [16:04:30] (rootfs_pine64-pinephone) % passwd -l root
passwd: password changed.
(3644391) [16:04:30] NOTE: No valid keymap specified for device
(3644391) [16:04:30] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC
(3644391) [16:04:37] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname
(3644391) [16:04:37] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts
(3644391) [16:04:37] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(3644391) [16:04:37] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(3644391) [16:04:38] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(3644391) [16:04:38] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(3644391) [16:04:38] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3644391) [16:04:38] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
2222148	/home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3644391) [16:04:38] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(3644391) [16:04:38] (native) create pine64-pinephone.img (2910M)
(3644391) [16:04:38] (native) % truncate -s 2910M /home/pmos/rootfs/pine64-pinephone.img
(3644391) [16:04:38] (native) mount /dev/install (pine64-pinephone.img)
(3644391) [16:04:38] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop)
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(3644391) [16:04:38] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(3644391) [16:04:38] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(3644391) [16:04:38] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(3644391) [16:04:38] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(3644391) [16:04:38] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(3644391) [16:04:38] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(3644391) [16:04:38] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(3644391) [16:04:38] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(3644391) [16:04:38] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(3644391) [16:04:38] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(3644391) [16:04:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(3644391) [16:04:38] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(3644391) [16:04:38] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img
(3644391) [16:04:38] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3644391) [16:04:39] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3644391) [16:04:39] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(3644391) [16:04:39] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(3644391) [16:04:39] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(3644391) [16:04:39] (native) % parted -s /dev/install mktable msdos
(3644391) [16:04:39] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M
(3644391) [16:04:39] (native) % parted -s /dev/install mkpart primary 256M 100%
(3644391) [16:04:39] (native) % parted -s /dev/install set 1 boot on
(3644391) [16:04:39] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3644391) [16:04:39] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3644391) [16:04:39] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3644391) [16:04:39] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3644391) [16:04:39] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3644391) [16:04:39] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(3644391) [16:04:39] (native) install e2fsprogs
(3644391) [16:04:39] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [16:04:39] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [16:04:39] (native) % cat /tmp/apk_progress_fifo
(3644391) [16:04:39] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(3644391) [16:04:39] New background process: pid=3656878, 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
(3644391) [16:04:40] (native) format /dev/installp2 (root, ext4)
(3644391) [16:04:40] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(3644391) [16:04:40] (native) mount /dev/installp2 to /mnt/install
(3644391) [16:04:40] (native) % mkdir -p /mnt/install
(3644391) [16:04:40] (native) % mount /dev/installp2 /mnt/install
(3644391) [16:04:40] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(3644391) [16:04:40] (native) install e2fsprogs
(3644391) [16:04:40] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [16:04:40] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3644391) [16:04:40] (native) % cat /tmp/apk_progress_fifo
(3644391) [16:04:40] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(3644391) [16:04:40] New background process: pid=3656907, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 26 MiB in 72 packages
(3644391) [16:04:41] (native) format /dev/installp1 (boot, ext2), mount to mountpoint
(3644391) [16:04:41] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1
(3644391) [16:04:41] (native) % mkdir -p /mnt/install/boot
(3644391) [16:04:41] (native) % mount /dev/installp1 /mnt/install/boot
(3644391) [16:04:41] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(3644391) [16:04:41] (native) copy rootfs_pine64-pinephone to /mnt/install/
(3644391) [16:04:41] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(3644391) [16:04:41] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(3644391) [16:04:41] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(3644391) [16:04:41] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(3644391) [16:04:41] (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/
(3644391) [16:04:55] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(3644391) [16:04:55] % 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
(3644391) [16:04:55] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % 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/
(3644391) [16:04:55] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(3644391) [16:04:55] % 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
(3644391) [16:04:55] 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
(3644391) [16:04:55] (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
(3644391) [16:04:55] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(3644391) [16:04:57] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(3644391) [16:04:57] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "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": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephone.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3644391) [16:04:57] (native) umount /dev/loop9
(3644391) [16:04:57] (native) % losetup -d /dev/loop9
(3644391) [16:04:57] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3644391) [16:04:57] 
(3644391) [16:04:57] *** FLASHING INFORMATION ***
(3644391) [16:04:57] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(3644391) [16:04:57] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(3644391) [16:04:57] 
(3644391) [16:04:57] *** SSH DAEMON INFORMATION ***
(3644391) [16:04:57] SSH daemon is enabled (disable with --no-sshd).
(3644391) [16:04:57] Login as 'user' with the password given during installation.
(3644391) [16:04:57] 
(3644391) [16:04:57] *** FIREWALL INFORMATION ***
(3644391) [16:04:57] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(3644391) [16:04:57] For more information: https://postmarketos.org/firewall
(3644391) [16:04:57] 
(3644391) [16:04:57] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(3644391) [16:04:57] DONE!
total 2329844
-rw-r--r-- 1 root 12345 3051356160 Oct 17 16:04 pine64-pinephone.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img'
Loop Device: /dev/loop9
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         1  1 /var/lib/snapd/snaps/snapd_16778.snap                                                 0     512
/dev/loop0         0      0         1  1 /var/lib/snapd/snaps/core18_2560.snap                                                 0     512
/dev/loop9         0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img   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 17 16:05 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Oct 17 16:05 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Oct 17 16:05 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Oct 17 16:03 bin
drwxr-xr-x  2 root root  4096 Oct 17 16:04 boot
drwxr-xr-x  2 root root  4096 Oct 17 15:57 dev
drwxr-xr-x 66 root root  4096 Oct 17 16:04 etc
drwxr-xr-x  3 root root  4096 Oct 17 16:04 home
drwxr-xr-x 15 root root  4096 Oct 17 16:03 lib
drwx------  2 root root 16384 Oct 17 16:04 lost+found
drwxr-xr-x  5 root root  4096 Oct 17 15:57 media
drwxr-xr-x  8 root root  4096 Oct 17 15:57 mnt
drwxr-xr-x  2 root root  4096 Oct 17 15:57 opt
drwxr-xr-x  2 root root  4096 Oct 17 15:57 proc
drwx------  2 root root  4096 Oct 17 15:57 root
drwxr-xr-x  6 root root  4096 Oct 17 16:02 run
drwxr-xr-x  2 root root  4096 Oct 17 16:03 sbin
drwxr-xr-x  2 root root  4096 Oct 17 15:57 srv
drwxr-xr-x  2 root root  4096 Oct 17 15:57 sys
drwxrwxrwt  2 root root  4096 Oct 17 16:04 tmp
drwxr-xr-x 10 root root  4096 Oct 17 16:03 usr
drwxr-xr-x 13 root root  4096 Oct 17 15:59 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-10-17 16:05:20--  https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub
Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18
Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 799 [application/x-mspublisher]
Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’

     0K                                                       100% 61.3M=0s

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

2022-10-17 16:16:18 (34.0 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/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-16 16:28:27.889173 [http://mirror.postmarketos.org/postmarketos/master]
v20220809-5963-g825e93396d [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v20220809-5969-g945c0addf0 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v20220809-5969-g945c0addf0 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24833 distinct packages available
(1/104) Upgrading kirigami2-libs (5.99.0-r0 -> 9999_git1665428148-r0)
(2/104) Upgrading kirigami2 (5.99.0-r0 -> 9999_git1665428148-r0)
(3/104) Upgrading kactivities-libs (5.99.0-r0 -> 9999_git1665347036-r0)
(4/104) Upgrading karchive (5.99.0-r0 -> 9999_git1665347063-r0)
(5/104) Upgrading kconfig (5.99.0-r0 -> 9999_git1665347128-r0)
(6/104) Upgrading kcoreaddons (5.99.0-r0 -> 9999_git1665347157-r0)
(7/104) Upgrading kwindowsystem (5.99.0-r0 -> 9999_git1665347215-r0)
(8/104) Upgrading kcrash (5.99.0-r0 -> 9999_git1665347167-r0)
(9/104) Upgrading kdbusaddons (5.99.0-r0 -> 9999_git1665347187-r0)
(10/104) Upgrading kglobalaccel (5.99.0-r0 -> 9999_git1665347296-r0)
(11/104) Upgrading kguiaddons (5.99.0-r0 -> 9999_git1665522143-r0)
(12/104) Upgrading ki18n (5.99.0-r0 -> 9999_git1665569809-r0)
(13/104) Upgrading kauth (5.99.0-r0 -> 9999_git1665347072-r0)
(14/104) Upgrading kcodecs (5.99.0-r0 -> 9999_git1665347111-r0)
(15/104) Upgrading kwidgetsaddons (5.99.0-r0 -> 9999_git1665347206-r0)
(16/104) Upgrading kconfigwidgets (5.99.0-r0 -> 9999_git1665599662-r0)
(17/104) Upgrading kiconthemes (5.99.0-r0 -> 9999_git1665347345-r0)
(18/104) Upgrading kitemviews (5.99.0-r0 -> 9999_git1665347404-r0)
(19/104) Upgrading kxmlgui (5.99.0-r0 -> 9999_git1665347226-r0)
(20/104) Upgrading kbookmarks (5.99.0-r0 -> 9999_git1665347082-r0)
(21/104) Upgrading kcompletion (5.99.0-r0 -> 9999_git1665347119-r0)
(22/104) Upgrading kdoctools (5.99.0-r0 -> 9999_git1665347268-r0)
(23/104) Upgrading kjobwidgets (5.99.0-r0 -> 9999_git1665347414-r0)
(24/104) Upgrading knotifications (5.99.0-r0 -> 9999_git1665347461-r0)
(25/104) Upgrading kservice (5.99.0-r0 -> 9999_git1665347145-r0)
(26/104) Upgrading solid-libs (5.99.0-r0 -> 9999_git1665539756-r0)
(27/104) Upgrading sonnet (5.99.0-r0 -> 9999_git1665347326-r0)
(28/104) Upgrading ktextwidgets (5.99.0-r0 -> 9999_git1665347166-r0)
(29/104) Upgrading kio (5.99.0-r0 -> 9999_git1665612912-r0)
(30/104) Upgrading kpackage (5.99.0-r0 -> 9999_git1665347481-r0)
(31/104) Upgrading kdeclarative (5.99.0-r0 -> 9999_git1665347196-r0)
(32/104) Upgrading kwayland (5.99.0-r0 -> 9999_git1665347197-r0)
(33/104) Upgrading plasma-framework (5.99.0-r0 -> 9999_git1665599222-r0)
(34/104) Upgrading kwallet (5.99.0-r0 -> 9999_git1665523550-r0)
(35/104) Upgrading purpose (5.99.0-r0 -> 9999_git1665347296-r0)
(36/104) Upgrading angelfish (22.09-r0 -> 9999_git1664849720-r0)
(37/104) Upgrading breeze-gtk (5.26.0-r0 -> 9999_git1665054909-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_git1665578362-r0)
(41/104) Upgrading kirigami-addons (0.4-r0 -> 9999_git1665226092-r0)
(42/104) Upgrading kclock (22.09-r0 -> 9999_git1665190209-r0)
(43/104) Upgrading kdecoration (5.26.0-r0 -> 9999_git1665068994-r0)
(44/104) Upgrading kde-gtk-config (5.26.0-r0 -> 9999_git1665055009-r0)
(45/104) Upgrading kfilemetadata (5.99.0-r0 -> 9999_git1665514826-r0)
(46/104) Upgrading kcontacts (5.99.0-r0 -> 9999_git1665347147-r0)
(47/104) Upgrading kpeople (5.99.0-r0 -> 9999_git1665366958-r0)
(48/104) Upgrading kcalendarcore (5.99.0-r0 -> 9999_git1665347091-r0)
(49/104) Upgrading kcmutils (5.99.0-r0 -> 9999_git1665347101-r0)
(50/104) Upgrading frameworkintegration (5.99.0-r0 -> 9999_git1665347025-r0)
(51/104) Upgrading oxygen (5.26.0-r0 -> 9999_git1665109481-r0)
(52/104) Upgrading modemmanager-qt (5.99.0-r0 -> 9999_git1665347249-r0)
(53/104) Upgrading plasma-dialer (22.09-r0 -> 9999_git1665226666-r0)
(54/104) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1664766603-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.0-r0 -> 9999_git1665540197-r0)
(58/104) Upgrading breeze (5.26.0-r0 -> 9999_git1665366491-r0)
(59/104) Upgrading libkscreen (5.26.0-r0 -> 9999_git1665504614-r0)
(60/104) Upgrading layer-shell-qt (5.26.0-r0 -> 9999_git1663246670-r0)
(61/104) Upgrading kscreen (5.26.0-r0 -> 9999_git1665395043-r0)
(62/104) Upgrading kwallet-pam (5.26.0-r0 -> 9999_git1663246611-r0)
(63/104) Upgrading kwayland-integration (5.26.0-r0 -> 9999_git1664735570-r1)
(64/104) Upgrading breeze-icons (5.99.0-r0 -> 9999_git1665346217-r0)
(65/104) Upgrading kactivities (5.99.0-r0 -> 9999_git1665347036-r0)
(66/104) Upgrading plasma-nano (5.26.0-r0 -> 9999_git1664766236-r0)
(67/104) Upgrading networkmanager-qt (5.99.0-r0 -> 9999_git1665347259-r0)
(68/104) Upgrading plasma-nm (5.26.0-r0 -> 9999_git1665540290-r0)
(69/104) Upgrading plasma-nm-mobile (5.26.0-r0 -> 9999_git1665540290-r0)
(70/104) Upgrading plasma-pa (5.26.0-r0 -> 9999_git1665540306-r0)
(71/104) Upgrading plasma-settings (22.09-r1 -> 9999_git1665226675-r1)
(72/104) Upgrading kactivitymanagerd (5.26.0-r0 -> 9999_git1664765942-r0)
(73/104) Upgrading kinit (5.99.0-r0 -> 9999_git1665347365-r0)
(74/104) Upgrading kdnssd (5.99.0-r0 -> 9999_git1665347258-r0)
(75/104) Upgrading syntax-highlighting (5.99.0-r0 -> 9999_git1665426378-r0)
(76/104) Upgrading kquickcharts (5.99.0-r0 -> 9999_git1665347529-r0)
(77/104) Upgrading kscreenlocker (5.26.0-r0 -> 9999_git1665311235-r0)
(78/104) Upgrading kwin (5.26.0-r0 -> 9999_git1665574105-r0)
(79/104) Upgrading kitemmodels (5.99.0-r0 -> 9999_git1665347394-r0)
(80/104) Upgrading threadweaver (5.99.0-r0 -> 9999_git1665347357-r0)
(81/104) Upgrading krunner (5.99.0-r0 -> 9999_git1665347137-r0)
(82/104) Upgrading milou (5.26.0-r0 -> 9999_git1664766124-r0)
(83/104) Upgrading qqc2-desktop-style (5.99.0-r0 -> 9999_git1665347306-r0)
(84/104) Upgrading plasma-integration (5.26.0-r0 -> 9999_git1664766214-r1)
(85/104) Upgrading plasma-workspace-libs (5.26.0-r0 -> 9999_git1665582427-r0)
(86/104) Upgrading kactivities-stats (5.99.0-r0 -> 9999_git1665347045-r0)
(87/104) Upgrading baloo (5.99.0-r0 -> 9999_git1665539178-r0)
(88/104) Upgrading kholidays (5.99.0-r0 -> 9999_git1665347314-r0)
(89/104) Upgrading knotifyconfig (5.99.0-r0 -> 9999_git1665347471-r0)
(90/104) Upgrading kparts (5.99.0-r0 -> 9999_git1665366949-r0)
(91/104) Upgrading prison (5.99.0-r0 -> 9999_git1665414234-r0)
(92/104) Upgrading ktexteditor (5.99.0-r0 -> 9999_git1665539724-r0)
(93/104) Upgrading libksysguard (5.26.0-r0 -> 9999_git1665578522-r0)
(94/104) Upgrading plasma-workspace (5.26.0-r0 -> 9999_git1665582427-r0)
(95/104) Upgrading kpty (5.99.0-r0 -> 9999_git1665347520-r0)
(96/104) Upgrading kdesu (5.99.0-r0 -> 9999_git1663420106-r0)
(97/104) Upgrading kde-cli-tools (5.26.0-r0 -> 9999_git1665540220-r0)
(98/104) Upgrading qqc2-breeze-style (5.26.0-r0 -> 9999_git1665134183-r0)
(99/104) Upgrading plasma-mobile (5.26.0-r1 -> 9999_git1665617418-r1)
(100/104) Upgrading polkit-kde-agent-1 (5.26.0-r0 -> 9999_git1664766395-r0)
(101/104) Upgrading powerdevil-libs (5.26.0-r0 -> 9999_git1665421277-r0)
(102/104) Upgrading powerdevil (5.26.0-r0 -> 9999_git1665421277-r0)
(103/104) Upgrading xdg-desktop-portal-kde (5.26.0-r0 -> 9999_git1664849692-r0)
(104/104) Upgrading qmlkonsole (22.09-r1 -> 9999_git1664935591-r1)
Executing busybox-1.35.0-r27.trigger
Executing shared-mime-info-2.2-r1.trigger
Executing gtk-update-icon-cache-3.24.34-r6.trigger
Executing eudev-3.2.11-r2.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: 2296 MiB in 749 packages
(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-r1)
Executing flatpak-1.14.0-r1.pre-install
Executing flatpak-1.14.0-r1.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-r1)
(7/10) Installing discover-backend-flatpak (5.26.0-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (6.4-r0)
(10/10) Installing neofetch (7.1.0-r0)
Executing busybox-1.35.0-r27.trigger
Executing gtk-update-icon-cache-3.24.34-r6.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: 2308 MiB in 759 packages
(1/91) Installing syndication (9999_git1665347337-r0)
(2/91) Installing alligator (9999_git1664849711-r0)
(3/91) Installing libavc1394 (0.5.4-r2)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r2)
(7/91) Installing mpg123-libs (1.30.2-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-r1)
(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.3-r1)
(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.224.1-r1)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.3-r0)
(35/91) Installing libcddb (1.3.2-r3)
(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.0-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.11.0-r0)
(49/91) Installing glslang (11.11.0-r0)
ERROR: Failed to create usr/lib/libSPIRV.so: Connection aborted
ERROR: glslang-11.11.0-r0: No space left on device
(50/91) Installing spirv-tools (1.3.224.1-r1)
ERROR: Failed to create usr/lib/libSPIRV-Tools-opt.so: Connection aborted
ERROR: spirv-tools-1.3.224.1-r1: No space left on device
(51/91) Installing shaderc (2022.2-r1)
(52/91) Installing libplacebo (4.208.0-r3)
(53/91) Installing libprotobuf-lite (3.21.7-r0)
(54/91) Installing vlc-libs (3.0.17.4-r10)
ERROR: Failed to create usr/lib/libvlccore.so.9.0.0: No space left on device
ERROR: vlc-libs-3.0.17.4-r10: No space left on device
(55/91) Installing vlc (3.0.17.4-r10)
ERROR: Failed to create usr/lib/vlc/lua/extensions/VLSub.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/cli.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/dummy.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/dumpmeta.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/http.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/luac.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/modules/host.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/modules/httprequests.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/intf/telnet.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/meta/art/00_musicbrainz.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/meta/art/01_googleimage.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/meta/art/02_frenchtv.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/meta/art/03_lastfm.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/meta/reader/filename.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/modules/common.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/modules/dkjson.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/modules/sandbox.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/modules/simplexml.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/anevia_streams.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/anevia_xml.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/appletrailers.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/bbc_co_uk.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/cue.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/dailymotion.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/jamendo.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/koreus.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/liveleak.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/newgrounds.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/rockbox_fm_presets.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/soundcloud.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/twitch.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/vimeo.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/vocaroo.luac: No such file or directory
ERROR: Failed to create usr/lib/vlc/lua/playlist/youtube.luac: No such file or directory
ERROR: vlc-3.0.17.4-r10: Operation not permitted
(56/91) Installing elisa (22.08.2-r0)
ERROR: Failed to create usr/bin/elisa: No space left on device
ERROR: elisa-22.08.2-r0: No space left on device
(57/91) Installing kunitconversion (9999_git1665347177-r0)
ERROR: Failed to create usr/lib/libKF5UnitConversion.so.5.100.0: No space left on device
ERROR: kunitconversion-9999_git1665347177-r0: No space left on device
(58/91) Installing kalk (9999_git1665583146-r0)
ERROR: Failed to create usr/bin/kalk: No space left on device
ERROR: kalk-9999_git1665583146-r0: No space left on device
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1665454165-r0)
ERROR: kasts-9999_git1665454165-r0: No space left on device
(61/91) Installing keysmith (9999_git1665195274-r0)
ERROR: keysmith-9999_git1665195274-r0: No space left on device
(62/91) Installing krecorder (9999_git1665190218-r1)
ERROR: krecorder-9999_git1665190218-r1: No space left on device
(63/91) Installing kpublictransport (22.08.2-r0)
ERROR: kpublictransport-22.08.2-r0: No space left on device
(64/91) Installing ktrip (9999_git1665190380-r0)
ERROR: Failed to create usr/bin/ktrip: No space left on device
ERROR: ktrip-9999_git1665190380-r0: No space left on device
(65/91) Installing kweathercore (9999_git1664764385-r0)
ERROR: kweathercore-9999_git1664764385-r0: No space left on device
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
ERROR: qt5-qtcharts-5.15.6_git20220816-r0: No space left on device
(67/91) Installing kweather (9999_git1664766564-r1)
ERROR: kweather-9999_git1664766564-r1: No space left on device
(68/91) Installing libquotient (0.6.11-r0)
ERROR: libquotient-0.6.11-r0: No space left on device
(69/91) Installing libcmark (0.30.2-r0)
ERROR: libcmark-0.30.2-r0: No space left on device
(70/91) Installing neochat (9999_git1665626653-r0)
ERROR: neochat-9999_git1665626653-r0: No space left on device
(71/91) Installing kjs (9999_git1665347424-r0)
ERROR: kjs-9999_git1665347424-r0: No space left on device
(72/91) Installing libdjvulibre (3.5.28-r2)
ERROR: libdjvulibre-3.5.28-r2: No space left on device
(73/91) Installing libzip (1.9.2-r2)
ERROR: Failed to create usr/lib/libzip.so.5.5: No space left on device
ERROR: libzip-1.9.2-r2: No space left on device
(74/91) Installing ebook-tools (0.2.2-r2)
(75/91) Installing discount-libs (2.2.7b-r0)
ERROR: discount-libs-2.2.7b-r0: Operation not permitted
(76/91) Installing poppler (22.10.0-r0)
ERROR: poppler-22.10.0-r0: Operation not permitted
(77/91) Installing poppler-qt5 (22.10.0-r0)
ERROR: poppler-qt5-22.10.0-r0: Operation not permitted
(78/91) Installing kdegraphics-mobipocket (22.08.2-r0)
ERROR: kdegraphics-mobipocket-22.08.2-r0: Operation not permitted
(79/91) Installing libspectre (0.2.10-r1)
ERROR: libspectre-0.2.10-r1: Operation not permitted
(80/91) Installing okular-common (22.08.2-r0)
ERROR: okular-common-22.08.2-r0: Operation not permitted
(81/91) Installing okular (22.08.2-r0)
ERROR: okular-22.08.2-r0: Operation not permitted
(82/91) Installing plasma-camera (1.0_git20210328-r2)
ERROR: plasma-camera-1.0_git20210328-r2: Operation not permitted
(83/91) Installing gst-libav (1.20.4-r0)
ERROR: gst-libav-1.20.4-r0: Operation not permitted
(84/91) Installing gst-plugins-good-qt (1.20.4-r1)
ERROR: gst-plugins-good-qt-1.20.4-r1: Operation not permitted
(85/91) Installing plasmatube (9999_git1665190230-r0)
ERROR: plasmatube-9999_git1665190230-r0: Operation not permitted
(86/91) Installing postmarketos-config-nftables-upnp-client (0.12-r1)
ERROR: postmarketos-config-nftables-upnp-client-0.12-r1: Operation not permitted
(87/91) Installing postmarketos-config-nftables-mdns (0.12-r1)
ERROR: postmarketos-config-nftables-mdns-0.12-r1: Operation not permitted
(88/91) Installing postmarketos-config-nftables-chromecast (0.12-r1)
ERROR: postmarketos-config-nftables-chromecast-0.12-r1: Operation not permitted
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.12-r1)
ERROR: postmarketos-config-nftables-vlc-chromecast-0.12-r1: Operation not permitted
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
ERROR: qt5-qtwebsockets-5.15.6_git20220907-r0: Operation not permitted
(91/91) Installing tokodon (9999_git1665226323-r0)
ERROR: tokodon-9999_git1665226323-r0: Operation not permitted
Executing busybox-1.35.0-r27.trigger
ERROR: busybox-1.35.0-r27.trigger: failed to execute: No space left on device
Executing gtk-update-icon-cache-3.24.34-r6.trigger
ERROR: gtk-update-icon-cache-3.24.34-r6.trigger: failed to execute: No space left on device
Executing postmarketos-base-23-r1.trigger
ERROR: postmarketos-base-23-r1.trigger: failed to execute: No space left on device
38 errors; 2383 MiB in 812 packages
sh: write error: No space left on device
(chroot) Exiting chroot...
[16:18:51] Unregister qemu binfmt (arm)
[16:18:51] Unregister qemu binfmt (aarch64)
[16:18:52] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:18:52] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:18:53] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:18:53] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:18:54] Cleared up ~4382 MB of space
[16:18:54] DONE!
removed 'images/pmos-plasma-mobile-nightly-20221015-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221015-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221015-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221015-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221015-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221015-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 875.6 MiB / 2,910.0 MiB = 0.301, 28 MiB/s, 1:44
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221017-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 814.1 MiB / 2,864.0 MiB = 0.284, 28 MiB/s, 1:41
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221017-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,243.0 MiB / 3,957.0 MiB = 0.314, 30 MiB/s, 2:11
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221017-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221015-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221015-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221015-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221015-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221015-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221015-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221017-pine64-pinephone.img.xz

         32,768   0%    0.00kB/s    0:00:00  
      3,342,336   0%    3.11MB/s    0:04:47  
      4,653,056   0%    2.15MB/s    0:06:55  
      5,963,776   0%    1.84MB/s    0:08:04  
      7,274,496   0%    1.69MB/s    0:08:47  
      8,585,216   0%    1.20MB/s    0:12:17  
      9,895,936   1%    1.20MB/s    0:12:17  
     11,206,656   1%    1.20MB/s    0:12:15  
     12,517,376   1%    1.20MB/s    0:12:16  
     13,828,096   1%    1.22MB/s    0:12:06  
     15,138,816   1%    1.22MB/s    0:12:01  
     16,449,536   1%    1.22MB/s    0:12:01  
     17,760,256   1%    1.22MB/s    0:11:58  
     19,070,976   2%    1.21MB/s    0:12:05  
     20,381,696   2%    1.21MB/s    0:12:06  
     21,692,416   2%    1.21MB/s    0:12:04  
     23,003,136   2%    1.21MB/s    0:12:04  
     24,313,856   2%    1.22MB/s    0:11:54  
     25,624,576   2%    1.22MB/s    0:11:54  
     26,935,296   2%    1.22MB/s    0:11:52  
     28,246,016   3%    1.22MB/s    0:11:51  
     29,556,736   3%    1.22MB/s    0:11:53  
     30,867,456   3%    1.22MB/s    0:11:53  
     32,178,176   3%    1.21MB/s    0:11:52  
     33,488,896   3%    1.21MB/s    0:11:54  
     34,799,616   3%    1.21MB/s    0:11:52  
     36,110,336   3%    1.21MB/s    0:11:53  
     37,421,056   4%    1.21MB/s    0:11:51  
     38,731,776   4%    1.21MB/s    0:11:49  
     40,042,496   4%    1.19MB/s    0:11:58  
     41,353,216   4%    1.18MB/s    0:12:05  
     42,663,936   4%    1.18MB/s    0:12:02  
     43,974,656   4%    1.19MB/s    0:12:00  
     45,285,376   4%    1.21MB/s    0:11:46  
     46,596,096   5%    1.23MB/s    0:11:34  
     47,906,816   5%    1.22MB/s    0:11:34  
     49,217,536   5%    1.22MB/s    0:11:34  
     50,528,256   5%    1.22MB/s    0:11:33  
     51,838,976   5%    1.23MB/s    0:11:30  
     53,149,696   5%    1.23MB/s    0:11:28  
     54,460,416   5%    1.23MB/s    0:11:26  
     55,771,136   6%    1.21MB/s    0:11:34  
     57,081,856   6%    1.21MB/s    0:11:34  
     58,392,576   6%    1.21MB/s    0:11:34  
     59,703,296   6%    1.21MB/s    0:11:33  
     61,014,016   6%    1.22MB/s    0:11:28  
     62,324,736   6%    1.20MB/s    0:11:36  
     63,635,456   6%    1.19MB/s    0:11:39  
     64,946,176   7%    1.19MB/s    0:11:43  
     66,256,896   7%    1.19MB/s    0:11:36  
     67,534,848   7%    1.20MB/s    0:11:32  
     68,845,568   7%    1.20MB/s    0:11:29  
     70,156,288   7%    1.21MB/s    0:11:26  
     71,467,008   7%    1.21MB/s    0:11:24  
     72,777,728   7%    1.22MB/s    0:11:17  
     74,088,448   8%    1.15MB/s    0:11:58  
     75,530,240   8%    1.18MB/s    0:11:40  
     76,840,960   8%    1.16MB/s    0:11:46  
     78,151,680   8%    1.16MB/s    0:11:45  
     79,331,328   8%    1.21MB/s    0:11:19  
     80,642,048   8%    1.16MB/s    0:11:42  
     81,952,768   8%    1.17MB/s    0:11:38  
     83,263,488   9%    1.17MB/s    0:11:37  
     84,574,208   9%    1.20MB/s    0:11:18  
     85,884,928   9%    1.22MB/s    0:11:08  
     87,195,648   9%    1.22MB/s    0:11:03  
     88,506,368   9%    1.21MB/s    0:11:07  
     89,817,088   9%    1.21MB/s    0:11:07  
     91,127,808   9%    1.21MB/s    0:11:05  
     92,438,528  10%    1.21MB/s    0:11:04  
     93,749,248  10%    1.23MB/s    0:10:57  
     95,059,968  10%    1.23MB/s    0:10:56  
     96,370,688  10%    1.22MB/s    0:10:55  
     97,681,408  10%    1.22MB/s    0:10:54  
     98,992,128  10%    1.22MB/s    0:10:53  
    100,302,848  10%    1.23MB/s    0:10:51  
    101,613,568  11%    1.22MB/s    0:10:50  
    102,924,288  11%    1.22MB/s    0:10:50  
    104,235,008  11%    1.22MB/s    0:10:50  
    105,545,728  11%    1.22MB/s    0:10:49  
    106,856,448  11%    1.22MB/s    0:10:47  
    108,167,168  11%    1.22MB/s    0:10:47  
    109,477,888  11%    1.20MB/s    0:10:57  
    110,788,608  12%    1.18MB/s    0:11:06  
    112,099,328  12%    1.17MB/s    0:11:10  
    113,410,048  12%    1.18MB/s    0:11:07  
    114,720,768  12%    1.20MB/s    0:10:54  
    116,031,488  12%    1.22MB/s    0:10:44  
    117,342,208  12%    1.22MB/s    0:10:38  
    118,652,928  12%    1.22MB/s    0:10:41  
    119,963,648  13%    1.22MB/s    0:10:39  
    121,274,368  13%    1.22MB/s    0:10:38  
    122,585,088  13%    1.22MB/s    0:10:37  
    123,895,808  13%    1.22MB/s    0:10:33  
    125,206,528  13%    1.22MB/s    0:10:35  
    126,517,248  13%    1.22MB/s    0:10:36  
    127,827,968  13%    1.22MB/s    0:10:35  
    129,138,688  14%    1.21MB/s    0:10:37  
    130,449,408  14%    1.21MB/s    0:10:34  
    131,760,128  14%    1.21MB/s    0:10:32  
    133,070,848  14%    1.21MB/s    0:10:32  
    134,381,568  14%    1.22MB/s    0:10:28  
    135,561,216  14%    1.18MB/s    0:10:46  
    136,871,936  14%    1.18MB/s    0:10:49  
    138,182,656  15%    1.18MB/s    0:10:48  
    139,493,376  15%    1.18MB/s    0:10:47  
    140,804,096  15%    1.20MB/s    0:10:34  
    141,885,440  15%    1.16MB/s    0:10:54  
    143,163,392  15%    1.13MB/s    0:11:09  
    144,474,112  15%    1.13MB/s    0:11:07  
    145,653,760  15%    1.12MB/s    0:11:13  
    146,833,408  15%    1.14MB/s    0:11:00  
    148,144,128  16%    1.16MB/s    0:10:46  
    149,454,848  16%    1.16MB/s    0:10:47  
    150,634,496  16%    1.16MB/s    0:10:47  
    151,945,216  16%    1.18MB/s    0:10:32  
    153,255,936  16%    1.19MB/s    0:10:28  
    154,566,656  16%    1.19MB/s    0:10:24  
    155,877,376  16%    1.22MB/s    0:10:10  
    157,188,096  17%    1.22MB/s    0:10:11  
    158,498,816  17%    1.22MB/s    0:10:09  
    159,809,536  17%    1.20MB/s    0:10:16  
    161,120,256  17%    1.20MB/s    0:10:18  
    162,430,976  17%    1.20MB/s    0:10:15  
    163,741,696  17%    1.20MB/s    0:10:15  
    165,052,416  17%    1.21MB/s    0:10:06  
    166,363,136  18%    1.22MB/s    0:10:00  
    167,673,856  18%    1.21MB/s    0:10:05  
    168,984,576  18%    1.21MB/s    0:10:05  
    170,295,296  18%    1.21MB/s    0:10:04  
    171,606,016  18%    1.21MB/s    0:10:02  
    172,916,736  18%    1.22MB/s    0:09:55  
    174,227,456  18%    1.23MB/s    0:09:52  
    175,538,176  19%    1.23MB/s    0:09:51  
    176,848,896  19%    1.22MB/s    0:09:53  
    178,159,616  19%    1.22MB/s    0:09:50  
    179,470,336  19%    1.22MB/s    0:09:49  
    180,781,056  19%    1.22MB/s    0:09:49  
    182,091,776  19%    1.23MB/s    0:09:45  
    183,402,496  19%    1.22MB/s    0:09:47  
    184,713,216  20%    1.22MB/s    0:09:45  
    186,023,936  20%    1.22MB/s    0:09:45  
    187,334,656  20%    1.22MB/s    0:09:44  
    188,645,376  20%    1.23MB/s    0:09:40  
    189,956,096  20%    1.23MB/s    0:09:40  
    191,266,816  20%    1.23MB/s    0:09:39  
    192,577,536  20%    1.22MB/s    0:09:39  
    193,888,256  21%    1.22MB/s    0:09:41  
    195,198,976  21%    1.22MB/s    0:09:41  
    196,509,696  21%    1.22MB/s    0:09:39  
    197,820,416  21%    1.22MB/s    0:09:36  
    199,131,136  21%    1.23MB/s    0:09:33  
    200,441,856  21%    1.23MB/s    0:09:31  
    201,719,808  21%    1.22MB/s    0:09:33  
    203,030,528  22%    1.22MB/s    0:09:33  
    204,341,248  22%    1.22MB/s    0:09:32  
    205,651,968  22%    1.21MB/s    0:09:33  
    206,962,688  22%    1.22MB/s    0:09:28  
    208,273,408  22%    1.22MB/s    0:09:26  
    209,584,128  22%    1.22MB/s    0:09:25  
    210,894,848  22%    1.23MB/s    0:09:23  
    212,205,568  23%    1.23MB/s    0:09:22  
    213,516,288  23%    1.23MB/s    0:09:21  
    214,827,008  23%    1.22MB/s    0:09:24  
    216,137,728  23%    1.20MB/s    0:09:31  
    217,448,448  23%    1.20MB/s    0:09:31  
    218,759,168  23%    1.20MB/s    0:09:30  
    220,069,888  23%    1.20MB/s    0:09:28  
    221,380,608  24%    1.22MB/s    0:09:18  
    222,691,328  24%    1.22MB/s    0:09:17  
    224,002,048  24%    1.22MB/s    0:09:16  
    225,312,768  24%    1.22MB/s    0:09:15  
    226,623,488  24%    1.22MB/s    0:09:14  
    227,934,208  24%    1.22MB/s    0:09:12  
    229,244,928  24%    1.22MB/s    0:09:11  
    230,555,648  25%    1.23MB/s    0:09:07  
    231,866,368  25%    1.23MB/s    0:09:06  
    233,177,088  25%    1.21MB/s    0:09:11  
    234,487,808  25%    1.20MB/s    0:09:15  
    235,667,456  25%    1.17MB/s    0:09:27  
    236,978,176  25%    1.18MB/s    0:09:25  
    238,288,896  25%    1.18MB/s    0:09:23  
    239,599,616  26%    1.19MB/s    0:09:17  
    240,910,336  26%    1.22MB/s    0:09:04  
    242,221,056  26%    1.22MB/s    0:09:02  
    243,531,776  26%    1.23MB/s    0:08:56  
    244,842,496  26%    1.22MB/s    0:09:00  
    246,153,216  26%    1.22MB/s    0:08:57  
    247,463,936  26%    1.22MB/s    0:08:57  
    248,774,656  27%    1.21MB/s    0:09:00  
    250,085,376  27%    1.22MB/s    0:08:56  
    251,396,096  27%    1.20MB/s    0:09:02  
    252,706,816  27%    1.19MB/s    0:09:04  
    254,017,536  27%    1.20MB/s    0:08:59  
    255,328,256  27%    1.19MB/s    0:09:02  
    256,638,976  27%    1.20MB/s    0:09:00  
    257,949,696  28%    1.19MB/s    0:09:01  
    259,129,344  28%    1.17MB/s    0:09:10  
    260,308,992  28%    1.15MB/s    0:09:17  
    261,619,712  28%    1.16MB/s    0:09:13  
    262,930,432  28%    1.17MB/s    0:09:07  
    264,241,152  28%    1.19MB/s    0:08:57  
    265,551,872  28%    1.21MB/s    0:08:46  
    266,862,592  29%    1.19MB/s    0:08:53  
    268,173,312  29%    1.19MB/s    0:08:53  
    269,484,032  29%    1.19MB/s    0:08:50  
    270,794,752  29%    1.19MB/s    0:08:50  
    272,105,472  29%    1.21MB/s    0:08:42  
    273,416,192  29%    1.21MB/s    0:08:41  
    274,726,912  29%    1.20MB/s    0:08:41  
    276,037,632  30%    1.19MB/s    0:08:46  
    276,955,136  30%    1.11MB/s    0:09:24  
    278,265,856  30%    1.10MB/s    0:09:29  
    279,576,576  30%    1.09MB/s    0:09:33  
    280,756,224  30%    1.08MB/s    0:09:36  
    282,066,944  30%    1.16MB/s    0:08:56  
    283,377,664  30%    1.17MB/s    0:08:51  
    284,688,384  31%    1.18MB/s    0:08:45  
    285,999,104  31%    1.20MB/s    0:08:35  
    287,309,824  31%    1.20MB/s    0:08:34  
    288,620,544  31%    1.21MB/s    0:08:30  
    289,931,264  31%    1.20MB/s    0:08:32  
    291,110,912  31%    1.16MB/s    0:08:47  
    292,421,632  31%    1.16MB/s    0:08:48  
    293,732,352  31%    1.16MB/s    0:08:46  
    295,043,072  32%    1.17MB/s    0:08:41  
    296,353,792  32%    1.20MB/s    0:08:25  
    297,664,512  32%    1.21MB/s    0:08:22  
    298,975,232  32%    1.20MB/s    0:08:25  
    300,285,952  32%    1.20MB/s    0:08:24  
    301,596,672  32%    1.20MB/s    0:08:23  
    302,907,392  32%    1.20MB/s    0:08:21  
    304,218,112  33%    1.20MB/s    0:08:18  
    305,528,832  33%    1.21MB/s    0:08:15  
    306,839,552  33%    1.22MB/s    0:08:09  
    308,150,272  33%    1.22MB/s    0:08:06  
    309,460,992  33%    1.20MB/s    0:08:14  
    310,771,712  33%    1.18MB/s    0:08:21  
    312,082,432  33%    1.17MB/s    0:08:25  
    313,393,152  34%    1.17MB/s    0:08:24  
    314,703,872  34%    1.19MB/s    0:08:13  
    316,014,592  34%    1.21MB/s    0:08:05  
    317,325,312  34%    1.23MB/s    0:07:58  
    318,636,032  34%    1.22MB/s    0:07:58  
    319,946,752  34%    1.22MB/s    0:07:58  
    321,257,472  34%    1.23MB/s    0:07:55  
    322,568,192  35%    1.23MB/s    0:07:54  
    323,878,912  35%    1.21MB/s    0:07:59  
    325,189,632  35%    1.21MB/s    0:07:57  
    326,500,352  35%    1.21MB/s    0:07:57  
    327,811,072  35%    1.21MB/s    0:07:56  
    329,121,792  35%    1.23MB/s    0:07:49  
    330,432,512  35%    1.23MB/s    0:07:48  
    331,743,232  36%    1.19MB/s    0:08:00  
    333,053,952  36%    1.19MB/s    0:08:00  
    334,364,672  36%    1.19MB/s    0:07:59  
    335,642,624  36%    1.17MB/s    0:08:04  
    336,953,344  36%    1.20MB/s    0:07:52  
    338,264,064  36%    1.20MB/s    0:07:50  
    339,574,784  36%    1.19MB/s    0:07:54  
    340,885,504  37%    1.20MB/s    0:07:47  
    342,196,224  37%    1.21MB/s    0:07:45  
    343,506,944  37%    1.21MB/s    0:07:43  
    344,817,664  37%    1.22MB/s    0:07:37  
    346,128,384  37%    1.23MB/s    0:07:35  
    347,439,104  37%    1.23MB/s    0:07:34  
    348,749,824  37%    1.23MB/s    0:07:33  
    350,060,544  38%    1.23MB/s    0:07:32  
    351,371,264  38%    1.22MB/s    0:07:31  
    352,681,984  38%    1.22MB/s    0:07:32  
    353,992,704  38%    1.20MB/s    0:07:37  
    355,303,424  38%    1.20MB/s    0:07:37  
    356,614,144  38%    1.20MB/s    0:07:35  
    357,924,864  38%    1.21MB/s    0:07:33  
    359,235,584  39%    1.22MB/s    0:07:27  
    360,546,304  39%    1.21MB/s    0:07:28  
    361,725,952  39%    1.17MB/s    0:07:43  
    363,036,672  39%    1.17MB/s    0:07:44  
    364,347,392  39%    1.17MB/s    0:07:43  
    365,658,112  39%    1.17MB/s    0:07:42  
    366,968,832  39%    1.21MB/s    0:07:26  
    368,279,552  40%    1.21MB/s    0:07:24  
    369,590,272  40%    1.21MB/s    0:07:24  
    370,900,992  40%    1.22MB/s    0:07:18  
    372,211,712  40%    1.22MB/s    0:07:18  
    373,522,432  40%    1.22MB/s    0:07:17  
    374,833,152  40%    1.22MB/s    0:07:13  
    376,143,872  40%    1.22MB/s    0:07:14  
    377,454,592  41%    1.22MB/s    0:07:12  
    378,765,312  41%    1.22MB/s    0:07:10  
    380,076,032  41%    1.23MB/s    0:07:08  
    381,386,752  41%    1.21MB/s    0:07:13  
    382,697,472  41%    1.21MB/s    0:07:13  
    384,008,192  41%    1.21MB/s    0:07:12  
    385,318,912  41%    1.21MB/s    0:07:11  
    386,629,632  42%    1.22MB/s    0:07:04  
    387,940,352  42%    1.23MB/s    0:07:02  
    389,251,072  42%    1.22MB/s    0:07:02  
    390,561,792  42%    1.22MB/s    0:07:01  
    391,872,512  42%    1.22MB/s    0:07:00  
    393,183,232  42%    1.21MB/s    0:07:02  
    394,493,952  42%    1.22MB/s    0:07:00  
    395,804,672  43%    1.20MB/s    0:07:03  
    397,115,392  43%    1.21MB/s    0:07:01  
    398,295,040  43%    1.16MB/s    0:07:16  
    399,605,760  43%    1.14MB/s    0:07:23  
    400,916,480  43%    1.15MB/s    0:07:20  
    402,227,200  43%    1.14MB/s    0:07:23  
    403,537,920  43%    1.18MB/s    0:07:04  
    404,848,640  44%    1.21MB/s    0:06:55  
    406,159,360  44%    1.21MB/s    0:06:53  
    407,470,080  44%    1.21MB/s    0:06:51  
    408,780,800  44%    1.21MB/s    0:06:51  
    410,091,520  44%    1.21MB/s    0:06:50  
    411,402,240  44%    1.19MB/s    0:06:57  
    412,712,960  44%    1.18MB/s    0:06:57  
    414,023,680  45%    1.17MB/s    0:07:00  
    415,334,400  45%    1.17MB/s    0:06:59  
    416,645,120  45%    1.19MB/s    0:06:51  
    417,955,840  45%    1.21MB/s    0:06:44  
    419,266,560  45%    1.22MB/s    0:06:38  
    420,577,280  45%    1.22MB/s    0:06:37  
    421,888,000  45%    1.22MB/s    0:06:37  
    423,198,720  46%    1.22MB/s    0:06:37  
    424,509,440  46%    1.22MB/s    0:06:36  
    425,820,160  46%    1.22MB/s    0:06:33  
    427,130,880  46%    1.22MB/s    0:06:32  
    428,441,600  46%    1.22MB/s    0:06:32  
    429,752,320  46%    1.22MB/s    0:06:32  
    431,063,040  46%    1.21MB/s    0:06:31  
    432,373,760  47%    1.22MB/s    0:06:30  
    433,684,480  47%    1.21MB/s    0:06:30  
    434,995,200  47%    1.21MB/s    0:06:28  
    436,305,920  47%    1.21MB/s    0:06:27  
    437,616,640  47%    1.22MB/s    0:06:25  
    438,927,360  47%    1.21MB/s    0:06:25  
    440,238,080  47%    1.21MB/s    0:06:25  
    441,548,800  48%    1.21MB/s    0:06:23  
    442,859,520  48%    1.21MB/s    0:06:22  
    444,170,240  48%    1.22MB/s    0:06:18  
    445,480,960  48%    1.22MB/s    0:06:18  
    446,791,680  48%    1.22MB/s    0:06:18  
    448,102,400  48%    1.22MB/s    0:06:17  
    449,413,120  48%    1.21MB/s    0:06:17  
    450,723,840  49%    1.20MB/s    0:06:19  
    452,034,560  49%    1.19MB/s    0:06:23  
    453,345,280  49%    1.18MB/s    0:06:24  
    454,656,000  49%    1.18MB/s    0:06:22  
    455,966,720  49%    1.19MB/s    0:06:20  
    457,277,440  49%    1.21MB/s    0:06:13  
    458,588,160  49%    1.21MB/s    0:06:10  
    459,898,880  50%    1.21MB/s    0:06:08  
    461,209,600  50%    1.23MB/s    0:06:04  
    462,520,320  50%    1.22MB/s    0:06:04  
    463,699,968  50%    1.19MB/s    0:06:12  
    464,879,616  50%    1.14MB/s    0:06:26  
    466,059,264  50%    1.08MB/s    0:06:48  
    467,369,984  50%    1.07MB/s    0:06:52  
    468,680,704  51%    1.08MB/s    0:06:46  
    469,958,656  51%    1.12MB/s    0:06:31  
    471,269,376  51%    1.18MB/s    0:06:09  
    472,580,096  51%    1.20MB/s    0:06:01  
    473,890,816  51%    1.22MB/s    0:05:56  
    475,201,536  51%    1.22MB/s    0:05:54  
    476,512,256  51%    1.22MB/s    0:05:53  
    477,822,976  52%    1.22MB/s    0:05:53  
    479,133,696  52%    1.22MB/s    0:05:51  
    480,444,416  52%    1.22MB/s    0:05:49  
    481,755,136  52%    1.22MB/s    0:05:50  
    483,065,856  52%    1.21MB/s    0:05:51  
    484,376,576  52%    1.20MB/s    0:05:51  
    485,687,296  52%    1.21MB/s    0:05:49  
    486,998,016  53%    1.21MB/s    0:05:48  
    488,308,736  53%    1.22MB/s    0:05:43  
    489,619,456  53%    1.23MB/s    0:05:41  
    490,930,176  53%    1.22MB/s    0:05:41  
    492,240,896  53%    1.23MB/s    0:05:38  
    493,551,616  53%    1.21MB/s    0:05:42  
    494,862,336  53%    1.20MB/s    0:05:44  
    496,173,056  54%    1.20MB/s    0:05:43  
    497,483,776  54%    1.20MB/s    0:05:41  
    498,794,496  54%    1.20MB/s    0:05:39  
    500,105,216  54%    1.22MB/s    0:05:35  
    501,415,936  54%    1.22MB/s    0:05:34  
    502,726,656  54%    1.20MB/s    0:05:38  
    504,037,376  54%    1.20MB/s    0:05:36  
    505,348,096  55%    1.20MB/s    0:05:35  
    506,658,816  55%    1.20MB/s    0:05:34  
    507,969,536  55%    1.22MB/s    0:05:28  
    509,280,256  55%    1.22MB/s    0:05:26  
    510,459,904  55%    1.20MB/s    0:05:31  
    511,770,624  55%    1.19MB/s    0:05:32  
    513,081,344  55%    1.19MB/s    0:05:31  
    514,392,064  56%    1.19MB/s    0:05:30  
    515,702,784  56%    1.22MB/s    0:05:22  
    517,013,504  56%    1.22MB/s    0:05:20  
    518,324,224  56%    1.22MB/s    0:05:19  
    519,634,944  56%    1.22MB/s    0:05:18  
    520,945,664  56%    1.22MB/s    0:05:16  
    522,256,384  56%    1.23MB/s    0:05:15  
    523,567,104  57%    1.21MB/s    0:05:17  
    524,877,824  57%    1.22MB/s    0:05:15  
    526,188,544  57%    1.21MB/s    0:05:15  
    527,499,264  57%    1.21MB/s    0:05:14  
    528,809,984  57%    1.23MB/s    0:05:10  
    530,120,704  57%    1.22MB/s    0:05:09  
    531,431,424  57%    1.22MB/s    0:05:09  
    532,742,144  58%    1.22MB/s    0:05:08  
    534,052,864  58%    1.21MB/s    0:05:09  
    535,363,584  58%    1.21MB/s    0:05:09  
    536,674,304  58%    1.21MB/s    0:05:08  
    537,985,024  58%    1.21MB/s    0:05:07  
    539,295,744  58%    1.21MB/s    0:05:05  
    540,606,464  58%    1.19MB/s    0:05:09  
    541,786,112  59%    1.15MB/s    0:05:20  
    542,965,760  59%    1.13MB/s    0:05:25  
    544,276,480  59%    1.12MB/s    0:05:25  
    545,587,200  59%    1.14MB/s    0:05:20  
    546,897,920  59%    1.18MB/s    0:05:06  
    548,208,640  59%    1.21MB/s    0:04:58  
    549,519,360  59%    1.21MB/s    0:04:57  
    550,830,080  59%    1.22MB/s    0:04:53  
    552,140,800  60%    1.22MB/s    0:04:52  
    553,451,520  60%    1.22MB/s    0:04:50  
    554,762,240  60%    1.23MB/s    0:04:48  
    556,072,960  60%    1.23MB/s    0:04:47  
    557,383,680  60%    1.23MB/s    0:04:47  
    558,694,400  60%    1.22MB/s    0:04:46  
    560,005,120  60%    1.22MB/s    0:04:46  
    561,315,840  61%    1.22MB/s    0:04:44  
    562,495,488  61%    1.17MB/s    0:04:57  
    563,544,064  61%    1.10MB/s    0:05:13  
    564,854,784  61%    1.10MB/s    0:05:13  
    566,165,504  61%    1.08MB/s    0:05:16  
    567,476,224  61%    1.14MB/s    0:05:01  
    568,786,944  61%    1.18MB/s    0:04:48  
    570,097,664  62%    1.17MB/s    0:04:50  
    571,408,384  62%    1.19MB/s    0:04:45  
    572,588,032  62%    1.15MB/s    0:04:54  
    573,898,752  62%    1.16MB/s    0:04:49  
    575,078,400  62%    1.14MB/s    0:04:54  
    576,389,120  62%    1.13MB/s    0:04:54  
    577,699,840  62%    1.17MB/s    0:04:44  
    579,010,560  63%    1.17MB/s    0:04:43  
    580,321,280  63%    1.21MB/s    0:04:33  
    581,632,000  63%    1.22MB/s    0:04:30  
    582,942,720  63%    1.22MB/s    0:04:27  
    584,253,440  63%    1.21MB/s    0:04:28  
    585,564,160  63%    1.21MB/s    0:04:28  
    586,874,880  63%    1.21MB/s    0:04:27  
    588,185,600  64%    1.21MB/s    0:04:27  
    589,496,320  64%    1.21MB/s    0:04:24  
    590,807,040  64%    1.22MB/s    0:04:21  
    592,117,760  64%    1.22MB/s    0:04:21  
    593,428,480  64%    1.21MB/s    0:04:21  
    594,739,200  64%    1.21MB/s    0:04:20  
    596,049,920  64%    1.21MB/s    0:04:19  
    597,360,640  65%    1.22MB/s    0:04:16  
    598,671,360  65%    1.23MB/s    0:04:14  
    599,982,080  65%    1.22MB/s    0:04:13  
    601,292,800  65%    1.22MB/s    0:04:13  
    602,603,520  65%    1.22MB/s    0:04:12  
    603,914,240  65%    1.22MB/s    0:04:11  
    605,192,192  65%    1.21MB/s    0:04:11  
    606,502,912  66%    1.22MB/s    0:04:09  
    607,813,632  66%    1.22MB/s    0:04:08  
    609,124,352  66%    1.22MB/s    0:04:07  
    610,435,072  66%    1.23MB/s    0:04:05  
    611,745,792  66%    1.23MB/s    0:04:04  
    613,056,512  66%    1.23MB/s    0:04:03  
    614,367,232  66%    1.23MB/s    0:04:01  
    615,677,952  67%    1.22MB/s    0:04:02  
    616,988,672  67%    1.22MB/s    0:04:00  
    618,299,392  67%    1.22MB/s    0:03:59  
    619,610,112  67%    1.22MB/s    0:03:58  
    620,920,832  67%    1.23MB/s    0:03:56  
    622,231,552  67%    1.22MB/s    0:03:57  
    623,542,272  67%    1.22MB/s    0:03:55  
    624,852,992  68%    1.21MB/s    0:03:55  
    626,163,712  68%    1.22MB/s    0:03:53  
    627,474,432  68%    1.23MB/s    0:03:50  
    628,654,080  68%    1.19MB/s    0:03:56  
    629,964,800  68%    1.19MB/s    0:03:55  
    631,144,448  68%    1.16MB/s    0:04:02  
    632,455,168  68%    1.15MB/s    0:04:02  
    633,765,888  69%    1.18MB/s    0:03:55  
    635,076,608  69%    1.18MB/s    0:03:54  
    636,387,328  69%    1.21MB/s    0:03:47  
    637,698,048  69%    1.21MB/s    0:03:46  
    639,008,768  69%    1.21MB/s    0:03:45  
    640,319,488  69%    1.21MB/s    0:03:43  
    641,630,208  69%    1.22MB/s    0:03:42  
    642,940,928  70%    1.22MB/s    0:03:40  
    644,251,648  70%    1.22MB/s    0:03:38  
    645,562,368  70%    1.22MB/s    0:03:37  
    646,873,088  70%    1.23MB/s    0:03:36  
    648,183,808  70%    1.22MB/s    0:03:35  
    649,494,528  70%    1.22MB/s    0:03:34  
    650,805,248  70%    1.23MB/s    0:03:32  
    652,115,968  71%    1.23MB/s    0:03:31  
    653,426,688  71%    1.23MB/s    0:03:30  
    654,737,408  71%    1.23MB/s    0:03:29  
    656,048,128  71%    1.23MB/s    0:03:28  
    657,358,848  71%    1.22MB/s    0:03:27  
    658,669,568  71%    1.23MB/s    0:03:26  
    659,980,288  71%    1.23MB/s    0:03:25  
    661,291,008  72%    1.23MB/s    0:03:24  
    662,601,728  72%    1.23MB/s    0:03:23  
    663,912,448  72%    1.23MB/s    0:03:22  
    665,223,168  72%    1.23MB/s    0:03:21  
    666,533,888  72%    1.23MB/s    0:03:20  
    667,844,608  72%    1.23MB/s    0:03:19  
    669,155,328  72%    1.23MB/s    0:03:18  
    670,466,048  73%    1.22MB/s    0:03:17  
    671,776,768  73%    1.22MB/s    0:03:16  
    673,087,488  73%    1.22MB/s    0:03:15  
    674,398,208  73%    1.22MB/s    0:03:14  
    675,577,856  73%    1.18MB/s    0:03:20  
    676,888,576  73%    1.17MB/s    0:03:21  
    678,199,296  73%    1.15MB/s    0:03:23  
    679,510,016  74%    1.15MB/s    0:03:22  
    680,820,736  74%    1.19MB/s    0:03:14  
    682,131,456  74%    1.20MB/s    0:03:11  
    683,442,176  74%    1.23MB/s    0:03:07  
    684,752,896  74%    1.22MB/s    0:03:06  
    686,063,616  74%    1.23MB/s    0:03:04  
    687,374,336  74%    1.23MB/s    0:03:03  
    688,685,056  75%    1.23MB/s    0:03:02  
    689,995,776  75%    1.23MB/s    0:03:01  
    691,306,496  75%    1.23MB/s    0:03:00  
    692,617,216  75%    1.23MB/s    0:02:59  
    693,927,936  75%    1.23MB/s    0:02:58  
    695,238,656  75%    1.23MB/s    0:02:57  
    696,549,376  75%    1.23MB/s    0:02:56  
    697,860,096  76%    1.22MB/s    0:02:55  
    699,170,816  76%    1.23MB/s    0:02:54  
    700,481,536  76%    1.23MB/s    0:02:53  
    701,792,256  76%    1.22MB/s    0:02:53  
    703,102,976  76%    1.23MB/s    0:02:51  
    704,413,696  76%    1.22MB/s    0:02:50  
    705,724,416  76%    1.22MB/s    0:02:49  
    707,035,136  77%    1.23MB/s    0:02:47  
    708,345,856  77%    1.21MB/s    0:02:48  
    709,525,504  77%    1.19MB/s    0:02:51  
    710,836,224  77%    1.17MB/s    0:02:52  
    712,146,944  77%    1.17MB/s    0:02:51  
    713,457,664  77%    1.18MB/s    0:02:48  
    714,768,384  77%    1.20MB/s    0:02:44  
    716,079,104  77%    1.21MB/s    0:02:42  
    717,389,824  78%    1.21MB/s    0:02:41  
    718,700,544  78%    1.21MB/s    0:02:40  
    720,011,264  78%    1.22MB/s    0:02:38  
    721,321,984  78%    1.22MB/s    0:02:37  
    722,632,704  78%    1.23MB/s    0:02:35  
    723,943,424  78%    1.23MB/s    0:02:34  
    725,254,144  78%    1.22MB/s    0:02:34  
    726,564,864  79%    1.13MB/s    0:02:45  
    727,875,584  79%    1.12MB/s    0:02:46  
    729,186,304  79%    1.12MB/s    0:02:45  
    730,497,024  79%    1.12MB/s    0:02:43  
    731,807,744  79%    1.21MB/s    0:02:30  
    733,118,464  79%    1.21MB/s    0:02:29  
    734,429,184  79%    1.21MB/s    0:02:28  
    735,739,904  80%    1.21MB/s    0:02:27  
    737,050,624  80%    1.21MB/s    0:02:26  
    738,328,576  80%    1.22MB/s    0:02:24  
    739,639,296  80%    1.21MB/s    0:02:23  
    740,950,016  80%    1.22MB/s    0:02:22  
    742,260,736  80%    1.20MB/s    0:02:23  
    743,571,456  80%    1.21MB/s    0:02:21  
    744,882,176  81%    1.21MB/s    0:02:20  
    746,192,896  81%    1.20MB/s    0:02:19  
    747,503,616  81%    1.20MB/s    0:02:18  
    748,814,336  81%    1.20MB/s    0:02:17  
    750,125,056  81%    1.21MB/s    0:02:16  
    751,435,776  81%    1.20MB/s    0:02:15  
    752,746,496  81%    1.22MB/s    0:02:12  
    754,057,216  82%    1.22MB/s    0:02:10  
    755,367,936  82%    1.22MB/s    0:02:09  
    756,678,656  82%    1.23MB/s    0:02:08  
    757,989,376  82%    1.22MB/s    0:02:07  
    759,300,096  82%    1.22MB/s    0:02:06  
    760,610,816  82%    1.22MB/s    0:02:05  
    761,921,536  82%    1.22MB/s    0:02:04  
    763,232,256  83%    1.23MB/s    0:02:03  
    764,542,976  83%    1.22MB/s    0:02:02  
    765,853,696  83%    1.22MB/s    0:02:01  
    767,164,416  83%    1.22MB/s    0:02:00  
    768,475,136  83%    1.22MB/s    0:01:59  
    769,785,856  83%    1.23MB/s    0:01:58  
    771,096,576  83%    1.23MB/s    0:01:57  
    772,407,296  84%    1.22MB/s    0:01:56  
    773,718,016  84%    1.22MB/s    0:01:55  
    775,028,736  84%    1.22MB/s    0:01:54  
    776,077,312  84%    1.12MB/s    0:02:04  
    776,863,744  84%  985.73kB/s    0:02:23  
    778,043,392  84%  958.69kB/s    0:02:26  
    779,354,112  84%  958.48kB/s    0:02:24  
    780,533,760  85%  994.74kB/s    0:02:18  
    781,320,192  85%  993.38kB/s    0:02:17  
    782,106,624  85%  889.89kB/s    0:02:32  
    783,417,344  85%  890.28kB/s    0:02:31  
    784,728,064  85%  947.71kB/s    0:02:20  
    786,038,784  85%    1.08MB/s    0:01:59  
    787,349,504  85%    1.22MB/s    0:01:45  
    788,660,224  85%    1.21MB/s    0:01:44  
    789,970,944  86%    1.21MB/s    0:01:43  
    791,281,664  86%    1.22MB/s    0:01:41  
    792,461,312  86%    1.16MB/s    0:01:46  
    793,247,744  86%    1.00MB/s    0:02:01  
    794,034,176  86%  899.37kB/s    0:02:18  
    795,344,896  86%  900.59kB/s    0:02:16  
    796,655,616  86%  953.89kB/s    0:02:07  
    797,966,336  86%    1.09MB/s    0:01:48  
    799,277,056  87%    1.22MB/s    0:01:34  
    800,587,776  87%    1.21MB/s    0:01:34  
    801,374,208  87%    1.10MB/s    0:01:43  
    802,029,568  87%  972.55kB/s    0:01:59  
    802,947,072  87%  871.81kB/s    0:02:12  
    804,257,792  87%  878.86kB/s    0:02:09  
    805,568,512  87% 1000.00kB/s    0:01:52  
    806,879,232  87%    1.12MB/s    0:01:37  
    808,189,952  88%    1.22MB/s    0:01:28  
    809,500,672  88%    1.22MB/s    0:01:27  
    810,811,392  88%    1.21MB/s    0:01:26  
    812,122,112  88%    1.18MB/s    0:01:27  
    812,908,544  88%    1.03MB/s    0:01:39  
    814,088,192  88%    1.01MB/s    0:01:40  
    815,398,912  88%    1.01MB/s    0:01:39  
    816,709,632  88%    1.04MB/s    0:01:35  
    818,020,352  89%    1.18MB/s    0:01:22  
    819,331,072  89%    1.21MB/s    0:01:19  
    820,641,792  89%    1.22MB/s    0:01:18  
    821,952,512  89%    1.22MB/s    0:01:17  
    823,263,232  89%    1.22MB/s    0:01:15  
    824,573,952  89%    1.22MB/s    0:01:14  
    825,884,672  89%    1.22MB/s    0:01:13  
    827,195,392  90%    1.22MB/s    0:01:12  
    828,506,112  90%    1.22MB/s    0:01:11  
    829,816,832  90%    1.21MB/s    0:01:11  
    831,127,552  90%    1.21MB/s    0:01:10  
    832,438,272  90%    1.22MB/s    0:01:08  
    833,748,992  90%    1.22MB/s    0:01:07  
    835,059,712  90%    1.23MB/s    0:01:06  
    836,370,432  91%    1.22MB/s    0:01:05  
    837,681,152  91%    1.22MB/s    0:01:04  
    838,991,872  91%    1.22MB/s    0:01:03  
    840,302,592  91%    1.22MB/s    0:01:02  
    841,613,312  91%    1.23MB/s    0:01:00  
    842,924,032  91%    1.22MB/s    0:00:59  
    844,234,752  91%    1.23MB/s    0:00:58  
    845,545,472  92%    1.23MB/s    0:00:57  
    846,856,192  92%    1.23MB/s    0:00:56  
    848,166,912  92%    1.23MB/s    0:00:55  
    849,477,632  92%    1.23MB/s    0:00:54  
    850,788,352  92%    1.23MB/s    0:00:53  
    852,099,072  92%    1.23MB/s    0:00:52  
    853,409,792  92%    1.23MB/s    0:00:51  
    854,720,512  93%    1.23MB/s    0:00:50  
    856,031,232  93%    1.23MB/s    0:00:49  
    857,341,952  93%    1.23MB/s    0:00:48  
    858,652,672  93%    1.23MB/s    0:00:47  
    859,963,392  93%    1.22MB/s    0:00:46  
    861,274,112  93%    1.22MB/s    0:00:45  
    862,584,832  93%    1.21MB/s    0:00:44  
    863,895,552  94%    1.20MB/s    0:00:44  
    865,206,272  94%    1.20MB/s    0:00:42  
    866,516,992  94%    1.21MB/s    0:00:41  
    867,827,712  94%    1.21MB/s    0:00:40  
    869,138,432  94%    1.22MB/s    0:00:39  
    870,449,152  94%    1.23MB/s    0:00:38  
    871,759,872  94%    1.22MB/s    0:00:37  
    872,775,680  95%    1.12MB/s    0:00:39  
    874,217,472  95%    1.14MB/s    0:00:37  
    875,528,192  95%    1.13MB/s    0:00:36  
    876,838,912  95%    1.14MB/s    0:00:35  
    878,149,632  95%    1.24MB/s    0:00:31  
    879,460,352  95%    1.20MB/s    0:00:31  
    880,771,072  95%    1.21MB/s    0:00:30  
    882,081,792  96%    1.21MB/s    0:00:29  
    883,392,512  96%    1.20MB/s    0:00:28  
    884,703,232  96%    1.22MB/s    0:00:26  
    886,013,952  96%    1.22MB/s    0:00:25  
    887,324,672  96%    1.22MB/s    0:00:24  
    888,635,392  96%    1.21MB/s    0:00:23  
    889,946,112  96%    1.21MB/s    0:00:22  
    891,256,832  97%    1.20MB/s    0:00:21  
    892,567,552  97%    1.21MB/s    0:00:20  
    893,878,272  97%    1.21MB/s    0:00:19  
    895,188,992  97%    1.21MB/s    0:00:18  
    896,499,712  97%    1.21MB/s    0:00:17  
    897,810,432  97%    1.21MB/s    0:00:16  
    899,121,152  97%    1.23MB/s    0:00:15  
    900,431,872  98%    1.23MB/s    0:00:14  
    901,742,592  98%    1.22MB/s    0:00:13  
    903,053,312  98%    1.21MB/s    0:00:12  
    904,364,032  98%    1.21MB/s    0:00:11  
    905,674,752  98%    1.21MB/s    0:00:10  
    906,985,472  98%    1.22MB/s    0:00:08  
    908,296,192  98%    1.22MB/s    0:00:07  
    909,606,912  99%    1.23MB/s    0:00:06  
    910,917,632  99%    1.23MB/s    0:00:05  
    912,228,352  99%    1.23MB/s    0:00:04  
    913,539,072  99%    1.23MB/s    0:00:03  
    914,849,792  99%    1.23MB/s    0:00:02  
    916,160,512  99%    1.23MB/s    0:00:01  
    917,471,232  99%    1.23MB/s    0:00:00  
    918,153,380 100%    1.20MB/s    0:12:10 (xfr#1, to-chk=5/7)
images/pmos-plasma-mobile-nightly-20221017-pine64-pinephone.img.xz.sha256

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

         32,768   0%   62.50kB/s    3:47:37  
        622,592   0%  594.91kB/s    0:23:53  
      1,933,312   0%  925.04kB/s    0:15:20  
      3,244,032   0%    1.01MB/s    0:13:41  
      4,554,752   0%    1.06MB/s    0:12:59  
      5,865,472   0%    1.23MB/s    0:11:14  
      7,176,192   0%    1.23MB/s    0:11:13  
      8,486,912   0%    1.23MB/s    0:11:13  
      9,797,632   1%    1.23MB/s    0:11:11  
     11,108,352   1%    1.23MB/s    0:11:11  
     12,419,072   1%    1.22MB/s    0:11:13  
     13,729,792   1%    1.22MB/s    0:11:11  
     15,040,512   1%    1.22MB/s    0:11:10  
     16,351,232   1%    1.21MB/s    0:11:13  
     17,661,952   2%    1.20MB/s    0:11:23  
     18,972,672   2%    1.19MB/s    0:11:25  
     20,283,392   2%    1.19MB/s    0:11:24  
     21,594,112   2%    1.20MB/s    0:11:19  
     22,904,832   2%    1.21MB/s    0:11:08  
     24,215,552   2%    1.22MB/s    0:11:04  
     25,526,272   2%    1.22MB/s    0:11:02  
     26,836,992   3%    1.22MB/s    0:11:01  
     28,147,712   3%    1.20MB/s    0:11:09  
     29,458,432   3%    1.19MB/s    0:11:13  
     30,769,152   3%    1.19MB/s    0:11:14  
     32,079,872   3%    1.19MB/s    0:11:13  
     33,390,592   3%    1.21MB/s    0:11:02  
     34,701,312   4%    1.22MB/s    0:10:55  
     36,012,032   4%    1.22MB/s    0:10:53  
     37,322,752   4%    1.22MB/s    0:10:54  
     38,633,472   4%    1.22MB/s    0:10:51  
     39,944,192   4%    1.22MB/s    0:10:50  
     41,254,912   4%    1.22MB/s    0:10:51  
     42,565,632   4%    1.22MB/s    0:10:47  
     43,876,352   5%    1.22MB/s    0:10:47  
     45,187,072   5%    1.22MB/s    0:10:45  
     46,497,792   5%    1.22MB/s    0:10:43  
     47,808,512   5%    1.22MB/s    0:10:42  
     49,119,232   5%    1.22MB/s    0:10:42  
     50,429,952   5%    1.22MB/s    0:10:40  
     51,740,672   6%    1.22MB/s    0:10:42  
     53,051,392   6%    1.22MB/s    0:10:41  
     54,362,112   6%    1.22MB/s    0:10:39  
     55,672,832   6%    1.22MB/s    0:10:40  
     56,983,552   6%    1.21MB/s    0:10:44  
     58,294,272   6%    1.21MB/s    0:10:40  
     59,604,992   6%    1.21MB/s    0:10:42  
     60,915,712   7%    1.21MB/s    0:10:38  
     62,226,432   7%    1.23MB/s    0:10:29  
     63,537,152   7%    1.22MB/s    0:10:31  
     64,847,872   7%    1.23MB/s    0:10:28  
     66,158,592   7%    1.22MB/s    0:10:28  
     67,469,312   7%    1.22MB/s    0:10:27  
     68,780,032   8%    1.22MB/s    0:10:26  
     70,090,752   8%    1.22MB/s    0:10:24  
     71,401,472   8%    1.22MB/s    0:10:27  
     72,712,192   8%    1.21MB/s    0:10:29  
     74,022,912   8%    1.21MB/s    0:10:28  
     75,333,632   8%    1.21MB/s    0:10:27  
     76,644,352   8%    1.22MB/s    0:10:21  
     77,955,072   9%    1.22MB/s    0:10:18  
     79,265,792   9%    1.22MB/s    0:10:17  
     80,576,512   9%    1.22MB/s    0:10:16  
     81,887,232   9%    1.22MB/s    0:10:15  
     83,197,952   9%    1.23MB/s    0:10:13  
     84,508,672   9%    1.23MB/s    0:10:12  
     85,819,392  10%    1.23MB/s    0:10:11  
     87,130,112  10%    1.23MB/s    0:10:10  
     88,440,832  10%    1.22MB/s    0:10:10  
     89,751,552  10%    1.23MB/s    0:10:08  
     90,931,200  10%    1.19MB/s    0:10:23  
     92,241,920  10%    1.19MB/s    0:10:24  
     93,552,640  10%    1.19MB/s    0:10:25  
     94,863,360  11%    1.19MB/s    0:10:23  
     96,043,008  11%    1.18MB/s    0:10:25  
     97,353,728  11%    1.19MB/s    0:10:21  
     98,664,448  11%    1.19MB/s    0:10:18  
     99,975,168  11%    1.18MB/s    0:10:25  
    101,285,888  11%    1.21MB/s    0:10:06  
    102,596,608  12%    1.21MB/s    0:10:06  
    103,907,328  12%    1.21MB/s    0:10:07  
    105,218,048  12%    1.20MB/s    0:10:07  
    106,528,768  12%    1.20MB/s    0:10:05  
    107,839,488  12%    1.21MB/s    0:10:03  
    109,150,208  12%    1.21MB/s    0:10:01  
    110,460,928  12%    1.21MB/s    0:10:00  
    111,771,648  13%    1.21MB/s    0:09:59  
    113,049,600  13%    1.20MB/s    0:10:03  
    114,360,320  13%    1.20MB/s    0:10:02  
    115,671,040  13%    1.22MB/s    0:09:51  
    116,981,760  13%    1.21MB/s    0:09:54  
    118,292,480  13%    1.22MB/s    0:09:50  
    119,603,200  14%    1.22MB/s    0:09:49  
    120,913,920  14%    1.22MB/s    0:09:47  
    122,224,640  14%    1.23MB/s    0:09:42  
    123,535,360  14%    1.22MB/s    0:09:42  
    124,846,080  14%    1.22MB/s    0:09:43  
    126,156,800  14%    1.22MB/s    0:09:42  
    127,467,520  14%    1.22MB/s    0:09:43  
    128,778,240  15%    1.23MB/s    0:09:37  
    130,088,960  15%    1.23MB/s    0:09:36  
    131,268,608  15%    1.20MB/s    0:09:49  
    132,579,328  15%    1.20MB/s    0:09:48  
    133,890,048  15%    1.20MB/s    0:09:48  
    135,200,768  15%    1.20MB/s    0:09:46  
    136,511,488  15%    1.22MB/s    0:09:32  
    137,822,208  16%    1.23MB/s    0:09:29  
    139,132,928  16%    1.22MB/s    0:09:29  
    140,443,648  16%    1.22MB/s    0:09:29  
    141,754,368  16%    1.22MB/s    0:09:27  
    143,065,088  16%    1.22MB/s    0:09:26  
    144,343,040  16%    1.22MB/s    0:09:25  
    145,555,456  17%    1.20MB/s    0:09:34  
    146,866,176  17%    1.20MB/s    0:09:33  
    148,176,896  17%    1.20MB/s    0:09:33  
    149,487,616  17%    1.20MB/s    0:09:31  
    150,798,336  17%    1.23MB/s    0:09:19  
    152,109,056  17%    1.23MB/s    0:09:18  
    153,419,776  17%    1.23MB/s    0:09:17  
    154,730,496  18%    1.23MB/s    0:09:16  
    156,041,216  18%    1.21MB/s    0:09:25  
    157,351,936  18%    1.19MB/s    0:09:29  
    158,662,656  18%    1.19MB/s    0:09:28  
    159,973,376  18%    1.19MB/s    0:09:27  
    161,284,096  18%    1.22MB/s    0:09:16  
    162,594,816  19%    1.21MB/s    0:09:17  
    163,905,536  19%    1.21MB/s    0:09:15  
    165,216,256  19%    1.21MB/s    0:09:15  
    166,526,976  19%    1.19MB/s    0:09:24  
    167,837,696  19%    1.20MB/s    0:09:16  
    169,148,416  19%    1.20MB/s    0:09:15  
    170,459,136  19%    1.18MB/s    0:09:23  
    171,769,856  20%    1.21MB/s    0:09:12  
    173,080,576  20%    1.21MB/s    0:09:11  
    174,391,296  20%    1.21MB/s    0:09:09  
    175,702,016  20%    1.21MB/s    0:09:07  
    177,012,736  20%    1.21MB/s    0:09:08  
    178,323,456  20%    1.21MB/s    0:09:05  
    179,634,176  21%    1.20MB/s    0:09:10  
    180,944,896  21%    1.21MB/s    0:09:01  
    182,255,616  21%    1.22MB/s    0:08:58  
    183,566,336  21%    1.19MB/s    0:09:08  
    184,877,056  21%    1.21MB/s    0:09:00  
    186,187,776  21%    1.20MB/s    0:09:01  
    187,498,496  21%    1.21MB/s    0:08:59  
    188,809,216  22%    1.21MB/s    0:08:55  
    190,119,936  22%    1.21MB/s    0:08:54  
    191,430,656  22%    1.22MB/s    0:08:51  
    192,741,376  22%    1.21MB/s    0:08:52  
    194,052,096  22%    1.20MB/s    0:08:55  
    195,362,816  22%    1.20MB/s    0:08:54  
    196,673,536  23%    1.19MB/s    0:09:00  
    197,984,256  23%    1.19MB/s    0:08:59  
    199,294,976  23%    1.21MB/s    0:08:48  
    200,605,696  23%    1.21MB/s    0:08:47  
    201,916,416  23%    1.21MB/s    0:08:46  
    203,227,136  23%    1.20MB/s    0:08:47  
    204,537,856  23%    1.21MB/s    0:08:44  
    205,848,576  24%    1.21MB/s    0:08:43  
    207,028,224  24%    1.19MB/s    0:08:49  
    208,338,944  24%    1.20MB/s    0:08:45  
    209,649,664  24%    1.20MB/s    0:08:46  
    210,960,384  24%    1.18MB/s    0:08:54  
    212,271,104  24%    1.21MB/s    0:08:37  
    213,581,824  25%    1.21MB/s    0:08:37  
    214,892,544  25%    1.21MB/s    0:08:35  
    216,203,264  25%    1.21MB/s    0:08:34  
    217,513,984  25%    1.20MB/s    0:08:36  
    218,824,704  25%    1.20MB/s    0:08:35  
    220,135,424  25%    1.20MB/s    0:08:36  
    221,446,144  25%    1.20MB/s    0:08:32  
    222,756,864  26%    1.21MB/s    0:08:31  
    224,067,584  26%    1.20MB/s    0:08:31  
    225,378,304  26%    1.20MB/s    0:08:33  
    226,689,024  26%    1.21MB/s    0:08:25  
    227,999,744  26%    1.21MB/s    0:08:23  
    229,310,464  26%    1.20MB/s    0:08:29  
    230,621,184  27%    1.21MB/s    0:08:24  
    231,931,904  27%    1.20MB/s    0:08:24  
    233,242,624  27%    1.19MB/s    0:08:29  
    234,553,344  27%    1.21MB/s    0:08:21  
    235,864,064  27%    1.21MB/s    0:08:20  
    237,174,784  27%    1.21MB/s    0:08:18  
    238,485,504  27%    1.22MB/s    0:08:10  
    239,665,152  28%    1.20MB/s    0:08:21  
    240,975,872  28%    1.19MB/s    0:08:21  
    242,286,592  28%    1.19MB/s    0:08:20  
    243,597,312  28%    1.19MB/s    0:08:19  
    244,908,032  28%    1.22MB/s    0:08:05  
    246,218,752  28%    1.22MB/s    0:08:06  
    247,496,704  28%    1.22MB/s    0:08:06  
    248,807,424  29%    1.22MB/s    0:08:06  
    250,118,144  29%    1.21MB/s    0:08:05  
    251,428,864  29%    1.21MB/s    0:08:06  
    252,739,584  29%    1.21MB/s    0:08:03  
    254,050,304  29%    1.20MB/s    0:08:07  
    255,361,024  29%    1.20MB/s    0:08:05  
    256,671,744  30%    1.22MB/s    0:07:59  
    257,982,464  30%    1.22MB/s    0:07:58  
    259,293,184  30%    1.21MB/s    0:07:59  
    260,603,904  30%    1.21MB/s    0:07:58  
    261,914,624  30%    1.21MB/s    0:07:58  
    263,225,344  30%    1.19MB/s    0:08:03  
    264,536,064  30%    1.21MB/s    0:07:54  
    265,846,784  31%    1.21MB/s    0:07:53  
    267,157,504  31%    1.21MB/s    0:07:52  
    268,468,224  31%    1.21MB/s    0:07:50  
    269,778,944  31%    1.21MB/s    0:07:50  
    271,089,664  31%    1.21MB/s    0:07:49  
    272,400,384  31%    1.21MB/s    0:07:48  
    273,711,104  32%    1.21MB/s    0:07:48  
    275,021,824  32%    1.21MB/s    0:07:46  
    276,332,544  32%    1.21MB/s    0:07:45  
    277,643,264  32%    1.21MB/s    0:07:44  
    278,822,912  32%    1.19MB/s    0:07:52  
    280,133,632  32%    1.19MB/s    0:07:50  
    281,444,352  32%    1.19MB/s    0:07:49  
    282,755,072  33%    1.19MB/s    0:07:48  
    284,065,792  33%    1.22MB/s    0:07:37  
    285,376,512  33%    1.21MB/s    0:07:36  
    286,687,232  33%    1.21MB/s    0:07:37  
    287,997,952  33%    1.21MB/s    0:07:35  
    289,308,672  33%    1.22MB/s    0:07:29  
    290,619,392  34%    1.23MB/s    0:07:28  
    291,930,112  34%    1.23MB/s    0:07:26  
    293,240,832  34%    1.21MB/s    0:07:31  
    294,551,552  34%    1.21MB/s    0:07:30  
    295,862,272  34%    1.21MB/s    0:07:29  
    297,172,992  34%    1.19MB/s    0:07:34  
    298,483,712  34%    1.21MB/s    0:07:27  
    299,794,432  35%    1.21MB/s    0:07:26  
    301,105,152  35%    1.21MB/s    0:07:25  
    302,415,872  35%    1.20MB/s    0:07:27  
    303,726,592  35%    1.20MB/s    0:07:27  
    305,037,312  35%    1.20MB/s    0:07:26  
    306,348,032  35%    1.20MB/s    0:07:26  
    307,658,752  36%    1.21MB/s    0:07:22  
    308,969,472  36%    1.21MB/s    0:07:20  
    310,280,192  36%    1.21MB/s    0:07:19  
    311,590,912  36%    1.19MB/s    0:07:24  
    312,901,632  36%    1.21MB/s    0:07:16  
    314,212,352  36%    1.21MB/s    0:07:15  
    315,523,072  36%    1.21MB/s    0:07:13  
    316,571,648  37%    1.17MB/s    0:07:27  
    318,013,440  37%    1.20MB/s    0:07:14  
    319,324,160  37%    1.20MB/s    0:07:13  
    320,634,880  37%    1.19MB/s    0:07:17  
    321,945,600  37%    1.25MB/s    0:06:56  
    323,256,320  37%    1.21MB/s    0:07:07  
    324,567,040  38%    1.20MB/s    0:07:10  
    325,877,760  38%    1.21MB/s    0:07:06  
    327,188,480  38%    1.21MB/s    0:07:05  
    328,499,200  38%    1.21MB/s    0:07:03  
    329,809,920  38%    1.20MB/s    0:07:05  
    331,120,640  38%    1.21MB/s    0:07:03  
    332,431,360  38%    1.21MB/s    0:07:01  
    333,742,080  39%    1.21MB/s    0:06:59  
    335,052,800  39%    1.21MB/s    0:06:58  
    336,363,520  39%    1.21MB/s    0:06:57  
    337,674,240  39%    1.21MB/s    0:06:56  
    338,984,960  39%    1.19MB/s    0:07:01  
    340,295,680  39%    1.21MB/s    0:06:54  
    341,606,400  40%    1.21MB/s    0:06:53  
    342,917,120  40%    1.18MB/s    0:07:01  
    344,227,840  40%    1.20MB/s    0:06:56  
    345,538,560  40%    1.19MB/s    0:06:55  
    346,849,280  40%    1.18MB/s    0:07:00  
    348,160,000  40%    1.21MB/s    0:06:49  
    349,470,720  40%    1.21MB/s    0:06:47  
    350,781,440  41%    1.21MB/s    0:06:46  
    352,092,160  41%    1.21MB/s    0:06:46  
    353,402,880  41%    1.21MB/s    0:06:44  
    354,713,600  41%    1.20MB/s    0:06:45  
    356,024,320  41%    1.19MB/s    0:06:50  
    357,335,040  41%    1.21MB/s    0:06:42  
    358,645,760  42%    1.21MB/s    0:06:40  
    359,956,480  42%    1.19MB/s    0:06:44  
    361,267,200  42%    1.21MB/s    0:06:37  
    362,577,920  42%    1.21MB/s    0:06:36  
    363,888,640  42%    1.21MB/s    0:06:35  
    365,199,360  42%    1.20MB/s    0:06:35  
    366,510,080  42%    1.21MB/s    0:06:34  
    367,820,800  43%    1.20MB/s    0:06:34  
    369,131,520  43%    1.20MB/s    0:06:34  
    370,311,168  43%    1.19MB/s    0:06:35  
    371,621,888  43%    1.19MB/s    0:06:34  
    372,932,608  43%    1.20MB/s    0:06:32  
    374,243,328  43%    1.18MB/s    0:06:35  
    375,554,048  43%    1.20MB/s    0:06:27  
    376,864,768  44%    1.20MB/s    0:06:29  
    378,175,488  44%    1.16MB/s    0:06:38  
    379,486,208  44%    1.16MB/s    0:06:39  
    380,764,160  44%    1.15MB/s    0:06:42  
    382,074,880  44%    1.15MB/s    0:06:38  
    383,385,600  44%    1.18MB/s    0:06:27  
    384,696,320  45%    1.18MB/s    0:06:27  
    386,007,040  45%    1.20MB/s    0:06:19  
    387,317,760  45%    1.20MB/s    0:06:18  
    388,628,480  45%    1.19MB/s    0:06:21  
    389,939,200  45%    1.21MB/s    0:06:13  
    391,249,920  45%    1.19MB/s    0:06:18  
    392,560,640  45%    1.19MB/s    0:06:18  
    393,871,360  46%    1.20MB/s    0:06:13  
    395,182,080  46%    1.20MB/s    0:06:11  
    396,361,728  46%    1.19MB/s    0:06:15  
    397,672,448  46%    1.19MB/s    0:06:15  
    398,983,168  46%    1.19MB/s    0:06:13  
    400,162,816  46%    1.15MB/s    0:06:26  
    401,604,608  47%    1.21MB/s    0:06:04  
    402,915,328  47%    1.22MB/s    0:06:01  
    404,226,048  47%    1.20MB/s    0:06:05  
    405,536,768  47%    1.24MB/s    0:05:52  
    406,847,488  47%    1.21MB/s    0:06:01  
    408,158,208  47%    1.21MB/s    0:06:00  
    409,468,928  47%    1.21MB/s    0:05:59  
    410,779,648  48%    1.21MB/s    0:05:58  
    412,090,368  48%    1.20MB/s    0:05:58  
    413,270,016  48%    1.17MB/s    0:06:07  
    414,580,736  48%    1.18MB/s    0:06:03  
    415,891,456  48%    1.18MB/s    0:06:02  
    417,202,176  48%    1.17MB/s    0:06:03  
    418,381,824  49%    1.18MB/s    0:06:01  
    419,692,544  49%    1.18MB/s    0:06:00  
    421,003,264  49%    1.18MB/s    0:05:58  
    422,313,984  49%    1.18MB/s    0:05:55  
    423,624,704  49%    1.20MB/s    0:05:49  
    424,935,424  49%    1.21MB/s    0:05:45  
    426,246,144  49%    1.21MB/s    0:05:44  
    427,556,864  50%    1.20MB/s    0:05:45  
    428,867,584  50%    1.22MB/s    0:05:40  
    430,047,232  50%    1.17MB/s    0:05:53  
    431,357,952  50%    1.17MB/s    0:05:52  
    432,668,672  50%    1.18MB/s    0:05:48  
    433,979,392  50%    1.18MB/s    0:05:47  
    435,290,112  50%    1.21MB/s    0:05:37  
    436,600,832  51%    1.21MB/s    0:05:37  
    437,911,552  51%    1.20MB/s    0:05:37  
    439,222,272  51%    1.21MB/s    0:05:35  
    440,532,992  51%    1.21MB/s    0:05:34  
    441,843,712  51%    1.21MB/s    0:05:32  
    443,154,432  51%    1.21MB/s    0:05:32  
    444,334,080  52%    1.18MB/s    0:05:38  
    445,644,800  52%    1.19MB/s    0:05:34  
    446,955,520  52%    1.19MB/s    0:05:32  
    448,266,240  52%    1.19MB/s    0:05:32  
    449,576,960  52%    1.21MB/s    0:05:24  
    450,887,680  52%    1.21MB/s    0:05:24  
    452,198,400  52%    1.21MB/s    0:05:24  
    453,509,120  53%    1.21MB/s    0:05:22  
    454,819,840  53%    1.21MB/s    0:05:21  
    456,130,560  53%    1.21MB/s    0:05:20  
    457,441,280  53%    1.21MB/s    0:05:18  
    458,752,000  53%    1.21MB/s    0:05:19  
    460,062,720  53%    1.21MB/s    0:05:18  
    461,373,440  54%    1.21MB/s    0:05:17  
    462,684,160  54%    1.20MB/s    0:05:19  
    463,994,880  54%    1.21MB/s    0:05:13  
    465,305,600  54%    1.21MB/s    0:05:13  
    466,616,320  54%    1.21MB/s    0:05:12  
    467,795,968  54%    1.19MB/s    0:05:17  
    469,106,688  54%    1.19MB/s    0:05:16  
    470,417,408  55%    1.19MB/s    0:05:14  
    471,728,128  55%    1.17MB/s    0:05:18  
    473,038,848  55%    1.20MB/s    0:05:08  
    474,349,568  55%    1.20MB/s    0:05:07  
    475,660,288  55%    1.19MB/s    0:05:10  
    476,971,008  55%    1.20MB/s    0:05:06  
    478,281,728  56%    1.21MB/s    0:05:03  
    479,592,448  56%    1.21MB/s    0:05:02  
    480,903,168  56%    1.22MB/s    0:04:57  
    482,213,888  56%    1.20MB/s    0:05:01  
    483,524,608  56%    1.20MB/s    0:05:00  
    484,835,328  56%    1.20MB/s    0:04:59  
    486,146,048  56%    1.18MB/s    0:05:03  
    487,456,768  57%    1.20MB/s    0:04:57  
    488,767,488  57%    1.20MB/s    0:04:56  
    489,947,136  57%    1.16MB/s    0:05:05  
    490,995,712  57%    1.12MB/s    0:05:16  
    492,306,432  57%    1.11MB/s    0:05:17  
    493,617,152  57%    1.11MB/s    0:05:16  
    494,927,872  57%    1.14MB/s    0:05:08  
    496,238,592  58%    1.20MB/s    0:04:51  
    497,549,312  58%    1.19MB/s    0:04:52  
    498,860,032  58%    1.19MB/s    0:04:51  
    500,170,752  58%    1.19MB/s    0:04:49  
    501,481,472  58%    1.18MB/s    0:04:52  
    502,792,192  58%    1.19MB/s    0:04:46  
    503,971,840  59%    1.16MB/s    0:04:55  
    505,282,560  59%    1.17MB/s    0:04:51  
    506,593,280  59%    1.17MB/s    0:04:50  
    507,904,000  59%    1.15MB/s    0:04:52  
    509,214,720  59%    1.19MB/s    0:04:42  
    510,525,440  59%    1.18MB/s    0:04:45  
    511,836,160  59%    1.19MB/s    0:04:40  
    513,146,880  60%    1.19MB/s    0:04:39  
    514,457,600  60%    1.19MB/s    0:04:38  
    515,735,552  60%    1.19MB/s    0:04:38  
    517,046,272  60%    1.19MB/s    0:04:37  
    518,225,920  60%    1.17MB/s    0:04:39  
    519,536,640  60%    1.17MB/s    0:04:39  
    520,847,360  61%    1.19MB/s    0:04:32  
    522,158,080  61%    1.18MB/s    0:04:35  
    523,468,800  61%    1.21MB/s    0:04:26  
    524,779,520  61%    1.21MB/s    0:04:25  
    526,090,240  61%    1.21MB/s    0:04:25  
    527,400,960  61%    1.22MB/s    0:04:20  
    528,711,680  61%    1.20MB/s    0:04:24  
    530,022,400  62%    1.20MB/s    0:04:23  
    531,333,120  62%    1.20MB/s    0:04:22  
    532,643,840  62%    1.20MB/s    0:04:21  
    533,954,560  62%    1.19MB/s    0:04:21  
    535,265,280  62%    1.20MB/s    0:04:19  
    536,576,000  62%    1.20MB/s    0:04:18  
    537,886,720  63%    1.20MB/s    0:04:17  
    539,197,440  63%    1.21MB/s    0:04:14  
    540,508,160  63%    1.21MB/s    0:04:13  
    541,818,880  63%    1.19MB/s    0:04:15  
    543,129,600  63%    1.19MB/s    0:04:14  
    544,440,320  63%    1.20MB/s    0:04:10  
    545,751,040  63%    1.20MB/s    0:04:09  
    547,061,760  64%    1.22MB/s    0:04:06  
    548,372,480  64%    1.20MB/s    0:04:08  
    549,683,200  64%    1.20MB/s    0:04:07  
    550,993,920  64%    1.20MB/s    0:04:06  
    552,304,640  64%    1.19MB/s    0:04:08  
    553,615,360  64%    1.21MB/s    0:04:02  
    554,926,080  65%    1.21MB/s    0:04:01  
    556,236,800  65%    1.21MB/s    0:04:00  
    557,547,520  65%    1.21MB/s    0:03:59  
    558,858,240  65%    1.20MB/s    0:03:59  
    560,168,960  65%    1.19MB/s    0:04:00  
    561,479,680  65%    1.18MB/s    0:04:01  
    562,790,400  65%    1.20MB/s    0:03:56  
    564,101,120  66%    1.20MB/s    0:03:55  
    565,411,840  66%    1.20MB/s    0:03:55  
    566,722,560  66%    1.21MB/s    0:03:52  
    568,033,280  66%    1.20MB/s    0:03:51  
    569,344,000  66%    1.18MB/s    0:03:54  
    570,654,720  66%    1.20MB/s    0:03:50  
    571,965,440  67%    1.20MB/s    0:03:48  
    573,276,160  67%    1.20MB/s    0:03:47  
    574,586,880  67%    1.21MB/s    0:03:45  
    575,897,600  67%    1.21MB/s    0:03:43  
    577,208,320  67%    1.20MB/s    0:03:44  
    578,519,040  67%    1.20MB/s    0:03:44  
    579,829,760  67%    1.21MB/s    0:03:41  
    581,140,480  68%    1.21MB/s    0:03:40  
    582,451,200  68%    1.22MB/s    0:03:37  
    583,761,920  68%    1.21MB/s    0:03:38  
    585,072,640  68%    1.21MB/s    0:03:37  
    586,383,360  68%    1.21MB/s    0:03:36  
    587,694,080  68%    1.19MB/s    0:03:38  
    589,004,800  69%    1.20MB/s    0:03:34  
    590,315,520  69%    1.21MB/s    0:03:33  
    591,626,240  69%    1.19MB/s    0:03:34  
    592,936,960  69%    1.22MB/s    0:03:29  
    594,247,680  69%    1.22MB/s    0:03:28  
    595,558,400  69%    1.22MB/s    0:03:26  
    596,738,048  69%    1.20MB/s    0:03:28  
    598,048,768  70%    1.20MB/s    0:03:27  
    599,359,488  70%    1.20MB/s    0:03:27  
    600,670,208  70%    1.17MB/s    0:03:30  
    601,980,928  70%    1.20MB/s    0:03:24  
    603,291,648  70%    1.20MB/s    0:03:23  
    604,602,368  70%    1.20MB/s    0:03:22  
    605,782,016  70%    1.20MB/s    0:03:22  
    607,092,736  71%    1.19MB/s    0:03:21  
    608,403,456  71%    1.19MB/s    0:03:21  
    609,714,176  71%    1.18MB/s    0:03:22  
    611,024,896  71%    1.20MB/s    0:03:17  
    612,335,616  71%    1.20MB/s    0:03:16  
    613,646,336  71%    1.16MB/s    0:03:22  
    615,088,128  72%    1.20MB/s    0:03:14  
    616,398,848  72%    1.20MB/s    0:03:12  
    617,709,568  72%    1.21MB/s    0:03:11  
    619,020,288  72%    1.26MB/s    0:03:02  
    620,331,008  72%    1.20MB/s    0:03:09  
    621,641,728  72%    1.20MB/s    0:03:08  
    622,952,448  72%    1.20MB/s    0:03:07  
    624,263,168  73%    1.19MB/s    0:03:08  
    625,573,888  73%    1.21MB/s    0:03:04  
    626,884,608  73%    1.21MB/s    0:03:03  
    628,195,328  73%    1.19MB/s    0:03:05  
    629,506,048  73%    1.21MB/s    0:03:01  
    630,685,696  73%    1.17MB/s    0:03:05  
    631,996,416  74%    1.17MB/s    0:03:05  
    633,176,064  74%    1.16MB/s    0:03:06  
    634,486,784  74%    1.16MB/s    0:03:04  
    635,797,504  74%    1.20MB/s    0:02:57  
    637,108,224  74%    1.19MB/s    0:02:57  
    638,418,944  74%    1.22MB/s    0:02:51  
    639,729,664  74%    1.22MB/s    0:02:51  
    641,040,384  75%    1.20MB/s    0:02:52  
    642,351,104  75%    1.21MB/s    0:02:50  
    643,661,824  75%    1.21MB/s    0:02:49  
    644,972,544  75%    1.19MB/s    0:02:50  
    646,283,264  75%    1.21MB/s    0:02:47  
    647,593,984  75%    1.21MB/s    0:02:46  
    648,904,704  76%    1.21MB/s    0:02:45  
    650,182,656  76%    1.20MB/s    0:02:45  
    651,493,376  76%    1.20MB/s    0:02:44  
    652,804,096  76%    1.20MB/s    0:02:43  
    654,114,816  76%    1.20MB/s    0:02:42  
    655,425,536  76%    1.21MB/s    0:02:39  
    656,736,256  76%    1.22MB/s    0:02:38  
    658,046,976  77%    1.20MB/s    0:02:39  
    659,357,696  77%    1.20MB/s    0:02:38  
    660,668,416  77%    1.21MB/s    0:02:35  
    661,979,136  77%    1.21MB/s    0:02:34  
    663,289,856  77%    1.23MB/s    0:02:31  
    664,600,576  77%    1.21MB/s    0:02:31  
    665,911,296  78%    1.22MB/s    0:02:30  
    667,222,016  78%    1.22MB/s    0:02:29  
    668,532,736  78%    1.21MB/s    0:02:29  
    669,843,456  78%    1.22MB/s    0:02:27  
    671,154,176  78%    1.19MB/s    0:02:29  
    672,464,896  78%    1.19MB/s    0:02:29  
    673,775,616  78%    1.19MB/s    0:02:27  
    675,086,336  79%    1.19MB/s    0:02:26  
    676,397,056  79%    1.19MB/s    0:02:25  
    677,707,776  79%    1.20MB/s    0:02:23  
    679,018,496  79%    1.21MB/s    0:02:21  
    680,329,216  79%    1.20MB/s    0:02:21  
    681,639,936  79%    1.22MB/s    0:02:18  
    682,950,656  80%    1.21MB/s    0:02:18  
    684,261,376  80%    1.20MB/s    0:02:17  
    685,572,096  80%    1.21MB/s    0:02:15  
    686,882,816  80%    1.21MB/s    0:02:14  
    688,193,536  80%    1.22MB/s    0:02:12  
    689,504,256  80%    1.21MB/s    0:02:12  
    690,814,976  80%    1.21MB/s    0:02:11  
    692,125,696  81%    1.21MB/s    0:02:10  
    693,436,416  81%    1.21MB/s    0:02:09  
    694,747,136  81%    1.21MB/s    0:02:08  
    696,057,856  81%    1.21MB/s    0:02:07  
    697,368,576  81%    1.21MB/s    0:02:06  
    698,679,296  81%    1.20MB/s    0:02:05  
    699,990,016  82%    1.22MB/s    0:02:03  
    701,300,736  82%    1.22MB/s    0:02:01  
    702,611,456  82%    1.21MB/s    0:02:01  
    703,922,176  82%    1.21MB/s    0:02:01  
    705,232,896  82%    1.21MB/s    0:01:59  
    706,543,616  82%    1.21MB/s    0:01:58  
    707,854,336  82%    1.22MB/s    0:01:56  
    709,165,056  83%    1.23MB/s    0:01:55  
    710,475,776  83%    1.21MB/s    0:01:55  
    711,786,496  83%    1.21MB/s    0:01:54  
    713,097,216  83%    1.21MB/s    0:01:53  
    714,407,936  83%    1.21MB/s    0:01:52  
    715,718,656  83%    1.23MB/s    0:01:49  
    717,029,376  83%    1.23MB/s    0:01:48  
    718,340,096  84%    1.22MB/s    0:01:47  
    719,650,816  84%    1.23MB/s    0:01:46  
    720,961,536  84%    1.21MB/s    0:01:47  
    722,272,256  84%    1.21MB/s    0:01:46  
    723,582,976  84%    1.21MB/s    0:01:44  
    724,893,696  84%    1.21MB/s    0:01:43  
    726,204,416  85%    1.23MB/s    0:01:41  
    727,515,136  85%    1.21MB/s    0:01:41  
    728,825,856  85%    1.21MB/s    0:01:40  
    730,136,576  85%    1.21MB/s    0:01:39  
    731,447,296  85%    1.19MB/s    0:01:39  
    732,758,016  85%    1.21MB/s    0:01:37  
    734,068,736  85%    1.20MB/s    0:01:37  
    735,379,456  86%    1.20MB/s    0:01:36  
    736,690,176  86%    1.21MB/s    0:01:34  
    738,000,896  86%    1.21MB/s    0:01:33  
    739,311,616  86%    1.21MB/s    0:01:32  
    740,491,264  86%    1.19MB/s    0:01:32  
    741,801,984  86%    1.19MB/s    0:01:31  
    743,112,704  87%    1.19MB/s    0:01:30  
    744,423,424  87%    1.20MB/s    0:01:28  
    745,603,072  87%    1.20MB/s    0:01:27  
    746,913,792  87%    1.20MB/s    0:01:27  
    748,224,512  87%    1.20MB/s    0:01:25  
    749,535,232  87%    1.20MB/s    0:01:25  
    750,845,952  87%    1.21MB/s    0:01:23  
    752,156,672  88%    1.21MB/s    0:01:21  
    753,467,392  88%    1.21MB/s    0:01:20  
    754,778,112  88%    1.21MB/s    0:01:19  
    756,088,832  88%    1.22MB/s    0:01:18  
    757,399,552  88%    1.22MB/s    0:01:17  
    758,710,272  88%    1.22MB/s    0:01:16  
    760,020,992  89%    1.22MB/s    0:01:15  
    761,331,712  89%    1.23MB/s    0:01:13  
    762,511,360  89%    1.19MB/s    0:01:14  
    763,691,008  89%    1.15MB/s    0:01:16  
    764,739,584  89%    1.09MB/s    0:01:19  
    765,919,232  89%    1.05MB/s    0:01:21  
    767,229,952  89%    1.09MB/s    0:01:17  
    768,540,672  90%    1.11MB/s    0:01:15  
    769,851,392  90%    1.16MB/s    0:01:10  
    771,031,040  90%    1.16MB/s    0:01:09  
    772,341,760  90%    1.16MB/s    0:01:08  
    773,652,480  90%    1.17MB/s    0:01:06  
    774,963,200  90%    1.19MB/s    0:01:04  
    776,273,920  90%    1.21MB/s    0:01:02  
    777,453,568  91%    1.19MB/s    0:01:02  
    778,633,216  91%    1.15MB/s    0:01:03  
    779,943,936  91%    1.14MB/s    0:01:03  
    781,254,656  91%    1.12MB/s    0:01:02  
    782,565,376  91%    1.13MB/s    0:01:01  
    783,843,328  91%    1.17MB/s    0:00:58  
    785,154,048  91%    1.18MB/s    0:00:56  
    786,464,768  92%    1.18MB/s    0:00:55  
    787,775,488  92%    1.20MB/s    0:00:53  
    789,086,208  92%    1.20MB/s    0:00:52  
    790,396,928  92%    1.18MB/s    0:00:52  
    791,707,648  92%    1.19MB/s    0:00:50  
    793,018,368  92%    1.18MB/s    0:00:50  
    794,329,088  93%    1.18MB/s    0:00:49  
    795,639,808  93%    1.20MB/s    0:00:47  
    796,950,528  93%    1.18MB/s    0:00:46  
    798,261,248  93%    1.19MB/s    0:00:45  
    799,571,968  93%    1.20MB/s    0:00:43  
    800,882,688  93%    1.18MB/s    0:00:43  
    802,193,408  93%    1.20MB/s    0:00:42  
    803,504,128  94%    1.19MB/s    0:00:41  
    804,814,848  94%    1.20MB/s    0:00:39  
    806,125,568  94%    1.20MB/s    0:00:38  
    807,436,288  94%    1.20MB/s    0:00:37  
    808,747,008  94%    1.20MB/s    0:00:36  
    810,057,728  94%    1.19MB/s    0:00:35  
    811,368,448  95%    1.21MB/s    0:00:34  
    812,679,168  95%    1.20MB/s    0:00:33  
    813,989,888  95%    1.19MB/s    0:00:32  
    815,300,608  95%    1.21MB/s    0:00:31  
    816,611,328  95%    1.21MB/s    0:00:29  
    817,922,048  95%    1.21MB/s    0:00:28  
    819,232,768  95%    1.22MB/s    0:00:27  
    820,543,488  96%    1.22MB/s    0:00:26  
    821,854,208  96%    1.21MB/s    0:00:25  
    823,164,928  96%    1.21MB/s    0:00:24  
    824,475,648  96%    1.21MB/s    0:00:23  
    825,786,368  96%    1.21MB/s    0:00:22  
    827,097,088  96%    1.22MB/s    0:00:21  
    828,407,808  97%    1.21MB/s    0:00:20  
    829,718,528  97%    1.23MB/s    0:00:19  
    831,029,248  97%    1.21MB/s    0:00:18  
    832,339,968  97%    1.21MB/s    0:00:17  
    833,650,688  97%    1.21MB/s    0:00:16  
    834,961,408  97%    1.21MB/s    0:00:15  
    836,272,128  97%    1.23MB/s    0:00:13  
    837,582,848  98%    1.23MB/s    0:00:12  
    838,893,568  98%    1.23MB/s    0:00:11  
    840,204,288  98%    1.23MB/s    0:00:10  
    841,515,008  98%    1.21MB/s    0:00:09  
    842,825,728  98%    1.21MB/s    0:00:08  
    844,136,448  98%    1.21MB/s    0:00:07  
    845,447,168  99%    1.21MB/s    0:00:06  
    846,757,888  99%    1.23MB/s    0:00:05  
    848,068,608  99%    1.21MB/s    0:00:04  
    849,379,328  99%    1.20MB/s    0:00:03  
    850,690,048  99%    1.20MB/s    0:00:02  
    852,000,768  99%    1.20MB/s    0:00:01  
    853,311,488  99%    1.22MB/s    0:00:00  
    853,626,592 100%    1.20MB/s    0:11:17 (xfr#3, to-chk=3/7)
images/pmos-plasma-mobile-nightly-20221017-pine64-pinephonepro.img.xz.sha256

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

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

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

sent 3,075,931,805 bytes  received 577 bytes  1,261,920.98 bytes/sec
total size is 3,075,180,460  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@7a5d3a78[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