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 c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be # timeout=10
Commit message: "Update build.sh"
 > git rev-list --no-walk c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be # timeout=10
true
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@4bcc2365[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:c4f94fc) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be
[plasma-mobile-nightly-images] $ /usr/bin/env bash /tmp/jenkins4548564854376046009.sh
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
Already up to date.
Processing /home/swadmin/pmbootstrap
Building wheels for collected packages: pmbootstrap
  Building wheel for pmbootstrap (setup.py): started
  Building wheel for pmbootstrap (setup.py): finished with status 'done'
  Created wheel for pmbootstrap: filename=pmbootstrap-1.50.0-py3-none-any.whl size=240804 sha256=cc5107184969f2adf66f4a0a34be48d9cc4d692e9a578c533ad4ab76a259eb22
  Stored in directory: /tmp/pip-ephem-wheel-cache-gyzbw14p/wheels/1d/da/c4/7885dd36d7592bdf6170ac765b7302a853d2e74e6bb8b82f2f
Successfully built pmbootstrap
Installing collected packages: pmbootstrap
  Attempting uninstall: pmbootstrap
    Found existing installation: pmbootstrap 1.50.0
    Uninstalling pmbootstrap-1.50.0:
      Successfully uninstalled pmbootstrap-1.50.0
  WARNING: The script pmbootstrap is installed in '/home/swadmin/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pmbootstrap-1.50.0
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
swadmin
Building image for tablet-x64uefi
From https://gitlab.com/postmarketOS/pmaports
   3802b2cd4..2b7036dd5  master            -> origin/master
 * [new branch]          fix-uboot-librem5 -> origin/fix-uboot-librem5
   83f14570d..62f19c781  v22.12            -> origin/v22.12
Updating 3802b2cd4..2b7036dd5
Fast-forward
 device/main/linux-postmarketos-allwinner/APKBUILD  |   10 +-
 .../config-postmarketos-allwinner.aarch64          |   10 +-
 .../config-postmarketos-allwinner.armv7            |    2 +-
 device/testing/device-samsung-goyavewifi/APKBUILD  |   29 +
 .../testing/device-samsung-goyavewifi/deviceinfo   |   40 +
 device/testing/linux-samsung-goyavewifi/APKBUILD   |   82 +
 .../config-samsung-goyavewifi.armv7                | 3521 ++++++++++++++++++++
 .../fix-dtb_qcom,msm-id.patch                      |   12 +
 .../fix-recordmcount.patch                         |   37 +
 .../gcc10-extern_YYLOC_global_declaration.patch    |    1 +
 ...gcc7-give-up-on-ilog2-const-optimizations.patch |    1 +
 .../gcc8-fix-put-user.patch                        |    1 +
 .../kernel-use-the-gnu89-standard-explicitly.patch |    1 +
 .../no-hardcoded-CROSS_COMPILE.patch               |   14 +
 .../sprdfb-check-for-buffering.patch               |   25 +
 .../sprdfb-fix-swapped-colors.patch                |    1 +
 16 files changed, 3775 insertions(+), 12 deletions(-)
 create mode 100644 device/testing/device-samsung-goyavewifi/APKBUILD
 create mode 100644 device/testing/device-samsung-goyavewifi/deviceinfo
 create mode 100644 device/testing/linux-samsung-goyavewifi/APKBUILD
 create mode 100644 device/testing/linux-samsung-goyavewifi/config-samsung-goyavewifi.armv7
 create mode 100644 device/testing/linux-samsung-goyavewifi/fix-dtb_qcom,msm-id.patch
 create mode 100644 device/testing/linux-samsung-goyavewifi/fix-recordmcount.patch
 create mode 120000 device/testing/linux-samsung-goyavewifi/gcc10-extern_YYLOC_global_declaration.patch
 create mode 120000 device/testing/linux-samsung-goyavewifi/gcc7-give-up-on-ilog2-const-optimizations.patch
 create mode 120000 device/testing/linux-samsung-goyavewifi/gcc8-fix-put-user.patch
 create mode 120000 device/testing/linux-samsung-goyavewifi/kernel-use-the-gnu89-standard-explicitly.patch
 create mode 100644 device/testing/linux-samsung-goyavewifi/no-hardcoded-CROSS_COMPILE.patch
 create mode 100644 device/testing/linux-samsung-goyavewifi/sprdfb-check-for-buffering.patch
 create mode 120000 device/testing/linux-samsung-goyavewifi/sprdfb-fix-swapped-colors.patch
[15:49:08] Work path [/home/swadmin/.local/var/pmbootstrap]: [15:49:08] Channel [edge]: [15:49:08] Vendor [qemu]: [15:49:08] Device codename [amd64]: [15:49:08] Kernel [lts]: [15:49:08] Username [user]: [15:49:08] User interface [weston]: [15:49:08] Change them? (y/n) [n]: [15:49:08] Extra packages [none]: [15:49:08] Use this timezone instead of GMT? (y/n) [y]: [15:49:08] Choose default locale for installation [C.UTF-8]: [15:49:08] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [15:49:08] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [15:49:08] Config changed: ui='plasma-mobile'
[15:49:08] Config changed: device='tablet-x64uefi'
[15:49:09] Config changed: kernel='edge'
[15:49:09] Config changed: extra_packages='osk-sdl'
(921150) [15:49:09] % 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)
(921150) [15:49:09] % 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.12]
description=Upcoming stable release (DO NOT USE)
branch_pmaports=v22.12
branch_aports=3.17-stable
mirrordir_alpine=v3.17

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

     0K                                                       100% 89.4M=0s

2022-12-01 16:06:46 (89.4 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-11-30 08:23:40.213700 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-659-g3c142e58f0 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-633-g8414ccdb5b [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-624-g0b17e97196 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24650 distinct packages available
(1/103) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1669155137-r1)
(2/103) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1669155137-r1)
(3/103) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0)
(4/103) Upgrading karchive (5.100.0-r0 -> 9999_git1668736611-r0)
(5/103) Upgrading kconfig (5.100.1-r0 -> 9999_git1668559787-r0)
(6/103) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1668962972-r0)
(7/103) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0)
(8/103) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0)
(9/103) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0)
(10/103) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1668964009-r0)
(11/103) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668964364-r0)
(12/103) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0)
(13/103) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0)
(14/103) Upgrading kcodecs (5.100.0-r0 -> 9999_git1668442178-r0)
(15/103) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1668736739-r0)
(16/103) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1668650093-r0)
(17/103) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0)
(18/103) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0)
(19/103) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0)
(20/103) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0)
(21/103) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0)
(22/103) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0)
(23/103) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1668426688-r0)
(24/103) Upgrading knotifications (5.100.0-r0 -> 9999_git1669215034-r0)
(25/103) Upgrading kservice (5.100.0-r0 -> 9999_git1668703334-r0)
(26/103) Upgrading solid-libs (5.100.0-r0 -> 9999_git1669041084-r0)
(27/103) Upgrading sonnet (5.100.0-r0 -> 9999_git1668427007-r0)
(28/103) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0)
(29/103) Upgrading kio (5.100.0-r0 -> 9999_git1668823056-r0)
(30/103) Upgrading kpackage (5.100.0-r0 -> 9999_git1668736693-r0)
(31/103) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1666436074-r0)
(32/103) Upgrading kwayland (5.100.0-r0 -> 9999_git1668692611-r0)
(33/103) Upgrading plasma-framework (5.100.1-r0 -> 9999_git1669155530-r0)
(34/103) Upgrading kwallet (5.100.0-r0 -> 9999_git1668823089-r0)
(35/103) Upgrading purpose (5.100.0-r0 -> 9999_git1668823112-r0)
(36/103) Upgrading angelfish (22.11-r0 -> 9999_git1667789871-r0)
(37/103) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/103) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0)
(39/103) Upgrading kidletime (5.100.0-r0 -> 9999_git1668426629-r0)
(40/103) Upgrading knewstuff (5.100.0-r0 -> 9999_git1668736681-r0)
(41/103) Upgrading kirigami-addons (0.6-r1 -> 9999_git1668823210-r0)
(42/103) Upgrading kclock (22.11-r0 -> 9999_git1668650950-r0)
(43/103) Upgrading kdecoration (5.26.4-r0 -> 9999_git1667789379-r0)
(44/103) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1668304265-r0)
(45/103) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1669022486-r0)
(46/103) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0)
(47/103) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0)
(48/103) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0)
(49/103) Upgrading kcmutils (5.100.0-r0 -> 9999_git1668564325-r0)
(50/103) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0)
(51/103) Upgrading oxygen (5.26.4-r0 -> 9999_git1669168434-r0)
(52/103) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0)
(53/103) Upgrading plasma-dialer (22.11-r0 -> 9999_git1669208514-r0)
(54/103) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1668995410-r0)
(55/103) Upgrading kded (5.100.0-r0 -> 9999_git1669024044-r0)
(56/103) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668797746-r0)
(57/103) Upgrading bluedevil (5.26.4-r0 -> 9999_git1668823793-r0)
(58/103) Upgrading breeze (5.26.4-r0 -> 9999_git1668806444-r0)
(59/103) Upgrading libkscreen (5.26.4-r0 -> 9999_git1668650779-r0)
(60/103) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/103) Upgrading kscreen (5.26.4-r0 -> 9999_git1668696724-r0)
(62/103) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/103) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1669065079-r0)
(64/103) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1668426282-r0)
(65/103) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0)
(66/103) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1667789641-r0)
(67/103) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0)
(68/103) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1668823911-r0)
(69/103) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1668823911-r0)
(70/103) Upgrading plasma-pa (5.26.4-r0 -> 9999_git1666836724-r0)
(71/103) Upgrading plasma-settings (22.11-r0 -> 9999_git1668824012-r1)
(72/103) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1667789359-r0)
(73/103) Upgrading kinit (5.100.0-r0 -> 9999_git1668823046-r0)
(74/103) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0)
(75/103) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1669081744-r0)
(76/103) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668799550-r0)
(77/103) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1668478703-r0)
(78/103) Upgrading kwin (5.26.2.1-r0 -> 9999_git1668823854-r0)
(79/103) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1669047491-r0)
(80/103) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0)
(81/103) Upgrading krunner (5.100.0-r0 -> 9999_git1668838399-r0)
(82/103) Upgrading milou (5.26.4-r0 -> 9999_git1667789539-r0)
(83/103) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1668785682-r0)
(84/103) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1668650838-r0)
(85/103) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1669255995-r0)
(86/103) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0)
(87/103) Upgrading baloo (5.100.0-r0 -> 9999_git1668736058-r0)
(88/103) Upgrading kholidays (5.100.0-r0 -> 9999_git1668823034-r0)
(89/103) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0)
(90/103) Upgrading kparts (5.100.0-r0 -> 9999_git1668736704-r0)
(91/103) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0)
(92/103) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1668736715-r0)
(93/103) Upgrading libksysguard (5.26.4-r0 -> 9999_git1668650789-r0)
(94/103) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1669255995-r0)
(95/103) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0)
(96/103) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1668773714-r0)
(97/103) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1667579379-r0)
(98/103) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1669250933-r0)
(99/103) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1667789783-r0)
(100/103) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1668823955-r0)
(101/103) Upgrading powerdevil (5.26.4-r0 -> 9999_git1668823955-r0)
(102/103) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1668823965-r0)
(103/103) Upgrading qmlkonsole (22.11-r0 -> 9999_git1669143210-r1)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing eudev-3.2.11-r5.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3352 MiB in 827 packages
(1/12) Installing bash (5.2.12-r0)
Executing bash-5.2.12-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-r1)
(7/12) Installing flatpak (1.14.1-r0)
Executing flatpak-1.14.1-r0.pre-install
Executing flatpak-1.14.1-r0.post-install
modprobe: can't change directory to '5.15.0-53-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.1-r0)
(9/12) Installing discover-backend-flatpak (5.26.4-r0)
(10/12) Installing htop (3.2.1-r1)
(11/12) Installing nano (7.0-r0)
(12/12) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing postmarketos-base-23-r1.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3361 MiB in 839 packages
ERROR: unable to select packages:
  so:libpython3.10.so.1.0 (no such package):
    required by: audiotube-9999_git1669065294-r0[so:libpython3.10.so.1.0]
(chroot) Exiting chroot...
[16:07:42] Unregister qemu binfmt (arm)
[16:07:42] Unregister qemu binfmt (aarch64)
[16:07:42] Unregister qemu binfmt (riscv64)
[16:07:43] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:07:43] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:07:43] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y
[16:07:43] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
[16:07:45] Cleared up ~6475 MB of space
[16:07:45] DONE!
Building image for pine64-pinephone
Already up to date.
[16:07:46] Work path [/home/swadmin/.local/var/pmbootstrap]: [16:07:46] Channel [edge]: [16:07:46] Vendor [qemu]: [16:07:46] Device codename [amd64]: [16:07:46] Kernel [lts]: [16:07:46] Username [user]: [16:07:46] User interface [weston]: [16:07:46] Change them? (y/n) [n]: [16:07:46] Extra packages [none]: [16:07:46] Use this timezone instead of GMT? (y/n) [y]: [16:07:46] Choose default locale for installation [C.UTF-8]: [16:07:46] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [16:07:46] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [16:07:46] Config changed: ui='plasma-mobile'
[16:07:47] Config changed: device='pine64-pinephone'
[16:07:47] Config changed: kernel=''
[16:07:47] Config changed: extra_packages='osk-sdl'
(996035) [16:07:47] % 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)
(996035) [16:07:47] % 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.12]
description=Upcoming stable release (DO NOT USE)
branch_pmaports=v22.12
branch_aports=3.17-stable
mirrordir_alpine=v3.17

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

     0K                                                       100% 57.1M=0s

2022-12-01 16:20:26 (57.1 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/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-12-01 09:31:51.722007 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-670-g1e2dea2a1d [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-659-g3c142e58f0 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-659-g3c142e58f0 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25070 distinct packages available
(1/103) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1669600691-r1)
(2/103) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1669600691-r1)
(3/103) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0)
(4/103) Upgrading karchive (5.100.0-r0 -> 9999_git1669300105-r0)
(5/103) Upgrading kconfig (5.100.1-r0 -> 9999_git1668559787-r0)
(6/103) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1669514190-r0)
(7/103) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0)
(8/103) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0)
(9/103) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0)
(10/103) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1669600668-r0)
(11/103) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668964364-r0)
(12/103) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0)
(13/103) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0)
(14/103) Upgrading kcodecs (5.100.0-r0 -> 9999_git1669600652-r0)
(15/103) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1669156983-r0)
(16/103) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1669114053-r0)
(17/103) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0)
(18/103) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0)
(19/103) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0)
(20/103) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0)
(21/103) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0)
(22/103) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0)
(23/103) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1669218869-r0)
(24/103) Upgrading knotifications (5.100.0-r0 -> 9999_git1669215034-r0)
(25/103) Upgrading kservice (5.100.0-r0 -> 9999_git1669298842-r0)
(26/103) Upgrading solid-libs (5.100.0-r0 -> 9999_git1669642145-r0)
(27/103) Upgrading sonnet (5.100.0-r0 -> 9999_git1669299343-r0)
(28/103) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0)
(29/103) Upgrading kio (5.100.0-r0 -> 9999_git1669647626-r0)
(30/103) Upgrading kpackage (5.100.0-r0 -> 9999_git1669600705-r0)
(31/103) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1669395357-r0)
(32/103) Upgrading kwayland (5.100.0-r0 -> 9999_git1668692611-r0)
(33/103) Upgrading plasma-framework (5.100.1-r0 -> 9999_git1669572562-r0)
(34/103) Upgrading kwallet (5.100.0-r0 -> 9999_git1668426873-r0)
(35/103) Upgrading purpose (5.100.0-r0 -> 9999_git1668611231-r0)
(36/103) Upgrading angelfish (22.11-r0 -> 9999_git1669429351-r0)
(37/103) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/103) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0)
(39/103) Upgrading kidletime (5.100.0-r0 -> 9999_git1668525639-r0)
(40/103) Upgrading knewstuff (5.100.0-r0 -> 9999_git1669514233-r0)
(41/103) Upgrading kirigami-addons (0.6-r1 -> 9999_git1669600961-r0)
(42/103) Upgrading kclock (22.11-r0 -> 9999_git1669601752-r0)
(43/103) Upgrading kdecoration (5.26.4-r0 -> 9999_git1669284886-r0)
(44/103) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/103) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1669022486-r0)
(46/103) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0)
(47/103) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0)
(48/103) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0)
(49/103) Upgrading kcmutils (5.100.0-r0 -> 9999_git1669600643-r0)
(50/103) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0)
(51/103) Upgrading oxygen (5.26.4-r0 -> 9999_git1669168434-r0)
(52/103) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0)
(53/103) Upgrading libprotobuf (3.21.9-r0 -> 3.21.10-r0)
(54/103) Upgrading plasma-dialer (22.11-r0 -> 9999_git1669601781-r0)
(55/103) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1669607625-r0)
(56/103) Upgrading kded (5.100.0-r0 -> 9999_git1669024044-r0)
(57/103) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668797746-r0)
(58/103) Upgrading bluedevil (5.26.4-r0 -> 9999_git1669514672-r0)
(59/103) Upgrading breeze (5.26.4-r0 -> 9999_git1669601452-r0)
(60/103) Upgrading libkscreen (5.26.4-r0 -> 9999_git1669116848-r0)
(61/103) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(62/103) Upgrading kscreen (5.26.4-r0 -> 9999_git1669447378-r0)
(63/103) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(64/103) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1669588500-r0)
(65/103) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1669535879-r0)
(66/103) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0)
(67/103) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1668860059-r0)
(68/103) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0)
(69/103) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1669601601-r0)
(70/103) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1669601601-r0)
(71/103) Upgrading plasma-settings (22.11-r0 -> 9999_git1668650979-r1)
(72/103) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1669601475-r0)
(73/103) Upgrading kinit (5.100.0-r0 -> 9999_git1668426639-r0)
(74/103) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0)
(75/103) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1669577468-r0)
(76/103) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668799550-r0)
(77/103) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1669629870-r0)
(78/103) Upgrading kwin (5.26.2.1-r0 -> 9999_git1669601537-r0)
(79/103) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1669362718-r0)
(80/103) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0)
(81/103) Upgrading krunner (5.100.0-r0 -> 9999_git1668838399-r0)
(82/103) Upgrading milou (5.26.4-r0 -> 9999_git1668875839-r0)
(83/103) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1669660265-r0)
(84/103) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1669288479-r0)
(85/103) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1669642904-r0)
(86/103) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0)
(87/103) Upgrading baloo (5.100.0-r0 -> 9999_git1669600629-r0)
(88/103) Upgrading kholidays (5.100.0-r0 -> 9999_git1669600678-r0)
(89/103) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0)
(90/103) Upgrading kparts (5.100.0-r0 -> 9999_git1668736704-r0)
(91/103) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0)
(92/103) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1669600104-r0)
(93/103) Upgrading libksysguard (5.26.4-r0 -> 9999_git1668650789-r0)
(94/103) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1669642904-r0)
(95/103) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0)
(96/103) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1669509940-r0)
(97/103) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1669394535-r0)
(98/103) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1669637421-r0)
(99/103) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1667789783-r0)
(100/103) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1669601692-r0)
(101/103) Upgrading powerdevil (5.26.4-r0 -> 9999_git1669601692-r0)
(102/103) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1669601702-r0)
(103/103) Upgrading qmlkonsole (22.11-r0 -> 9999_git1669601812-r1)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing eudev-3.2.11-r5.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: 2317 MiB in 756 packages
(1/10) Installing bash (5.2.12-r0)
Executing bash-5.2.12-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-r1)
(5/10) Installing flatpak (1.14.1-r0)
Executing flatpak-1.14.1-r0.pre-install
Executing flatpak-1.14.1-r0.post-install
modprobe: can't change directory to '5.15.0-53-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.1-r0)
(7/10) Installing discover-backend-flatpak (5.26.4-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (7.0-r1)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r0.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: 2328 MiB in 766 packages
(1/91) Installing syndication (9999_git1668427016-r0)
(2/91) Installing alligator (9999_git1669601722-r0)
(3/91) Installing libavc1394 (0.5.4-r3)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r3)
(7/91) Installing mpg123-libs (1.31.1-r0)
(8/91) Installing speex (1.2.1-r0)
(9/91) Installing libshout (2.4.6-r1)
(10/91) Installing wavpack (5.6.0-r0)
(11/91) Installing gst-plugins-good (1.20.4-r1)
(12/91) Installing py3-parsing (3.0.9-r1)
(13/91) Installing py3-packaging (21.3-r3)
(14/91) Installing py3-setuptools (65.6.3-r0)
(15/91) Installing py3-certifi (2022.9.24-r1)
(16/91) Installing py3-charset-normalizer (3.0.1-r1)
(17/91) Installing py3-idna (3.4-r3)
(18/91) Installing py3-urllib3 (1.26.12-r1)
(19/91) Installing py3-requests (2.28.1-r2)
(20/91) Installing py3-ytmusicapi (0.24.1-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-r1)
(24/91) Installing py3-websockets (10.4-r1)
(25/91) Installing py3-brotli (1.0.9-r10)
(26/91) Installing yt-dlp (2022.11.11-r1)
(27/91) Installing audiotube (9999_git1669601739-r1)
(28/91) Installing calindori (9999_git1667789891-r0)
(29/91) Installing live-media (2022.10.01-r0)
(30/91) Installing libxpm (3.5.14-r0)
(31/91) Installing a52dec (0.7.4-r8)
(32/91) Installing vulkan-loader (1.3.231.1-r0)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.4-r0)
(35/91) Installing libcddb (1.3.2-r4)
(36/91) Installing libdvbpsi (1.3.3-r0)
(37/91) Installing libdvdcss (1.4.3-r0)
(38/91) Installing libdvdread (6.1.3-r0)
(39/91) Installing libdvdnav (6.1.1-r0)
(40/91) Installing libebml (1.4.4-r0)
(41/91) Installing faad2-libs (2.10.1-r0)
(42/91) Installing libupnp (1.14.15-r0)
(43/91) Installing lua5.2-libs (5.2.4-r10)
(44/91) Installing libmad (0.15.1b-r9)
(45/91) Installing libmatroska (1.7.1-r0)
(46/91) Installing libmicrodns (0.2.0-r0)
(47/91) Installing libmpeg2 (0.5.1-r9)
(48/91) Installing glslang-libs (11.12.0-r0)
(49/91) Installing glslang (11.12.0-r0)
(50/91) Installing spirv-tools (1.3.231.1-r0)
(51/91) Installing shaderc (2022.3-r1)
(52/91) Installing libplacebo (5.229.1-r0)
(53/91) Installing libprotobuf-lite (3.21.10-r0)
(54/91) Installing vlc-libs (3.0.17.4-r12)
(55/91) Installing vlc (3.0.17.4-r12)
(56/91) Installing elisa (22.08.3-r0)
(57/91) Installing kunitconversion (9999_git1668736726-r0)
(58/91) Installing kalk (9999_git1668565871-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1668650938-r0)
(61/91) Installing keysmith (9999_git1669601960-r0)
(62/91) Installing krecorder (9999_git1669601761-r1)
(63/91) Installing kpublictransport (22.08.3-r0)
(64/91) Installing ktrip (9999_git1669663287-r0)
(65/91) Installing kweathercore (9999_git1668470939-r0)
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/91) Installing kweather (9999_git1669601771-r1)
(68/91) Installing libquotient (0.6.11-r0)
(69/91) Installing libcmark (0.30.2-r1)
(70/91) Installing neochat (9999_git1668684678-r0)
(71/91) Installing kjs (9999_git1668932643-r0)
(72/91) Installing libdjvulibre (3.5.28-r2)
(73/91) Installing libzip (1.9.2-r2)
(74/91) Installing ebook-tools (0.2.2-r3)
(75/91) Installing discount-libs (2.2.7b-r0)
(76/91) Installing poppler (22.11.0-r0)
(77/91) Installing poppler-qt5 (22.11.0-r0)
(78/91) Installing kdegraphics-mobipocket (22.08.3-r0)
(79/91) Installing libspectre (0.2.11-r0)
(80/91) Installing okular-common (22.08.3-r0)
(81/91) Installing okular (22.08.3-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_git1669601799-r0)
(86/91) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(87/91) Installing postmarketos-config-nftables-mdns (0.13-r0)
(88/91) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(91/91) Installing tokodon (9999_git1669601224-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing vlc-libs-3.0.17.4-r12.trigger
OK: 2496 MiB in 857 packages
(chroot) Exiting chroot...
[16:22:28] Unregister qemu binfmt (arm)
[16:22:28] Unregister qemu binfmt (aarch64)
[16:22:28] Unregister qemu binfmt (riscv64)
[16:22:28] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:22:28] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:22:28] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y
[16:22:28] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
[16:22:30] Cleared up ~4550 MB of space
[16:22:30] DONE!
Building image for pine64-pinephonepro
Already up to date.
[16:22:31] Work path [/home/swadmin/.local/var/pmbootstrap]: [16:22:31] Channel [edge]: [16:22:31] Vendor [qemu]: [16:22:31] Device codename [amd64]: [16:22:31] Kernel [lts]: [16:22:31] Username [user]: [16:22:31] User interface [weston]: [16:22:31] Change them? (y/n) [n]: [16:22:31] Extra packages [none]: [16:22:31] Use this timezone instead of GMT? (y/n) [y]: [16:22:31] Choose default locale for installation [C.UTF-8]: [16:22:31] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [16:22:31] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [16:22:31] Config changed: ui='plasma-mobile'
[16:22:31] Config changed: device='pine64-pinephonepro'
[16:22:32] Config changed: kernel=''
[16:22:32] Config changed: extra_packages='osk-sdl'
(1065293) [16:22:32] % 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)
(1065293) [16:22:32] % 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.12]
description=Upcoming stable release (DO NOT USE)
branch_pmaports=v22.12
branch_aports=3.17-stable
mirrordir_alpine=v3.17

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

     0K                                                       100% 61.6M=0s

2022-12-01 16:33:43 (61.6 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/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-12-01 09:31:51.722007 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-670-g1e2dea2a1d [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-659-g3c142e58f0 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-659-g3c142e58f0 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25069 distinct packages available
(1/102) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1669600691-r1)
(2/102) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1669600691-r1)
(3/102) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0)
(4/102) Upgrading karchive (5.100.0-r0 -> 9999_git1669300105-r0)
(5/102) Upgrading kconfig (5.100.1-r0 -> 9999_git1668559787-r0)
(6/102) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1669514190-r0)
(7/102) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0)
(8/102) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0)
(9/102) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0)
(10/102) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1669600668-r0)
(11/102) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668964364-r0)
(12/102) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0)
(13/102) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0)
(14/102) Upgrading kcodecs (5.100.0-r0 -> 9999_git1669600652-r0)
(15/102) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1669156983-r0)
(16/102) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1669114053-r0)
(17/102) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0)
(18/102) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0)
(19/102) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0)
(20/102) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0)
(21/102) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0)
(22/102) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0)
(23/102) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1669218869-r0)
(24/102) Upgrading knotifications (5.100.0-r0 -> 9999_git1669215034-r0)
(25/102) Upgrading kservice (5.100.0-r0 -> 9999_git1669298842-r0)
(26/102) Upgrading solid-libs (5.100.0-r0 -> 9999_git1669642145-r0)
(27/102) Upgrading sonnet (5.100.0-r0 -> 9999_git1669299343-r0)
(28/102) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0)
(29/102) Upgrading kio (5.100.0-r0 -> 9999_git1669647626-r0)
(30/102) Upgrading kpackage (5.100.0-r0 -> 9999_git1669600705-r0)
(31/102) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1669395357-r0)
(32/102) Upgrading kwayland (5.100.0-r0 -> 9999_git1668692611-r0)
(33/102) Upgrading plasma-framework (5.100.1-r0 -> 9999_git1669572562-r0)
(34/102) Upgrading kwallet (5.100.0-r0 -> 9999_git1668426873-r0)
(35/102) Upgrading purpose (5.100.0-r0 -> 9999_git1668611231-r0)
(36/102) Upgrading angelfish (22.11-r0 -> 9999_git1669429351-r0)
(37/102) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/102) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0)
(39/102) Upgrading kidletime (5.100.0-r0 -> 9999_git1668525639-r0)
(40/102) Upgrading knewstuff (5.100.0-r0 -> 9999_git1669514233-r0)
(41/102) Upgrading kirigami-addons (0.6-r1 -> 9999_git1669600961-r0)
(42/102) Upgrading kclock (22.11-r0 -> 9999_git1669601752-r0)
(43/102) Upgrading kdecoration (5.26.4-r0 -> 9999_git1669284886-r0)
(44/102) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/102) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1669022486-r0)
(46/102) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0)
(47/102) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0)
(48/102) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0)
(49/102) Upgrading kcmutils (5.100.0-r0 -> 9999_git1669600643-r0)
(50/102) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0)
(51/102) Upgrading oxygen (5.26.4-r0 -> 9999_git1669168434-r0)
(52/102) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0)
(53/102) Upgrading plasma-dialer (22.11-r0 -> 9999_git1669601781-r0)
(54/102) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1669607625-r0)
(55/102) Upgrading kded (5.100.0-r0 -> 9999_git1669024044-r0)
(56/102) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668797746-r0)
(57/102) Upgrading bluedevil (5.26.4-r0 -> 9999_git1669514672-r0)
(58/102) Upgrading breeze (5.26.4-r0 -> 9999_git1669601452-r0)
(59/102) Upgrading libkscreen (5.26.4-r0 -> 9999_git1669116848-r0)
(60/102) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/102) Upgrading kscreen (5.26.4-r0 -> 9999_git1669447378-r0)
(62/102) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/102) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1669588500-r0)
(64/102) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1669535879-r0)
(65/102) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0)
(66/102) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1668860059-r0)
(67/102) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0)
(68/102) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1669601601-r0)
(69/102) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1669601601-r0)
(70/102) Upgrading plasma-settings (22.11-r0 -> 9999_git1668650979-r1)
(71/102) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1669601475-r0)
(72/102) Upgrading kinit (5.100.0-r0 -> 9999_git1668426639-r0)
(73/102) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0)
(74/102) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1669577468-r0)
(75/102) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668799550-r0)
(76/102) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1669629870-r0)
(77/102) Upgrading kwin (5.26.2.1-r0 -> 9999_git1669601537-r0)
(78/102) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1669362718-r0)
(79/102) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0)
(80/102) Upgrading krunner (5.100.0-r0 -> 9999_git1668838399-r0)
(81/102) Upgrading milou (5.26.4-r0 -> 9999_git1668875839-r0)
(82/102) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1669660265-r0)
(83/102) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1669288479-r0)
(84/102) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1669642904-r0)
(85/102) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0)
(86/102) Upgrading baloo (5.100.0-r0 -> 9999_git1669600629-r0)
(87/102) Upgrading kholidays (5.100.0-r0 -> 9999_git1669600678-r0)
(88/102) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0)
(89/102) Upgrading kparts (5.100.0-r0 -> 9999_git1668736704-r0)
(90/102) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0)
(91/102) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1669600104-r0)
(92/102) Upgrading libksysguard (5.26.4-r0 -> 9999_git1668650789-r0)
(93/102) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1669642904-r0)
(94/102) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0)
(95/102) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1669509940-r0)
(96/102) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1669394535-r0)
(97/102) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1669637421-r0)
(98/102) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1667789783-r0)
(99/102) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1669601692-r0)
(100/102) Upgrading powerdevil (5.26.4-r0 -> 9999_git1669601692-r0)
(101/102) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1669601702-r0)
(102/102) Upgrading qmlkonsole (22.11-r0 -> 9999_git1669601812-r1)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing eudev-3.2.11-r5.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: 2339 MiB in 750 packages
(1/10) Installing bash (5.2.12-r0)
Executing bash-5.2.12-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-r1)
(5/10) Installing flatpak (1.14.1-r0)
Executing flatpak-1.14.1-r0.pre-install
Executing flatpak-1.14.1-r0.post-install
modprobe: can't change directory to '5.15.0-53-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.1-r0)
(7/10) Installing discover-backend-flatpak (5.26.4-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (7.0-r1)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r0.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: 2351 MiB in 760 packages
(1/91) Installing syndication (9999_git1668427016-r0)
(2/91) Installing alligator (9999_git1669601722-r0)
(3/91) Installing libavc1394 (0.5.4-r3)
(4/91) Installing libcaca (0.99_beta20-r0)
(5/91) Installing libdv (1.0.0-r7)
(6/91) Installing libiec61883 (1.2.0-r3)
(7/91) Installing mpg123-libs (1.31.1-r0)
(8/91) Installing speex (1.2.1-r0)
(9/91) Installing libshout (2.4.6-r1)
(10/91) Installing wavpack (5.6.0-r0)
(11/91) Installing gst-plugins-good (1.20.4-r1)
(12/91) Installing py3-parsing (3.0.9-r1)
(13/91) Installing py3-packaging (21.3-r3)
(14/91) Installing py3-setuptools (65.6.3-r0)
(15/91) Installing py3-certifi (2022.9.24-r1)
(16/91) Installing py3-charset-normalizer (3.0.1-r1)
(17/91) Installing py3-idna (3.4-r3)
(18/91) Installing py3-urllib3 (1.26.12-r1)
(19/91) Installing py3-requests (2.28.1-r2)
(20/91) Installing py3-ytmusicapi (0.24.1-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-r1)
(24/91) Installing py3-websockets (10.4-r1)
(25/91) Installing py3-brotli (1.0.9-r10)
(26/91) Installing yt-dlp (2022.11.11-r1)
(27/91) Installing audiotube (9999_git1669601739-r1)
(28/91) Installing calindori (9999_git1667789891-r0)
(29/91) Installing live-media (2022.10.01-r0)
(30/91) Installing libxpm (3.5.14-r0)
(31/91) Installing a52dec (0.7.4-r8)
(32/91) Installing vulkan-loader (1.3.231.1-r0)
(33/91) Installing ffmpeg4-libs (4.4.3-r0)
(34/91) Installing libbluray (1.3.4-r0)
(35/91) Installing libcddb (1.3.2-r4)
(36/91) Installing libdvbpsi (1.3.3-r0)
(37/91) Installing libdvdcss (1.4.3-r0)
(38/91) Installing libdvdread (6.1.3-r0)
(39/91) Installing libdvdnav (6.1.1-r0)
(40/91) Installing libebml (1.4.4-r0)
(41/91) Installing faad2-libs (2.10.1-r0)
(42/91) Installing libupnp (1.14.15-r0)
(43/91) Installing lua5.2-libs (5.2.4-r10)
(44/91) Installing libmad (0.15.1b-r9)
(45/91) Installing libmatroska (1.7.1-r0)
(46/91) Installing libmicrodns (0.2.0-r0)
(47/91) Installing libmpeg2 (0.5.1-r9)
(48/91) Installing glslang-libs (11.12.0-r0)
(49/91) Installing glslang (11.12.0-r0)
(50/91) Installing spirv-tools (1.3.231.1-r0)
(51/91) Installing shaderc (2022.3-r1)
(52/91) Installing libplacebo (5.229.1-r0)
(53/91) Installing libprotobuf-lite (3.21.10-r0)
(54/91) Installing vlc-libs (3.0.17.4-r12)
(55/91) Installing vlc (3.0.17.4-r12)
(56/91) Installing elisa (22.08.3-r0)
(57/91) Installing kunitconversion (9999_git1668736726-r0)
(58/91) Installing kalk (9999_git1668565871-r0)
(59/91) Installing qt5-qtkeychain (0.13.2-r0)
(60/91) Installing kasts (9999_git1668650938-r0)
(61/91) Installing keysmith (9999_git1669601960-r0)
(62/91) Installing krecorder (9999_git1669601761-r1)
(63/91) Installing kpublictransport (22.08.3-r0)
(64/91) Installing ktrip (9999_git1669663287-r0)
(65/91) Installing kweathercore (9999_git1668470939-r0)
(66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/91) Installing kweather (9999_git1669601771-r1)
(68/91) Installing libquotient (0.6.11-r0)
(69/91) Installing libcmark (0.30.2-r1)
(70/91) Installing neochat (9999_git1668684678-r0)
(71/91) Installing kjs (9999_git1668932643-r0)
(72/91) Installing libdjvulibre (3.5.28-r2)
(73/91) Installing libzip (1.9.2-r2)
(74/91) Installing ebook-tools (0.2.2-r3)
(75/91) Installing discount-libs (2.2.7b-r0)
(76/91) Installing poppler (22.11.0-r0)
(77/91) Installing poppler-qt5 (22.11.0-r0)
(78/91) Installing kdegraphics-mobipocket (22.08.3-r0)
(79/91) Installing libspectre (0.2.11-r0)
(80/91) Installing okular-common (22.08.3-r0)
(81/91) Installing okular (22.08.3-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_git1669601799-r0)
(86/91) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(87/91) Installing postmarketos-config-nftables-mdns (0.13-r0)
(88/91) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(91/91) Installing tokodon (9999_git1669601224-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r0.trigger
Executing postmarketos-base-23-r1.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing vlc-libs-3.0.17.4-r12.trigger
OK: 2518 MiB in 851 packages
(chroot) Exiting chroot...
[16:35:43] Unregister qemu binfmt (arm)
[16:35:43] Unregister qemu binfmt (aarch64)
[16:35:43] Unregister qemu binfmt (riscv64)
[16:35:43] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:35:43] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:35:44] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:35:44] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:35:45] Cleared up ~4470 MB of space
[16:35:46] DONE!
removed 'images/pmos-plasma-mobile-nightly-20221130-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221130-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221130-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221130-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221130-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221130-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 911.0 MiB / 3,469.0 MiB = 0.263, 46 MiB/s, 1:16
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221201-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 872.4 MiB / 3,429.0 MiB = 0.254, 45 MiB/s, 1:16
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221201-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,183.9 MiB / 4,636.0 MiB = 0.255, 48 MiB/s, 1:35
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221201-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221130-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221130-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221130-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221130-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221130-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221130-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221201-pine64-pinephone.img.xz

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

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

         32,768   0%  156.10kB/s    1:37:40  
      1,015,808   0%  973.50kB/s    0:15:38  
      2,326,528   0%    1.09MB/s    0:13:40  
      3,637,248   0%    1.13MB/s    0:13:05  
      4,947,968   0%    1.15MB/s    0:12:52  
      6,258,688   0%    1.22MB/s    0:12:08  
      7,569,408   0%    1.22MB/s    0:12:07  
      8,880,128   0%    1.20MB/s    0:12:15  
     10,190,848   1%    1.21MB/s    0:12:10  
     11,501,568   1%    1.21MB/s    0:12:09  
     12,812,288   1%    1.21MB/s    0:12:08  
     14,123,008   1%    1.22MB/s    0:11:58  
     15,433,728   1%    1.22MB/s    0:11:57  
     16,744,448   1%    1.22MB/s    0:11:56  
     18,055,168   1%    1.23MB/s    0:11:53  
     19,365,888   2%    1.23MB/s    0:11:52  
     20,676,608   2%    1.23MB/s    0:11:50  
     21,987,328   2%    1.23MB/s    0:11:49  
     23,298,048   2%    1.23MB/s    0:11:49  
     24,608,768   2%    1.23MB/s    0:11:48  
     25,919,488   2%    1.23MB/s    0:11:47  
     27,230,208   2%    1.22MB/s    0:11:51  
     28,540,928   3%    1.22MB/s    0:11:50  
     29,851,648   3%    1.22MB/s    0:11:49  
     31,162,368   3%    1.22MB/s    0:11:48  
     32,473,088   3%    1.20MB/s    0:11:55  
     33,783,808   3%    1.21MB/s    0:11:53  
     35,061,760   3%    1.20MB/s    0:11:56  
     36,372,480   3%    1.20MB/s    0:11:55  
     37,683,200   4%    1.22MB/s    0:11:43  
     38,993,920   4%    1.22MB/s    0:11:42  
     40,304,640   4%    1.22MB/s    0:11:37  
     41,615,360   4%    1.23MB/s    0:11:35  
     42,926,080   4%    1.23MB/s    0:11:34  
     44,236,800   4%    1.22MB/s    0:11:34  
     45,547,520   4%    1.22MB/s    0:11:33  
     46,858,240   5%    1.22MB/s    0:11:35  
     48,168,960   5%    1.21MB/s    0:11:37  
     49,479,680   5%    1.21MB/s    0:11:35  
     50,790,400   5%    1.21MB/s    0:11:35  
     52,101,120   5%    1.22MB/s    0:11:31  
     53,411,840   5%    1.23MB/s    0:11:26  
     54,722,560   5%    1.22MB/s    0:11:28  
     56,033,280   6%    1.22MB/s    0:11:27  
     57,344,000   6%    1.22MB/s    0:11:26  
     58,654,720   6%    1.22MB/s    0:11:24  
     59,965,440   6%    1.23MB/s    0:11:20  
     61,276,160   6%    1.23MB/s    0:11:19  
     62,586,880   6%    1.22MB/s    0:11:21  
     63,897,600   6%    1.22MB/s    0:11:21  
     65,208,320   7%    1.21MB/s    0:11:24  
     66,519,040   7%    1.21MB/s    0:11:24  
     67,829,760   7%    1.21MB/s    0:11:23  
     69,140,480   7%    1.19MB/s    0:11:33  
     70,451,200   7%    1.20MB/s    0:11:29  
     71,761,920   7%    1.20MB/s    0:11:28  
     73,072,640   7%    1.19MB/s    0:11:30  
     74,383,360   8%    1.19MB/s    0:11:28  
     75,694,080   8%    1.18MB/s    0:11:33  
     76,873,728   8%    1.15MB/s    0:11:53  
     78,184,448   8%    1.15MB/s    0:11:52  
     79,495,168   8%    1.15MB/s    0:11:51  
     80,805,888   8%    1.14MB/s    0:11:52  
     82,116,608   8%    1.17MB/s    0:11:37  
     83,427,328   9%    1.16MB/s    0:11:40  
     84,738,048   9%    1.17MB/s    0:11:30  
     86,048,768   9%    1.16MB/s    0:11:34  
     87,228,416   9%    1.13MB/s    0:11:52  
     88,408,064   9%    1.11MB/s    0:12:08  
     89,587,712   9%    1.06MB/s    0:12:39  
     90,767,360   9%    1.04MB/s    0:12:54  
     91,947,008  10%    1.04MB/s    0:12:53  
     93,126,656  10%    1.04MB/s    0:12:51  
     94,306,304  10%    1.04MB/s    0:12:51  
     95,485,952  10%    1.04MB/s    0:12:52  
     96,665,600  10%    1.03MB/s    0:12:55  
     97,845,248  10%    1.02MB/s    0:13:02  
     99,024,896  10%    1.01MB/s    0:13:06  
    100,204,544  10%    1.01MB/s    0:13:05  
    101,384,192  11%    1.02MB/s    0:12:59  
    102,563,840  11%    1.03MB/s    0:12:49  
    103,743,488  11%    1.04MB/s    0:12:39  
    104,923,136  11%    1.06MB/s    0:12:29  
    106,102,784  11%    1.06MB/s    0:12:24  
    107,282,432  11%    1.07MB/s    0:12:16  
    108,462,080  11%    1.07MB/s    0:12:13  
    109,641,728  11%    1.07MB/s    0:12:13  
    110,821,376  12%    1.07MB/s    0:12:14  
    112,001,024  12%    1.05MB/s    0:12:23  
    113,180,672  12%    1.05MB/s    0:12:26  
    114,360,320  12%    1.05MB/s    0:12:25  
    115,539,968  12%    1.05MB/s    0:12:26  
    116,719,616  12%    1.05MB/s    0:12:19  
    117,899,264  12%    1.06MB/s    0:12:16  
    119,078,912  13%    1.06MB/s    0:12:15  
    120,127,488  13%    1.04MB/s    0:12:22  
    121,307,136  13%    1.03MB/s    0:12:31  
    122,486,784  13%    1.03MB/s    0:12:30  
    123,666,432  13%    1.03MB/s    0:12:29  
    124,846,080  13%    1.04MB/s    0:12:18  
    126,025,728  13%    1.05MB/s    0:12:12  
    127,205,376  13%    1.05MB/s    0:12:09  
    128,385,024  14%    1.05MB/s    0:12:11  
    129,564,672  14%    1.05MB/s    0:12:07  
    130,744,320  14%    1.06MB/s    0:12:04  
    132,055,040  14%    1.08MB/s    0:11:49  
    133,365,760  14%    1.10MB/s    0:11:34  
    134,676,480  14%    1.11MB/s    0:11:23  
    135,856,128  14%    1.12MB/s    0:11:18  
    137,035,776  14%    1.11MB/s    0:11:24  
    138,346,496  15%    1.11MB/s    0:11:22  
    139,657,216  15%    1.11MB/s    0:11:21  
    140,836,864  15%    1.12MB/s    0:11:16  
    142,016,512  15%    1.11MB/s    0:11:22  
    143,196,160  15%    1.09MB/s    0:11:29  
    144,375,808  15%    1.09MB/s    0:11:29  
    145,555,456  15%    1.07MB/s    0:11:40  
    146,604,032  16%    1.05MB/s    0:11:51  
    147,652,608  16%    1.00MB/s    0:12:25  
    148,832,256  16% 1008.34kB/s    0:12:39  
    150,011,904  16% 1014.93kB/s    0:12:33  
    151,191,552  16%    1.03MB/s    0:12:05  
    152,502,272  16%    1.10MB/s    0:11:18  
    153,681,920  16%    1.12MB/s    0:11:03  
    154,861,568  16%    1.13MB/s    0:10:58  
    156,041,216  17%    1.12MB/s    0:10:59  
    157,220,864  17%    1.11MB/s    0:11:07  
    158,531,584  17%    1.13MB/s    0:10:54  
    159,842,304  17%    1.15MB/s    0:10:43  
    161,153,024  17%    1.17MB/s    0:10:27  
    162,332,672  17%    1.16MB/s    0:10:32  
    163,512,320  17%    1.12MB/s    0:10:54  
    164,691,968  18%    1.08MB/s    0:11:15  
    165,871,616  18%    1.03MB/s    0:11:47  
    167,051,264  18%    1.03MB/s    0:11:52  
    168,230,912  18%    1.02MB/s    0:11:57  
    169,377,792  18%    1.01MB/s    0:11:59  
    170,557,440  18%    1.01MB/s    0:12:00  
    171,737,088  18%    1.01MB/s    0:11:59  
    172,916,736  18%    1.02MB/s    0:11:52  
    174,096,384  19%    1.03MB/s    0:11:42  
    175,276,032  19%    1.03MB/s    0:11:39  
    176,455,680  19%    1.03MB/s    0:11:40  
    177,635,328  19%    1.03MB/s    0:11:42  
    178,814,976  19%    1.02MB/s    0:11:44  
    179,994,624  19%    1.02MB/s    0:11:43  
    181,174,272  19%    1.02MB/s    0:11:43  
    182,353,920  19%    1.03MB/s    0:11:34  
    183,533,568  20%    1.04MB/s    0:11:26  
    184,713,216  20%    1.04MB/s    0:11:25  
    185,761,792  20%    1.03MB/s    0:11:32  
    186,810,368  20%    1.01MB/s    0:11:44  
    187,990,016  20%    1.00MB/s    0:11:46  
    189,169,664  20%    1.01MB/s    0:11:43  
    190,349,312  20%    1.02MB/s    0:11:31  
    191,528,960  20%    1.03MB/s    0:11:27  
    192,577,536  21%    1.01MB/s    0:11:35  
    193,757,184  21%    1.01MB/s    0:11:34  
    194,805,760  21%    1.00MB/s    0:11:39  
    195,985,408  21%    1.01MB/s    0:11:32  
    197,165,056  21%    1.02MB/s    0:11:26  
    198,344,704  21%    1.02MB/s    0:11:25  
    199,524,352  21%    1.03MB/s    0:11:21  
    200,704,000  21%    1.01MB/s    0:11:27  
    201,883,648  22%    1.02MB/s    0:11:25  
    203,063,296  22%    1.02MB/s    0:11:23  
    204,111,872  22%    1.01MB/s    0:11:26  
    205,291,520  22%    1.01MB/s    0:11:25  
    206,471,168  22%    1.01MB/s    0:11:23  
    207,781,888  22%    1.04MB/s    0:11:03  
    208,961,536  22%    1.07MB/s    0:10:42  
    210,272,256  22%    1.11MB/s    0:10:20  
    211,582,976  23%    1.15MB/s    0:09:59  
    212,893,696  23%    1.15MB/s    0:09:56  
    214,204,416  23%    1.15MB/s    0:09:53  
    215,515,136  23%    1.15MB/s    0:09:52  
    216,825,856  23%    1.14MB/s    0:09:55  
    218,136,576  23%    1.14MB/s    0:09:57  
    219,316,224  23%    1.13MB/s    0:10:02  
    220,495,872  24%    1.11MB/s    0:10:11  
    221,675,520  24%    1.09MB/s    0:10:19  
    222,986,240  24%    1.10MB/s    0:10:14  
    224,296,960  24%    1.12MB/s    0:10:03  
    225,476,608  24%    1.12MB/s    0:10:00  
    226,656,256  24%    1.12MB/s    0:10:01  
    227,835,904  24%    1.10MB/s    0:10:09  
    229,146,624  25%    1.09MB/s    0:10:13  
    230,457,344  25%    1.11MB/s    0:10:00  
    231,768,064  25%    1.13MB/s    0:09:50  
    232,947,712  25%    1.13MB/s    0:09:47  
    234,258,432  25%    1.14MB/s    0:09:42  
    235,569,152  25%    1.13MB/s    0:09:44  
    236,879,872  25%    1.14MB/s    0:09:43  
    238,059,520  26%    1.12MB/s    0:09:49  
    239,239,168  26%    1.10MB/s    0:09:57  
    240,418,816  26%    1.08MB/s    0:10:08  
    241,598,464  26%    1.07MB/s    0:10:14  
    242,778,112  26%    1.08MB/s    0:10:07  
    243,957,760  26%    1.09MB/s    0:10:01  
    245,137,408  26%    1.09MB/s    0:09:57  
    246,317,056  26%    1.09MB/s    0:09:56  
    247,627,776  27%    1.11MB/s    0:09:48  
    248,938,496  27%    1.12MB/s    0:09:41  
    250,249,216  27%    1.13MB/s    0:09:32  
    251,559,936  27%    1.16MB/s    0:09:20  
    252,870,656  27%    1.17MB/s    0:09:14  
    254,181,376  27%    1.17MB/s    0:09:11  
    255,492,096  27%    1.17MB/s    0:09:08  
    256,802,816  28%    1.17MB/s    0:09:10  
    258,113,536  28%    1.16MB/s    0:09:13  
    259,424,256  28%    1.16MB/s    0:09:14  
    260,734,976  28%    1.16MB/s    0:09:12  
    262,045,696  28%    1.16MB/s    0:09:09  
    263,356,416  28%    1.16MB/s    0:09:07  
    264,667,136  28%    1.17MB/s    0:09:04  
    265,977,856  29%    1.18MB/s    0:08:56  
    267,288,576  29%    1.20MB/s    0:08:49  
    268,599,296  29%    1.21MB/s    0:08:41  
    269,778,944  29%    1.20MB/s    0:08:46  
    270,958,592  29%    1.15MB/s    0:09:05  
    272,138,240  29%    1.10MB/s    0:09:30  
    273,317,888  29%    1.06MB/s    0:09:50  
    274,497,536  30%    1.05MB/s    0:09:55  
    275,677,184  30%    1.05MB/s    0:09:55  
    276,856,832  30%    1.06MB/s    0:09:49  
    278,036,480  30%    1.06MB/s    0:09:46  
    279,216,128  30%    1.07MB/s    0:09:39  
    280,526,848  30%    1.11MB/s    0:09:16  
    281,837,568  30%    1.14MB/s    0:09:04  
    283,017,216  30%    1.13MB/s    0:09:04  
    284,196,864  31%    1.13MB/s    0:09:06  
    285,376,512  31%    1.08MB/s    0:09:26  
    286,556,160  31%    1.07MB/s    0:09:35  
    287,735,808  31%    1.06MB/s    0:09:36  
    288,915,456  31%    1.05MB/s    0:09:39  
    290,095,104  31%    1.06MB/s    0:09:37  
    291,274,752  31%    1.05MB/s    0:09:38  
    292,454,400  31%    1.05MB/s    0:09:37  
    293,634,048  32%    1.06MB/s    0:09:31  
    294,813,696  32%    1.07MB/s    0:09:28  
    295,993,344  32%    1.07MB/s    0:09:23  
    297,172,992  32%    1.08MB/s    0:09:17  
    298,352,640  32%    1.08MB/s    0:09:17  
    299,532,288  32%    1.08MB/s    0:09:17  
    300,711,936  32%    1.07MB/s    0:09:20  
    301,891,584  33%    1.05MB/s    0:09:28  
    303,038,464  33%    1.03MB/s    0:09:38  
    304,218,112  33%    1.02MB/s    0:09:43  
    305,397,760  33%    1.02MB/s    0:09:41  
    306,577,408  33%    1.03MB/s    0:09:39  
    307,757,056  33%    1.04MB/s    0:09:32  
    308,936,704  33%    1.04MB/s    0:09:30  
    310,116,352  33%    1.04MB/s    0:09:25  
    311,296,000  34%    1.05MB/s    0:09:19  
    312,475,648  34%    1.06MB/s    0:09:15  
    313,655,296  34%    1.07MB/s    0:09:07  
    314,834,944  34%    1.06MB/s    0:09:12  
    316,014,592  34%    1.05MB/s    0:09:15  
    317,194,240  34%    1.05MB/s    0:09:14  
    318,373,888  34%    1.05MB/s    0:09:14  
    319,684,608  34%    1.08MB/s    0:09:00  
    320,995,328  35%    1.11MB/s    0:08:43  
    322,306,048  35%    1.13MB/s    0:08:30  
    323,485,696  35%    1.14MB/s    0:08:28  
    324,796,416  35%    1.14MB/s    0:08:25  
    325,976,064  35%    1.12MB/s    0:08:34  
    327,155,712  35%    1.11MB/s    0:08:38  
    328,466,432  35%    1.12MB/s    0:08:30  
    329,646,080  36%    1.11MB/s    0:08:35  
    330,825,728  36%    1.10MB/s    0:08:36  
    332,005,376  36%    1.10MB/s    0:08:36  
    333,316,096  36%    1.10MB/s    0:08:36  
    334,626,816  36%    1.11MB/s    0:08:29  
    335,806,464  36%    1.11MB/s    0:08:29  
    336,986,112  36%    1.08MB/s    0:08:40  
    338,165,760  36%    1.05MB/s    0:08:53  
    339,345,408  37%    1.04MB/s    0:09:00  
    340,525,056  37%    1.06MB/s    0:08:51  
    341,835,776  37%    1.09MB/s    0:08:32  
    343,015,424  37%    1.10MB/s    0:08:28  
    344,195,072  37%    1.10MB/s    0:08:26  
    345,374,720  37%    1.09MB/s    0:08:30  
    346,685,440  37%    1.10MB/s    0:08:25  
    347,996,160  38%    1.14MB/s    0:08:03  
    349,306,880  38%    1.17MB/s    0:07:52  
    350,486,528  38%    1.15MB/s    0:08:00  
    351,666,176  38%    1.11MB/s    0:08:16  
    352,714,752  38%    1.05MB/s    0:08:41  
    353,763,328  38% 1020.64kB/s    0:09:09  
    354,811,904  38% 1018.81kB/s    0:09:09  
    355,991,552  38% 1021.03kB/s    0:09:07  
    357,171,200  39%    1.00MB/s    0:09:04  
    358,219,776  39%    1.01MB/s    0:08:58  
    359,268,352  39%    1.00MB/s    0:09:01  
    360,316,928  39% 1017.59kB/s    0:09:04  
    361,365,504  39% 1011.61kB/s    0:09:07  
    362,414,080  39% 1010.36kB/s    0:09:06  
    363,462,656  39% 1017.13kB/s    0:09:02  
    364,511,232  39% 1019.16kB/s    0:08:59  
    365,690,880  39%    1.00MB/s    0:08:55  
    366,870,528  40%    1.00MB/s    0:08:53  
    368,050,176  40%    1.00MB/s    0:08:52  
    369,098,752  40%    1.00MB/s    0:08:51  
    370,147,328  40% 1014.69kB/s    0:08:56  
    371,326,976  40% 1017.30kB/s    0:08:54  
    372,506,624  40% 1016.58kB/s    0:08:53  
    373,686,272  40% 1020.04kB/s    0:08:50  
    374,865,920  40%    1.01MB/s    0:08:44  
    376,045,568  41%    1.01MB/s    0:08:40  
    377,225,216  41%    1.01MB/s    0:08:38  
    378,273,792  41%    1.01MB/s    0:08:37  
    379,453,440  41%    1.02MB/s    0:08:30  
    380,633,088  41% 1022.60kB/s    0:08:42  
    381,812,736  41%    1.00MB/s    0:08:39  
    382,992,384  41%    1.00MB/s    0:08:37  
    384,040,960  41% 1011.97kB/s    0:08:44  
    385,089,536  42% 1018.73kB/s    0:08:39  
    386,269,184  42% 1018.25kB/s    0:08:39  
    387,448,832  42%    1.00MB/s    0:08:34  
    388,628,480  42%    1.01MB/s    0:08:28  
    389,677,056  42%    1.00MB/s    0:08:32  
    390,856,704  42% 1021.20kB/s    0:08:33  
    392,036,352  42% 1019.57kB/s    0:08:32  
    393,347,072  42%    1.03MB/s    0:08:16  
    394,526,720  43%    1.07MB/s    0:07:52  
    395,837,440  43%    1.11MB/s    0:07:38  
    397,148,160  43%    1.14MB/s    0:07:24  
    398,458,880  43%    1.14MB/s    0:07:23  
    399,769,600  43%    1.15MB/s    0:07:18  
    401,080,320  43%    1.14MB/s    0:07:19  
    402,391,040  43%    1.13MB/s    0:07:21  
    403,701,760  44%    1.13MB/s    0:07:22  
    404,750,336  44%    1.09MB/s    0:07:37  
    405,929,984  44%    1.07MB/s    0:07:43  
    407,109,632  44%    1.07MB/s    0:07:42  
    408,289,280  44%    1.07MB/s    0:07:43  
    409,600,000  44%    1.12MB/s    0:07:22  
    410,779,648  44%    1.13MB/s    0:07:13  
    411,959,296  45%    1.12MB/s    0:07:20  
    413,138,944  45%    1.10MB/s    0:07:23  
    414,449,664  45%    1.09MB/s    0:07:28  
    415,760,384  45%    1.10MB/s    0:07:23  
    416,940,032  45%    1.11MB/s    0:07:17  
    418,250,752  45%    1.13MB/s    0:07:10  
    419,561,472  45%    1.12MB/s    0:07:10  
    420,872,192  46%    1.12MB/s    0:07:11  
    422,051,840  46%    1.12MB/s    0:07:11  
    423,231,488  46%    1.11MB/s    0:07:11  
    424,411,136  46%    1.10MB/s    0:07:17  
    425,721,856  46%    1.09MB/s    0:07:16  
    426,901,504  46%    1.09MB/s    0:07:15  
    428,081,152  46%    1.08MB/s    0:07:19  
    429,260,800  46%    1.09MB/s    0:07:14  
    430,440,448  47%    1.07MB/s    0:07:23  
    431,620,096  47%    1.08MB/s    0:07:18  
    432,930,816  47%    1.09MB/s    0:07:10  
    434,241,536  47%    1.11MB/s    0:07:02  
    435,552,256  47%    1.14MB/s    0:06:50  
    436,731,904  47%    1.12MB/s    0:06:55  
    437,878,784  47%    1.11MB/s    0:07:01  
    439,058,432  47%    1.08MB/s    0:07:09  
    440,238,080  48%    1.06MB/s    0:07:15  
    441,417,728  48%    1.07MB/s    0:07:13  
    442,597,376  48%    1.08MB/s    0:07:08  
    443,777,024  48%    1.08MB/s    0:07:05  
    444,956,672  48%    1.08MB/s    0:07:02  
    446,267,392  48%    1.12MB/s    0:06:47  
    447,578,112  48%    1.14MB/s    0:06:39  
    448,888,832  49%    1.18MB/s    0:06:27  
    450,068,480  49%    1.15MB/s    0:06:33  
    451,248,128  49%    1.10MB/s    0:06:50  
    452,296,704  49%    1.06MB/s    0:07:05  
    453,476,352  49%    1.01MB/s    0:07:25  
    454,656,000  49%    1.02MB/s    0:07:22  
    455,835,648  49%    1.02MB/s    0:07:21  
    457,015,296  49%    1.03MB/s    0:07:15  
    458,194,944  50%    1.03MB/s    0:07:11  
    459,374,592  50%    1.03MB/s    0:07:12  
    460,554,240  50%    1.03MB/s    0:07:10  
    461,733,888  50%    1.03MB/s    0:07:08  
    462,913,536  50%    1.02MB/s    0:07:10  
    464,093,184  50%    1.03MB/s    0:07:08  
    465,272,832  50%    1.03MB/s    0:07:05  
    466,452,480  50%    1.03MB/s    0:07:05  
    467,632,128  51%    1.04MB/s    0:06:59  
    468,811,776  51%    1.04MB/s    0:06:59  
    469,991,424  51%    1.04MB/s    0:06:57  
    471,171,072  51%    1.04MB/s    0:06:57  
    472,350,720  51%    1.02MB/s    0:07:01  
    473,530,368  51%    1.02MB/s    0:07:02  
    474,710,016  51%    1.02MB/s    0:07:03  
    475,889,664  52%    1.02MB/s    0:07:00  
    477,069,312  52%    1.01MB/s    0:07:02  
    478,248,960  52%    1.02MB/s    0:06:58  
    479,428,608  52%    1.03MB/s    0:06:52  
    480,608,256  52%    1.04MB/s    0:06:48  
    481,787,904  52%    1.06MB/s    0:06:38  
    482,967,552  52%    1.07MB/s    0:06:35  
    483,885,056  52%    1.02MB/s    0:06:54  
    484,802,560  52%  980.14kB/s    0:07:18  
    485,851,136  53%  954.99kB/s    0:07:29  
    486,768,640  53%  897.27kB/s    0:07:57  
    487,686,144  53%  887.19kB/s    0:08:01  
    488,603,648  53%  884.44kB/s    0:08:01  
    489,521,152  53%  811.96kB/s    0:08:43  
    490,700,800  53%  868.19kB/s    0:08:08  
    491,749,376  53%  896.12kB/s    0:07:52  
    493,060,096  53%  980.40kB/s    0:07:10  
    494,370,816  54%    1.07MB/s    0:06:22  
    495,681,536  54%    1.09MB/s    0:06:13  
    496,992,256  54%    1.15MB/s    0:05:55  
    498,302,976  54%    1.14MB/s    0:05:56  
    499,613,696  54%    1.14MB/s    0:05:55  
    500,793,344  54%    1.13MB/s    0:05:58  
    501,841,920  54%    1.06MB/s    0:06:19  
    502,890,496  54%  993.79kB/s    0:06:54  
    503,939,072  55%  958.26kB/s    0:07:08  
    504,856,576  55%  901.41kB/s    0:07:34  
    505,774,080  55%  890.74kB/s    0:07:39  
    506,691,584  55%  904.70kB/s    0:07:31  
    507,740,160  55%  875.47kB/s    0:07:44  
    508,657,664  55%  875.06kB/s    0:07:44  
    509,575,168  55%  870.14kB/s    0:07:45  
    510,492,672  55%  864.86kB/s    0:07:47  
    511,541,248  55%  883.81kB/s    0:07:36  
    512,720,896  56%  950.42kB/s    0:07:03  
    513,900,544  56% 1021.52kB/s    0:06:32  
    515,211,264  56%    1.09MB/s    0:05:59  
    516,390,912  56%    1.13MB/s    0:05:45  
    517,570,560  56%    1.12MB/s    0:05:45  
    518,750,208  56%    1.12MB/s    0:05:44  
    520,060,928  56%    1.14MB/s    0:05:38  
    521,371,648  56%    1.14MB/s    0:05:35  
    522,551,296  57%    1.13MB/s    0:05:37  
    523,730,944  57%    1.12MB/s    0:05:42  
    524,910,592  57%    1.08MB/s    0:05:52  
    526,090,240  57%    1.05MB/s    0:06:00  
    527,269,888  57%    1.04MB/s    0:06:02  
    528,449,536  57%    1.04MB/s    0:06:04  
    529,629,184  57%    1.03MB/s    0:06:05  
    530,808,832  58%    1.03MB/s    0:06:05  
    531,988,480  58%    1.02MB/s    0:06:06  
    533,168,128  58%    1.03MB/s    0:06:01  
    534,347,776  58%    1.04MB/s    0:05:58  
    535,527,424  58%    1.05MB/s    0:05:52  
    536,707,072  58%    1.06MB/s    0:05:49  
    537,886,720  58%    1.06MB/s    0:05:47  
    539,066,368  58%    1.06MB/s    0:05:47  
    540,246,016  59%    1.05MB/s    0:05:49  
    541,425,664  59%    1.05MB/s    0:05:47  
    542,605,312  59%    1.05MB/s    0:05:45  
    543,784,960  59%    1.05MB/s    0:05:43  
    544,964,608  59%    1.05MB/s    0:05:44  
    546,144,256  59%    1.04MB/s    0:05:44  
    547,323,904  59%    1.03MB/s    0:05:48  
    548,503,552  59%    1.02MB/s    0:05:49  
    549,683,200  60%    1.03MB/s    0:05:45  
    550,862,848  60%    1.04MB/s    0:05:43  
    552,042,496  60%    1.04MB/s    0:05:39  
    552,828,928  60%  988.53kB/s    0:06:06  
    554,008,576  60%  980.50kB/s    0:06:07  
    555,188,224  60%  976.20kB/s    0:06:08  
    556,367,872  60%  976.20kB/s    0:06:07  
    557,547,520  60%    1.03MB/s    0:05:39  
    558,727,168  61%    1.03MB/s    0:05:36  
    559,906,816  61%    1.05MB/s    0:05:31  
    560,824,320  61% 1006.48kB/s    0:05:51  
    561,872,896  61%  989.92kB/s    0:05:56  
    562,921,472  61%  978.50kB/s    0:05:59  
    564,101,120  61%  971.08kB/s    0:06:01  
    565,280,768  61%    1.01MB/s    0:05:39  
    566,460,416  61%    1.03MB/s    0:05:29  
    567,640,064  62%    1.04MB/s    0:05:24  
    568,819,712  62%    1.06MB/s    0:05:19  
    570,130,432  62%    1.09MB/s    0:05:09  
    571,408,384  62%    1.10MB/s    0:05:04  
    572,719,104  62%    1.13MB/s    0:04:56  
    574,029,824  62%    1.13MB/s    0:04:54  
    575,340,544  62%    1.13MB/s    0:04:52  
    576,651,264  63%    1.14MB/s    0:04:49  
    577,961,984  63%    1.14MB/s    0:04:48  
    579,141,632  63%    1.14MB/s    0:04:48  
    580,321,280  63%    1.13MB/s    0:04:48  
    581,500,928  63%    1.12MB/s    0:04:51  
    582,680,576  63%    1.09MB/s    0:04:58  
    583,860,224  63%    1.08MB/s    0:04:58  
    585,170,944  63%    1.09MB/s    0:04:56  
    586,481,664  64%    1.10MB/s    0:04:51  
    587,661,312  64%    1.10MB/s    0:04:49  
    588,840,960  64%    1.08MB/s    0:04:53  
    590,020,608  64%    1.07MB/s    0:04:55  
    591,331,328  64%    1.08MB/s    0:04:53  
    592,642,048  64%    1.10MB/s    0:04:45  
    593,821,696  64%    1.13MB/s    0:04:38  
    595,001,344  65%    1.13MB/s    0:04:36  
    596,312,064  65%    1.13MB/s    0:04:35  
    597,491,712  65%    1.11MB/s    0:04:40  
    598,540,288  65%    1.04MB/s    0:04:56  
    599,195,648  65%  946.61kB/s    0:05:33  
    600,113,152  65%  867.49kB/s    0:06:02  
    600,768,512  65%  731.43kB/s    0:07:09  
    601,686,016  65%  725.21kB/s    0:07:11  
    602,996,736  65%  858.66kB/s    0:06:03  
    604,176,384  66%  926.45kB/s    0:05:35  
    605,356,032  66%    1.06MB/s    0:04:46  
    606,666,752  66%    1.12MB/s    0:04:27  
    607,977,472  66%    1.13MB/s    0:04:25  
    609,288,192  66%    1.14MB/s    0:04:21  
    610,598,912  66%    1.16MB/s    0:04:16  
    611,909,632  66%    1.16MB/s    0:04:15  
    613,220,352  67%    1.16MB/s    0:04:14  
    614,531,072  67%    1.15MB/s    0:04:14  
    615,710,720  67%    1.14MB/s    0:04:16  
    617,021,440  67%    1.14MB/s    0:04:15  
    618,332,160  67%    1.14MB/s    0:04:14  
    619,642,880  67%    1.15MB/s    0:04:10  
    620,953,600  67%    1.18MB/s    0:04:02  
    622,264,320  68%    1.18MB/s    0:04:01  
    623,443,968  68%    1.16MB/s    0:04:05  
    624,623,616  68%    1.12MB/s    0:04:13  
    625,803,264  68%    1.07MB/s    0:04:23  
    626,982,912  68%    1.05MB/s    0:04:28  
    628,162,560  68%    1.06MB/s    0:04:24  
    629,080,064  68%    1.01MB/s    0:04:36  
    630,128,640  68% 1009.08kB/s    0:04:42  
    630,915,072  68%  907.59kB/s    0:05:12  
    631,963,648  69%  856.48kB/s    0:05:30  
    632,881,152  69%  863.66kB/s    0:05:26  
    634,060,800  69%  892.40kB/s    0:05:14  
    635,240,448  69%  984.84kB/s    0:04:43  
    636,420,096  69% 1014.45kB/s    0:04:34  
    637,599,744  69%    1.04MB/s    0:04:20  
    638,779,392  69%    1.04MB/s    0:04:18  
    639,959,040  69%    1.03MB/s    0:04:20  
    641,007,616  70%    1.03MB/s    0:04:20  
    642,056,192  70% 1012.80kB/s    0:04:29  
    643,104,768  70%  976.65kB/s    0:04:38  
    644,153,344  70%  965.81kB/s    0:04:40  
    645,332,992  70%  981.64kB/s    0:04:34  
    646,512,640  70% 1011.62kB/s    0:04:25  
    647,692,288  70%    1.03MB/s    0:04:14  
    648,871,936  70%    1.05MB/s    0:04:08  
    650,051,584  71%    1.05MB/s    0:04:06  
    651,231,232  71%    1.05MB/s    0:04:04  
    652,541,952  71%    1.09MB/s    0:03:55  
    653,852,672  71%    1.12MB/s    0:03:48  
    655,032,320  71%    1.13MB/s    0:03:45  
    656,211,968  71%    1.11MB/s    0:03:46  
    657,391,616  71%    1.06MB/s    0:03:56  
    658,571,264  71%    1.04MB/s    0:04:01  
    659,750,912  72%    1.04MB/s    0:03:58  
    660,668,416  72%    1.01MB/s    0:04:06  
    661,848,064  72%    1.02MB/s    0:04:01  
    663,027,712  72%    1.03MB/s    0:03:58  
    664,207,360  72%    1.01MB/s    0:04:01  
    665,387,008  72%    1.06MB/s    0:03:50  
    666,566,656  72%    1.06MB/s    0:03:47  
    667,746,304  72%    1.07MB/s    0:03:46  
    668,925,952  73%    1.09MB/s    0:03:40  
    670,105,600  73%    1.10MB/s    0:03:36  
    671,285,248  73%    1.10MB/s    0:03:35  
    672,464,896  73%    1.11MB/s    0:03:32  
    673,644,544  73%    1.10MB/s    0:03:33  
    674,955,264  73%    1.11MB/s    0:03:31  
    676,265,984  73%    1.12MB/s    0:03:27  
    677,445,632  74%    1.12MB/s    0:03:27  
    678,756,352  74%    1.13MB/s    0:03:23  
    680,067,072  74%    1.13MB/s    0:03:22  
    681,377,792  74%    1.13MB/s    0:03:20  
    682,688,512  74%    1.15MB/s    0:03:17  
    683,868,160  74%    1.14MB/s    0:03:17  
    685,047,808  74%    1.13MB/s    0:03:18  
    686,358,528  75%    1.13MB/s    0:03:17  
    687,538,176  75%    1.12MB/s    0:03:17  
    688,848,896  75%    1.14MB/s    0:03:14  
    690,028,544  75%    1.11MB/s    0:03:17  
    691,208,192  75%    1.09MB/s    0:03:20  
    692,387,840  75%    1.07MB/s    0:03:22  
    693,567,488  75%    1.06MB/s    0:03:24  
    694,878,208  75%    1.09MB/s    0:03:16  
    696,057,856  76%    1.11MB/s    0:03:13  
    697,237,504  76%    1.11MB/s    0:03:11  
    698,548,224  76%    1.11MB/s    0:03:09  
    699,727,872  76%    1.10MB/s    0:03:10  
    701,038,592  76%    1.09MB/s    0:03:12  
    702,349,312  76%    1.13MB/s    0:03:04  
    703,660,032  76%    1.14MB/s    0:03:00  
    704,839,680  77%    1.13MB/s    0:03:01  
    705,986,560  77%    1.12MB/s    0:03:01  
    707,166,208  77%    1.07MB/s    0:03:08  
    708,345,856  77%    1.05MB/s    0:03:12  
    709,525,504  77%    1.04MB/s    0:03:12  
    710,705,152  77%    1.05MB/s    0:03:09  
    711,884,800  77%    1.06MB/s    0:03:07  
    713,064,448  77%    1.05MB/s    0:03:07  
    714,244,096  78%    1.06MB/s    0:03:05  
    715,423,744  78%    1.06MB/s    0:03:04  
    716,603,392  78%    1.05MB/s    0:03:03  
    717,783,040  78%    1.05MB/s    0:03:02  
    718,962,688  78%    1.06MB/s    0:03:00  
    720,142,336  78%    1.07MB/s    0:02:57  
    721,321,984  78%    1.09MB/s    0:02:53  
    722,501,632  78%    1.10MB/s    0:02:50  
    723,681,280  79%    1.10MB/s    0:02:49  
    724,860,928  79%    1.10MB/s    0:02:48  
    726,040,576  79%    1.10MB/s    0:02:48  
    727,220,224  79%    1.10MB/s    0:02:47  
    728,399,872  79%    1.11MB/s    0:02:44  
    729,579,520  79%    1.10MB/s    0:02:44  
    730,759,168  79%    1.09MB/s    0:02:45  
    731,938,816  80%    1.09MB/s    0:02:44  
    733,118,464  80%    1.07MB/s    0:02:45  
    734,298,112  80%    1.08MB/s    0:02:43  
    735,477,760  80%    1.06MB/s    0:02:45  
    736,657,408  80%    1.05MB/s    0:02:46  
    737,837,056  80%    1.05MB/s    0:02:44  
    739,016,704  80%    1.05MB/s    0:02:42  
    740,196,352  80%    1.08MB/s    0:02:37  
    741,376,000  81%    1.09MB/s    0:02:35  
    742,555,648  81%    1.08MB/s    0:02:35  
    743,735,296  81%    1.09MB/s    0:02:32  
    744,914,944  81%    1.10MB/s    0:02:30  
    746,094,592  81%    1.11MB/s    0:02:28  
    747,405,312  81%    1.12MB/s    0:02:26  
    748,584,960  81%    1.11MB/s    0:02:26  
    749,764,608  81%    1.11MB/s    0:02:25  
    751,075,328  82%    1.11MB/s    0:02:23  
    752,386,048  82%    1.14MB/s    0:02:19  
    753,696,768  82%    1.16MB/s    0:02:15  
    754,876,416  82%    1.16MB/s    0:02:14  
    756,056,064  82%    1.15MB/s    0:02:15  
    757,235,712  82%    1.12MB/s    0:02:17  
    758,415,360  82%    1.10MB/s    0:02:19  
    759,595,008  83%    1.09MB/s    0:02:19  
    760,905,728  83%    1.11MB/s    0:02:14  
    762,216,448  83%    1.13MB/s    0:02:11  
    763,527,168  83%    1.14MB/s    0:02:09  
    764,837,888  83%    1.16MB/s    0:02:06  
    766,017,536  83%    1.14MB/s    0:02:07  
    767,197,184  83%    1.10MB/s    0:02:11  
    768,245,760  83%    1.07MB/s    0:02:14  
    769,556,480  84%    1.07MB/s    0:02:12  
    770,867,200  84%    1.08MB/s    0:02:10  
    772,046,848  84%    1.10MB/s    0:02:06  
    773,226,496  84%    1.12MB/s    0:02:03  
    774,406,144  84%    1.10MB/s    0:02:05  
    775,716,864  84%    1.09MB/s    0:02:04  
    777,027,584  84%    1.10MB/s    0:02:02  
    778,207,232  85%    1.10MB/s    0:02:01  
    779,517,952  85%    1.12MB/s    0:01:58  
    780,697,600  85%    1.11MB/s    0:01:57  
    781,877,248  85%    1.10MB/s    0:01:57  
    783,056,896  85%    1.11MB/s    0:01:55  
    784,236,544  85%    1.11MB/s    0:01:55  
    785,416,192  85%    1.11MB/s    0:01:54  
    786,595,840  85%    1.11MB/s    0:01:53  
    787,808,256  86%    1.12MB/s    0:01:50  
    789,086,208  86%    1.12MB/s    0:01:49  
    790,396,928  86%    1.14MB/s    0:01:46  
    791,707,648  86%    1.15MB/s    0:01:44  
    793,018,368  86%    1.16MB/s    0:01:42  
    794,329,088  86%    1.17MB/s    0:01:40  
    795,639,808  86%    1.17MB/s    0:01:39  
    796,950,528  87%    1.17MB/s    0:01:38  
    798,261,248  87%    1.15MB/s    0:01:38  
    799,571,968  87%    1.15MB/s    0:01:38  
    800,882,688  87%    1.14MB/s    0:01:37  
    802,062,336  87%    1.14MB/s    0:01:36  
    803,373,056  87%    1.14MB/s    0:01:35  
    804,683,776  87%    1.16MB/s    0:01:33  
    805,863,424  88%    1.14MB/s    0:01:33  
    807,043,072  88%    1.12MB/s    0:01:33  
    808,222,720  88%    1.09MB/s    0:01:35  
    809,402,368  88%    1.05MB/s    0:01:38  
    810,582,016  88%    1.04MB/s    0:01:38  
    811,761,664  88%    1.03MB/s    0:01:37  
    812,941,312  88%    1.01MB/s    0:01:38  
    813,989,888  88% 1011.97kB/s    0:01:39  
    815,169,536  89% 1015.18kB/s    0:01:38  
    816,218,112  89% 1008.57kB/s    0:01:37  
    817,397,760  89% 1023.28kB/s    0:01:35  
    818,479,104  89%    1.02MB/s    0:01:32  
    819,625,984  89%    1.01MB/s    0:01:31  
    820,543,488  89% 1002.14kB/s    0:01:34  
    821,723,136  89% 1000.95kB/s    0:01:33  
    822,902,784  89% 1002.09kB/s    0:01:31  
    824,082,432  90% 1004.38kB/s    0:01:30  
    825,262,080  90%    1.03MB/s    0:01:24  
    826,310,656  90%    1.02MB/s    0:01:24  
    827,490,304  90%    1.02MB/s    0:01:23  
    828,669,952  90%    1.03MB/s    0:01:21  
    829,718,528  90%    1.01MB/s    0:01:21  
    831,029,248  90%    1.06MB/s    0:01:17  
    832,208,896  90%    1.06MB/s    0:01:16  
    833,388,544  91%    1.06MB/s    0:01:14  
    834,568,192  91%    1.07MB/s    0:01:13  
    835,747,840  91%    1.02MB/s    0:01:15  
    836,796,416  91%    1.01MB/s    0:01:15  
    837,976,064  91%    1.01MB/s    0:01:14  
    839,155,712  91%    1.02MB/s    0:01:12  
    840,302,592  91%    1.03MB/s    0:01:10  
    841,482,240  91%    1.04MB/s    0:01:09  
    842,530,816  92%    1.01MB/s    0:01:09  
    843,710,464  92%    1.00MB/s    0:01:09  
    844,890,112  92% 1022.83kB/s    0:01:08  
    846,069,760  92% 1022.13kB/s    0:01:07  
    847,249,408  92%    1.02MB/s    0:01:04  
    848,429,056  92%    1.03MB/s    0:01:02  
    849,608,704  92%    1.03MB/s    0:01:01  
    850,788,352  93%    1.03MB/s    0:01:00  
    851,968,000  93%    1.04MB/s    0:00:58  
    853,278,720  93%    1.07MB/s    0:00:56  
    854,589,440  93%    1.11MB/s    0:00:53  
    855,900,160  93%    1.14MB/s    0:00:50  
    857,079,808  93%    1.15MB/s    0:00:49  
    858,259,456  93%    1.14MB/s    0:00:48  
    859,570,176  93%    1.14MB/s    0:00:47  
    860,880,896  94%    1.13MB/s    0:00:46  
    862,191,616  94%    1.14MB/s    0:00:45  
    863,371,264  94%    1.12MB/s    0:00:44  
    864,550,912  94%    1.11MB/s    0:00:44  
    865,861,632  94%    1.11MB/s    0:00:43  
    867,172,352  94%    1.11MB/s    0:00:41  
    868,352,000  94%    1.13MB/s    0:00:40  
    869,531,648  95%    1.11MB/s    0:00:39  
    870,711,296  95%    1.09MB/s    0:00:39  
    871,890,944  95%    1.07MB/s    0:00:39  
    873,070,592  95%    1.07MB/s    0:00:38  
    874,381,312  95%    1.09MB/s    0:00:36  
    875,692,032  95%    1.11MB/s    0:00:34  
    876,871,680  95%    1.10MB/s    0:00:33  
    878,051,328  95%    1.09MB/s    0:00:33  
    879,230,976  96%    1.08MB/s    0:00:32  
    880,541,696  96%    1.09MB/s    0:00:30  
    881,852,416  96%    1.15MB/s    0:00:28  
    883,032,064  96%    1.16MB/s    0:00:26  
    884,211,712  96%    1.16MB/s    0:00:25  
    885,391,360  96%    1.11MB/s    0:00:25  
    886,571,008  96%    1.06MB/s    0:00:26  
    887,619,584  97%    1.03MB/s    0:00:25  
    888,668,160  97%    1.00MB/s    0:00:25  
    889,847,808  97%    1.01MB/s    0:00:24  
    891,027,456  97%    1.02MB/s    0:00:22  
    892,207,104  97%    1.02MB/s    0:00:21  
    893,255,680  97%    1.02MB/s    0:00:20  
    894,304,256  97%    1.01MB/s    0:00:19  
    895,352,832  97% 1018.81kB/s    0:00:19  
    896,401,408  97% 1009.61kB/s    0:00:18  
    897,581,056  98% 1015.38kB/s    0:00:16  
    898,760,704  98% 1024.00kB/s    0:00:15  
    899,940,352  98%    1.01MB/s    0:00:14  
    901,120,000  98%    1.04MB/s    0:00:12  
    902,168,576  98%    1.03MB/s    0:00:11  
    903,348,224  98%    1.04MB/s    0:00:10  
    904,396,800  98%    1.02MB/s    0:00:09  
    905,576,448  98%    1.03MB/s    0:00:08  
    906,756,096  99%    1.05MB/s    0:00:07  
    907,804,672  99%    1.04MB/s    0:00:06  
    908,853,248  99%    1.03MB/s    0:00:05  
    910,032,896  99%    1.03MB/s    0:00:04  
    911,212,544  99%    1.03MB/s    0:00:03  
    912,392,192  99%    1.04MB/s    0:00:02  
    913,571,840  99%    1.07MB/s    0:00:01  
    914,751,488  99%    1.05MB/s    0:00:00  
    914,819,036 100%    1.08MB/s    0:13:31 (xfr#3, to-chk=3/7)
images/pmos-plasma-mobile-nightly-20221201-pine64-pinephonepro.img.xz.sha256

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

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

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

sent 3,112,229,443 bytes  received 577 bytes  1,168,912.68 bytes/sec
total size is 3,111,469,188  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@7723d1dc[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:c4f94fc) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be
Sending notification to Discord.
Finished: SUCCESS