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@577f9358[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=37,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/jenkins13162199886694471914.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.1-py3-none-any.whl size=240803 sha256=3bbf6c5bd944509fd8f43e7fcb71878809779b2375f5a7d7d696d24f2846ced0
Stored in directory: /tmp/pip-ephem-wheel-cache-zq1_xl47/wheels/1d/da/c4/7885dd36d7592bdf6170ac765b7302a853d2e74e6bb8b82f2f
Successfully built pmbootstrap
Installing collected packages: pmbootstrap
Attempting uninstall: pmbootstrap
Found existing installation: pmbootstrap 1.50.1
Uninstalling pmbootstrap-1.50.1:
Successfully uninstalled pmbootstrap-1.50.1
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.1
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
swadmin
Building image for tablet-x64uefi
From https://gitlab.com/postmarketOS/pmaports
fd90572c6..04c166cdd master -> origin/master
* [new branch] caleb/postmarketos-dev -> origin/caleb/postmarketos-dev
* [new branch] caleb/postmarketos-ota -> origin/caleb/postmarketos-ota
Updating fd90572c6..04c166cdd
Fast-forward
device/community/firmware-motorola-osprey/APKBUILD | 55 +
device/testing/device-google-bob/APKBUILD | 56 +
device/testing/device-google-bob/deviceinfo | 29 +
.../device-google-bob/modprobe.d/accel.conf | 1 +
device/testing/device-google-bob/phoc.ini | 5 +
device/testing/device-motorola-osprey/APKBUILD | 12 +-
device/testing/device-motorola-osprey/deviceinfo | 13 +-
device/testing/device-samsung-j7elte/APKBUILD | 28 +
device/testing/device-samsung-j7elte/deviceinfo | 32 +
device/testing/linux-samsung-j7elte/APKBUILD | 74 +
.../config-samsung-j7elte.aarch64 | 4043 ++++++++++++++++++++
...eate-a-file-platform.h-which-is-a-symlink.patch | 13 +
device/testing/linux-samsung-j7elte/fix-argb.patch | 19 +
.../fix-vmm-blob-include.patch | 13 +
.../gcc10-extern_YYLOC_global_declaration.patch | 39 +
.../linux-samsung-j7elte/gcc8-fix-put-user.patch | 39 +
.../linux-samsung-j7elte/samsung-usb-ethaddr.patch | 18 +
17 files changed, 4477 insertions(+), 12 deletions(-)
create mode 100644 device/community/firmware-motorola-osprey/APKBUILD
create mode 100644 device/testing/device-google-bob/APKBUILD
create mode 100644 device/testing/device-google-bob/deviceinfo
create mode 100644 device/testing/device-google-bob/modprobe.d/accel.conf
create mode 100644 device/testing/device-google-bob/phoc.ini
create mode 100644 device/testing/device-samsung-j7elte/APKBUILD
create mode 100644 device/testing/device-samsung-j7elte/deviceinfo
create mode 100644 device/testing/linux-samsung-j7elte/APKBUILD
create mode 100644 device/testing/linux-samsung-j7elte/config-samsung-j7elte.aarch64
create mode 100644 device/testing/linux-samsung-j7elte/create-a-file-platform.h-which-is-a-symlink.patch
create mode 100644 device/testing/linux-samsung-j7elte/fix-argb.patch
create mode 100644 device/testing/linux-samsung-j7elte/fix-vmm-blob-include.patch
create mode 100644 device/testing/linux-samsung-j7elte/gcc10-extern_YYLOC_global_declaration.patch
create mode 100644 device/testing/linux-samsung-j7elte/gcc8-fix-put-user.patch
create mode 100644 device/testing/linux-samsung-j7elte/samsung-usb-ethaddr.patch
[15:49:06] [1mWork path [/home/swadmin/.local/var/pmbootstrap][0m: [15:49:06] [1mChannel [edge][0m: [15:49:06] [1mVendor [qemu][0m: [15:49:06] [1mDevice codename [amd64][0m: [15:49:06] [1mKernel [lts][0m: [15:49:06] [1mUsername [user][0m: [15:49:06] [1mUser interface [weston][0m: [15:49:06] [1mChange them? (y/n) [n][0m: [15:49:06] [1mExtra packages [none][0m: [15:49:06] [1mUse this timezone instead of GMT? (y/n) [y][0m: [15:49:06] [1mChoose default locale for installation [C.UTF-8][0m: [15:49:06] [1mDevice hostname (short form, e.g. 'foo') [qemu-amd64][0m: [15:49:06] [1mBuild outdated packages during 'pmbootstrap install'? (y/n) [y][0m: [15:49:07] Config changed: ui='plasma-mobile'
[15:49:07] Config changed: device='tablet-x64uefi'
[15:49:07] Config changed: kernel='edge'
[15:49:07] Config changed: extra_packages='osk-sdl'
(324518) [15:49:08] % 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)
(324518) [15:49:08] % 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
(324518) [15:49:08] *** (1/4) PREPARE NATIVE CHROOT ***
(324518) [15:49:08] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(324518) [15:49:08] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(324518) [15:49:08] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(324518) [15:49:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(324518) [15:49:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(324518) [15:49:08] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(324518) [15:49:08] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(324518) [15:49:08] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(324518) [15:49:08] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(324518) [15:49:08] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(324518) [15:49:08] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(324518) [15:49:08] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(324518) [15:49:08] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(324518) [15:49:08] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(324518) [15:49:08] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(324518) [15:49:08] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(324518) [15:49:08] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(324518) [15:49:08] Update package index for x86_64 (4 file(s))
(324518) [15:49:08] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(324518) [15:49:08] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(324518) [15:49:09] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(324518) [15:49:09] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(324518) [15:49:09] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(324518) [15:49:09] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(324518) [15:49:09] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(324518) [15:49:09] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(324518) [15:49:09] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(324518) [15:49:10] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(324518) [15:49:10] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:10] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:10] extracted: /tmp/pmbootstrapcjkmucduapk
(324518) [15:49:10] extracted: /tmp/pmbootstrapjz0tao3gsig
(324518) [15:49:10] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:10] % 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/pmbootstrapjz0tao3gsig /tmp/pmbootstrapcjkmucduapk
Verified OK
(324518) [15:49:10] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(324518) [15:49:10] % /tmp/pmbootstrapcjkmucduapk --version
apk-tools 2.12.10, compiled for x86_64.
(324518) [15:49:10] (native) install alpine-base
(324518) [15:49:10] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % 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
(324518) [15:49:10] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(324518) [15:49:10] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(324518) [15:49:10] (native) update /etc/apk/repositories
(324518) [15:49:10] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(324518) [15:49:10] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(324518) [15:49:10] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(324518) [15:49:10] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(324518) [15:49:10] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(324518) [15:49:10] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(324518) [15:49:10] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(324518) [15:49:10] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(324518) [15:49:10] % 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
(324518) [15:49:10] New background process: pid=324677, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(324518) [15:49:12] (native) % adduser -D pmos -u 12345
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(324518) [15:49:12] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(324518) [15:49:12] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(324518) [15:49:12] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(324518) [15:49:12] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(324518) [15:49:12] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(324518) [15:49:12] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(324518) [15:49:15] (native) install cryptsetup util-linux parted
(324518) [15:49:15] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(324518) [15:49:15] (native) % cat /tmp/apk_progress_fifo
(324518) [15:49:15] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(324518) [15:49:15] New background process: pid=324957, 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_p20221217-r0)
(11/42) Installing ncurses-libs (6.3_p20221217-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.5.0-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-r7)
(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
(324518) [15:49:17] *** (2/4) CREATE DEVICE ROOTFS ("tablet-x64uefi") ***
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(324518) [15:49:17] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(324518) [15:49:17] % 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
(324518) [15:49:17] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(324518) [15:49:17] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/null c 1 3
(324518) [15:49:17] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/zero c 1 5
(324518) [15:49:17] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/full c 1 7
(324518) [15:49:17] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/random c 1 8
(324518) [15:49:17] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/urandom c 1 9
(324518) [15:49:17] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(324518) [15:49:17] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(324518) [15:49:17] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(324518) [15:49:17] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(324518) [15:49:17] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:17] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:17] extracted: /tmp/pmbootstrap_sjh4pgyapk
(324518) [15:49:17] extracted: /tmp/pmbootstrapafdzzn68sig
(324518) [15:49:17] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(324518) [15:49:17] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapafdzzn68sig /tmp/pmbootstrap_sjh4pgyapk
Verified OK
(324518) [15:49:17] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(324518) [15:49:17] % /tmp/pmbootstrap_sjh4pgyapk --version
apk-tools 2.12.10, compiled for x86_64.
(324518) [15:49:17] (rootfs_tablet-x64uefi) install alpine-base
(324518) [15:49:17] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/cache
(324518) [15:49:17] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/resolv.conf
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk
(324518) [15:49:17] (rootfs_tablet-x64uefi) update /etc/apk/repositories
(324518) [15:49:17] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(324518) [15:49:17] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(324518) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(324518) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(324518) [15:49:17] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories
(324518) [15:49:17] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(324518) [15:49:17] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(324518) [15:49:17] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(324518) [15:49:17] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(324518) [15:49:17] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base
(324518) [15:49:17] New background process: pid=325422, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(324518) [15:49:18] (rootfs_tablet-x64uefi) % getent passwd user
(324518) [15:49:18] (rootfs_tablet-x64uefi) % adduser -D -u 10000 user
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S wheel
addgroup: group 'wheel' in use
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user wheel
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S video
addgroup: group 'video' in use
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user video
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S audio
addgroup: group 'audio' in use
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user audio
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S input
addgroup: group 'input' in use
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user input
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S plugdev
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user plugdev
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup -S netdev
addgroup: group 'netdev' in use
(324518) [15:49:18] (rootfs_tablet-x64uefi) % addgroup user netdev
(324518) [15:49:18] 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
(324518) [15:49:19] (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)
(324518) [15:49:19] cmd:sudo: has multiple providers (doas-sudo-shim, sudo), picked shortest: sudo
(324518) [15:49:19] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(324518) [15:49:19] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(324518) [15:49:19] linux-firmware-any: picked provider(s) with higest priority 1: linux-firmware
(324518) [15:49:20] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(324518) [15:49:20] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(324518) [15:49:21] (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
(324518) [15:49:21] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:49:21] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(324518) [15:49:21] (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
(324518) [15:49:21] New background process: pid=325498, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/805) Installing icu-data-full (72.1-r1)
(2/805) Installing dbus-libs (1.14.4-r0)
(3/805) Installing libgcc (12.2.1_git20220924-r5)
(4/805) Installing libffi (3.4.4-r0)
(5/805) Installing libintl (0.21.1-r1)
(6/805) Installing libblkid (2.38.1-r1)
(7/805) Installing libmount (2.38.1-r1)
(8/805) Installing pcre2 (10.42-r0)
(9/805) Installing glib (2.74.3-r2)
(10/805) Installing libstdc++ (12.2.1_git20220924-r5)
(11/805) Installing icu-libs (72.1-r1)
(12/805) Installing libpcre2-16 (10.42-r0)
(13/805) Installing zstd-libs (1.5.2-r9)
(14/805) Installing qt5-qtbase (5.15.6_git20221010-r1)
(15/805) Installing hicolor-icon-theme (0.17-r2)
(16/805) Installing libmagic (5.43-r0)
(17/805) Installing file (5.43-r0)
(18/805) Installing libxau (1.0.11-r0)
(19/805) Installing libmd (1.0.4-r0)
(20/805) Installing libbsd (0.11.7-r0)
(21/805) Installing libxdmcp (1.1.4-r0)
(22/805) Installing libxcb (1.15-r0)
(23/805) Installing libx11 (1.8.2-r1)
(24/805) Installing libxext (1.3.5-r0)
(25/805) Installing libice (1.1.1-r0)
(26/805) Installing libuuid (2.38.1-r1)
(27/805) Installing libsm (1.2.4-r0)
(28/805) Installing libxt (1.2.1-r1)
(29/805) Installing libxmu (1.1.4-r0)
(30/805) Installing xset (1.2.5-r0)
(31/805) Installing xprop (1.2.6-r0)
(32/805) Installing xdg-utils (1.1.3-r4)
(33/805) Installing mesa (22.3.1-r0)
(34/805) Installing hwdata-pci (0.365-r0)
(35/805) Installing libpciaccess (0.17-r0)
(36/805) Installing libdrm (2.4.114-r0)
(37/805) Installing libexpat (2.5.0-r0)
(38/805) Installing wayland-libs-server (1.21.0-r1)
(39/805) Installing libxfixes (6.0.0-r0)
(40/805) Installing libxxf86vm (1.1.5-r0)
(41/805) Installing mesa-glapi (22.3.1-r0)
(42/805) Installing libxshmfence (1.3.2-r0)
(43/805) Installing mesa-gl (22.3.1-r0)
(44/805) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(45/805) Installing libxcomposite (0.4.6-r0)
(46/805) Installing brotli-libs (1.0.9-r10)
(47/805) Installing libbz2 (1.0.8-r4)
(48/805) Installing libpng (1.6.39-r2)
(49/805) Installing freetype (2.12.1-r0)
(50/805) Installing fontconfig (2.14.1-r0)
(51/805) Installing wayland-libs-client (1.21.0-r1)
(52/805) Installing wayland-libs-cursor (1.21.0-r1)
(53/805) Installing wayland-libs-egl (1.21.0-r1)
(54/805) Installing xkeyboard-config (2.37-r0)
(55/805) Installing xz-libs (5.4.0-r0)
(56/805) Installing libxml2 (2.10.3-r2)
(57/805) Installing libxkbcommon (1.4.1-r0)
(58/805) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(59/805) Installing mesa-gbm (22.3.1-r0)
(60/805) Installing mesa-egl (22.3.1-r0)
(61/805) Installing avahi-libs (0.8-r6)
(62/805) Installing gmp (6.2.1-r2)
(63/805) Installing nettle (3.8.1-r0)
(64/805) Installing p11-kit (0.24.1-r1)
(65/805) Installing libtasn1 (4.19.0-r0)
(66/805) Installing libunistring (1.1-r0)
(67/805) Installing gnutls (3.7.8-r2)
(68/805) Installing cups-libs (2.4.2-r1)
(69/805) Installing pkgconf (1.9.3-r1)
(70/805) Installing shared-mime-info (2.2-r2)
(71/805) Installing libjpeg-turbo (2.1.4-r0)
(72/805) Installing libwebp (1.2.4-r1)
(73/805) Installing tiff (4.5.0-r1)
(74/805) Installing gdk-pixbuf (2.42.10-r2)
(75/805) Installing gtk-update-icon-cache (3.24.35-r2)
(76/805) Installing libxrender (0.9.11-r0)
(77/805) Installing libxcursor (1.2.1-r1)
(78/805) Installing libxdamage (1.1.6-r0)
(79/805) Installing libxi (1.8-r0)
(80/805) Installing libxinerama (1.1.5-r0)
(81/805) Installing libxrandr (1.5.3-r0)
(82/805) Installing libatk-1.0 (2.46.0-r0)
(83/805) Installing libxtst (1.2.4-r0)
(84/805) Installing at-spi2-core (2.46.0-r0)
(85/805) Installing libatk-bridge-2.0 (2.46.0-r0)
(86/805) Installing pixman (0.42.2-r0)
(87/805) Installing cairo (1.17.6-r3)
(88/805) Installing cairo-gobject (1.17.6-r3)
(89/805) Installing libepoxy (1.5.10-r0)
(90/805) Installing fribidi (1.0.12-r0)
(91/805) Installing graphite2 (1.3.14-r2)
(92/805) Installing harfbuzz (6.0.0-r0)
(93/805) Installing libxft (2.3.7-r0)
(94/805) Installing pango (1.50.12-r0)
(95/805) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(96/805) Installing libevdev (1.13.0-r0)
(97/805) Installing mtdev (1.1.6-r1)
(98/805) Installing eudev-libs (3.2.11-r6)
(99/805) Installing libinput-libs (1.22.0-r0)
(100/805) Installing xcb-util-wm (0.4.2-r0)
(101/805) Installing xcb-util (0.4.1-r0)
(102/805) Installing xcb-util-image (0.4.1-r0)
(103/805) Installing xcb-util-keysyms (0.4.1-r0)
(104/805) Installing xcb-util-renderutil (0.3.10-r0)
(105/805) Installing libxkbcommon-x11 (1.4.1-r0)
(106/805) Installing qt5-qtbase-x11 (5.15.6_git20221010-r1)
(107/805) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(108/805) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(109/805) Installing kirigami2-libs (5.101.0-r0)
(110/805) Installing libgomp (12.2.1_git20220924-r5)
(111/805) Installing kirigami2 (5.101.0-r0)
(112/805) Installing kactivities-libs (5.101.0-r0)
(113/805) Installing karchive (5.101.0-r0)
(114/805) Installing kconfig (5.101.0-r0)
(115/805) Installing kcoreaddons (5.101.0-r0)
(116/805) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(117/805) Installing kwindowsystem (5.101.0-r0)
(118/805) Installing kcrash (5.101.0-r0)
(119/805) Installing kdbusaddons (5.101.0-r0)
(120/805) Installing kglobalaccel (5.101.0-r0)
(121/805) Installing kguiaddons (5.101.0-r0)
(122/805) Installing ki18n (5.101.0-r0)
(123/805) Installing libelogind (246.10-r5)
(124/805) Installing polkit-elogind-libs (122-r0)
(125/805) Installing polkit-qt-1 (0.114.0-r1)
(126/805) Installing kauth (5.101.0-r0)
(127/805) Installing kcodecs (5.101.0-r0)
(128/805) Installing kwidgetsaddons (5.101.0-r0)
(129/805) Installing kconfigwidgets (5.101.0-r0)
(130/805) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(131/805) Installing kiconthemes (5.101.0-r0)
(132/805) Installing kitemviews (5.101.0-r0)
(133/805) Installing kxmlgui (5.101.0-r0)
(134/805) Installing kbookmarks (5.101.0-r0)
(135/805) Installing kcompletion (5.101.0-r0)
(136/805) Installing libxml2-utils (2.10.3-r2)
(137/805) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(138/805) Installing libgpg-error (1.46-r1)
(139/805) Installing libgcrypt (1.10.1-r0)
(140/805) Installing libxslt (1.1.37-r0)
(141/805) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(142/805) Installing kdoctools (5.101.0-r0)
(143/805) Installing kjobwidgets (5.101.0-r0)
(144/805) Installing alsa-lib (1.2.8-r0)
(145/805) Installing libxv (1.0.12-r0)
(146/805) Installing cdparanoia-libs (10.2-r11)
(147/805) Installing graphene (1.10.8-r1)
(148/805) Installing gstreamer (1.20.5-r0)
(149/805) Installing libogg (1.3.5-r2)
(150/805) Installing opus (1.3.1-r1)
(151/805) Installing orc (0.4.33-r0)
(152/805) Installing libtheora (1.1.1-r16)
(153/805) Installing libvorbis (1.3.7-r0)
(154/805) Installing gst-plugins-base (1.20.5-r0)
(155/805) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(156/805) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(157/805) Installing sound-theme-freedesktop (0.8-r0)
(158/805) Installing libltdl (2.4.7-r0)
(159/805) Installing libcanberra (0.30-r9)
(160/805) Installing libcanberra-gstreamer (0.30-r9)
(161/805) Installing knotifications (5.101.0-r0)
(162/805) Installing kservice (5.101.0-r0)
(163/805) Installing solid-libs (5.101.0-r0)
(164/805) Installing libhunspell (1.7.1-r0)
(165/805) Installing ncurses-terminfo-base (6.3_p20221217-r0)
(166/805) Installing ncurses-libs (6.3_p20221217-r0)
(167/805) Installing readline (8.2.0-r0)
(168/805) Installing hunspell (1.7.1-r0)
(169/805) Installing sonnet (5.101.0-r0)
(170/805) Installing ktextwidgets (5.101.0-r0)
(171/805) Installing kio (5.101.0-r0)
(172/805) Installing kpackage (5.101.0-r0)
(173/805) Installing kdeclarative (5.101.0-r0)
(174/805) Installing kwayland (5.101.0-r0)
(175/805) Installing plasma-framework (5.101.0-r0)
(176/805) Installing sqlite-libs (3.40.0-r0)
(177/805) Installing libaccounts-glib (1.26-r1)
(178/805) Installing libaccounts-qt (1.16-r1)
(179/805) Installing signond (8.61-r0)
(180/805) Installing accounts-qml-module (0.7_git20190605-r1)
(181/805) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(182/805) Installing sdl2 (2.26.1-r0)
(183/805) Installing svt-av1-libs (1.4.1-r0)
(184/805) Installing aom-libs (3.5.0-r0)
(185/805) Installing libass (0.17.0-r0)
(186/805) Installing libdav1d (1.0.0-r2)
(187/805) Installing lcms2 (2.14-r2)
(188/805) Installing libjxl (0.7.0-r0)
(189/805) Installing lame (3.100-r2)
(190/805) Installing libasyncns (0.8-r1)
(191/805) Installing flac-libs (1.4.2-r0)
(192/805) Installing libsndfile (1.1.0-r3)
(193/805) Installing soxr (0.1.3-r3)
(194/805) Installing speexdsp (1.2.1-r0)
(195/805) Installing tdb-libs (1.4.7-r1)
(196/805) Installing libpulse (9999_git20220528-r0)
(197/805) Installing cjson (1.7.15-r3)
(198/805) Installing mbedtls (2.28.2-r0)
(199/805) Installing librist (0.2.7-r0)
(200/805) Installing libsrt (1.5.1-r0)
(201/805) Installing libssh (0.10.4-r0)
(202/805) Installing v4l-utils-libs (1.22.1-r2)
(203/805) Installing libva (2.16.0-r0)
(204/805) Installing libvdpau (1.5-r0)
(205/805) Installing vidstab (1.1.0-r2)
(206/805) Installing libvpx (1.12.0-r1)
(207/805) Installing x264-libs (0.164_git20220602-r0)
(208/805) Installing numactl (2.0.16-r0)
(209/805) Installing x265-libs (3.5-r3)
(210/805) Installing xvidcore (1.3.7-r1)
(211/805) Installing libsodium (1.0.18-r2)
(212/805) Installing libzmq (4.3.4-r1)
(213/805) Installing ffmpeg-libs (5.1.2-r3)
(214/805) Installing libevent (2.1.12-r5)
(215/805) Installing minizip (1.2.13-r0)
(216/805) Installing nspr (4.35-r0)
(217/805) Installing nss (3.86-r0)
(218/805) Installing re2 (2022.12.01-r0)
(219/805) Installing snappy (1.1.9-r4)
(220/805) Installing qt5-qtwebengine (5.15.11-r9)
(221/805) Installing libnotify (0.8.1-r1)
(222/805) Installing libproxy (0.4.18-r2)
(223/805) Installing signon-ui (0.17_git20171023-r2)
(224/805) Installing libassuan (2.5.5-r1)
(225/805) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(226/805) Installing gnupg-gpgconf (2.2.40-r0)
(227/805) Installing gpg (2.2.40-r0)
(228/805) Installing npth (1.6-r2)
(229/805) Installing gpg-agent (2.2.40-r0)
(230/805) Installing libksba (1.6.2-r0)
(231/805) Installing gpgsm (2.2.40-r0)
(232/805) Installing gpgme (1.18.0-r1)
(233/805) Installing gpgmepp (1.18.0-r1)
(234/805) Installing gdbm (1.23-r0)
(235/805) Installing libsasl (2.1.28-r3)
(236/805) Installing libqca (2.3.4-r2)
(237/805) Installing kwallet (5.101.0-r0)
(238/805) Installing kaccounts-integration (22.12.0-r0)
(239/805) Installing purpose (5.101.0-r0)
(240/805) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r1)
(241/805) Installing qt5-qtfeedback (0_git20180903-r0)
(242/805) Installing angelfish (22.11-r0)
(243/805) Installing gtk+2.0 (2.24.33-r8)
Executing gtk+2.0-2.24.33-r8.post-install
(244/805) Installing gtk-engines-clearlooks (2.21.0-r3)
(245/805) Installing gtk-engines-crux (2.21.0-r3)
(246/805) Installing gtk-engines-industrial (2.21.0-r3)
(247/805) Installing gtk-engines-mist (2.21.0-r3)
(248/805) Installing gtk-engines-redmond (2.21.0-r3)
(249/805) Installing gtk-engines-thinice (2.21.0-r3)
(250/805) Installing gtk-engines (2.21.0-r3)
(251/805) Installing breeze-gtk (5.26.4-r0)
(252/805) Installing udev-init-scripts (35-r1)
(253/805) Installing udev-init-scripts-openrc (35-r1)
(254/805) Installing kmod-libs (30-r1)
(255/805) Installing eudev (3.2.11-r6)
(256/805) Installing eudev-openrc (3.2.11-r6)
(257/805) Installing openssh-keygen (9.1_p1-r1)
(258/805) Installing libedit (20221030.3.1-r0)
(259/805) Installing openssh-client-common (9.1_p1-r1)
(260/805) Installing openssh-client-default (9.1_p1-r1)
(261/805) Installing openssh-sftp-server (9.1_p1-r1)
(262/805) Installing openssh-server-common (9.1_p1-r1)
(263/805) Installing openssh-server (9.1_p1-r1)
(264/805) Installing openssh (9.1_p1-r1)
(265/805) Installing boot-deploy (0.6.1-r0)
(266/805) Installing busybox-extras (1.35.0-r29)
Executing busybox-extras-1.35.0-r29.post-install
(267/805) Installing lzo (2.10-r3)
(268/805) Installing btrfs-progs (6.0.2-r0)
(269/805) Installing bzip2 (1.0.8-r4)
(270/805) Installing argon2-libs (20190702-r2)
(271/805) Installing device-mapper-libs (2.03.17-r1)
(272/805) Installing json-c (0.16-r0)
(273/805) Installing cryptsetup-libs (2.6.0-r0)
(274/805) Installing popt (1.19-r0)
(275/805) Installing cryptsetup (2.6.0-r0)
(276/805) Installing cryptsetup-openrc (2.6.0-r0)
(277/805) Installing libaio (0.3.113-r0)
(278/805) Installing device-mapper-event-libs (2.03.17-r1)
(279/805) Installing lvm2-libs (2.03.17-r1)
(280/805) Installing device-mapper (2.03.17-r1)
(281/805) Installing device-mapper-udev (2.03.17-r1)
Executing device-mapper-udev-2.03.17-r1.post-install
(282/805) Installing libcom_err (1.46.5-r4)
(283/805) Installing e2fsprogs-libs (1.46.5-r4)
(284/805) Installing e2fsprogs (1.46.5-r4)
(285/805) Installing e2fsprogs-extra (1.46.5-r4)
(286/805) Installing f2fs-tools-libs (1.15.0-r0)
(287/805) Installing f2fs-tools (1.15.0-r0)
(288/805) Installing lz4 (1.9.4-r1)
(289/805) Installing userspace-rcu (0.13.2-r0)
(290/805) Installing multipath-tools (0.9.3-r1)
(291/805) Installing multipath-tools-openrc (0.9.3-r1)
(292/805) Installing parted (3.5-r0)
(293/805) Installing postmarketos-mvcfg (1-r0)
(294/805) Installing postmarketos-keys (1-r0)
(295/805) Installing sudo (1.9.12_p1-r1)
(296/805) Installing postmarketos-base-nofde (24.1-r0)
(297/805) Installing unudhcpd (0.2.1-r0)
(298/805) Installing xz (5.4.0-r0)
(299/805) Installing postmarketos-mkinitfs (1.5.1-r3)
(300/805) Installing postmarketos-base (24.1-r0)
Executing postmarketos-base-24.1-r0.post-install
* service udev added to runlevel sysinit
* service udev-trigger added to runlevel sysinit
* service udev-settle added to runlevel sysinit
* service udev-postmount added to runlevel default
(301/805) Installing llvm15-libs (15.0.6-r1)
(302/805) Installing musl-fts (1.2.7-r3)
(303/805) Installing libelf (0.188-r0)
(304/805) Installing mesa-dri-gallium (22.3.1-r0)
(305/805) Installing postmarketos-base-mesa (24.1-r0)
(306/805) Installing device-tablet-x64uefi (0.4-r1)
(307/805) Installing intel-gmmlib (22.3.2-r0)
(308/805) Installing intel-media-driver (22.6.4-r0)
(309/805) Installing libva-intel-driver (2.4.1-r0)
(310/805) Installing device-tablet-x64uefi-libva (0.4-r1)
(311/805) Installing linux-firmware-yamaha (20221214-r0)
(312/805) Installing linux-firmware-yam (20221214-r0)
(313/805) Installing linux-firmware-wfx (20221214-r0)
(314/805) Installing linux-firmware-vxge (20221214-r0)
(315/805) Installing linux-firmware-vicam (20221214-r0)
(316/805) Installing linux-firmware-ueagle-atm (20221214-r0)
(317/805) Installing linux-firmware-ttusb-budget (20221214-r0)
(318/805) Installing linux-firmware-tigon (20221214-r0)
(319/805) Installing linux-firmware-ti-keystone (20221214-r0)
(320/805) Installing linux-firmware-ti-connectivity (20221214-r0)
(321/805) Installing linux-firmware-ti (20221214-r0)
(322/805) Installing linux-firmware-tehuti (20221214-r0)
(323/805) Installing linux-firmware-sxg (20221214-r0)
(324/805) Installing linux-firmware-sun (20221214-r0)
(325/805) Installing linux-firmware-slicoss (20221214-r0)
(326/805) Installing linux-firmware-sb16 (20221214-r0)
(327/805) Installing linux-firmware-rtw89 (20221214-r0)
(328/805) Installing linux-firmware-rtw88 (20221214-r0)
(329/805) Installing linux-firmware-rtlwifi (20221214-r0)
(330/805) Installing linux-firmware-rtl_nic (20221214-r0)
(331/805) Installing linux-firmware-rtl_bt (20221214-r0)
(332/805) Installing linux-firmware-rtl8192e (20221214-r0)
(333/805) Installing linux-firmware-rsi (20221214-r0)
(334/805) Installing linux-firmware-rockchip (20221214-r0)
(335/805) Installing linux-firmware-radeon (20221214-r0)
(336/805) Installing linux-firmware-r128 (20221214-r0)
(337/805) Installing linux-firmware-qlogic (20221214-r0)
(338/805) Installing linux-firmware-qed (20221214-r0)
(339/805) Installing linux-firmware-ath10k (20221214-r0)
(340/805) Installing linux-firmware-qcom (20221214-r0)
(341/805) Installing linux-firmware-qca (20221214-r0)
(342/805) Installing linux-firmware-ositech (20221214-r0)
(343/805) Installing linux-firmware-nxp (20221214-r0)
(344/805) Installing linux-firmware-nvidia (20221214-r0)
(345/805) Installing linux-firmware-netronome (20221214-r0)
(346/805) Installing linux-firmware-myricom (20221214-r0)
(347/805) Installing linux-firmware-mwlwifi (20221214-r0)
(348/805) Installing linux-firmware-mwl8k (20221214-r0)
(349/805) Installing linux-firmware-mrvl (20221214-r0)
(350/805) Installing linux-firmware-moxa (20221214-r0)
(351/805) Installing linux-firmware-microchip (20221214-r0)
(352/805) Installing linux-firmware-meson (20221214-r0)
(353/805) Installing linux-firmware-mellanox (20221214-r0)
(354/805) Installing linux-firmware-mediatek (20221214-r0)
(355/805) Installing linux-firmware-matrox (20221214-r0)
(356/805) Installing linux-firmware-liquidio (20221214-r0)
(357/805) Installing linux-firmware-libertas (20221214-r0)
(358/805) Installing linux-firmware-korg (20221214-r0)
(359/805) Installing linux-firmware-keyspan_pda (20221214-r0)
(360/805) Installing linux-firmware-keyspan (20221214-r0)
(361/805) Installing linux-firmware-kaweth (20221214-r0)
(362/805) Installing linux-firmware-isci (20221214-r0)
(363/805) Installing linux-firmware-intel (20221214-r0)
(364/805) Installing linux-firmware-inside-secure (20221214-r0)
(365/805) Installing linux-firmware-imx (20221214-r0)
(366/805) Installing linux-firmware-i915 (20221214-r0)
(367/805) Installing linux-firmware-go7007 (20221214-r0)
(368/805) Installing linux-firmware-ess (20221214-r0)
(369/805) Installing linux-firmware-ene-ub6250 (20221214-r0)
(370/805) Installing linux-firmware-emi62 (20221214-r0)
(371/805) Installing linux-firmware-emi26 (20221214-r0)
(372/805) Installing linux-firmware-edgeport (20221214-r0)
(373/805) Installing linux-firmware-e100 (20221214-r0)
(374/805) Installing linux-firmware-dsp56k (20221214-r0)
(375/805) Installing linux-firmware-dpaa2 (20221214-r0)
(376/805) Installing linux-firmware-dabusb (20221214-r0)
(377/805) Installing linux-firmware-cypress (20221214-r0)
(378/805) Installing linux-firmware-cxgb4 (20221214-r0)
(379/805) Installing linux-firmware-cxgb3 (20221214-r0)
(380/805) Installing linux-firmware-cpia2 (20221214-r0)
(381/805) Installing linux-firmware-cnm (20221214-r0)
(382/805) Installing linux-firmware-cis (20221214-r0)
(383/805) Installing linux-firmware-cirrus (20221214-r0)
(384/805) Installing linux-firmware-cavium (20221214-r0)
(385/805) Installing linux-firmware-cadence (20221214-r0)
(386/805) Installing linux-firmware-brcm (20221214-r0)
(387/805) Installing linux-firmware-bnx2x (20221214-r0)
(388/805) Installing linux-firmware-bnx2 (20221214-r0)
(389/805) Installing linux-firmware-av7110 (20221214-r0)
(390/805) Installing linux-firmware-atusb (20221214-r0)
(391/805) Installing linux-firmware-atmel (20221214-r0)
(392/805) Installing linux-firmware-ath9k_htc (20221214-r0)
(393/805) Installing linux-firmware-ath6k (20221214-r0)
(394/805) Installing linux-firmware-ath11k (20221214-r0)
(395/805) Installing linux-firmware-ar3k (20221214-r0)
(396/805) Installing linux-firmware-amphion (20221214-r0)
(397/805) Installing linux-firmware-amdgpu (20221214-r0)
(398/805) Installing linux-firmware-amd-ucode (20221214-r0)
(399/805) Installing linux-firmware-amd (20221214-r0)
(400/805) Installing linux-firmware-advansys (20221214-r0)
(401/805) Installing linux-firmware-adaptec (20221214-r0)
(402/805) Installing linux-firmware-acenic (20221214-r0)
(403/805) Installing linux-firmware-3com (20221214-r0)
(404/805) Installing linux-firmware-other (20221214-r0)
(405/805) Installing linux-firmware (20221214-r0)
(406/805) Installing linux-edge (6.0.12-r0)
(407/805) Installing device-tablet-x64uefi-kernel-edge (0.4-r1)
(408/805) Installing ca-certificates (20221203-r1)
(409/805) Installing nghttp2-libs (1.51.0-r0)
(410/805) Installing libcurl (7.86.0-r1)
(411/805) Installing libxmlb (0.3.10-r0)
(412/805) Installing yaml (0.2.5-r0)
(413/805) Installing appstream (0.15.5-r2)
Executing appstream-0.15.5-r2.post-install
✔ Metadata cache was updated successfully.
(414/805) Installing appstream-qt (0.15.5-r2)
(415/805) Installing attica (5.101.0-r0)
(416/805) Installing kidletime (5.101.0-r0)
(417/805) Installing knewstuff (5.101.0-r0)
(418/805) Installing discover (5.26.4-r0)
(419/805) Installing libapk-qt (0.4.2-r0)
(420/805) Installing discover-backend-apk (5.26.4-r0)
(421/805) Installing font-droid-nonlatin (20200215-r2)
(422/805) Installing font-noto-common (0_git20211101-r6)
(423/805) Installing font-noto-math (0_git20211101-r6)
(424/805) Installing font-noto-symbols (0_git20211101-r6)
(425/805) Installing font-noto (0_git20211101-r6)
(426/805) Installing font-noto-emoji (2.038-r0)
(427/805) Installing font-noto-extra (0_git20211101-r6)
(428/805) Installing mauiman (1.0.1-r0)
(429/805) Installing mauikit (2.2.1-r0)
(430/805) Installing exiv2 (0.27.5-r1)
(431/805) Installing mauikit-imagetools (2.2.1-r0)
(432/805) Installing mauikit-filebrowsing (2.2.1-r0)
(433/805) Installing index (2.2.1-r0)
(434/805) Installing signon-plugin-oauth2 (0.25-r0)
(435/805) Installing kaccounts-providers (22.12.0-r0)
(436/805) Installing kirigami-addons (0.6.1-r0)
(437/805) Installing kclock (22.11-r0)
(438/805) Installing gsettings-desktop-schemas (43.0-r0)
(439/805) Installing kdecoration (5.26.4-r0)
(440/805) Installing kde-gtk-config (5.26.4-r0)
(441/805) Installing kirigami-gallery (22.12.0-r0)
(442/805) Installing kquickimageeditor (0.2.0-r1)
(443/805) Installing taglib (1.13-r0)
(444/805) Installing kfilemetadata (5.101.0-r0)
(445/805) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(446/805) Installing koko (22.11-r0)
(447/805) Installing kasync (0.3.0-r2)
(448/805) Installing gpg-wks-server (2.2.40-r0)
(449/805) Installing gpgv (2.2.40-r0)
(450/805) Installing libldap (2.6.3-r6)
(451/805) Installing gnupg-dirmngr (2.2.40-r0)
(452/805) Installing gnupg-utils (2.2.40-r0)
(453/805) Installing gnupg-wks-client (2.2.40-r0)
(454/805) Installing gnupg (2.2.40-r0)
(455/805) Installing iso-codes (4.12.0-r0)
(456/805) Installing kcontacts (5.101.0-r0)
(457/805) Installing kpeople (5.101.0-r0)
(458/805) Installing libical (3.0.16-r1)
(459/805) Installing kcalendarcore (5.101.0-r0)
(460/805) Installing kmime (22.12.0-r0)
(461/805) Installing kimap2 (0.4.0-r1)
(462/805) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(463/805) Installing kdav2 (0.4.0-r1)
(464/805) Installing lmdb (0.9.29-r2)
(465/805) Installing libxapian (1.4.21-r0)
(466/805) Installing sink (0.9.0-r3)
(467/805) Installing kpeoplesink (0_git20210224-r1)
(468/805) Installing kpeoplevcard (0.1-r2)
(469/805) Installing libraw (0.21.0-r0)
(470/805) Installing libraw-tools (0.21.0-r0)
(471/805) Installing imagemagick-libs (7.1.0.55-r0)
(472/805) Installing jbig2dec (0.19-r1)
(473/805) Installing ghostscript (10.0.0-r2)
(474/805) Installing libde265 (1.0.9-r0)
(475/805) Installing libheif (1.14.0-r0)
(476/805) Installing librsvg (2.55.1-r0)
(477/805) Installing imagemagick (7.1.0.55-r0)
(478/805) Installing perl (5.36.0-r0)
(479/805) Installing perl-image-exiftool (12.50-r0)
(480/805) Installing exiftool (12.50-r0)
(481/805) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(482/805) Installing dbus-openrc (1.14.4-r0)
(483/805) Installing feedbackd-device-themes (0_git20220202-r0)
(484/805) Installing gsound (1.0.3-r1)
(485/805) Installing libgudev (237-r1)
(486/805) Installing json-glib (1.6.6-r1)
(487/805) Installing feedbackd (0.0.1-r1)
Executing feedbackd-0.0.1-r1.pre-install
*
* If you are switching between UIs on existing installations,
* make sure that you add your user to the feedbackd group.
* If the user isn't part of that group, the LED indicator won't be
* functional.
*
(488/805) Installing tzdata (2022g-r0)
(489/805) Installing openexr (3.1.5-r3)
(490/805) Installing soundtouch (2.3.2-r1)
(491/805) Installing libraw1394 (2.1.2-r3)
(492/805) Installing libusb (1.0.26-r0)
(493/805) Installing libdc1394 (2.2.6-r1)
(494/805) Installing tslib (1.22-r1)
(495/805) Installing directfb (1.7.7-r5)
(496/805) Installing faac (1.30-r2)
(497/805) Installing fdk-aac (2.0.2-r1)
(498/805) Installing flite (2.2-r1)
(499/805) Installing libsamplerate (0.2.2-r0)
(500/805) Installing jack (1.9.21-r0)
(501/805) Installing portaudio (19.7.0-r0)
(502/805) Installing fluidsynth-libs (2.3.0-r0)
(503/805) Installing libfreeaptx (0.1.1-r1)
(504/805) Installing gsm (1.0.22-r1)
(505/805) Installing libldac (2.0.2.3-r0)
(506/805) Installing libmodplug (0.8.9.0-r2)
(507/805) Installing neon (0.32.4-r0)
(508/805) Installing libnice (0.1.19-r0)
(509/805) Installing openal-soft (1.22.2-r2)
(510/805) Installing openjpeg (2.5.0-r2)
(511/805) Installing librtmp (2.4_git20190330-r2)
(512/805) Installing sbc (2.0-r0)
(513/805) Installing spandsp (0.0.6-r4)
(514/805) Installing libsrtp (2.4.2-r3)
(515/805) Installing vo-aacenc (0.1.3-r0)
(516/805) Installing vo-amrwbenc (0.1.3-r0)
(517/805) Installing libzbar (0.23.92-r2)
(518/805) Installing gst-plugins-bad (1.20.5-r0)
(519/805) Installing gtk4.0 (4.8.2-r2)
Executing gtk4.0-4.8.2-r2.post-install
(520/805) Installing megapixels (1.6.0-r1)
(521/805) Installing mesa-gles (22.3.1-r0)
(522/805) Installing encodings (1.0.6-r0)
(523/805) Installing libfontenc (1.1.7-r0)
(524/805) Installing mkfontscale (1.2.2-r1)
(525/805) Installing font-dejavu (2.37-r3)
(526/805) Installing sdl2_ttf (2.20.1-r0)
(527/805) Installing osk-sdl (0.67.1-r1)
(528/805) Installing kcmutils (5.101.0-r0)
(529/805) Installing frameworkintegration (5.101.0-r0)
(530/805) Installing oxygen (5.26.4-r0)
(531/805) Installing modemmanager-qt (5.101.0-r0)
(532/805) Installing callaudiod-libs (0.1.4-r0)
(533/805) Installing abseil-cpp (20220623.1-r1)
(534/805) Installing boost1.80-thread (1.80.0-r4)
(535/805) Installing libprotobuf (3.21.12-r0)
(536/805) Installing libphonenumber (8.13.2-r0)
(537/805) Installing plasma-dialer (22.11-r0)
(538/805) Installing plasma-mobile-sounds (0.1-r1)
(539/805) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(540/805) Installing plasma-phonebook (22.11-r0)
(541/805) Installing postmarketos-artwork-wallpapers (2-r1)
(542/805) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(543/805) Installing bluez (5.66-r1)
(544/805) Installing bluez-openrc (5.66-r1)
(545/805) Installing bluez-obexd (5.66-r1)
(546/805) Installing kded (5.101.0-r0)
(547/805) Installing bluez-qt (5.101.0-r0)
(548/805) Installing bluedevil (5.26.4-r0)
(549/805) Installing breeze (5.26.4-r0)
(550/805) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(551/805) Installing callaudiod (0.1.4-r0)
(552/805) Installing dnsmasq-common (2.88-r0)
(553/805) Installing dnsmasq-openrc (2.88-r0)
(554/805) Installing dnsmasq (2.88-r0)
Executing dnsmasq-2.88-r0.pre-install
(555/805) Installing linux-pam (1.5.2-r1)
(556/805) Installing shadow (4.13-r0)
(557/805) Installing libacl (2.3.1-r1)
(558/805) Installing elogind (246.10-r5)
(559/805) Installing elogind-openrc (246.10-r5)
(560/805) Installing hfd-service (0.1.0-r1)
(561/805) Installing hfd-service-openrc (0.1.0-r1)
(562/805) Installing iio-sensor-proxy (3.4-r0)
(563/805) Installing iio-sensor-proxy-openrc (3.4-r0)
(564/805) Installing libkscreen (5.26.4-r0)
(565/805) Installing layer-shell-qt (5.26.4-r0)
(566/805) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(567/805) Installing kscreen (5.26.4-r0)
(568/805) Installing socat (1.7.4.4-r0)
(569/805) Installing kwallet-pam (5.26.4-r0)
(570/805) Installing kwayland-integration (5.26.4-r0)
(571/805) Installing polkit-common (122-r0)
Executing polkit-common-122-r0.pre-install
(572/805) Installing duktape (2.7.0-r0)
(573/805) Installing polkit-elogind (122-r0)
(574/805) Installing libmm-glib (1.20.2-r1)
(575/805) Installing libmbim (1.28.2-r0)
(576/805) Installing libqrtr-glib (1.2.2-r0)
(577/805) Installing libqmi (1.32.2-r0)
(578/805) Installing modemmanager (1.20.2-r1)
(579/805) Installing modemmanager-openrc (1.20.2-r1)
(580/805) Installing libnm (1.40.8-r0)
(581/805) Installing networkmanager-common (1.40.8-r0)
(582/805) Installing networkmanager-openrc (1.40.8-r0)
(583/805) Installing libndp (1.8-r1)
(584/805) Installing libidn2 (2.3.4-r0)
(585/805) Installing libpsl (0.21.1-r1)
(586/805) Installing networkmanager (1.40.8-r0)
Executing networkmanager-1.40.8-r0.pre-install
Executing networkmanager-1.40.8-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>.
*
(587/805) Installing networkmanager-cli (1.40.8-r0)
(588/805) Installing pcre (8.45-r2)
(589/805) Installing slang (2.3.3-r0)
(590/805) Installing newt (0.52.21-r5)
(591/805) Installing networkmanager-tui (1.40.8-r0)
(592/805) Installing wireless-regdb (2022.08.12-r0)
(593/805) Installing networkmanager-wifi (1.40.8-r0)
Executing networkmanager-wifi-1.40.8-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.
*
(594/805) Installing mobile-broadband-provider-info (20221107-r0)
(595/805) Installing networkmanager-wwan (1.40.8-r0)
(596/805) Installing libunwind (1.6.2-r2)
(597/805) Installing libcamera (0.0.2-r0)
(598/805) Installing pipewire-libs (0.3.63-r0)
(599/805) Installing libuv (1.44.2-r0)
(600/805) Installing roc-toolkit-libs (0.1.5-r2)
(601/805) Installing webrtc-audio-processing (0.3.1-r6)
(602/805) Installing pipewire (0.3.63-r0)
(603/805) Installing breeze-icons (5.101.0-r0)
(604/805) Installing dbus-x11 (1.14.4-r0)
(605/805) Installing kactivities (5.101.0-r0)
(606/805) Installing kpipewire (5.26.4-r0)
(607/805) Installing dconf (0.40.0-r2)
(608/805) Installing anthy (9100h-r2)
(609/805) Installing maliit-framework (2.3.0-r1)
(610/805) Installing kyotocabinet (1.2.79-r3)
(611/805) Installing libpinyin (2.7.92-r0)
(612/805) Installing tinyxml (2.6.2-r1)
(613/805) Installing presage (0.9.1-r2)
(614/805) Installing maliit-keyboard (2.3.1-r1)
(615/805) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(616/805) Installing plasma-nano (5.26.4-r0)
(617/805) Installing networkmanager-qt (5.101.0-r0)
(618/805) Installing plasma-nm (5.26.4-r0)
(619/805) Installing plasma-nm-mobile (5.26.4-r0)
(620/805) Installing fftw-single-libs (3.3.10-r1)
(621/805) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(622/805) Installing pulseaudio-bluez (9999_git20220528-r0)
(623/805) Installing pulseaudio-alsa (9999_git20220528-r0)
(624/805) Installing alsa-utils-openrc (1.2.8-r0)
(625/805) Installing pulseaudio-openrc (9999_git20220528-r0)
(626/805) Installing libcanberra-pulse (0.30-r9)
(627/805) Installing plasma-pa (5.26.4-r0)
(628/805) Installing libdaemon (0.14-r3)
(629/805) Installing openrc-settingsd (1.1.0-r0)
(630/805) Installing openrc-settingsd-openrc (1.1.0-r0)
(631/805) Installing plasma-settings (22.11-r0)
(632/805) Installing kactivitymanagerd (5.26.4-r0)
(633/805) Installing kinit (5.101.0-r0)
(634/805) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(635/805) Installing kdnssd (5.101.0-r0)
(636/805) Installing syntax-highlighting (5.101.0-r0)
(637/805) Installing kdsoap (2.1.1-r0)
(638/805) Installing libmtp (1.1.20-r2)
(639/805) Installing clang15-libclang (15.0.6-r2)
(640/805) Installing qt5-qttools (5.15.6_git20220907-r1)
(641/805) Installing phonon (4.11.1-r3)
(642/805) Installing talloc (2.3.4-r1)
(643/805) Installing tevent (0.13.0-r1)
(644/805) Installing samba-util-libs (4.16.8-r1)
(645/805) Installing jansson (2.14-r0)
(646/805) Installing ldb (2.5.2-r1)
(647/805) Installing libwbclient (4.16.8-r1)
(648/805) Installing samba-libs (4.16.8-r1)
(649/805) Installing libsmbclient (4.16.8-r1)
(650/805) Installing kio-extras (22.12.0-r0)
(651/805) Installing kquickcharts (5.101.0-r0)
(652/805) Installing xorg-server-common (21.1.6-r0)
(653/805) Installing libxkbfile (1.1.2-r0)
(654/805) Installing xkbcomp (1.4.6-r0)
(655/805) Installing libxfont2 (2.0.6-r0)
(656/805) Installing libtirpc-conf (1.3.3-r0)
(657/805) Installing libtirpc-nokrb (1.3.3-r0)
(658/805) Installing libxcvt (0.1.2-r0)
(659/805) Installing xwayland (22.1.7-r0)
(660/805) Installing kscreenlocker (5.26.4-r0)
(661/805) Installing libqaccessibilityclient (0.4.1-r1)
(662/805) Installing xcb-util-cursor (0.1.4-r0)
(663/805) Installing kwin (5.26.4-r0)
(664/805) Installing kitemmodels (5.101.0-r0)
(665/805) Installing threadweaver (5.101.0-r0)
(666/805) Installing krunner (5.101.0-r0)
(667/805) Installing milou (5.26.4-r0)
(668/805) Installing pipewire-media-session (0.4.1-r0)
(669/805) Installing font-hack (3.003-r3)
(670/805) Installing qqc2-desktop-style (5.101.0-r0)
(671/805) Installing plasma-integration (5.26.4-r0)
(672/805) Installing qtchooser (66-r2)
(673/805) Installing plasma-workspace-libs (5.26.4.1-r0)
(674/805) Installing kactivities-stats (5.101.0-r0)
(675/805) Installing baloo (5.101.0-r0)
(676/805) Installing kholidays (5.101.0-r0)
(677/805) Installing libkexiv2 (22.12.0-r0)
(678/805) Installing knotifyconfig (5.101.0-r0)
(679/805) Installing kparts (5.101.0-r0)
(680/805) Installing zxing-cpp (1.4.0-r0)
(681/805) Installing libdmtx-libs (0.7.7-r0)
(682/805) Installing libqrencode (4.1.1-r1)
(683/805) Installing prison (5.101.0-r0)
(684/805) Installing ktexteditor (5.101.0-r0)
(685/805) Installing libnl3 (3.7.0-r0)
(686/805) Installing libpcap (1.10.1-r1)
(687/805) Installing lm-sensors-libs (3.6.0-r4)
(688/805) Installing libksysguard (5.26.4-r0)
(689/805) Installing kuserfeedback (1.2.0-r1)
(690/805) Installing gpsd (3.24-r1)
(691/805) Installing gpsd-openrc (3.24-r1)
(692/805) Installing mpfr4 (4.1.1-r0)
(693/805) Installing libqalculate (4.5.0-r0)
(694/805) Installing plasma-workspace (5.26.4.1-r0)
(695/805) Installing kpty (5.101.0-r0)
(696/805) Installing kdesu (5.101.0-r0)
(697/805) Installing kde-cli-tools (5.26.4-r0)
(698/805) Installing qqc2-breeze-style (5.26.4-r0)
(699/805) Installing plasma-mobile (5.26.4-r0)
(700/805) Installing polkit-kde-agent-1 (5.26.4-r0)
(701/805) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(702/805) Installing chrony-openrc (4.3-r0)
(703/805) Installing haveged (1.9.18-r0)
(704/805) Installing haveged-openrc (1.9.18-r0)
(705/805) Installing libmnl (1.0.5-r0)
(706/805) Installing libnftnl (1.2.4-r0)
(707/805) Installing nftables (1.0.5-r3)
(708/805) Installing nftables-openrc (1.0.5-r3)
(709/805) Installing postmarketos-config-nftables (0.13-r0)
Executing postmarketos-config-nftables-0.13-r0.post-install
* service nftables added to runlevel default
(710/805) Installing postmarketos-config-nftables-networkmanager (0.13-r0)
(711/805) Installing postmarketos-base-nftables (24.1-r0)
Executing postmarketos-base-nftables-24.1-r0.post-install
(712/805) Installing postmarketos-artwork-icons (2-r1)
(713/805) Installing util-linux (2.38.1-r1)
(714/805) Installing libfdisk (2.38.1-r1)
(715/805) Installing libsmartcols (2.38.1-r1)
(716/805) Installing util-linux-misc (2.38.1-r1)
(717/805) Installing libeconf (0.5.0-r0)
(718/805) Installing runuser (2.38.1-r1)
(719/805) Installing mount (2.38.1-r1)
(720/805) Installing losetup (2.38.1-r1)
(721/805) Installing hexdump (2.38.1-r1)
(722/805) Installing uuidgen (2.38.1-r1)
(723/805) Installing blkid (2.38.1-r1)
(724/805) Installing sfdisk (2.38.1-r1)
(725/805) Installing mcookie (2.38.1-r1)
(726/805) Installing agetty (2.38.1-r1)
(727/805) Installing agetty-openrc (0.45.2-r7)
(728/805) Installing wipefs (2.38.1-r1)
(729/805) Installing cfdisk (2.38.1-r1)
(730/805) Installing umount (2.38.1-r1)
(731/805) Installing util-linux-openrc (2.38.1-r1)
(732/805) Installing flock (2.38.1-r1)
(733/805) Installing lsblk (2.38.1-r1)
(734/805) Installing libcap-ng (0.8.3-r1)
(735/805) Installing setpriv (2.38.1-r1)
(736/805) Installing logger (2.38.1-r1)
(737/805) Installing partx (2.38.1-r1)
(738/805) Installing fstrim (2.38.1-r1)
(739/805) Installing findmnt (2.38.1-r1)
(740/805) Installing pcsc-lite-libs (1.9.9-r0)
(741/805) Installing wpa_supplicant (2.10-r4)
(742/805) Installing wpa_supplicant-openrc (2.10-r4)
(743/805) Installing ifupdown-ng-wifi (0.12.1-r0)
(744/805) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(745/805) Installing postmarketos-base-ui-networkmanager (6-r1)
(746/805) Installing mpdecimal (2.5.1-r1)
(747/805) Installing python3 (3.11.1-r1)
(748/805) Installing py3-ruamel.yaml.clib (0.2.7-r1)
(749/805) Installing py3-ruamel.yaml (0.17.21-r1)
(750/805) Installing sleep-inhibitor (1.16-r1)
(751/805) Installing sleep-inhibitor-openrc (1.16-r1)
(752/805) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(753/805) Installing py3-dbus (1.3.2-r1)
(754/805) Installing obex-capabilities (0.2.1-r2)
(755/805) Installing obex-capabilities-bluez-obexd (0.2.1-r2)
(756/805) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(757/805) Installing pulseaudio-utils (9999_git20220528-r0)
(758/805) Installing postmarketos-base-ui-pulseaudio (6-r1)
(759/805) Installing upower (1.90.0-r2)
(760/805) Installing powerdevil-libs (5.26.4-r0)
(761/805) Installing powerdevil (5.26.4-r0)
(762/805) Installing bubblewrap (0.7.0-r0)
(763/805) Installing fuse-common (3.12.0-r0)
(764/805) Installing fuse-openrc (3.12.0-r0)
(765/805) Installing fuse3-libs (3.12.0-r0)
(766/805) Installing fuse3 (3.12.0-r0)
(767/805) Installing xdg-desktop-portal (1.16.0-r0)
(768/805) Installing xdg-desktop-portal-kde (5.26.4-r0)
(769/805) Installing autologin (1.0.0-r4)
(770/805) Installing tinydm (1.1.2-r1)
(771/805) Installing tinydm-openrc (1.1.2-r1)
(772/805) Installing postmarketos-base-ui-tinydm (6-r1)
(773/805) Installing font-alias (1.0.4-r0)
(774/805) Installing util-macros (1.19.3-r0)
(775/805) Installing font-misc-misc (1.1.2-r3)
(776/805) Installing font-cursor-misc (1.0.3-r3)
(777/805) Installing xauth (1.1.2-r0)
(778/805) Installing xmodmap (1.0.11-r0)
(779/805) Installing xrdb (1.2.1-r1)
(780/805) Installing xinit (1.4.2-r0)
(781/805) Installing xorg-server (21.1.6-r0)
(782/805) Installing libinput (1.22.0-r0)
(783/805) Installing xf86-input-libinput (1.2.1-r0)
(784/805) Installing xf86-video-fbdev (0.5.0-r3)
(785/805) Installing postmarketos-base-ui-x11 (6-r1)
(786/805) 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
(787/805) Installing libexif (0.6.24-r0)
(788/805) Installing hwloc (2.8.0-r0)
(789/805) Installing libtbb (2021.7.0-r1)
(790/805) Installing opencv (4.6.0-r5)
(791/805) Installing postprocessd (0.2.1-r2)
(792/805) Installing postprocessd-megapixels (0.2.1-r2)
(793/805) Installing qmltermwidget (0.2.0-r1)
(794/805) Installing qmlkonsole (22.11-r0)
(795/805) Installing c-ares (1.18.1-r1)
(796/805) Installing spacebar (22.11-r0)
(797/805) Installing hkdm (0.2.0-r0)
(798/805) Installing buffyboard (0.2.0-r0)
(799/805) Installing terminus-font (4.49.1-r3)
(800/805) Installing kbd-misc (2.5.1-r4)
(801/805) Installing kbd (2.5.1-r4)
(802/805) Installing kbd-openrc (2.5.1-r4)
(803/805) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(804/805) Installing ttyescape-openrc (1.0.1-r1)
(805/805) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r29.trigger
Executing glib-2.74.3-r2.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gdk-pixbuf-2.42.10-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-mkinitfs-1.5.1-r3.trigger
2022/12/20 15:52:50 Generating for kernel version: 6.0.12-0-edge
2022/12/20 15:52:50 Output directory: /boot
2022/12/20 15:52:50 == Generating initramfs ==
2022/12/20 15:52:50 - Including hook files
2022/12/20 15:52:50 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 15:52:50 - Including hook scripts
2022/12/20 15:52:50 - Including required binaries
2022/12/20 15:52:50 - Including kernel modules
2022/12/20 15:52:50 - Including splash images
2022/12/20 15:52:50 - Writing and verifying initramfs archive
2022/12/20 15:52:50 == Generating initramfs extra ==
2022/12/20 15:52:50 - Including extra binaries
2022/12/20 15:52:50 - Including FDE support
2022/12/20 15:52:51 - Writing and verifying initramfs-extra archive
2022/12/20 15:52:51 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/12/20 15:52:52 mkinitfs completed in: 1.356259887s
Executing postmarketos-base-24.1-r0.trigger
Executing ca-certificates-20221203-r1.trigger
Executing dbus-1.14.4-r0.trigger
Executing mkfontscale-1.2.2-r1.trigger
OK: 3169 MiB in 830 packages
(324518) [15:52:53] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3169 MiB in 830 packages
(324518) [15:52:54] (rootfs_tablet-x64uefi) calculate depends of device-tablet-x64uefi, device-tablet-x64uefi-kernel-edge (pmbootstrap -v for details)
(324518) [15:52:54] (rootfs_tablet-x64uefi) install device-tablet-x64uefi device-tablet-x64uefi-kernel-edge
(324518) [15:52:54] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:52:54] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:52:54] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(324518) [15:52:54] (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
(324518) [15:52:54] New background process: pid=333055, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3169 MiB in 830 packages
(324518) [15:52:55] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3169 MiB in 830 packages
(324518) [15:52:55] (rootfs_tablet-x64uefi) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(324518) [15:52:56] (rootfs_tablet-x64uefi) install postmarketos-mkinitfs
(324518) [15:52:56] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:52:56] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:52:56] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo
(324518) [15:52:56] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(324518) [15:52:56] New background process: pid=333068, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 3169 MiB in 830 packages
(324518) [15:52:57] (rootfs_tablet-x64uefi) mkinitfs edge
(324518) [15:52:57] (rootfs_tablet-x64uefi) % mkinitfs
2022/12/20 15:52:57 Generating for kernel version: 6.0.12-0-edge
2022/12/20 15:52:57 Output directory: /boot
2022/12/20 15:52:57 == Generating initramfs ==
2022/12/20 15:52:57 - Including hook files
2022/12/20 15:52:57 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 15:52:57 - Including hook scripts
2022/12/20 15:52:57 - Including required binaries
2022/12/20 15:52:57 - Including kernel modules
2022/12/20 15:52:57 - Including splash images
2022/12/20 15:52:57 - Writing and verifying initramfs archive
2022/12/20 15:52:57 == Generating initramfs extra ==
2022/12/20 15:52:57 - Including extra binaries
2022/12/20 15:52:57 - Including FDE support
2022/12/20 15:52:57 - Writing and verifying initramfs-extra archive
2022/12/20 15:52:57 == 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/20 15:53:03 mkinitfs completed in: 5.986066461s
(324518) [15:53:03] *** SET LOGIN PASSWORD FOR: 'user' ***
(324518) [15:53:03] (rootfs_tablet-x64uefi) % passwd user
New password: Retype new password: passwd: password updated successfully
(324518) [15:53:03] (rootfs_tablet-x64uefi) % grep ^root:!: /etc/shadow
(324518) [15:53:03] (rootfs_tablet-x64uefi) locking root
(324518) [15:53:03] (rootfs_tablet-x64uefi) % passwd -l root
passwd: password changed.
(324518) [15:53:03] NOTE: No valid keymap specified for device
(324518) [15:53:03] (rootfs_tablet-x64uefi) % setup-timezone Etc/UTC
(324518) [15:53:04] (rootfs_tablet-x64uefi) % sh -c echo tablet-x64uefi > /etc/hostname
(324518) [15:53:04] (rootfs_tablet-x64uefi) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\ttablet\-x64uefi localhost.localdomain localhost/ /etc/hosts
(324518) [15:53:04] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm
(324518) [15:53:04] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev
(324518) [15:53:04] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap
(324518) [15:53:04] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(324518) [15:53:04] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
3253712 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
(324518) [15:53:04] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(324518) [15:53:04] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(324518) [15:53:04] (native) create tablet-x64uefi.img (4631M)
(324518) [15:53:04] (native) % truncate -s 4631M /home/pmos/rootfs/tablet-x64uefi.img
(324518) [15:53:04] (native) mount /dev/install (tablet-x64uefi.img)
(324518) [15:53:04] (native) mount /home/pmos/rootfs/tablet-x64uefi.img (loop)
(324518) [15:53:04] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(324518) [15:53:04] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(324518) [15:53:04] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(324518) [15:53:05] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(324518) [15:53:05] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(324518) [15:53:05] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(324518) [15:53:05] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(324518) [15:53:05] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(324518) [15:53:05] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(324518) [15:53:05] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(324518) [15:53:05] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(324518) [15:53:05] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(324518) [15:53:05] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(324518) [15:53:05] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(324518) [15:53:05] (native) % losetup -f /home/pmos/rootfs/tablet-x64uefi.img
(324518) [15:53:05] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(324518) [15:53:05] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(324518) [15:53:05] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(324518) [15:53:05] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(324518) [15:53:05] (native) % parted -s /dev/install mktable msdos
(324518) [15:53:05] (native) % parted -s /dev/install mkpart primary fat16 2048s 256M
(324518) [15:53:05] (native) % parted -s /dev/install mkpart primary 256M 100%
(324518) [15:53:05] (native) % parted -s /dev/install set 1 boot on
(324518) [15:53:05] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(324518) [15:53:05] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(324518) [15:53:06] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(324518) [15:53:06] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(324518) [15:53:06] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(324518) [15:53:06] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(324518) [15:53:06] (native) install e2fsprogs
(324518) [15:53:06] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(324518) [15:53:06] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(324518) [15:53:06] (native) % cat /tmp/apk_progress_fifo
(324518) [15:53:06] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(324518) [15:53:06] New background process: pid=333698, 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
(324518) [15:53:06] (native) format /dev/installp2 (root, ext4)
(324518) [15:53:06] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(324518) [15:53:06] (native) mount /dev/installp2 to /mnt/install
(324518) [15:53:06] (native) % mkdir -p /mnt/install
(324518) [15:53:06] (native) % mount /dev/installp2 /mnt/install
(324518) [15:53:06] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(324518) [15:53:06] (native) install dosfstools
(324518) [15:53:06] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(324518) [15:53:06] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(324518) [15:53:07] (native) % cat /tmp/apk_progress_fifo
(324518) [15:53:07] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(324518) [15:53:07] New background process: pid=333727, 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
(324518) [15:53:07] (native) format /dev/installp1 (boot, fat16), mount to mountpoint
(324518) [15:53:07] (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
(324518) [15:53:07] (native) % mkdir -p /mnt/install/boot
(324518) [15:53:07] (native) % mount /dev/installp1 /mnt/install/boot
(324518) [15:53:07] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(324518) [15:53:07] (native) copy rootfs_tablet-x64uefi to /mnt/install/
(324518) [15:53:07] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(324518) [15:53:07] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi
(324518) [15:53:07] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo
(324518) [15:53:07] (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/
(324518) [15:53:16] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(324518) [15:53:16] % 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
(324518) [15:53:16] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % 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/
(324518) [15:53:16] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(324518) [15:53:17] % 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
(324518) [15:53:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(324518) [15:53:17] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(324518) [15:53:27] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/tablet-x64uefi.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(324518) [15:53:27] (native) umount /dev/loop9
(324518) [15:53:27] (native) % losetup -d /dev/loop9
(324518) [15:53:27] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(324518) [15:53:27]
(324518) [15:53:27] *** FLASHING INFORMATION ***
(324518) [15:53:27] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(324518) [15:53:27] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(324518) [15:53:27]
(324518) [15:53:27] *** SSH DAEMON INFORMATION ***
(324518) [15:53:27] SSH daemon is enabled (disable with --no-sshd).
(324518) [15:53:27] Login as 'user' with the password given during installation.
(324518) [15:53:27]
(324518) [15:53:27] *** FIREWALL INFORMATION ***
(324518) [15:53:27] Firewall is enabled, but will not work (no support in kernel config for nftables).
(324518) [15:53:27] If/when the kernel supports it in the future, it will work automatically.
(324518) [15:53:27] For more information: https://postmarketos.org/firewall
(324518) [15:53:27]
(324518) [15:53:27] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(324518) [15:53:27] DONE!
total 3345108
-rw-r--r-- 1 root 12345 4855955456 Dec 20 15:53 tablet-x64uefi.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/tablet-x64uefi.img' -> './tablet-x64uefi.img'
Loop Device: /dev/loop9
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2667.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/core18_2654.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 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap (deleted) 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap (deleted) 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_24061.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1738.snap 0 512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Dec 20 15:53 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Dec 20 15:53 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Dec 20 15:53 storagepool -> ../../sda1
total 88
drwxr-xr-x 2 root root 4096 Dec 20 15:52 bin
drwxr-xr-x 2 root root 4096 Dec 20 15:53 boot
drwxr-xr-x 2 root root 4096 Dec 20 15:49 dev
drwxr-xr-x 62 root root 4096 Dec 20 15:53 etc
drwxr-xr-x 3 root root 4096 Dec 20 15:53 home
drwxr-xr-x 14 root root 4096 Dec 20 15:52 lib
drwx------ 2 root root 16384 Dec 20 15:53 lost+found
drwxr-xr-x 5 root root 4096 Dec 20 15:49 media
drwxr-xr-x 8 root root 4096 Dec 20 15:49 mnt
drwxr-xr-x 2 root root 4096 Dec 20 15:49 opt
drwxr-xr-x 2 root root 4096 Dec 20 15:49 proc
drwx------ 2 root root 4096 Dec 20 15:49 root
drwxr-xr-x 6 root root 4096 Dec 20 15:52 run
drwxr-xr-x 2 root root 4096 Dec 20 15:52 sbin
drwxr-xr-x 2 root root 4096 Dec 20 15:49 srv
drwxr-xr-x 2 root root 4096 Dec 20 15:49 sys
drwxrwxrwt 2 root root 4096 Dec 20 15:53 tmp
drwxr-xr-x 9 root root 4096 Dec 20 15:49 usr
drwxr-xr-x 13 root root 4096 Dec 20 15:49 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-12-20 15:53:57-- 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% 29.0M=0s
2022-12-20 15:53:57 (29.0 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]
Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz
2022-12-18 21:32:21.435753 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-1944-g134785e067 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-1953-gc1f6c7609a [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-1947-ge3d3300068 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 24815 distinct packages available
(1/103) Upgrading kirigami2-libs (5.101.0-r0 -> 9999_git1671495347-r0)
(2/103) Upgrading kirigami2 (5.101.0-r0 -> 9999_git1671495347-r0)
(3/103) Upgrading kactivities-libs (5.101.0-r0 -> 9999_git1670961040-r0)
(4/103) Upgrading karchive (5.101.0-r0 -> 9999_git1671501450-r0)
(5/103) Upgrading kconfig (5.101.0-r0 -> 9999_git1670983668-r0)
(6/103) Upgrading kcoreaddons (5.101.0-r0 -> 9999_git1671501464-r0)
(7/103) Upgrading kwindowsystem (5.101.0-r0 -> 9999_git1671291497-r0)
(8/103) Upgrading kcrash (5.101.0-r0 -> 9999_git1670961176-r0)
(9/103) Upgrading kdbusaddons (5.101.0-r0 -> 9999_git1670983716-r0)
(10/103) Upgrading kglobalaccel (5.101.0-r0 -> 9999_git1671156734-r0)
(11/103) Upgrading kguiaddons (5.101.0-r0 -> 9999_git1671120703-r0)
(12/103) Upgrading ki18n (5.101.0-r0 -> 9999_git1670983823-r0)
(13/103) Upgrading kauth (5.101.0-r0 -> 9999_git1670983618-r0)
(14/103) Upgrading kcodecs (5.101.0-r0 -> 9999_git1670983650-r0)
(15/103) Upgrading kwidgetsaddons (5.101.0-r0 -> 9999_git1671070167-r0)
(16/103) Upgrading kconfigwidgets (5.101.0-r0 -> 9999_git1671330281-r0)
(17/103) Upgrading kiconthemes (5.101.0-r0 -> 9999_git1670983832-r0)
(18/103) Upgrading kitemviews (5.101.0-r0 -> 9999_git1670983874-r0)
(19/103) Upgrading kxmlgui (5.101.0-r0 -> 9999_git1670984048-r0)
(20/103) Upgrading kbookmarks (5.101.0-r0 -> 9999_git1670983629-r0)
(21/103) Upgrading kcompletion (5.101.0-r0 -> 9999_git1670983659-r0)
(22/103) Upgrading kdoctools (5.101.0-r0 -> 9999_git1671242901-r0)
(23/103) Upgrading kjobwidgets (5.101.0-r0 -> 9999_git1670983884-r0)
(24/103) Upgrading knotifications (5.101.0-r0 -> 9999_git1670983912-r0)
(25/103) Upgrading kservice (5.101.0-r0 -> 9999_git1671501503-r0)
(26/103) Upgrading solid-libs (5.101.0-r0 -> 9999_git1671382667-r0)
(27/103) Upgrading sonnet (5.101.0-r0 -> 9999_git1671279913-r0)
(28/103) Upgrading ktextwidgets (5.101.0-r0 -> 9999_git1671330354-r0)
(29/103) Upgrading kio (5.101.0-r0 -> 9999_git1671453854-r0)
(30/103) Upgrading kpackage (5.101.0-r0 -> 9999_git1671415350-r0)
(31/103) Upgrading kdeclarative (5.101.0-r0 -> 9999_git1671455506-r0)
(32/103) Upgrading kwayland (5.101.0-r0 -> 9999_git1671294132-r0)
(33/103) Upgrading plasma-framework (5.101.0-r0 -> 9999_git1670984067-r0)
(34/103) Upgrading kwallet (5.101.0-r0 -> 9999_git1670984019-r0)
(35/103) Upgrading purpose (5.101.0-r0 -> 9999_git1671501518-r0)
(36/103) Upgrading angelfish (22.11-r0 -> 9999_git1670987241-r0)
(37/103) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/103) Upgrading attica (5.101.0-r0 -> 9999_git1670960981-r0)
(39/103) Upgrading kidletime (5.101.0-r0 -> 9999_git1670961361-r0)
(40/103) Upgrading knewstuff (5.101.0-r0 -> 9999_git1671415340-r0)
(41/103) Upgrading kirigami-addons (0.6.1-r0 -> 9999_git1671501611-r0)
(42/103) Upgrading kclock (22.11-r0 -> 9999_git1671345680-r0)
(43/103) Upgrading kdecoration (5.26.4-r0 -> 9999_git1671236289-r0)
(44/103) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/103) Upgrading kfilemetadata (5.101.0-r0 -> 9999_git1670983781-r0)
(46/103) Upgrading kcontacts (5.101.0-r0 -> 9999_git1671155896-r0)
(47/103) Upgrading kpeople (5.101.0-r0 -> 9999_git1671156778-r0)
(48/103) Upgrading kcalendarcore (5.101.0-r0 -> 9999_git1670961098-r0)
(49/103) Upgrading kcmutils (5.101.0-r0 -> 9999_git1670983639-r0)
(50/103) Upgrading frameworkintegration (5.101.0-r0 -> 9999_git1670961030-r0)
(51/103) Upgrading oxygen (5.26.4-r0 -> 9999_git1671280537-r0)
(52/103) Upgrading modemmanager-qt (5.101.0-r0 -> 9999_git1671213815-r0)
(53/103) Upgrading plasma-dialer (22.11-r0 -> 9999_git1671502453-r0)
(54/103) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1671331612-r0)
(55/103) Upgrading kded (5.101.0-r0 -> 9999_git1670961214-r0)
(56/103) Upgrading bluez-qt (5.101.0-r0 -> 9999_git1670961000-r0)
(57/103) Upgrading bluedevil (5.26.4-r0 -> 9999_git1671280442-r0)
(58/103) Upgrading breeze (5.26.4-r0 -> 9999_git1671157467-r0)
(59/103) Upgrading libkscreen (5.26.4-r0 -> 9999_git1671502278-r0)
(60/103) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/103) Upgrading kscreen (5.26.4-r0 -> 9999_git1671502247-r0)
(62/103) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/103) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1670361355-r0)
(64/103) Upgrading breeze-icons (5.101.0-r0 -> 9999_git1671483339-r0)
(65/103) Upgrading kactivities (5.101.0-r0 -> 9999_git1670961040-r0)
(66/103) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1670987013-r0)
(67/103) Upgrading networkmanager-qt (5.101.0-r0 -> 9999_git1670961680-r0)
(68/103) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1671502357-r0)
(69/103) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1671502357-r0)
(70/103) Upgrading plasma-pa (5.26.4-r0 -> 9999_git1666836724-r0)
(71/103) Upgrading plasma-settings (22.11-r0 -> 9999_git1671502472-r0)
(72/103) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1670986721-r0)
(73/103) Upgrading kinit (5.101.0-r0 -> 9999_git1670983841-r0)
(74/103) Upgrading kdnssd (5.101.0-r0 -> 9999_git1670983763-r0)
(75/103) Upgrading syntax-highlighting (5.101.0-r0 -> 9999_git1671305692-r0)
(76/103) Upgrading kquickcharts (5.101.0-r0 -> 9999_git1670961540-r0)
(77/103) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1671416056-r0)
(78/103) Upgrading kwin (5.26.4-r0 -> 9999_git1671502261-r0)
(79/103) Upgrading kitemmodels (5.101.0-r0 -> 9999_git1670961402-r0)
(80/103) Upgrading threadweaver (5.101.0-r0 -> 9999_git1670961783-r0)
(81/103) Upgrading krunner (5.101.0-r0 -> 9999_git1670961560-r0)
(82/103) Upgrading milou (5.26.4-r0 -> 9999_git1670986912-r0)
(83/103) Upgrading qqc2-desktop-style (5.101.0-r0 -> 9999_git1670962982-r0)
(84/103) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1671157665-r0)
(85/103) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1671502397-r0)
(86/103) Upgrading kactivities-stats (5.101.0-r0 -> 9999_git1670961051-r0)
(87/103) Upgrading baloo (5.101.0-r0 -> 9999_git1670983598-r0)
(88/103) Upgrading kholidays (5.101.0-r0 -> 9999_git1671281066-r0)
(89/103) Upgrading knotifyconfig (5.101.0-r0 -> 9999_git1670983921-r0)
(90/103) Upgrading kparts (5.101.0-r0 -> 9999_git1671415360-r0)
(91/103) Upgrading prison (5.101.0-r0 -> 9999_git1670961713-r0)
(92/103) Upgrading ktexteditor (5.101.0-r0 -> 9999_git1671414672-r0)
(93/103) Upgrading libksysguard (5.26.4-r0 -> 9999_git1671502290-r0)
(94/103) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1671502397-r0)
(95/103) Upgrading kpty (5.101.0-r0 -> 9999_git1670983961-r0)
(96/103) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1671502192-r0)
(97/103) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1670949548-r0)
(98/103) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1671502345-r0)
(99/103) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1670987150-r0)
(100/103) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1671242389-r0)
(101/103) Upgrading powerdevil (5.26.4-r0 -> 9999_git1671242389-r0)
(102/103) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1671502413-r0)
(103/103) Upgrading qmlkonsole (22.11-r0 -> 9999_git1670987380-r0)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-base-24.1-r0.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3153 MiB in 830 packages
(1/12) Installing bash (5.2.15-r0)
Executing bash-5.2.15-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.2-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.1-r0)
(12/12) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Executing dbus-1.14.4-r0.trigger
OK: 3162 MiB in 842 packages
(1/103) Installing syndication (9999_git1670961763-r0)
(2/103) Installing alligator (9999_git1670987232-r0)
(3/103) Installing libavc1394 (0.5.4-r3)
(4/103) Installing libcaca (0.99_beta20-r0)
(5/103) Installing libdv (1.0.0-r7)
(6/103) Installing libiec61883 (1.2.0-r3)
(7/103) Installing mpg123-libs (1.31.1-r0)
(8/103) Installing speex (1.2.1-r0)
(9/103) Installing libshout (2.4.6-r1)
(10/103) Installing wavpack (5.6.0-r0)
(11/103) Installing gst-plugins-good (1.20.5-r0)
(12/103) Installing py3-parsing (3.0.9-r1)
(13/103) Installing py3-packaging (22.0-r0)
(14/103) Installing py3-setuptools (65.6.3-r0)
(15/103) Installing py3-certifi (2022.12.7-r0)
(16/103) Installing py3-charset-normalizer (3.0.1-r1)
(17/103) Installing py3-idna (3.4-r3)
(18/103) Installing py3-urllib3 (1.26.13-r0)
(19/103) Installing py3-requests (2.28.1-r2)
(20/103) Installing py3-ytmusicapi (0.24.1-r0)
(21/103) Installing libmng (2.0.3-r1)
(22/103) Installing qt5-qtimageformats (5.15.6_git20220907-r1)
(23/103) Installing py3-mutagen (1.46.0-r1)
(24/103) Installing py3-websockets (10.4-r1)
(25/103) Installing py3-brotli (1.0.9-r10)
(26/103) Installing yt-dlp (2022.11.11-r1)
(27/103) Installing audiotube (9999_git1671280630-r0)
(28/103) Installing calindori (9999_git1670987261-r0)
(29/103) Installing live-media (2022.10.01-r0)
(30/103) Installing libxpm (3.5.14-r0)
(31/103) Installing a52dec (0.8.0-r8)
(32/103) Installing vulkan-loader (1.3.236.0-r0)
(33/103) Installing mesa-vulkan-intel (22.3.1-r0)
(34/103) Installing device-tablet-x64uefi-vulkan (0.4-r1)
(35/103) Installing ffmpeg4-libs (4.4.3-r0)
(36/103) Installing libbluray (1.3.4-r0)
(37/103) Installing libcddb (1.3.2-r4)
(38/103) Installing libdvbpsi (1.3.3-r0)
(39/103) Installing libdvdcss (1.4.3-r0)
(40/103) Installing libdvdread (6.1.3-r1)
(41/103) Installing libdvdnav (6.1.1-r0)
(42/103) Installing libebml (1.4.4-r0)
(43/103) Installing faad2-libs (2.10.1-r0)
(44/103) Installing libupnp (1.14.15-r0)
(45/103) Installing lua5.2-libs (5.2.4-r10)
(46/103) Installing libmad (0.15.1b-r9)
(47/103) Installing libmatroska (1.7.1-r0)
(48/103) Installing libmicrodns (0.2.0-r0)
(49/103) Installing libmpeg2 (0.5.1-r10)
(50/103) Installing glslang-libs (1.3.236.0-r0)
(51/103) Installing glslang (1.3.236.0-r0)
(52/103) Installing spirv-tools (1.3.236.0-r0)
(53/103) Installing shaderc (2022.4-r0)
(54/103) Installing libplacebo (5.229.1-r1)
(55/103) Installing libprotobuf-lite (3.21.12-r0)
(56/103) Installing vlc-libs (3.0.18-r0)
(57/103) Installing vlc (3.0.18-r0)
(58/103) Installing elisa (22.12.0-r0)
(59/103) Installing kunitconversion (9999_git1671330365-r0)
(60/103) Installing kalk (9999_git1671280642-r0)
(61/103) Installing qt5-qtkeychain (0.13.2-r0)
(62/103) Installing kasts (9999_git1671416253-r0)
(63/103) Installing keysmith (9999_git1670988071-r0)
(64/103) Installing krecorder (9999_git1671331600-r0)
(65/103) Installing kpublictransport (22.12.0-r0)
(66/103) Installing ktrip (9999_git1670988219-r0)
(67/103) Installing kweathercore (9999_git1670985152-r0)
(68/103) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(69/103) Installing kweather (9999_git1671157772-r0)
(70/103) Installing libquotient (0.6.11-r0)
(71/103) Installing libcmark (0.30.2-r1)
(72/103) Installing neochat (9999_git1671501885-r0)
(73/103) Installing kjs (9999_git1670961433-r0)
(74/103) Installing libdjvulibre (3.5.28-r3)
(75/103) Installing libzip (1.9.2-r2)
(76/103) Installing ebook-tools (0.2.2-r3)
(77/103) Installing discount-libs (2.2.7b-r0)
(78/103) Installing poppler (22.12.0-r2)
(79/103) Installing poppler-qt5 (22.12.0-r0)
(80/103) Installing kdegraphics-mobipocket (22.12.0-r0)
(81/103) Installing libspectre (0.2.11-r0)
(82/103) Installing okular-common (22.12.0-r1)
(83/103) Installing okular (22.12.0-r1)
(84/103) Installing plasma-camera (1.0_git20210328-r2)
(85/103) Installing gst-libav (1.20.5-r0)
(86/103) Installing gst-plugins-good-qt (1.20.5-r0)
(87/103) Installing libxpresent (1.0.1-r0)
(88/103) Installing libxscrnsaver (1.2.4-r0)
(89/103) Installing libcdio (2.1.0-r1)
(90/103) Installing libcdio-paranoia (10.2.2.0.1-r1)
(91/103) Installing luajit (2.1_p20210510-r3)
(92/103) Installing rubberband-libs (3.1.1-r1)
(93/103) Installing sndio-libs (1.9.0-r0)
(94/103) Installing uchardet-libs (0.0.8-r0)
(95/103) Installing zimg (3.0.4-r1)
(96/103) Installing mpv-libs (0.35.0-r1)
(97/103) Installing plasmatube (9999_git1671502482-r0)
(98/103) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(99/103) Installing postmarketos-config-nftables-mdns (0.13-r0)
(100/103) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(101/103) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(102/103) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(103/103) Installing tokodon (9999_git1671501917-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Executing vlc-libs-3.0.18-r0.trigger
OK: 3308 MiB in 945 packages
(chroot) Exiting chroot...
[15:55:09] Unregister qemu binfmt (arm)
[15:55:09] Unregister qemu binfmt (aarch64)
[15:55:09] Unregister qemu binfmt (riscv64)
[15:55:09] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[15:55:09] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[15:55:09] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y
[15:55:09] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi
[15:55:11] Cleared up ~6466 MB of space
[15:55:11] [92mDONE![0m
Building image for pine64-pinephone
Already up to date.
[15:55:12] [1mWork path [/home/swadmin/.local/var/pmbootstrap][0m: [15:55:12] [1mChannel [edge][0m: [15:55:12] [1mVendor [qemu][0m: [15:55:12] [1mDevice codename [amd64][0m: [15:55:12] [1mKernel [lts][0m: [15:55:12] [1mUsername [user][0m: [15:55:13] [1mUser interface [weston][0m: [15:55:13] [1mChange them? (y/n) [n][0m: [15:55:13] [1mExtra packages [none][0m: [15:55:13] [1mUse this timezone instead of GMT? (y/n) [y][0m: [15:55:13] [1mChoose default locale for installation [C.UTF-8][0m: [15:55:13] [1mDevice hostname (short form, e.g. 'foo') [qemu-amd64][0m: [15:55:13] [1mBuild outdated packages during 'pmbootstrap install'? (y/n) [y][0m: [15:55:13] Config changed: ui='plasma-mobile'
[15:55:13] Config changed: device='pine64-pinephone'
[15:55:13] Config changed: kernel=''
[15:55:13] Config changed: extra_packages='osk-sdl'
(376380) [15:55:14] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git remote -v
origin https://gitlab.com/postmarketOS/pmaports.git (fetch)
origin https://gitlab.com/postmarketOS/pmaports.git (push)
(376380) [15:55:14] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg
# Reference: https://postmarketos.org/channels.cfg
[channels.cfg]
recommended=edge
[edge]
description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge
branch_pmaports=master
branch_aports=master
mirrordir_alpine=edge
[v22.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
(376380) [15:55:14] *** (1/4) PREPARE NATIVE CHROOT ***
(376380) [15:55:14] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(376380) [15:55:14] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(376380) [15:55:14] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(376380) [15:55:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(376380) [15:55:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(376380) [15:55:14] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(376380) [15:55:14] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(376380) [15:55:14] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(376380) [15:55:14] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(376380) [15:55:14] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(376380) [15:55:14] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(376380) [15:55:14] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(376380) [15:55:14] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(376380) [15:55:14] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(376380) [15:55:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(376380) [15:55:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(376380) [15:55:14] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(376380) [15:55:14] Update package index for x86_64 (4 file(s))
(376380) [15:55:14] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(376380) [15:55:14] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(376380) [15:55:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(376380) [15:55:15] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(376380) [15:55:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(376380) [15:55:15] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(376380) [15:55:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(376380) [15:55:15] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(376380) [15:55:15] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(376380) [15:55:16] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(376380) [15:55:16] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:16] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:16] extracted: /tmp/pmbootstrapwsvn5i2_apk
(376380) [15:55:16] extracted: /tmp/pmbootstrapegktv_nlsig
(376380) [15:55:16] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:16] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapegktv_nlsig /tmp/pmbootstrapwsvn5i2_apk
Verified OK
(376380) [15:55:16] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(376380) [15:55:16] % /tmp/pmbootstrapwsvn5i2_apk --version
apk-tools 2.12.10, compiled for x86_64.
(376380) [15:55:16] (native) install alpine-base
(376380) [15:55:16] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub
(376380) [15:55:16] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
(376380) [15:55:16] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(376380) [15:55:16] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(376380) [15:55:16] (native) update /etc/apk/repositories
(376380) [15:55:16] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(376380) [15:55:16] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(376380) [15:55:16] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(376380) [15:55:16] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(376380) [15:55:16] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(376380) [15:55:16] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(376380) [15:55:16] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(376380) [15:55:16] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(376380) [15:55: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
(376380) [15:55:16] New background process: pid=376893, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(376380) [15:55:18] (native) % adduser -D pmos -u 12345
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(376380) [15:55:18] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(376380) [15:55:18] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(376380) [15:55:18] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(376380) [15:55:18] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(376380) [15:55:18] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(376380) [15:55:18] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(376380) [15:55:21] (native) install cryptsetup util-linux parted
(376380) [15:55:21] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [15:55:21] (native) % cat /tmp/apk_progress_fifo
(376380) [15:55:21] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(376380) [15:55:21] New background process: pid=377288, 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_p20221217-r0)
(11/42) Installing ncurses-libs (6.3_p20221217-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.5.0-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-r7)
(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
(376380) [15:55:22] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") ***
(376380) [15:55:22] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(376380) [15:55:23] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(376380) [15:55:23] % 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
(376380) [15:55:23] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(376380) [15:55:23] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3
(376380) [15:55:23] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5
(376380) [15:55:23] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7
(376380) [15:55:23] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8
(376380) [15:55:23] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9
(376380) [15:55:23] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(376380) [15:55:23] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(376380) [15:55:23] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(376380) [15:55:23] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(376380) [15:55:23] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(376380) [15:55:23] (native) install qemu-aarch64
(376380) [15:55:23] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [15:55:23] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [15:55:23] (native) % cat /tmp/apk_progress_fifo
(376380) [15:55:23] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(376380) [15:55:23] New background process: pid=377376, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing qemu-aarch64 (7.2.0-r0)
Executing busybox-1.35.0-r29.trigger
OK: 25 MiB in 68 packages
(376380) [15:55:24] Register qemu binfmt (aarch64)
(376380) [15:55:24] % 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
(376380) [15:55:24] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin
(376380) [15:55:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(376380) [15:55:24] % 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
(376380) [15:55:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(376380) [15:55:24] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:24] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:24] extracted: /tmp/pmbootstrapzuhzb1i7apk
(376380) [15:55:24] extracted: /tmp/pmbootstrap5coixchfsig
(376380) [15:55:24] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(376380) [15:55:24] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrap5coixchfsig /tmp/pmbootstrapzuhzb1i7apk
Verified OK
(376380) [15:55:24] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(376380) [15:55:24] % /tmp/pmbootstrapzuhzb1i7apk --version
apk-tools 2.12.10, compiled for x86_64.
(376380) [15:55:24] (rootfs_pine64-pinephone) install alpine-base
(376380) [15:55:24] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache
(376380) [15:55:24] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf
(376380) [15:55:24] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk
(376380) [15:55:24] (rootfs_pine64-pinephone) update /etc/apk/repositories
(376380) [15:55:24] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(376380) [15:55:24] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(376380) [15:55:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(376380) [15:55:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(376380) [15:55:24] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories
(376380) [15:55:24] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(376380) [15:55:24] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(376380) [15:55:24] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(376380) [15:55:24] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(376380) [15:55:24] Update package index for aarch64 (4 file(s))
(376380) [15:55:24] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(376380) [15:55:25] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(376380) [15:55:25] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(376380) [15:55:25] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(376380) [15:55:25] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(376380) [15:55:25] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(376380) [15:55:25] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(376380) [15:55:26] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(376380) [15:55:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(376380) [15:55:26] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(376380) [15:55:26] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(376380) [15:55:26] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(376380) [15:55:26] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 --initdb --arch aarch64 add alpine-base
(376380) [15:55:26] New background process: pid=377673, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(376380) [15:55:27] (rootfs_pine64-pinephone) % getent passwd user
(376380) [15:55:28] (rootfs_pine64-pinephone) % adduser -D -u 10000 user
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup -S wheel
addgroup: group 'wheel' in use
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup user wheel
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup -S video
addgroup: group 'video' in use
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup user video
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup -S audio
addgroup: group 'audio' in use
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup user audio
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup -S input
addgroup: group 'input' in use
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup user input
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup -S plugdev
(376380) [15:55:28] (rootfs_pine64-pinephone) % addgroup user plugdev
(376380) [15:55:29] (rootfs_pine64-pinephone) % addgroup -S netdev
addgroup: group 'netdev' in use
(376380) [15:55:29] (rootfs_pine64-pinephone) % addgroup user netdev
(376380) [15:55:29] 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
(376380) [15:55:30] (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)
(376380) [15:55:30] cmd:sudo: has multiple providers (doas-sudo-shim, sudo), picked shortest: sudo
(376380) [15:55:31] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(376380) [15:55:31] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(376380) [15:55:32] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(376380) [15:55:32] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(376380) [15:55:33] (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
(376380) [15:55:33] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [15:55:33] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(376380) [15:55:33] (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
(376380) [15:55:33] New background process: pid=377933, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/734) Installing icu-data-full (72.1-r1)
(2/734) Installing dbus-libs (1.14.4-r0)
(3/734) Installing libgcc (12.2.1_git20220924-r5)
(4/734) Installing libffi (3.4.4-r0)
(5/734) Installing libintl (0.21.1-r1)
(6/734) Installing libblkid (2.38.1-r1)
(7/734) Installing libmount (2.38.1-r1)
(8/734) Installing pcre2 (10.42-r0)
(9/734) Installing glib (2.74.3-r2)
(10/734) Installing libstdc++ (12.2.1_git20220924-r5)
(11/734) Installing icu-libs (72.1-r1)
(12/734) Installing libpcre2-16 (10.42-r0)
(13/734) Installing zstd-libs (1.5.2-r9)
(14/734) Installing qt5-qtbase (5.15.6_git20221010-r1)
(15/734) Installing hicolor-icon-theme (0.17-r2)
(16/734) Installing libmagic (5.43-r0)
(17/734) Installing file (5.43-r0)
(18/734) Installing libxau (1.0.11-r0)
(19/734) Installing libmd (1.0.4-r0)
(20/734) Installing libbsd (0.11.7-r0)
(21/734) Installing libxdmcp (1.1.4-r0)
(22/734) Installing libxcb (1.15-r0)
(23/734) Installing libx11 (1.8.2-r1)
(24/734) Installing libxext (1.3.5-r0)
(25/734) Installing libice (1.1.1-r0)
(26/734) Installing libuuid (2.38.1-r1)
(27/734) Installing libsm (1.2.4-r0)
(28/734) Installing libxt (1.2.1-r1)
(29/734) Installing libxmu (1.1.4-r0)
(30/734) Installing xset (1.2.5-r0)
(31/734) Installing xprop (1.2.6-r0)
(32/734) Installing xdg-utils (1.1.3-r4)
(33/734) Installing mesa (22.3.1-r0)
(34/734) Installing libdrm (2.4.114-r0)
(35/734) Installing libexpat (2.5.0-r0)
(36/734) Installing wayland-libs-server (1.21.0-r1)
(37/734) Installing mesa-glapi (22.3.1-r0)
(38/734) Installing mesa-gles (22.3.1-r0)
(39/734) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(40/734) Installing libxcomposite (0.4.6-r0)
(41/734) Installing brotli-libs (1.0.9-r10)
(42/734) Installing libbz2 (1.0.8-r4)
(43/734) Installing libpng (1.6.39-r2)
(44/734) Installing freetype (2.12.1-r0)
(45/734) Installing fontconfig (2.14.1-r0)
(46/734) Installing wayland-libs-client (1.21.0-r1)
(47/734) Installing wayland-libs-cursor (1.21.0-r1)
(48/734) Installing wayland-libs-egl (1.21.0-r1)
(49/734) Installing xkeyboard-config (2.37-r0)
(50/734) Installing xz-libs (5.4.0-r0)
(51/734) Installing libxml2 (2.10.3-r2)
(52/734) Installing libxkbcommon (1.4.1-r0)
(53/734) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(54/734) Installing mesa-gbm (22.3.1-r0)
(55/734) Installing libxshmfence (1.3.2-r0)
(56/734) Installing mesa-egl (22.3.1-r0)
(57/734) Installing avahi-libs (0.8-r6)
(58/734) Installing gmp (6.2.1-r2)
(59/734) Installing nettle (3.8.1-r0)
(60/734) Installing p11-kit (0.24.1-r1)
(61/734) Installing libtasn1 (4.19.0-r0)
(62/734) Installing libunistring (1.1-r0)
(63/734) Installing gnutls (3.7.8-r2)
(64/734) Installing cups-libs (2.4.2-r1)
(65/734) Installing pkgconf (1.9.3-r1)
(66/734) Installing shared-mime-info (2.2-r2)
(67/734) Installing libjpeg-turbo (2.1.4-r0)
(68/734) Installing libwebp (1.2.4-r1)
(69/734) Installing tiff (4.5.0-r1)
(70/734) Installing gdk-pixbuf (2.42.10-r2)
(71/734) Installing gtk-update-icon-cache (3.24.35-r2)
(72/734) Installing libxfixes (6.0.0-r0)
(73/734) Installing libxrender (0.9.11-r0)
(74/734) Installing libxcursor (1.2.1-r1)
(75/734) Installing libxdamage (1.1.6-r0)
(76/734) Installing libxi (1.8-r0)
(77/734) Installing libxinerama (1.1.5-r0)
(78/734) Installing libxrandr (1.5.3-r0)
(79/734) Installing libatk-1.0 (2.46.0-r0)
(80/734) Installing libxtst (1.2.4-r0)
(81/734) Installing at-spi2-core (2.46.0-r0)
(82/734) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/734) Installing pixman (0.42.2-r0)
(84/734) Installing cairo (1.17.6-r3)
(85/734) Installing cairo-gobject (1.17.6-r3)
(86/734) Installing libepoxy (1.5.10-r0)
(87/734) Installing fribidi (1.0.12-r0)
(88/734) Installing graphite2 (1.3.14-r2)
(89/734) Installing harfbuzz (6.0.0-r0)
(90/734) Installing libxft (2.3.7-r0)
(91/734) Installing pango (1.50.12-r0)
(92/734) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/734) Installing libevdev (1.13.0-r0)
(94/734) Installing mtdev (1.1.6-r1)
(95/734) Installing eudev-libs (3.2.11-r6)
(96/734) Installing libinput-libs (1.22.0-r0)
(97/734) Installing xcb-util-wm (0.4.2-r0)
(98/734) Installing xcb-util (0.4.1-r0)
(99/734) Installing xcb-util-image (0.4.1-r0)
(100/734) Installing xcb-util-keysyms (0.4.1-r0)
(101/734) Installing xcb-util-renderutil (0.3.10-r0)
(102/734) Installing libxkbcommon-x11 (1.4.1-r0)
(103/734) Installing qt5-qtbase-x11 (5.15.6_git20221010-r1)
(104/734) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(105/734) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(106/734) Installing kirigami2-libs (5.101.0-r0)
(107/734) Installing libgomp (12.2.1_git20220924-r5)
(108/734) Installing kirigami2 (5.101.0-r0)
(109/734) Installing kactivities-libs (5.101.0-r0)
(110/734) Installing karchive (5.101.0-r0)
(111/734) Installing kconfig (5.101.0-r0)
(112/734) Installing kcoreaddons (5.101.0-r0)
(113/734) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(114/734) Installing kwindowsystem (5.101.0-r0)
(115/734) Installing kcrash (5.101.0-r0)
(116/734) Installing kdbusaddons (5.101.0-r0)
(117/734) Installing kglobalaccel (5.101.0-r0)
(118/734) Installing kguiaddons (5.101.0-r0)
(119/734) Installing ki18n (5.101.0-r0)
(120/734) Installing libelogind (246.10-r5)
(121/734) Installing polkit-elogind-libs (122-r0)
(122/734) Installing polkit-qt-1 (0.114.0-r1)
(123/734) Installing kauth (5.101.0-r0)
(124/734) Installing kcodecs (5.101.0-r0)
(125/734) Installing kwidgetsaddons (5.101.0-r0)
(126/734) Installing kconfigwidgets (5.101.0-r0)
(127/734) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(128/734) Installing kiconthemes (5.101.0-r0)
(129/734) Installing kitemviews (5.101.0-r0)
(130/734) Installing kxmlgui (5.101.0-r0)
(131/734) Installing kbookmarks (5.101.0-r0)
(132/734) Installing kcompletion (5.101.0-r0)
(133/734) Installing libxml2-utils (2.10.3-r2)
(134/734) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(135/734) Installing libgpg-error (1.46-r1)
(136/734) Installing libgcrypt (1.10.1-r0)
(137/734) Installing libxslt (1.1.37-r0)
(138/734) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(139/734) Installing kdoctools (5.101.0-r0)
(140/734) Installing kjobwidgets (5.101.0-r0)
(141/734) Installing alsa-lib (1.2.8-r0)
(142/734) Installing libxxf86vm (1.1.5-r0)
(143/734) Installing mesa-gl (22.3.1-r0)
(144/734) Installing libxv (1.0.12-r0)
(145/734) Installing cdparanoia-libs (10.2-r11)
(146/734) Installing graphene (1.10.8-r1)
(147/734) Installing gstreamer (1.20.5-r0)
(148/734) Installing libogg (1.3.5-r2)
(149/734) Installing opus (1.3.1-r1)
(150/734) Installing orc (0.4.33-r0)
(151/734) Installing libtheora (1.1.1-r16)
(152/734) Installing libvorbis (1.3.7-r0)
(153/734) Installing gst-plugins-base (1.20.5-r0)
(154/734) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(155/734) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(156/734) Installing sound-theme-freedesktop (0.8-r0)
(157/734) Installing libltdl (2.4.7-r0)
(158/734) Installing libcanberra (0.30-r9)
(159/734) Installing libcanberra-gstreamer (0.30-r9)
(160/734) Installing knotifications (5.101.0-r0)
(161/734) Installing kservice (5.101.0-r0)
(162/734) Installing solid-libs (5.101.0-r0)
(163/734) Installing libhunspell (1.7.1-r0)
(164/734) Installing ncurses-terminfo-base (6.3_p20221217-r0)
(165/734) Installing ncurses-libs (6.3_p20221217-r0)
(166/734) Installing readline (8.2.0-r0)
(167/734) Installing hunspell (1.7.1-r0)
(168/734) Installing sonnet (5.101.0-r0)
(169/734) Installing ktextwidgets (5.101.0-r0)
(170/734) Installing kio (5.101.0-r0)
(171/734) Installing kpackage (5.101.0-r0)
(172/734) Installing kdeclarative (5.101.0-r0)
(173/734) Installing kwayland (5.101.0-r0)
(174/734) Installing plasma-framework (5.101.0-r0)
(175/734) Installing sqlite-libs (3.40.0-r0)
(176/734) Installing libaccounts-glib (1.26-r1)
(177/734) Installing libaccounts-qt (1.16-r1)
(178/734) Installing signond (8.61-r0)
(179/734) Installing accounts-qml-module (0.7_git20190605-r1)
(180/734) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(181/734) Installing sdl2 (2.26.1-r0)
(182/734) Installing svt-av1-libs (1.4.1-r0)
(183/734) Installing aom-libs (3.5.0-r0)
(184/734) Installing libass (0.17.0-r0)
(185/734) Installing libdav1d (1.0.0-r2)
(186/734) Installing lcms2 (2.14-r2)
(187/734) Installing libjxl (0.7.0-r0)
(188/734) Installing lame (3.100-r2)
(189/734) Installing libasyncns (0.8-r1)
(190/734) Installing flac-libs (1.4.2-r0)
(191/734) Installing libsndfile (1.1.0-r3)
(192/734) Installing soxr (0.1.3-r3)
(193/734) Installing speexdsp (1.2.1-r0)
(194/734) Installing tdb-libs (1.4.7-r1)
(195/734) Installing libpulse (9999_git20220528-r0)
(196/734) Installing cjson (1.7.15-r3)
(197/734) Installing mbedtls (2.28.2-r0)
(198/734) Installing librist (0.2.7-r0)
(199/734) Installing libsrt (1.5.1-r0)
(200/734) Installing libssh (0.10.4-r0)
(201/734) Installing v4l-utils-libs (1.22.1-r2)
(202/734) Installing libva (2.16.0-r0)
(203/734) Installing libvdpau (1.5-r0)
(204/734) Installing vidstab (1.1.0-r2)
(205/734) Installing libvpx (1.12.0-r1)
(206/734) Installing x264-libs (0.164_git20220602-r0)
(207/734) Installing numactl (2.0.16-r0)
(208/734) Installing x265-libs (3.5-r3)
(209/734) Installing xvidcore (1.3.7-r1)
(210/734) Installing libsodium (1.0.18-r2)
(211/734) Installing libzmq (4.3.4-r1)
(212/734) Installing ffmpeg-libs (5.1.2-r3)
(213/734) Installing libevent (2.1.12-r5)
(214/734) Installing minizip (1.2.13-r0)
(215/734) Installing nspr (4.35-r0)
(216/734) Installing nss (3.86-r0)
(217/734) Installing re2 (2022.12.01-r0)
(218/734) Installing snappy (1.1.9-r4)
(219/734) Installing qt5-qtwebengine (5.15.11-r9)
(220/734) Installing libnotify (0.8.1-r1)
(221/734) Installing libproxy (0.4.18-r2)
(222/734) Installing signon-ui (0.17_git20171023-r2)
(223/734) Installing libassuan (2.5.5-r1)
(224/734) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(225/734) Installing gnupg-gpgconf (2.2.40-r0)
(226/734) Installing gpg (2.2.40-r0)
(227/734) Installing npth (1.6-r2)
(228/734) Installing gpg-agent (2.2.40-r0)
(229/734) Installing libksba (1.6.2-r0)
(230/734) Installing gpgsm (2.2.40-r0)
(231/734) Installing gpgme (1.18.0-r1)
(232/734) Installing gpgmepp (1.18.0-r1)
(233/734) Installing gdbm (1.23-r0)
(234/734) Installing libsasl (2.1.28-r3)
(235/734) Installing libqca (2.3.4-r2)
(236/734) Installing kwallet (5.101.0-r0)
(237/734) Installing kaccounts-integration (22.12.0-r0)
(238/734) Installing purpose (5.101.0-r0)
(239/734) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r1)
(240/734) Installing qt5-qtfeedback (0_git20180903-r0)
(241/734) Installing angelfish (22.11-r0)
(242/734) Installing gtk+2.0 (2.24.33-r8)
Executing gtk+2.0-2.24.33-r8.post-install
(243/734) Installing gtk-engines-clearlooks (2.21.0-r3)
(244/734) Installing gtk-engines-crux (2.21.0-r3)
(245/734) Installing gtk-engines-industrial (2.21.0-r3)
(246/734) Installing gtk-engines-mist (2.21.0-r3)
(247/734) Installing gtk-engines-redmond (2.21.0-r3)
(248/734) Installing gtk-engines-thinice (2.21.0-r3)
(249/734) Installing gtk-engines (2.21.0-r3)
(250/734) Installing breeze-gtk (5.26.4-r0)
(251/734) Installing alsa-ucm-conf (1.2.8-r1)
(252/734) Installing atinout (0.9.1-r1)
(253/734) Installing ca-certificates (20221203-r1)
(254/734) Installing nghttp2-libs (1.51.0-r0)
(255/734) Installing libcurl (7.86.0-r1)
(256/734) Installing libgpiod (1.6.3-r2)
(257/734) Installing libgudev (237-r1)
(258/734) Installing libmm-glib (1.20.2-r1)
(259/734) Installing libusb (1.0.26-r0)
(260/734) Installing eg25-manager (0.4.6-r0)
(261/734) Installing eg25-manager-openrc (0.4.6-r0)
(262/734) Installing gpsd (3.24-r1)
(263/734) Installing gpsd-openrc (3.24-r1)
(264/734) Installing libnl3 (3.7.0-r0)
(265/734) Installing iw (5.19-r0)
(266/734) Installing linux-postmarketos-allwinner (6.1.0_rc7_git20221205-r2)
(267/734) Installing udev-init-scripts (35-r1)
(268/734) Installing udev-init-scripts-openrc (35-r1)
(269/734) Installing kmod-libs (30-r1)
(270/734) Installing eudev (3.2.11-r6)
(271/734) Installing eudev-openrc (3.2.11-r6)
(272/734) Installing openssh-keygen (9.1_p1-r1)
(273/734) Installing libedit (20221030.3.1-r0)
(274/734) Installing openssh-client-common (9.1_p1-r1)
(275/734) Installing openssh-client-default (9.1_p1-r1)
(276/734) Installing openssh-sftp-server (9.1_p1-r1)
(277/734) Installing openssh-server-common (9.1_p1-r1)
(278/734) Installing openssh-server (9.1_p1-r1)
(279/734) Installing openssh (9.1_p1-r1)
(280/734) Installing boot-deploy (0.6.1-r0)
(281/734) Installing busybox-extras (1.35.0-r29)
Executing busybox-extras-1.35.0-r29.post-install
(282/734) Installing lzo (2.10-r3)
(283/734) Installing btrfs-progs (6.0.2-r0)
(284/734) Installing bzip2 (1.0.8-r4)
(285/734) Installing argon2-libs (20190702-r2)
(286/734) Installing device-mapper-libs (2.03.17-r1)
(287/734) Installing json-c (0.16-r0)
(288/734) Installing cryptsetup-libs (2.6.0-r0)
(289/734) Installing popt (1.19-r0)
(290/734) Installing cryptsetup (2.6.0-r0)
(291/734) Installing cryptsetup-openrc (2.6.0-r0)
(292/734) Installing libaio (0.3.113-r0)
(293/734) Installing device-mapper-event-libs (2.03.17-r1)
(294/734) Installing lvm2-libs (2.03.17-r1)
(295/734) Installing device-mapper (2.03.17-r1)
(296/734) Installing device-mapper-udev (2.03.17-r1)
Executing device-mapper-udev-2.03.17-r1.post-install
(297/734) Installing libcom_err (1.46.5-r4)
(298/734) Installing e2fsprogs-libs (1.46.5-r4)
(299/734) Installing e2fsprogs (1.46.5-r4)
(300/734) Installing e2fsprogs-extra (1.46.5-r4)
(301/734) Installing f2fs-tools-libs (1.15.0-r0)
(302/734) Installing f2fs-tools (1.15.0-r0)
(303/734) Installing lz4 (1.9.4-r1)
(304/734) Installing userspace-rcu (0.13.2-r0)
(305/734) Installing multipath-tools (0.9.3-r1)
(306/734) Installing multipath-tools-openrc (0.9.3-r1)
(307/734) Installing parted (3.5-r0)
(308/734) Installing postmarketos-mvcfg (1-r0)
(309/734) Installing postmarketos-keys (1-r0)
(310/734) Installing sudo (1.9.12_p1-r1)
(311/734) Installing postmarketos-base-nofde (24.1-r0)
(312/734) Installing unudhcpd (0.2.1-r0)
(313/734) Installing xz (5.4.0-r0)
(314/734) Installing postmarketos-mkinitfs (1.5.1-r3)
(315/734) Installing postmarketos-base (24.1-r0)
Executing postmarketos-base-24.1-r0.post-install
* service udev added to runlevel sysinit
* service udev-trigger added to runlevel sysinit
* service udev-settle added to runlevel sysinit
* service udev-postmount added to runlevel default
(316/734) Installing llvm15-libs (15.0.6-r1)
(317/734) Installing musl-fts (1.2.7-r3)
(318/734) Installing libelf (0.188-r0)
(319/734) Installing mesa-dri-gallium (22.3.1-r0)
(320/734) Installing postmarketos-base-mesa (24.1-r0)
(321/734) Installing u-boot-pinephone (2022.07-r1)
(322/734) Installing u-boot-tools (2022.10-r1)
(323/734) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(324/734) Installing dbus-openrc (1.14.4-r0)
(325/734) Installing libacl (2.3.1-r1)
(326/734) Installing lz4-libs (1.9.4-r1)
(327/734) Installing libarchive (3.6.2-r1)
(328/734) Installing libcbor (0.9.0-r1)
(329/734) Installing efivar-libs (38-r1)
(330/734) Installing libgcab (1.5-r0)
(331/734) Installing json-glib (1.6.6-r1)
(332/734) Installing libgusb (0.4.2-r0)
(333/734) Installing libjcat (0.1.12-r0)
(334/734) Installing libmbim (1.28.2-r0)
(335/734) Installing protobuf-c (1.4.1-r1)
(336/734) Installing libqrtr-glib (1.2.2-r0)
(337/734) Installing libqmi (1.32.2-r0)
(338/734) Installing tpm2-tss-mu (3.2.0-r0)
(339/734) Installing tpm2-tss-sys (3.2.0-r0)
(340/734) Installing tpm2-tss-esys (3.2.0-r0)
(341/734) Installing libxmlb (0.3.10-r0)
(342/734) Installing fwupd (1.8.8-r0)
(343/734) Installing fwupd-openrc (1.8.8-r0)
(344/734) 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
(345/734) Installing device-pine64-pinephone-plasma-mobile (0.44-r0)
(346/734) Installing linux-firmware-rtlwifi (20221214-r0)
(347/734) Installing linux-firmware-rtl_bt (20221214-r0)
(348/734) Installing firmware-pine64-rtl8723bt (0_git20200705-r0)
(349/734) Installing firmware-pine64-ov5640 (0_git20201028-r0)
(350/734) Installing device-pine64-pinephone-nonfree-firmware (0.44-r0)
(351/734) Installing yaml (0.2.5-r0)
(352/734) Installing appstream (0.15.5-r2)
Executing appstream-0.15.5-r2.post-install
✔ Metadata cache was updated successfully.
(353/734) Installing appstream-qt (0.15.5-r2)
(354/734) Installing attica (5.101.0-r0)
(355/734) Installing kidletime (5.101.0-r0)
(356/734) Installing knewstuff (5.101.0-r0)
(357/734) Installing discover (5.26.4-r0)
(358/734) Installing libapk-qt (0.4.2-r0)
(359/734) Installing discover-backend-apk (5.26.4-r0)
(360/734) Installing discover-backend-fwupd (5.26.4-r0)
(361/734) Installing font-droid-nonlatin (20200215-r2)
(362/734) Installing font-noto-common (0_git20211101-r6)
(363/734) Installing font-noto-math (0_git20211101-r6)
(364/734) Installing font-noto-symbols (0_git20211101-r6)
(365/734) Installing font-noto (0_git20211101-r6)
(366/734) Installing font-noto-emoji (2.038-r0)
(367/734) Installing font-noto-extra (0_git20211101-r6)
(368/734) Installing mauiman (1.0.1-r0)
(369/734) Installing mauikit (2.2.1-r0)
(370/734) Installing exiv2 (0.27.5-r1)
(371/734) Installing mauikit-imagetools (2.2.1-r0)
(372/734) Installing mauikit-filebrowsing (2.2.1-r0)
(373/734) Installing index (2.2.1-r0)
(374/734) Installing signon-plugin-oauth2 (0.25-r0)
(375/734) Installing kaccounts-providers (22.12.0-r0)
(376/734) Installing kirigami-addons (0.6.1-r0)
(377/734) Installing kclock (22.11-r0)
(378/734) Installing gsettings-desktop-schemas (43.0-r0)
(379/734) Installing kdecoration (5.26.4-r0)
(380/734) Installing kde-gtk-config (5.26.4-r0)
(381/734) Installing kirigami-gallery (22.12.0-r0)
(382/734) Installing kquickimageeditor (0.2.0-r1)
(383/734) Installing taglib (1.13-r0)
(384/734) Installing kfilemetadata (5.101.0-r0)
(385/734) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(386/734) Installing koko (22.11-r0)
(387/734) Installing kasync (0.3.0-r2)
(388/734) Installing gpg-wks-server (2.2.40-r0)
(389/734) Installing gpgv (2.2.40-r0)
(390/734) Installing libldap (2.6.3-r6)
(391/734) Installing gnupg-dirmngr (2.2.40-r0)
(392/734) Installing gnupg-utils (2.2.40-r0)
(393/734) Installing gnupg-wks-client (2.2.40-r0)
(394/734) Installing gnupg (2.2.40-r0)
(395/734) Installing iso-codes (4.12.0-r0)
(396/734) Installing kcontacts (5.101.0-r0)
(397/734) Installing kpeople (5.101.0-r0)
(398/734) Installing libical (3.0.16-r1)
(399/734) Installing kcalendarcore (5.101.0-r0)
(400/734) Installing kmime (22.12.0-r0)
(401/734) Installing kimap2 (0.4.0-r1)
(402/734) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(403/734) Installing kdav2 (0.4.0-r1)
(404/734) Installing lmdb (0.9.29-r2)
(405/734) Installing libxapian (1.4.21-r0)
(406/734) Installing sink (0.9.0-r3)
(407/734) Installing kpeoplesink (0_git20210224-r1)
(408/734) Installing kpeoplevcard (0.1-r2)
(409/734) Installing libraw (0.21.0-r0)
(410/734) Installing libraw-tools (0.21.0-r0)
(411/734) Installing imagemagick-libs (7.1.0.55-r0)
(412/734) Installing jbig2dec (0.19-r1)
(413/734) Installing ghostscript (10.0.0-r2)
(414/734) Installing libde265 (1.0.9-r0)
(415/734) Installing libheif (1.14.0-r0)
(416/734) Installing librsvg (2.55.1-r0)
(417/734) Installing imagemagick (7.1.0.55-r0)
(418/734) Installing perl (5.36.0-r0)
(419/734) Installing perl-image-exiftool (12.50-r0)
(420/734) Installing exiftool (12.50-r0)
(421/734) Installing feedbackd-device-themes (0_git20220202-r0)
(422/734) Installing gsound (1.0.3-r1)
(423/734) Installing feedbackd (0.0.1-r1)
Executing feedbackd-0.0.1-r1.pre-install
*
* If you are switching between UIs on existing installations,
* make sure that you add your user to the feedbackd group.
* If the user isn't part of that group, the LED indicator won't be
* functional.
*
(424/734) Installing tzdata (2022g-r0)
(425/734) Installing openexr (3.1.5-r3)
(426/734) Installing soundtouch (2.3.2-r1)
(427/734) Installing libraw1394 (2.1.2-r3)
(428/734) Installing libdc1394 (2.2.6-r1)
(429/734) Installing tslib (1.22-r1)
(430/734) Installing directfb (1.7.7-r5)
(431/734) Installing faac (1.30-r2)
(432/734) Installing fdk-aac (2.0.2-r1)
(433/734) Installing flite (2.2-r1)
(434/734) Installing libsamplerate (0.2.2-r0)
(435/734) Installing jack (1.9.21-r0)
(436/734) Installing portaudio (19.7.0-r0)
(437/734) Installing fluidsynth-libs (2.3.0-r0)
(438/734) Installing libfreeaptx (0.1.1-r1)
(439/734) Installing gsm (1.0.22-r1)
(440/734) Installing libldac (2.0.2.3-r0)
(441/734) Installing libmodplug (0.8.9.0-r2)
(442/734) Installing neon (0.32.4-r0)
(443/734) Installing libnice (0.1.19-r0)
(444/734) Installing openal-soft (1.22.2-r2)
(445/734) Installing openjpeg (2.5.0-r2)
(446/734) Installing librtmp (2.4_git20190330-r2)
(447/734) Installing sbc (2.0-r0)
(448/734) Installing spandsp (0.0.6-r4)
(449/734) Installing libsrtp (2.4.2-r3)
(450/734) Installing vo-aacenc (0.1.3-r0)
(451/734) Installing vo-amrwbenc (0.1.3-r0)
(452/734) Installing libzbar (0.23.92-r2)
(453/734) Installing gst-plugins-bad (1.20.5-r0)
(454/734) Installing gtk4.0 (4.8.2-r2)
Executing gtk4.0-4.8.2-r2.post-install
(455/734) Installing megapixels (1.6.0-r1)
(456/734) Installing encodings (1.0.6-r0)
(457/734) Installing libfontenc (1.1.7-r0)
(458/734) Installing mkfontscale (1.2.2-r1)
(459/734) Installing font-dejavu (2.37-r3)
(460/734) Installing sdl2_ttf (2.20.1-r0)
(461/734) Installing osk-sdl (0.67.1-r1)
(462/734) Installing kcmutils (5.101.0-r0)
(463/734) Installing frameworkintegration (5.101.0-r0)
(464/734) Installing oxygen (5.26.4-r0)
(465/734) Installing modemmanager-qt (5.101.0-r0)
(466/734) Installing callaudiod-libs (0.1.4-r0)
(467/734) Installing abseil-cpp (20220623.1-r1)
(468/734) Installing boost1.80-thread (1.80.0-r4)
(469/734) Installing libprotobuf (3.21.12-r0)
(470/734) Installing libphonenumber (8.13.2-r0)
(471/734) Installing plasma-dialer (22.11-r0)
(472/734) Installing plasma-mobile-sounds (0.1-r1)
(473/734) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(474/734) Installing plasma-phonebook (22.11-r0)
(475/734) Installing postmarketos-artwork-wallpapers (2-r1)
(476/734) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(477/734) Installing bluez (5.66-r1)
(478/734) Installing bluez-openrc (5.66-r1)
(479/734) Installing bluez-obexd (5.66-r1)
(480/734) Installing kded (5.101.0-r0)
(481/734) Installing bluez-qt (5.101.0-r0)
(482/734) Installing bluedevil (5.26.4-r0)
(483/734) Installing breeze (5.26.4-r0)
(484/734) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(485/734) Installing callaudiod (0.1.4-r0)
(486/734) Installing dnsmasq-common (2.88-r0)
(487/734) Installing dnsmasq-openrc (2.88-r0)
(488/734) Installing dnsmasq (2.88-r0)
Executing dnsmasq-2.88-r0.pre-install
(489/734) Installing linux-pam (1.5.2-r1)
(490/734) Installing shadow (4.13-r0)
(491/734) Installing elogind (246.10-r5)
(492/734) Installing elogind-openrc (246.10-r5)
(493/734) Installing hfd-service (0.1.0-r1)
(494/734) Installing hfd-service-openrc (0.1.0-r1)
(495/734) Installing iio-sensor-proxy (3.4-r0)
(496/734) Installing iio-sensor-proxy-openrc (3.4-r0)
(497/734) Installing libkscreen (5.26.4-r0)
(498/734) Installing layer-shell-qt (5.26.4-r0)
(499/734) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(500/734) Installing kscreen (5.26.4-r0)
(501/734) Installing socat (1.7.4.4-r0)
(502/734) Installing kwallet-pam (5.26.4-r0)
(503/734) Installing kwayland-integration (5.26.4-r0)
(504/734) Installing polkit-common (122-r0)
Executing polkit-common-122-r0.pre-install
(505/734) Installing duktape (2.7.0-r0)
(506/734) Installing polkit-elogind (122-r0)
(507/734) Installing modemmanager (1.20.2-r1)
(508/734) Installing modemmanager-openrc (1.20.2-r1)
(509/734) Installing libnm (1.40.8-r0)
(510/734) Installing networkmanager-common (1.40.8-r0)
(511/734) Installing networkmanager-openrc (1.40.8-r0)
(512/734) Installing libndp (1.8-r1)
(513/734) Installing libidn2 (2.3.4-r0)
(514/734) Installing libpsl (0.21.1-r1)
(515/734) Installing networkmanager (1.40.8-r0)
Executing networkmanager-1.40.8-r0.pre-install
Executing networkmanager-1.40.8-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>.
*
(516/734) Installing networkmanager-cli (1.40.8-r0)
(517/734) Installing pcre (8.45-r2)
(518/734) Installing slang (2.3.3-r0)
(519/734) Installing newt (0.52.21-r5)
(520/734) Installing networkmanager-tui (1.40.8-r0)
(521/734) Installing wireless-regdb (2022.08.12-r0)
(522/734) Installing networkmanager-wifi (1.40.8-r0)
Executing networkmanager-wifi-1.40.8-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.
*
(523/734) Installing mobile-broadband-provider-info (20221107-r0)
(524/734) Installing networkmanager-wwan (1.40.8-r0)
(525/734) Installing libunwind (1.6.2-r2)
(526/734) Installing libcamera (0.0.2-r0)
(527/734) Installing pipewire-libs (0.3.63-r0)
(528/734) Installing libuv (1.44.2-r0)
(529/734) Installing roc-toolkit-libs (0.1.5-r2)
(530/734) Installing webrtc-audio-processing (0.3.1-r6)
(531/734) Installing pipewire (0.3.63-r0)
(532/734) Installing breeze-icons (5.101.0-r0)
(533/734) Installing dbus-x11 (1.14.4-r0)
(534/734) Installing kactivities (5.101.0-r0)
(535/734) Installing kpipewire (5.26.4-r0)
(536/734) Installing dconf (0.40.0-r2)
(537/734) Installing anthy (9100h-r2)
(538/734) Installing maliit-framework (2.3.0-r1)
(539/734) Installing kyotocabinet (1.2.79-r3)
(540/734) Installing libpinyin (2.7.92-r0)
(541/734) Installing tinyxml (2.6.2-r1)
(542/734) Installing presage (0.9.1-r2)
(543/734) Installing maliit-keyboard (2.3.1-r1)
(544/734) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(545/734) Installing plasma-nano (5.26.4-r0)
(546/734) Installing networkmanager-qt (5.101.0-r0)
(547/734) Installing plasma-nm (5.26.4-r0)
(548/734) Installing plasma-nm-mobile (5.26.4-r0)
(549/734) Installing fftw-single-libs (3.3.10-r1)
(550/734) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(551/734) Installing pulseaudio-bluez (9999_git20220528-r0)
(552/734) Installing pulseaudio-alsa (9999_git20220528-r0)
(553/734) Installing alsa-utils-openrc (1.2.8-r0)
(554/734) Installing pulseaudio-openrc (9999_git20220528-r0)
(555/734) Installing libcanberra-pulse (0.30-r9)
(556/734) Installing plasma-pa (5.26.4-r0)
(557/734) Installing libdaemon (0.14-r3)
(558/734) Installing openrc-settingsd (1.1.0-r0)
(559/734) Installing openrc-settingsd-openrc (1.1.0-r0)
(560/734) Installing plasma-settings (22.11-r0)
(561/734) Installing kactivitymanagerd (5.26.4-r0)
(562/734) Installing kinit (5.101.0-r0)
(563/734) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(564/734) Installing kdnssd (5.101.0-r0)
(565/734) Installing syntax-highlighting (5.101.0-r0)
(566/734) Installing kdsoap (2.1.1-r0)
(567/734) Installing libmtp (1.1.20-r2)
(568/734) Installing clang15-libclang (15.0.6-r2)
(569/734) Installing qt5-qttools (5.15.6_git20220907-r1)
(570/734) Installing phonon (4.11.1-r3)
(571/734) Installing talloc (2.3.4-r1)
(572/734) Installing tevent (0.13.0-r1)
(573/734) Installing samba-util-libs (4.16.8-r1)
(574/734) Installing jansson (2.14-r0)
(575/734) Installing ldb (2.5.2-r1)
(576/734) Installing libwbclient (4.16.8-r1)
(577/734) Installing samba-libs (4.16.8-r1)
(578/734) Installing libsmbclient (4.16.8-r1)
(579/734) Installing kio-extras (22.12.0-r0)
(580/734) Installing kquickcharts (5.101.0-r0)
(581/734) Installing xorg-server-common (21.1.6-r0)
(582/734) Installing libxkbfile (1.1.2-r0)
(583/734) Installing xkbcomp (1.4.6-r0)
(584/734) Installing libxfont2 (2.0.6-r0)
(585/734) Installing libtirpc-conf (1.3.3-r0)
(586/734) Installing libtirpc-nokrb (1.3.3-r0)
(587/734) Installing libxcvt (0.1.2-r0)
(588/734) Installing xwayland (22.1.7-r0)
(589/734) Installing kscreenlocker (5.26.4-r0)
(590/734) Installing libqaccessibilityclient (0.4.1-r1)
(591/734) Installing xcb-util-cursor (0.1.4-r0)
(592/734) Installing kwin (5.26.4-r0)
(593/734) Installing kitemmodels (5.101.0-r0)
(594/734) Installing threadweaver (5.101.0-r0)
(595/734) Installing krunner (5.101.0-r0)
(596/734) Installing milou (5.26.4-r0)
(597/734) Installing pipewire-media-session (0.4.1-r0)
(598/734) Installing font-hack (3.003-r3)
(599/734) Installing qqc2-desktop-style (5.101.0-r0)
(600/734) Installing plasma-integration (5.26.4-r0)
(601/734) Installing qtchooser (66-r2)
(602/734) Installing plasma-workspace-libs (5.26.4.1-r0)
(603/734) Installing kactivities-stats (5.101.0-r0)
(604/734) Installing baloo (5.101.0-r0)
(605/734) Installing kholidays (5.101.0-r0)
(606/734) Installing libkexiv2 (22.12.0-r0)
(607/734) Installing knotifyconfig (5.101.0-r0)
(608/734) Installing kparts (5.101.0-r0)
(609/734) Installing zxing-cpp (1.4.0-r0)
(610/734) Installing libdmtx-libs (0.7.7-r0)
(611/734) Installing libqrencode (4.1.1-r1)
(612/734) Installing prison (5.101.0-r0)
(613/734) Installing ktexteditor (5.101.0-r0)
(614/734) Installing libpcap (1.10.1-r1)
(615/734) Installing lm-sensors-libs (3.6.0-r4)
(616/734) Installing libksysguard (5.26.4-r0)
(617/734) Installing kuserfeedback (1.2.0-r1)
(618/734) Installing mpfr4 (4.1.1-r0)
(619/734) Installing libqalculate (4.5.0-r0)
(620/734) Installing plasma-workspace (5.26.4.1-r0)
(621/734) Installing kpty (5.101.0-r0)
(622/734) Installing kdesu (5.101.0-r0)
(623/734) Installing kde-cli-tools (5.26.4-r0)
(624/734) Installing qqc2-breeze-style (5.26.4-r0)
(625/734) Installing plasma-mobile (5.26.4-r0)
(626/734) Installing polkit-kde-agent-1 (5.26.4-r0)
(627/734) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(628/734) Installing chrony-openrc (4.3-r0)
(629/734) Installing haveged (1.9.18-r0)
(630/734) Installing haveged-openrc (1.9.18-r0)
(631/734) Installing libmnl (1.0.5-r0)
(632/734) Installing libnftnl (1.2.4-r0)
(633/734) Installing nftables (1.0.5-r3)
(634/734) Installing nftables-openrc (1.0.5-r3)
(635/734) Installing postmarketos-config-nftables (0.13-r0)
Executing postmarketos-config-nftables-0.13-r0.post-install
* service nftables added to runlevel default
(636/734) Installing postmarketos-config-nftables-networkmanager (0.13-r0)
(637/734) Installing postmarketos-base-nftables (24.1-r0)
Executing postmarketos-base-nftables-24.1-r0.post-install
(638/734) Installing postmarketos-artwork-icons (2-r1)
(639/734) Installing util-linux (2.38.1-r1)
(640/734) Installing libfdisk (2.38.1-r1)
(641/734) Installing libsmartcols (2.38.1-r1)
(642/734) Installing util-linux-misc (2.38.1-r1)
(643/734) Installing libeconf (0.5.0-r0)
(644/734) Installing runuser (2.38.1-r1)
(645/734) Installing mount (2.38.1-r1)
(646/734) Installing losetup (2.38.1-r1)
(647/734) Installing hexdump (2.38.1-r1)
(648/734) Installing uuidgen (2.38.1-r1)
(649/734) Installing blkid (2.38.1-r1)
(650/734) Installing sfdisk (2.38.1-r1)
(651/734) Installing mcookie (2.38.1-r1)
(652/734) Installing agetty (2.38.1-r1)
(653/734) Installing agetty-openrc (0.45.2-r7)
(654/734) Installing wipefs (2.38.1-r1)
(655/734) Installing cfdisk (2.38.1-r1)
(656/734) Installing umount (2.38.1-r1)
(657/734) Installing util-linux-openrc (2.38.1-r1)
(658/734) Installing flock (2.38.1-r1)
(659/734) Installing lsblk (2.38.1-r1)
(660/734) Installing libcap-ng (0.8.3-r1)
(661/734) Installing setpriv (2.38.1-r1)
(662/734) Installing logger (2.38.1-r1)
(663/734) Installing partx (2.38.1-r1)
(664/734) Installing fstrim (2.38.1-r1)
(665/734) Installing findmnt (2.38.1-r1)
(666/734) Installing pcsc-lite-libs (1.9.9-r0)
(667/734) Installing wpa_supplicant (2.10-r4)
(668/734) Installing wpa_supplicant-openrc (2.10-r4)
(669/734) Installing ifupdown-ng-wifi (0.12.1-r0)
(670/734) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(671/734) Installing postmarketos-base-ui-networkmanager (6-r1)
(672/734) Installing mpdecimal (2.5.1-r1)
(673/734) Installing python3 (3.11.1-r1)
(674/734) Installing py3-ruamel.yaml.clib (0.2.7-r1)
(675/734) Installing py3-ruamel.yaml (0.17.21-r1)
(676/734) Installing sleep-inhibitor (1.16-r1)
(677/734) Installing sleep-inhibitor-openrc (1.16-r1)
(678/734) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(679/734) Installing py3-dbus (1.3.2-r1)
(680/734) Installing obex-capabilities (0.2.1-r2)
(681/734) Installing obex-capabilities-bluez-obexd (0.2.1-r2)
(682/734) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(683/734) Installing pulseaudio-utils (9999_git20220528-r0)
(684/734) Installing postmarketos-base-ui-pulseaudio (6-r1)
(685/734) Installing upower (1.90.0-r2)
(686/734) Installing device-pine64-pinephone-upower (0.44-r0)
(687/734) Installing powerdevil-libs (5.26.4-r0)
(688/734) Installing powerdevil (5.26.4-r0)
(689/734) Installing bubblewrap (0.7.0-r0)
(690/734) Installing fuse-common (3.12.0-r0)
(691/734) Installing fuse-openrc (3.12.0-r0)
(692/734) Installing fuse3-libs (3.12.0-r0)
(693/734) Installing fuse3 (3.12.0-r0)
(694/734) Installing xdg-desktop-portal (1.16.0-r0)
(695/734) Installing xdg-desktop-portal-kde (5.26.4-r0)
(696/734) Installing autologin (1.0.0-r4)
(697/734) Installing tinydm (1.1.2-r1)
(698/734) Installing tinydm-openrc (1.1.2-r1)
(699/734) Installing postmarketos-base-ui-tinydm (6-r1)
(700/734) Installing font-alias (1.0.4-r0)
(701/734) Installing util-macros (1.19.3-r0)
(702/734) Installing font-misc-misc (1.1.2-r3)
(703/734) Installing font-cursor-misc (1.0.3-r3)
(704/734) Installing xauth (1.1.2-r0)
(705/734) Installing xmodmap (1.0.11-r0)
(706/734) Installing xrdb (1.2.1-r1)
(707/734) Installing xinit (1.4.2-r0)
(708/734) Installing hwdata-pci (0.365-r0)
(709/734) Installing libpciaccess (0.17-r0)
(710/734) Installing xorg-server (21.1.6-r0)
(711/734) Installing libinput (1.22.0-r0)
(712/734) Installing xf86-input-libinput (1.2.1-r0)
(713/734) Installing xf86-video-fbdev (0.5.0-r3)
(714/734) Installing postmarketos-base-ui-x11 (6-r1)
(715/734) 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
(716/734) Installing libexif (0.6.24-r0)
(717/734) Installing hwloc (2.8.0-r0)
(718/734) Installing libtbb (2021.7.0-r1)
(719/734) Installing opencv (4.6.0-r5)
(720/734) Installing postprocessd (0.2.1-r2)
(721/734) Installing postprocessd-megapixels (0.2.1-r2)
(722/734) Installing qmltermwidget (0.2.0-r1)
(723/734) Installing qmlkonsole (22.11-r0)
(724/734) Installing c-ares (1.18.1-r1)
(725/734) Installing spacebar (22.11-r0)
(726/734) Installing hkdm (0.2.0-r0)
(727/734) Installing buffyboard (0.2.0-r0)
(728/734) Installing terminus-font (4.49.1-r3)
(729/734) Installing kbd-misc (2.5.1-r4)
(730/734) Installing kbd (2.5.1-r4)
(731/734) Installing kbd-openrc (2.5.1-r4)
(732/734) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(733/734) Installing ttyescape-openrc (1.0.1-r1)
(734/734) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r29.trigger
Executing glib-2.74.3-r2.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gdk-pixbuf-2.42.10-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing ca-certificates-20221203-r1.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-mkinitfs-1.5.1-r3.trigger
2022/12/20 15:59:09 Generating for kernel version: 6.1.0-rc7
2022/12/20 15:59:09 Output directory: /boot
2022/12/20 15:59:09 == Generating initramfs ==
2022/12/20 15:59:09 - Including hook files
2022/12/20 15:59:09 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 15:59:09 - Including hook scripts
2022/12/20 15:59:09 - Including required binaries
2022/12/20 15:59:09 - Including kernel modules
2022/12/20 15:59:09 - Including splash images
2022/12/20 15:59:09 - Writing and verifying initramfs archive
2022/12/20 15:59:10 == Generating initramfs extra ==
2022/12/20 15:59:10 - Including extra binaries
2022/12/20 15:59:10 - Including FDE support
2022/12/20 15:59:11 - Writing and verifying initramfs-extra archive
2022/12/20 15:59:15 == 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/20 15:59:19 mkinitfs completed in: 9.740886882s
Executing postmarketos-base-24.1-r0.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: 2140 MiB in 759 packages
(376380) [15:59:26] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2140 MiB in 759 packages
(376380) [15:59:29] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details)
(376380) [15:59:29] (rootfs_pine64-pinephone) install device-pine64-pinephone
(376380) [15:59:29] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [15:59:29] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [15:59:29] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(376380) [15:59:29] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone
(376380) [15:59:29] New background process: pid=386665, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2140 MiB in 759 packages
(376380) [15:59:32] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2140 MiB in 759 packages
(376380) [15:59:35] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(376380) [15:59:36] (rootfs_pine64-pinephone) install postmarketos-mkinitfs
(376380) [15:59:36] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [15:59:36] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [15:59:36] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo
(376380) [15:59:36] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(376380) [15:59:36] New background process: pid=386848, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2140 MiB in 759 packages
(376380) [15:59:39] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2140 MiB in 759 packages
(376380) [15:59:42] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner
(376380) [15:59:42] (rootfs_pine64-pinephone) % mkinitfs
2022/12/20 15:59:42 Generating for kernel version: 6.1.0-rc7
2022/12/20 15:59:43 Output directory: /boot
2022/12/20 15:59:43 == Generating initramfs ==
2022/12/20 15:59:43 - Including hook files
2022/12/20 15:59:43 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 15:59:43 - Including hook scripts
2022/12/20 15:59:43 - Including required binaries
2022/12/20 15:59:43 - Including kernel modules
2022/12/20 15:59:43 - Including splash images
2022/12/20 15:59:43 - Writing and verifying initramfs archive
2022/12/20 15:59:43 == Generating initramfs extra ==
2022/12/20 15:59:43 - Including extra binaries
2022/12/20 15:59:43 - Including FDE support
2022/12/20 15:59:44 - Writing and verifying initramfs-extra archive
2022/12/20 15:59:47 == Using boot-deploy to finalize/install files ==
==> kernel: device-tree blob operations
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb
==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb
2022/12/20 15:59:52 mkinitfs completed in: 9.408605095s
(376380) [15:59:52] *** SET LOGIN PASSWORD FOR: 'user' ***
(376380) [15:59:52] (rootfs_pine64-pinephone) % passwd user
New password: Retype new password: passwd: password updated successfully
(376380) [15:59:52] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow
(376380) [15:59:52] (rootfs_pine64-pinephone) locking root
(376380) [15:59:52] (rootfs_pine64-pinephone) % passwd -l root
passwd: password changed.
(376380) [15:59:52] NOTE: No valid keymap specified for device
(376380) [15:59:52] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC
(376380) [15:59:59] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname
(376380) [15:59:59] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts
(376380) [15:59:59] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm
(376380) [15:59:59] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev
(376380) [15:59:59] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap
(376380) [15:59:59] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(376380) [15:59:59] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
2257108 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
(376380) [15:59:59] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(376380) [15:59:59] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(376380) [15:59:59] (native) create pine64-pinephone.img (3463M)
(376380) [15:59:59] (native) % truncate -s 3463M /home/pmos/rootfs/pine64-pinephone.img
(376380) [15:59:59] (native) mount /dev/install (pine64-pinephone.img)
(376380) [15:59:59] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop)
(376380) [15:59:59] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(376380) [15:59:59] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(376380) [15:59:59] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(376380) [15:59:59] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(376380) [16:00:00] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(376380) [16:00:00] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(376380) [16:00:00] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(376380) [16:00:00] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(376380) [16:00:00] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(376380) [16:00:00] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(376380) [16:00:00] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(376380) [16:00:00] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(376380) [16:00:00] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(376380) [16:00:00] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(376380) [16:00:00] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img
(376380) [16:00:00] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephone.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(376380) [16:00:00] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephone.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(376380) [16:00:00] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(376380) [16:00:00] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(376380) [16:00:00] (native) % parted -s /dev/install mktable msdos
(376380) [16:00:00] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M
(376380) [16:00:00] (native) % parted -s /dev/install mkpart primary 256M 100%
(376380) [16:00:00] (native) % parted -s /dev/install set 1 boot on
(376380) [16:00:00] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephone.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(376380) [16:00:00] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(376380) [16:00:01] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(376380) [16:00:01] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(376380) [16:00:01] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(376380) [16:00:01] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(376380) [16:00:01] (native) install e2fsprogs
(376380) [16:00:01] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [16:00:01] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [16:00:01] (native) % cat /tmp/apk_progress_fifo
(376380) [16:00:01] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(376380) [16:00:01] New background process: pid=388695, 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
(376380) [16:00:01] (native) format /dev/installp2 (root, ext4)
(376380) [16:00:01] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(376380) [16:00:01] (native) mount /dev/installp2 to /mnt/install
(376380) [16:00:01] (native) % mkdir -p /mnt/install
(376380) [16:00:02] (native) % mount /dev/installp2 /mnt/install
(376380) [16:00:02] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(376380) [16:00:02] (native) install e2fsprogs
(376380) [16:00:02] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [16:00:02] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(376380) [16:00:02] (native) % cat /tmp/apk_progress_fifo
(376380) [16:00:02] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(376380) [16:00:02] New background process: pid=388724, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 26 MiB in 71 packages
(376380) [16:00:02] (native) format /dev/installp1 (boot, ext2), mount to mountpoint
(376380) [16:00:02] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1
(376380) [16:00:02] (native) % mkdir -p /mnt/install/boot
(376380) [16:00:02] (native) % mount /dev/installp1 /mnt/install/boot
(376380) [16:00:02] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(376380) [16:00:02] (native) copy rootfs_pine64-pinephone to /mnt/install/
(376380) [16:00:02] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(376380) [16:00:02] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone
(376380) [16:00:02] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static
(376380) [16:00:02] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo
(376380) [16:00:02] (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/
(376380) [16:00:09] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(376380) [16:00:09] % 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
(376380) [16:00:09] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % 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/
(376380) [16:00:09] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(376380) [16:00:09] % 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
(376380) [16:00:09] 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
(376380) [16:00:09] (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
(376380) [16:00:09] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(376380) [16:00:11] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(376380) [16:00:13] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephone.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(376380) [16:00:14] (native) umount /dev/loop9
(376380) [16:00:14] (native) % losetup -d /dev/loop9
(376380) [16:00:14] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(376380) [16:00:14]
(376380) [16:00:14] *** FLASHING INFORMATION ***
(376380) [16:00:14] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(376380) [16:00:14] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(376380) [16:00:14]
(376380) [16:00:14] *** SSH DAEMON INFORMATION ***
(376380) [16:00:14] SSH daemon is enabled (disable with --no-sshd).
(376380) [16:00:14] Login as 'user' with the password given during installation.
(376380) [16:00:14]
(376380) [16:00:14] *** FIREWALL INFORMATION ***
(376380) [16:00:14] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(376380) [16:00:14] For more information: https://postmarketos.org/firewall
(376380) [16:00:14]
(376380) [16:00:14] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(376380) [16:00:14] DONE!
total 2365180
-rw-r--r-- 1 root 12345 3631218688 Dec 20 16:00 pine64-pinephone.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img'
Loop Device: /dev/loop9
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2667.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/core18_2654.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 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap (deleted) 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap (deleted) 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_24061.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1738.snap 0 512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Dec 20 16:00 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Dec 20 16:00 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Dec 20 16:00 storagepool -> ../../sdb1
total 88
drwxr-xr-x 2 root root 4096 Dec 20 15:58 bin
drwxr-xr-x 2 root root 4096 Dec 20 16:00 boot
drwxr-xr-x 2 root root 4096 Dec 20 15:55 dev
drwxr-xr-x 66 root root 4096 Dec 20 15:59 etc
drwxr-xr-x 3 root root 4096 Dec 20 16:00 home
drwxr-xr-x 14 root root 4096 Dec 20 15:58 lib
drwx------ 2 root root 16384 Dec 20 16:00 lost+found
drwxr-xr-x 5 root root 4096 Dec 20 15:55 media
drwxr-xr-x 8 root root 4096 Dec 20 15:55 mnt
drwxr-xr-x 2 root root 4096 Dec 20 15:55 opt
drwxr-xr-x 2 root root 4096 Dec 20 15:55 proc
drwx------ 2 root root 4096 Dec 20 15:55 root
drwxr-xr-x 6 root root 4096 Dec 20 15:58 run
drwxr-xr-x 2 root root 4096 Dec 20 15:58 sbin
drwxr-xr-x 2 root root 4096 Dec 20 15:55 srv
drwxr-xr-x 2 root root 4096 Dec 20 15:55 sys
drwxrwxrwt 2 root root 4096 Dec 20 16:00 tmp
drwxr-xr-x 9 root root 4096 Dec 20 15:56 usr
drwxr-xr-x 13 root root 4096 Dec 20 15:56 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-12-20 16:00:41-- 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% 65.7M=0s
2022-12-20 16:00:41 (65.7 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]
Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/aarch64/APKINDEX.tar.gz
2022-12-20 07:43:48.542534 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-1944-g134785e067 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-1953-gc1f6c7609a [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-1947-ge3d3300068 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25284 distinct packages available
(1/102) Upgrading kirigami2-libs (5.101.0-r0 -> 9999_git1671495347-r0)
(2/102) Upgrading kirigami2 (5.101.0-r0 -> 9999_git1671495347-r0)
(3/102) Upgrading kactivities-libs (5.101.0-r0 -> 9999_git1670961040-r0)
(4/102) Upgrading karchive (5.101.0-r0 -> 9999_git1671415296-r0)
(5/102) Upgrading kconfig (5.101.0-r0 -> 9999_git1670983668-r0)
(6/102) Upgrading kcoreaddons (5.101.0-r0 -> 9999_git1671415309-r0)
(7/102) Upgrading kwindowsystem (5.101.0-r0 -> 9999_git1671291497-r0)
(8/102) Upgrading kcrash (5.101.0-r0 -> 9999_git1670961176-r0)
(9/102) Upgrading kdbusaddons (5.101.0-r0 -> 9999_git1670983716-r0)
(10/102) Upgrading kglobalaccel (5.101.0-r0 -> 9999_git1671156734-r0)
(11/102) Upgrading kguiaddons (5.101.0-r0 -> 9999_git1671120703-r0)
(12/102) Upgrading ki18n (5.101.0-r0 -> 9999_git1670983823-r0)
(13/102) Upgrading kauth (5.101.0-r0 -> 9999_git1670983618-r0)
(14/102) Upgrading kcodecs (5.101.0-r0 -> 9999_git1670983650-r0)
(15/102) Upgrading kwidgetsaddons (5.101.0-r0 -> 9999_git1671070167-r0)
(16/102) Upgrading kconfigwidgets (5.101.0-r0 -> 9999_git1671330281-r0)
(17/102) Upgrading kiconthemes (5.101.0-r0 -> 9999_git1670983832-r0)
(18/102) Upgrading kitemviews (5.101.0-r0 -> 9999_git1670983874-r0)
(19/102) Upgrading kxmlgui (5.101.0-r0 -> 9999_git1670984048-r0)
(20/102) Upgrading kbookmarks (5.101.0-r0 -> 9999_git1670983629-r0)
(21/102) Upgrading kcompletion (5.101.0-r0 -> 9999_git1670983659-r0)
(22/102) Upgrading kdoctools (5.101.0-r0 -> 9999_git1671242901-r0)
(23/102) Upgrading kjobwidgets (5.101.0-r0 -> 9999_git1670983884-r0)
(24/102) Upgrading knotifications (5.101.0-r0 -> 9999_git1670983912-r0)
(25/102) Upgrading kservice (5.101.0-r0 -> 9999_git1671330324-r0)
(26/102) Upgrading solid-libs (5.101.0-r0 -> 9999_git1671382667-r0)
(27/102) Upgrading sonnet (5.101.0-r0 -> 9999_git1671279913-r0)
(28/102) Upgrading ktextwidgets (5.101.0-r0 -> 9999_git1671330354-r0)
(29/102) Upgrading kio (5.101.0-r0 -> 9999_git1671453854-r0)
(30/102) Upgrading kpackage (5.101.0-r0 -> 9999_git1671415350-r0)
(31/102) Upgrading kdeclarative (5.101.0-r0 -> 9999_git1671455506-r0)
(32/102) Upgrading kwayland (5.101.0-r0 -> 9999_git1671294132-r0)
(33/102) Upgrading plasma-framework (5.101.0-r0 -> 9999_git1670984067-r0)
(34/102) Upgrading kwallet (5.101.0-r0 -> 9999_git1670984019-r0)
(35/102) Upgrading purpose (5.101.0-r0 -> 9999_git1671415378-r0)
(36/102) Upgrading angelfish (22.11-r0 -> 9999_git1670987241-r0)
(37/102) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/102) Upgrading attica (5.101.0-r0 -> 9999_git1670960981-r0)
(39/102) Upgrading kidletime (5.101.0-r0 -> 9999_git1670961361-r0)
(40/102) Upgrading knewstuff (5.101.0-r0 -> 9999_git1671415340-r0)
(41/102) Upgrading kirigami-addons (0.6.1-r0 -> 9999_git1671501611-r0)
(42/102) Upgrading kclock (22.11-r0 -> 9999_git1671345680-r0)
(43/102) Upgrading kdecoration (5.26.4-r0 -> 9999_git1671236289-r0)
(44/102) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/102) Upgrading kfilemetadata (5.101.0-r0 -> 9999_git1670983781-r0)
(46/102) Upgrading kcontacts (5.101.0-r0 -> 9999_git1671155896-r0)
(47/102) Upgrading kpeople (5.101.0-r0 -> 9999_git1671156778-r0)
(48/102) Upgrading kcalendarcore (5.101.0-r0 -> 9999_git1670961098-r0)
(49/102) Upgrading kcmutils (5.101.0-r0 -> 9999_git1670983639-r0)
(50/102) Upgrading frameworkintegration (5.101.0-r0 -> 9999_git1670961030-r0)
(51/102) Upgrading oxygen (5.26.4-r0 -> 9999_git1671280537-r0)
(52/102) Upgrading modemmanager-qt (5.101.0-r0 -> 9999_git1671213815-r0)
(53/102) Upgrading plasma-dialer (22.11-r0 -> 9999_git1671502453-r0)
(54/102) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1671331612-r0)
(55/102) Upgrading kded (5.101.0-r0 -> 9999_git1670961214-r0)
(56/102) Upgrading bluez-qt (5.101.0-r0 -> 9999_git1670961000-r0)
(57/102) Upgrading bluedevil (5.26.4-r0 -> 9999_git1671280442-r0)
(58/102) Upgrading breeze (5.26.4-r0 -> 9999_git1671157467-r0)
(59/102) Upgrading libkscreen (5.26.4-r0 -> 9999_git1671416080-r0)
(60/102) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/102) Upgrading kscreen (5.26.4-r0 -> 9999_git1671502247-r0)
(62/102) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/102) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1670361355-r0)
(64/102) Upgrading breeze-icons (5.101.0-r0 -> 9999_git1671483339-r0)
(65/102) Upgrading kactivities (5.101.0-r0 -> 9999_git1670961040-r0)
(66/102) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1670987013-r0)
(67/102) Upgrading networkmanager-qt (5.101.0-r0 -> 9999_git1670961680-r0)
(68/102) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1671502357-r0)
(69/102) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1671502357-r0)
(70/102) Upgrading plasma-settings (22.11-r0 -> 9999_git1671502472-r0)
(71/102) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1670986721-r0)
(72/102) Upgrading kinit (5.101.0-r0 -> 9999_git1670983841-r0)
(73/102) Upgrading kdnssd (5.101.0-r0 -> 9999_git1670983763-r0)
(74/102) Upgrading syntax-highlighting (5.101.0-r0 -> 9999_git1671305692-r0)
(75/102) Upgrading kquickcharts (5.101.0-r0 -> 9999_git1670961540-r0)
(76/102) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1671416056-r0)
(77/102) Upgrading kwin (5.26.4-r0 -> 9999_git1671473700-r0)
(78/102) Upgrading kitemmodels (5.101.0-r0 -> 9999_git1670961402-r0)
(79/102) Upgrading threadweaver (5.101.0-r0 -> 9999_git1670961783-r0)
(80/102) Upgrading krunner (5.101.0-r0 -> 9999_git1670961560-r0)
(81/102) Upgrading milou (5.26.4-r0 -> 9999_git1670986912-r0)
(82/102) Upgrading qqc2-desktop-style (5.101.0-r0 -> 9999_git1670962982-r0)
(83/102) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1671157665-r0)
(84/102) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1671502397-r0)
(85/102) Upgrading kactivities-stats (5.101.0-r0 -> 9999_git1670961051-r0)
(86/102) Upgrading baloo (5.101.0-r0 -> 9999_git1670983598-r0)
(87/102) Upgrading kholidays (5.101.0-r0 -> 9999_git1671281066-r0)
(88/102) Upgrading knotifyconfig (5.101.0-r0 -> 9999_git1670983921-r0)
(89/102) Upgrading kparts (5.101.0-r0 -> 9999_git1671415360-r0)
(90/102) Upgrading prison (5.101.0-r0 -> 9999_git1670961713-r0)
(91/102) Upgrading ktexteditor (5.101.0-r0 -> 9999_git1671414672-r0)
(92/102) Upgrading libksysguard (5.26.4-r0 -> 9999_git1671502290-r0)
(93/102) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1671502397-r0)
(94/102) Upgrading kpty (5.101.0-r0 -> 9999_git1670983961-r0)
(95/102) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1671502192-r0)
(96/102) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1670949548-r0)
(97/102) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1671502345-r0)
(98/102) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1670987150-r0)
(99/102) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1671242389-r0)
(100/102) Upgrading powerdevil (5.26.4-r0 -> 9999_git1671242389-r0)
(101/102) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1671502413-r0)
(102/102) Upgrading qmlkonsole (22.11-r0 -> 9999_git1670987380-r0)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2313 MiB in 759 packages
(1/10) Installing bash (5.2.15-r0)
Executing bash-5.2.15-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.1-r0)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2325 MiB in 769 packages
(1/101) Installing syndication (9999_git1670961763-r0)
(2/101) Installing alligator (9999_git1670987232-r0)
(3/101) Installing libavc1394 (0.5.4-r3)
(4/101) Installing libcaca (0.99_beta20-r0)
(5/101) Installing libdv (1.0.0-r7)
(6/101) Installing libiec61883 (1.2.0-r3)
(7/101) Installing mpg123-libs (1.31.1-r0)
(8/101) Installing speex (1.2.1-r0)
(9/101) Installing libshout (2.4.6-r1)
(10/101) Installing wavpack (5.6.0-r0)
(11/101) Installing gst-plugins-good (1.20.5-r0)
(12/101) Installing py3-parsing (3.0.9-r1)
(13/101) Installing py3-packaging (22.0-r0)
(14/101) Installing py3-setuptools (65.6.3-r0)
(15/101) Installing py3-certifi (2022.12.7-r0)
(16/101) Installing py3-charset-normalizer (3.0.1-r1)
(17/101) Installing py3-idna (3.4-r3)
(18/101) Installing py3-urllib3 (1.26.13-r0)
(19/101) Installing py3-requests (2.28.1-r2)
(20/101) Installing py3-ytmusicapi (0.24.1-r0)
(21/101) Installing libmng (2.0.3-r1)
(22/101) Installing qt5-qtimageformats (5.15.6_git20220907-r1)
(23/101) Installing py3-mutagen (1.46.0-r1)
(24/101) Installing py3-websockets (10.4-r1)
(25/101) Installing py3-brotli (1.0.9-r10)
(26/101) Installing yt-dlp (2022.11.11-r1)
(27/101) Installing audiotube (9999_git1671280630-r0)
(28/101) Installing calindori (9999_git1670987261-r0)
(29/101) Installing live-media (2022.10.01-r0)
(30/101) Installing libxpm (3.5.14-r0)
(31/101) Installing a52dec (0.8.0-r8)
(32/101) Installing vulkan-loader (1.3.236.0-r0)
(33/101) Installing ffmpeg4-libs (4.4.3-r0)
(34/101) Installing libbluray (1.3.4-r0)
(35/101) Installing libcddb (1.3.2-r4)
(36/101) Installing libdvbpsi (1.3.3-r0)
(37/101) Installing libdvdcss (1.4.3-r0)
(38/101) Installing libdvdread (6.1.3-r1)
(39/101) Installing libdvdnav (6.1.1-r0)
(40/101) Installing libebml (1.4.4-r0)
(41/101) Installing faad2-libs (2.10.1-r0)
(42/101) Installing libupnp (1.14.15-r0)
(43/101) Installing lua5.2-libs (5.2.4-r10)
(44/101) Installing libmad (0.15.1b-r9)
(45/101) Installing libmatroska (1.7.1-r0)
(46/101) Installing libmicrodns (0.2.0-r0)
(47/101) Installing libmpeg2 (0.5.1-r10)
(48/101) Installing glslang-libs (1.3.236.0-r0)
(49/101) Installing glslang (1.3.236.0-r0)
(50/101) Installing spirv-tools (1.3.236.0-r0)
(51/101) Installing shaderc (2022.4-r0)
(52/101) Installing libplacebo (5.229.1-r1)
(53/101) Installing libprotobuf-lite (3.21.12-r0)
(54/101) Installing vlc-libs (3.0.18-r0)
(55/101) Installing vlc (3.0.18-r0)
(56/101) Installing elisa (22.12.0-r0)
(57/101) Installing kunitconversion (9999_git1671330365-r0)
(58/101) Installing kalk (9999_git1671280642-r0)
(59/101) Installing qt5-qtkeychain (0.13.2-r0)
(60/101) Installing kasts (9999_git1671416253-r0)
(61/101) Installing keysmith (9999_git1670988071-r0)
(62/101) Installing krecorder (9999_git1671331600-r0)
(63/101) Installing kpublictransport (22.12.0-r0)
(64/101) Installing ktrip (9999_git1670988219-r0)
(65/101) Installing kweathercore (9999_git1670985152-r0)
(66/101) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/101) Installing kweather (9999_git1671157772-r0)
(68/101) Installing libquotient (0.6.11-r0)
(69/101) Installing libcmark (0.30.2-r1)
(70/101) Installing neochat (9999_git1671501885-r0)
(71/101) Installing kjs (9999_git1670961433-r0)
(72/101) Installing libdjvulibre (3.5.28-r3)
(73/101) Installing libzip (1.9.2-r2)
(74/101) Installing ebook-tools (0.2.2-r3)
(75/101) Installing discount-libs (2.2.7b-r0)
(76/101) Installing poppler (22.12.0-r2)
(77/101) Installing poppler-qt5 (22.12.0-r0)
(78/101) Installing kdegraphics-mobipocket (22.12.0-r0)
(79/101) Installing libspectre (0.2.11-r0)
(80/101) Installing okular-common (22.12.0-r1)
(81/101) Installing okular (22.12.0-r1)
(82/101) Installing plasma-camera (1.0_git20210328-r2)
(83/101) Installing gst-libav (1.20.5-r0)
(84/101) Installing gst-plugins-good-qt (1.20.5-r0)
(85/101) Installing libxpresent (1.0.1-r0)
(86/101) Installing libxscrnsaver (1.2.4-r0)
(87/101) Installing libcdio (2.1.0-r1)
(88/101) Installing libcdio-paranoia (10.2.2.0.1-r1)
(89/101) Installing luajit (2.1_p20210510-r3)
(90/101) Installing rubberband-libs (3.1.1-r1)
(91/101) Installing sndio-libs (1.9.0-r0)
(92/101) Installing uchardet-libs (0.0.8-r0)
(93/101) Installing zimg (3.0.4-r1)
(94/101) Installing mpv-libs (0.35.0-r1)
(95/101) Installing plasmatube (9999_git1671502482-r0)
(96/101) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(97/101) Installing postmarketos-config-nftables-mdns (0.13-r0)
(98/101) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(99/101) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(100/101) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(101/101) Installing tokodon (9999_git1671501917-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS0 with baud rate 115200
Executing vlc-libs-3.0.18-r0.trigger
OK: 2500 MiB in 870 packages
(chroot) Exiting chroot...
[16:02:27] Unregister qemu binfmt (arm)
[16:02:27] Unregister qemu binfmt (aarch64)
[16:02:27] Unregister qemu binfmt (riscv64)
[16:02:27] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:02:27] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:02:27] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y
[16:02:27] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone
[16:02:29] Cleared up ~4540 MB of space
[16:02:29] [92mDONE![0m
Building image for pine64-pinephonepro
Already up to date.
[16:02:30] [1mWork path [/home/swadmin/.local/var/pmbootstrap][0m: [16:02:30] [1mChannel [edge][0m: [16:02:30] [1mVendor [qemu][0m: [16:02:30] [1mDevice codename [amd64][0m: [16:02:30] [1mKernel [lts][0m: [16:02:30] [1mUsername [user][0m: [16:02:30] [1mUser interface [weston][0m: [16:02:30] [1mChange them? (y/n) [n][0m: [16:02:30] [1mExtra packages [none][0m: [16:02:30] [1mUse this timezone instead of GMT? (y/n) [y][0m: [16:02:30] [1mChoose default locale for installation [C.UTF-8][0m: [16:02:30] [1mDevice hostname (short form, e.g. 'foo') [qemu-amd64][0m: [16:02:30] [1mBuild outdated packages during 'pmbootstrap install'? (y/n) [y][0m: [16:02:30] Config changed: ui='plasma-mobile'
[16:02:31] Config changed: device='pine64-pinephonepro'
[16:02:31] Config changed: kernel=''
[16:02:31] Config changed: extra_packages='osk-sdl'
(432434) [16:02:31] % 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)
(432434) [16:02:31] % 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
(432434) [16:02:31] *** (1/4) PREPARE NATIVE CHROOT ***
(432434) [16:02:31] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet!
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(432434) [16:02:31] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(432434) [16:02:31] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm
(432434) [16:02:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3
(432434) [16:02:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5
(432434) [16:02:31] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7
(432434) [16:02:31] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8
(432434) [16:02:31] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9
(432434) [16:02:31] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(432434) [16:02:31] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(432434) [16:02:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64
(432434) [16:02:31] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(432434) [16:02:31] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge
(432434) [16:02:32] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(432434) [16:02:32] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
(432434) [16:02:32] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(432434) [16:02:32] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] Update package index for x86_64 (4 file(s))
(432434) [16:02:32] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http
(432434) [16:02:32] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz
(432434) [16:02:32] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
(432434) [16:02:32] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz
(432434) [16:02:32] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(432434) [16:02:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz
(432434) [16:02:33] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
(432434) [16:02:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz
(432434) [16:02:33] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk
(432434) [16:02:33] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(432434) [16:02:33] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(432434) [16:02:33] extracted: /tmp/pmbootstrapjrjkwhbnapk
(432434) [16:02:33] extracted: /tmp/pmbootstrap2xq8z2p3sig
(432434) [16:02: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
(432434) [16:02: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/pmbootstrap2xq8z2p3sig /tmp/pmbootstrapjrjkwhbnapk
Verified OK
(432434) [16:02:33] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(432434) [16:02:33] % /tmp/pmbootstrapjrjkwhbnapk --version
apk-tools 2.12.10, compiled for x86_64.
(432434) [16:02:33] (native) install alpine-base
(432434) [16:02:33] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % 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
(432434) [16:02:34] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf
(432434) [16:02:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk
(432434) [16:02:34] (native) update /etc/apk/repositories
(432434) [16:02:34] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(432434) [16:02:34] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(432434) [16:02:34] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(432434) [16:02:34] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(432434) [16:02:34] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories
(432434) [16:02:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(432434) [16:02:34] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(432434) [16:02:34] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(432434) [16:02:34] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base
(432434) [16:02:34] New background process: pid=432593, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(432434) [16:02:35] (native) % adduser -D pmos -u 12345
(432434) [16:02:35] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild
(432434) [16:02:35] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config
(432434) [16:02:35] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache
(432434) [16:02:35] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache
(432434) [16:02:35] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages
(432434) [16:02:35] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos
(432434) [16:02:35] (native) % chown pmos:pmos /mnt/pmbootstrap-packages
(432434) [16:02:35] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry
(432434) [16:02:35] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index
(432434) [16:02:36] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index
(432434) [16:02:36] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index
(432434) [16:02:36] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache
(432434) [16:02:36] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache
(432434) [16:02:36] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache
(432434) [16:02:36] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git
(432434) [16:02:36] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db
(432434) [16:02:36] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db
(432434) [16:02:36] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db
(432434) [16:02:36] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details)
(432434) [16:02:38] (native) install cryptsetup util-linux parted
(432434) [16:02:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:02:38] (native) % cat /tmp/apk_progress_fifo
(432434) [16:02:38] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted
(432434) [16:02:38] New background process: pid=433084, 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_p20221217-r0)
(11/42) Installing ncurses-libs (6.3_p20221217-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.5.0-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-r7)
(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
(432434) [16:02:40] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephonepro") ***
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(432434) [16:02:40] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(432434) [16:02:40] % 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
(432434) [16:02:40] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm
(432434) [16:02:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/null c 1 3
(432434) [16:02:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/zero c 1 5
(432434) [16:02:40] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/full c 1 7
(432434) [16:02:40] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/random c 1 8
(432434) [16:02:40] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/urandom c 1 9
(432434) [16:02:40] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(432434) [16:02:40] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(432434) [16:02:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(432434) [16:02:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(432434) [16:02:40] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details)
(432434) [16:02:40] (native) install qemu-aarch64
(432434) [16:02:40] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:02:41] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:02:41] (native) % cat /tmp/apk_progress_fifo
(432434) [16:02:41] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64
(432434) [16:02:41] New background process: pid=433383, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing qemu-aarch64 (7.2.0-r0)
Executing busybox-1.35.0-r29.trigger
OK: 25 MiB in 68 packages
(432434) [16:02:41] Register qemu binfmt (aarch64)
(432434) [16:02:41] % 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
(432434) [16:02:41] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin
(432434) [16:02:41] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(432434) [16:02:41] % 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
(432434) [16:02:41] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap
(432434) [16:02:41] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(432434) [16:02:41] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(432434) [16:02:41] extracted: /tmp/pmbootstrapguj5najqapk
(432434) [16:02:41] extracted: /tmp/pmbootstrapul81y0gasig
(432434) [16:02:41] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
(432434) [16:02:41] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapul81y0gasig /tmp/pmbootstrapguj5najqapk
Verified OK
(432434) [16:02:41] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1)
(432434) [16:02:41] % /tmp/pmbootstrapguj5najqapk --version
apk-tools 2.12.10, compiled for x86_64.
(432434) [16:02:41] (rootfs_pine64-pinephonepro) install alpine-base
(432434) [16:02:41] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/cache
(432434) [16:02:41] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/resolv.conf
(432434) [16:02:42] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk
(432434) [16:02:42] (rootfs_pine64-pinephonepro) update /etc/apk/repositories
(432434) [16:02:42] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(432434) [16:02:42] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(432434) [16:02:42] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(432434) [16:02:42] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(432434) [16:02:42] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories
(432434) [16:02:42] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] Update package index for aarch64 (4 file(s))
(432434) [16:02:42] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz
(432434) [16:02:42] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
(432434) [16:02:42] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz
(432434) [16:02:42] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
(432434) [16:02:43] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz
(432434) [16:02:43] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
(432434) [16:02:43] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz
(432434) [16:02:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp
(432434) [16:02:43] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(432434) [16:02:43] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(432434) [16:02:43] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo
(432434) [16:02:43] % 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
(432434) [16:02:43] New background process: pid=433433, 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-r7)
Executing openrc-0.45.2-r7.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 (20221203-r1)
(15/25) Installing libcrypto3 (3.0.7-r1)
(16/25) Installing libssl3 (3.0.7-r1)
(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
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % getent passwd user
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % adduser -D -u 10000 user
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup -S wheel
addgroup: group 'wheel' in use
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup user wheel
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup -S video
addgroup: group 'video' in use
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup user video
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup -S audio
addgroup: group 'audio' in use
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup user audio
(432434) [16:02:45] (rootfs_pine64-pinephonepro) % addgroup -S input
addgroup: group 'input' in use
(432434) [16:02:46] (rootfs_pine64-pinephonepro) % addgroup user input
(432434) [16:02:46] (rootfs_pine64-pinephonepro) % addgroup -S plugdev
(432434) [16:02:46] (rootfs_pine64-pinephonepro) % addgroup user plugdev
(432434) [16:02:46] (rootfs_pine64-pinephonepro) % addgroup -S netdev
addgroup: group 'netdev' in use
(432434) [16:02:46] (rootfs_pine64-pinephonepro) % addgroup user netdev
(432434) [16:02:46] 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
(432434) [16:02:48] (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)
(432434) [16:02:48] cmd:sudo: has multiple providers (doas-sudo-shim, sudo), picked shortest: sudo
(432434) [16:02:48] openssh-client: picked provider(s) with higest priority 1: openssh-client-default
(432434) [16:02:48] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs
(432434) [16:02:49] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session
(432434) [16:02:50] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack
(432434) [16:02:51] (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
(432434) [16:02:51] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:02:51] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(432434) [16:02:51] (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
(432434) [16:02:51] New background process: pid=433870, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/728) Installing icu-data-full (72.1-r1)
(2/728) Installing dbus-libs (1.14.4-r0)
(3/728) Installing libgcc (12.2.1_git20220924-r5)
(4/728) Installing libffi (3.4.4-r0)
(5/728) Installing libintl (0.21.1-r1)
(6/728) Installing libblkid (2.38.1-r1)
(7/728) Installing libmount (2.38.1-r1)
(8/728) Installing pcre2 (10.42-r0)
(9/728) Installing glib (2.74.3-r2)
(10/728) Installing libstdc++ (12.2.1_git20220924-r5)
(11/728) Installing icu-libs (72.1-r1)
(12/728) Installing libpcre2-16 (10.42-r0)
(13/728) Installing zstd-libs (1.5.2-r9)
(14/728) Installing qt5-qtbase (5.15.6_git20221010-r1)
(15/728) Installing hicolor-icon-theme (0.17-r2)
(16/728) Installing libmagic (5.43-r0)
(17/728) Installing file (5.43-r0)
(18/728) Installing libxau (1.0.11-r0)
(19/728) Installing libmd (1.0.4-r0)
(20/728) Installing libbsd (0.11.7-r0)
(21/728) Installing libxdmcp (1.1.4-r0)
(22/728) Installing libxcb (1.15-r0)
(23/728) Installing libx11 (1.8.2-r1)
(24/728) Installing libxext (1.3.5-r0)
(25/728) Installing libice (1.1.1-r0)
(26/728) Installing libuuid (2.38.1-r1)
(27/728) Installing libsm (1.2.4-r0)
(28/728) Installing libxt (1.2.1-r1)
(29/728) Installing libxmu (1.1.4-r0)
(30/728) Installing xset (1.2.5-r0)
(31/728) Installing xprop (1.2.6-r0)
(32/728) Installing xdg-utils (1.1.3-r4)
(33/728) Installing mesa (22.3.1-r0)
(34/728) Installing libdrm (2.4.114-r0)
(35/728) Installing libexpat (2.5.0-r0)
(36/728) Installing wayland-libs-server (1.21.0-r1)
(37/728) Installing mesa-glapi (22.3.1-r0)
(38/728) Installing mesa-gles (22.3.1-r0)
(39/728) Installing qt5-qtdeclarative (5.15.6_git20220908-r0)
(40/728) Installing libxcomposite (0.4.6-r0)
(41/728) Installing brotli-libs (1.0.9-r10)
(42/728) Installing libbz2 (1.0.8-r4)
(43/728) Installing libpng (1.6.39-r2)
(44/728) Installing freetype (2.12.1-r0)
(45/728) Installing fontconfig (2.14.1-r0)
(46/728) Installing wayland-libs-client (1.21.0-r1)
(47/728) Installing wayland-libs-cursor (1.21.0-r1)
(48/728) Installing wayland-libs-egl (1.21.0-r1)
(49/728) Installing xkeyboard-config (2.37-r0)
(50/728) Installing xz-libs (5.4.0-r0)
(51/728) Installing libxml2 (2.10.3-r2)
(52/728) Installing libxkbcommon (1.4.1-r0)
(53/728) Installing qt5-qtwayland (5.15.6_git20220927-r1)
(54/728) Installing mesa-gbm (22.3.1-r0)
(55/728) Installing libxshmfence (1.3.2-r0)
(56/728) Installing mesa-egl (22.3.1-r0)
(57/728) Installing avahi-libs (0.8-r6)
(58/728) Installing gmp (6.2.1-r2)
(59/728) Installing nettle (3.8.1-r0)
(60/728) Installing p11-kit (0.24.1-r1)
(61/728) Installing libtasn1 (4.19.0-r0)
(62/728) Installing libunistring (1.1-r0)
(63/728) Installing gnutls (3.7.8-r2)
(64/728) Installing cups-libs (2.4.2-r1)
(65/728) Installing pkgconf (1.9.3-r1)
(66/728) Installing shared-mime-info (2.2-r2)
(67/728) Installing libjpeg-turbo (2.1.4-r0)
(68/728) Installing libwebp (1.2.4-r1)
(69/728) Installing tiff (4.5.0-r1)
(70/728) Installing gdk-pixbuf (2.42.10-r2)
(71/728) Installing gtk-update-icon-cache (3.24.35-r2)
(72/728) Installing libxfixes (6.0.0-r0)
(73/728) Installing libxrender (0.9.11-r0)
(74/728) Installing libxcursor (1.2.1-r1)
(75/728) Installing libxdamage (1.1.6-r0)
(76/728) Installing libxi (1.8-r0)
(77/728) Installing libxinerama (1.1.5-r0)
(78/728) Installing libxrandr (1.5.3-r0)
(79/728) Installing libatk-1.0 (2.46.0-r0)
(80/728) Installing libxtst (1.2.4-r0)
(81/728) Installing at-spi2-core (2.46.0-r0)
(82/728) Installing libatk-bridge-2.0 (2.46.0-r0)
(83/728) Installing pixman (0.42.2-r0)
(84/728) Installing cairo (1.17.6-r3)
(85/728) Installing cairo-gobject (1.17.6-r3)
(86/728) Installing libepoxy (1.5.10-r0)
(87/728) Installing fribidi (1.0.12-r0)
(88/728) Installing graphite2 (1.3.14-r2)
(89/728) Installing harfbuzz (6.0.0-r0)
(90/728) Installing libxft (2.3.7-r0)
(91/728) Installing pango (1.50.12-r0)
(92/728) Installing gtk+3.0 (9999_git20210602-r4)
Executing gtk+3.0-9999_git20210602-r4.post-install
(93/728) Installing libevdev (1.13.0-r0)
(94/728) Installing mtdev (1.1.6-r1)
(95/728) Installing eudev-libs (3.2.11-r6)
(96/728) Installing libinput-libs (1.22.0-r0)
(97/728) Installing xcb-util-wm (0.4.2-r0)
(98/728) Installing xcb-util (0.4.1-r0)
(99/728) Installing xcb-util-image (0.4.1-r0)
(100/728) Installing xcb-util-keysyms (0.4.1-r0)
(101/728) Installing xcb-util-renderutil (0.3.10-r0)
(102/728) Installing libxkbcommon-x11 (1.4.1-r0)
(103/728) Installing qt5-qtbase-x11 (5.15.6_git20221010-r1)
(104/728) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(105/728) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(106/728) Installing kirigami2-libs (5.101.0-r0)
(107/728) Installing libgomp (12.2.1_git20220924-r5)
(108/728) Installing kirigami2 (5.101.0-r0)
(109/728) Installing kactivities-libs (5.101.0-r0)
(110/728) Installing karchive (5.101.0-r0)
(111/728) Installing kconfig (5.101.0-r0)
(112/728) Installing kcoreaddons (5.101.0-r0)
(113/728) Installing qt5-qtx11extras (5.15.6_git20220816-r0)
(114/728) Installing kwindowsystem (5.101.0-r0)
(115/728) Installing kcrash (5.101.0-r0)
(116/728) Installing kdbusaddons (5.101.0-r0)
(117/728) Installing kglobalaccel (5.101.0-r0)
(118/728) Installing kguiaddons (5.101.0-r0)
(119/728) Installing ki18n (5.101.0-r0)
(120/728) Installing libelogind (246.10-r5)
(121/728) Installing polkit-elogind-libs (122-r0)
(122/728) Installing polkit-qt-1 (0.114.0-r1)
(123/728) Installing kauth (5.101.0-r0)
(124/728) Installing kcodecs (5.101.0-r0)
(125/728) Installing kwidgetsaddons (5.101.0-r0)
(126/728) Installing kconfigwidgets (5.101.0-r0)
(127/728) Installing qt5-qtsvg (5.15.6_git20220908-r0)
(128/728) Installing kiconthemes (5.101.0-r0)
(129/728) Installing kitemviews (5.101.0-r0)
(130/728) Installing kxmlgui (5.101.0-r0)
(131/728) Installing kbookmarks (5.101.0-r0)
(132/728) Installing kcompletion (5.101.0-r0)
(133/728) Installing libxml2-utils (2.10.3-r2)
(134/728) Installing docbook-xml (4.5-r8)
Executing docbook-xml-4.5-r8.post-install
(135/728) Installing libgpg-error (1.46-r1)
(136/728) Installing libgcrypt (1.10.1-r0)
(137/728) Installing libxslt (1.1.37-r0)
(138/728) Installing docbook-xsl (1.79.2-r8)
Executing docbook-xsl-1.79.2-r8.post-install
(139/728) Installing kdoctools (5.101.0-r0)
(140/728) Installing kjobwidgets (5.101.0-r0)
(141/728) Installing alsa-lib (1.2.8-r0)
(142/728) Installing libxxf86vm (1.1.5-r0)
(143/728) Installing mesa-gl (22.3.1-r0)
(144/728) Installing libxv (1.0.12-r0)
(145/728) Installing cdparanoia-libs (10.2-r11)
(146/728) Installing graphene (1.10.8-r1)
(147/728) Installing gstreamer (1.20.5-r0)
(148/728) Installing libogg (1.3.5-r2)
(149/728) Installing opus (1.3.1-r1)
(150/728) Installing orc (0.4.33-r0)
(151/728) Installing libtheora (1.1.1-r16)
(152/728) Installing libvorbis (1.3.7-r0)
(153/728) Installing gst-plugins-base (1.20.5-r0)
(154/728) Installing qt5-qtmultimedia (5.15.6_git20220907-r0)
(155/728) Installing qt5-qtspeech (5.15.6_git20220907-r0)
(156/728) Installing sound-theme-freedesktop (0.8-r0)
(157/728) Installing libltdl (2.4.7-r0)
(158/728) Installing libcanberra (0.30-r9)
(159/728) Installing libcanberra-gstreamer (0.30-r9)
(160/728) Installing knotifications (5.101.0-r0)
(161/728) Installing kservice (5.101.0-r0)
(162/728) Installing solid-libs (5.101.0-r0)
(163/728) Installing libhunspell (1.7.1-r0)
(164/728) Installing ncurses-terminfo-base (6.3_p20221217-r0)
(165/728) Installing ncurses-libs (6.3_p20221217-r0)
(166/728) Installing readline (8.2.0-r0)
(167/728) Installing hunspell (1.7.1-r0)
(168/728) Installing sonnet (5.101.0-r0)
(169/728) Installing ktextwidgets (5.101.0-r0)
(170/728) Installing kio (5.101.0-r0)
(171/728) Installing kpackage (5.101.0-r0)
(172/728) Installing kdeclarative (5.101.0-r0)
(173/728) Installing kwayland (5.101.0-r0)
(174/728) Installing plasma-framework (5.101.0-r0)
(175/728) Installing sqlite-libs (3.40.0-r0)
(176/728) Installing libaccounts-glib (1.26-r1)
(177/728) Installing libaccounts-qt (1.16-r1)
(178/728) Installing signond (8.61-r0)
(179/728) Installing accounts-qml-module (0.7_git20190605-r1)
(180/728) Installing qt5-qtwebchannel (5.15.6_git20220907-r0)
(181/728) Installing sdl2 (2.26.1-r0)
(182/728) Installing svt-av1-libs (1.4.1-r0)
(183/728) Installing aom-libs (3.5.0-r0)
(184/728) Installing libass (0.17.0-r0)
(185/728) Installing libdav1d (1.0.0-r2)
(186/728) Installing lcms2 (2.14-r2)
(187/728) Installing libjxl (0.7.0-r0)
(188/728) Installing lame (3.100-r2)
(189/728) Installing libasyncns (0.8-r1)
(190/728) Installing flac-libs (1.4.2-r0)
(191/728) Installing libsndfile (1.1.0-r3)
(192/728) Installing soxr (0.1.3-r3)
(193/728) Installing speexdsp (1.2.1-r0)
(194/728) Installing tdb-libs (1.4.7-r1)
(195/728) Installing libpulse (9999_git20220528-r0)
(196/728) Installing cjson (1.7.15-r3)
(197/728) Installing mbedtls (2.28.2-r0)
(198/728) Installing librist (0.2.7-r0)
(199/728) Installing libsrt (1.5.1-r0)
(200/728) Installing libssh (0.10.4-r0)
(201/728) Installing v4l-utils-libs (1.22.1-r2)
(202/728) Installing libva (2.16.0-r0)
(203/728) Installing libvdpau (1.5-r0)
(204/728) Installing vidstab (1.1.0-r2)
(205/728) Installing libvpx (1.12.0-r1)
(206/728) Installing x264-libs (0.164_git20220602-r0)
(207/728) Installing numactl (2.0.16-r0)
(208/728) Installing x265-libs (3.5-r3)
(209/728) Installing xvidcore (1.3.7-r1)
(210/728) Installing libsodium (1.0.18-r2)
(211/728) Installing libzmq (4.3.4-r1)
(212/728) Installing ffmpeg-libs (5.1.2-r3)
(213/728) Installing libevent (2.1.12-r5)
(214/728) Installing minizip (1.2.13-r0)
(215/728) Installing nspr (4.35-r0)
(216/728) Installing nss (3.86-r0)
(217/728) Installing re2 (2022.12.01-r0)
(218/728) Installing snappy (1.1.9-r4)
(219/728) Installing qt5-qtwebengine (5.15.11-r9)
(220/728) Installing libnotify (0.8.1-r1)
(221/728) Installing libproxy (0.4.18-r2)
(222/728) Installing signon-ui (0.17_git20171023-r2)
(223/728) Installing libassuan (2.5.5-r1)
(224/728) Installing pinentry (1.2.1-r0)
Executing pinentry-1.2.1-r0.post-install
(225/728) Installing gnupg-gpgconf (2.2.40-r0)
(226/728) Installing gpg (2.2.40-r0)
(227/728) Installing npth (1.6-r2)
(228/728) Installing gpg-agent (2.2.40-r0)
(229/728) Installing libksba (1.6.2-r0)
(230/728) Installing gpgsm (2.2.40-r0)
(231/728) Installing gpgme (1.18.0-r1)
(232/728) Installing gpgmepp (1.18.0-r1)
(233/728) Installing gdbm (1.23-r0)
(234/728) Installing libsasl (2.1.28-r3)
(235/728) Installing libqca (2.3.4-r2)
(236/728) Installing kwallet (5.101.0-r0)
(237/728) Installing kaccounts-integration (22.12.0-r0)
(238/728) Installing purpose (5.101.0-r0)
(239/728) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r1)
(240/728) Installing qt5-qtfeedback (0_git20180903-r0)
(241/728) Installing angelfish (22.11-r0)
(242/728) Installing gtk+2.0 (2.24.33-r8)
Executing gtk+2.0-2.24.33-r8.post-install
(243/728) Installing gtk-engines-clearlooks (2.21.0-r3)
(244/728) Installing gtk-engines-crux (2.21.0-r3)
(245/728) Installing gtk-engines-industrial (2.21.0-r3)
(246/728) Installing gtk-engines-mist (2.21.0-r3)
(247/728) Installing gtk-engines-redmond (2.21.0-r3)
(248/728) Installing gtk-engines-thinice (2.21.0-r3)
(249/728) Installing gtk-engines (2.21.0-r3)
(250/728) Installing breeze-gtk (5.26.4-r0)
(251/728) Installing alsa-ucm-conf (1.2.8-r1)
(252/728) Installing ca-certificates (20221203-r1)
(253/728) Installing nghttp2-libs (1.51.0-r0)
(254/728) Installing libcurl (7.86.0-r1)
(255/728) Installing libgpiod (1.6.3-r2)
(256/728) Installing libgudev (237-r1)
(257/728) Installing libmm-glib (1.20.2-r1)
(258/728) Installing libusb (1.0.26-r0)
(259/728) Installing eg25-manager (0.4.6-r0)
(260/728) Installing eg25-manager-openrc (0.4.6-r0)
(261/728) Installing linux-pine64-pinephonepro (6.1-r1)
(262/728) Installing udev-init-scripts (35-r1)
(263/728) Installing udev-init-scripts-openrc (35-r1)
(264/728) Installing kmod-libs (30-r1)
(265/728) Installing eudev (3.2.11-r6)
(266/728) Installing eudev-openrc (3.2.11-r6)
(267/728) Installing openssh-keygen (9.1_p1-r1)
(268/728) Installing libedit (20221030.3.1-r0)
(269/728) Installing openssh-client-common (9.1_p1-r1)
(270/728) Installing openssh-client-default (9.1_p1-r1)
(271/728) Installing openssh-sftp-server (9.1_p1-r1)
(272/728) Installing openssh-server-common (9.1_p1-r1)
(273/728) Installing openssh-server (9.1_p1-r1)
(274/728) Installing openssh (9.1_p1-r1)
(275/728) Installing boot-deploy (0.6.1-r0)
(276/728) Installing busybox-extras (1.35.0-r29)
Executing busybox-extras-1.35.0-r29.post-install
(277/728) Installing lzo (2.10-r3)
(278/728) Installing btrfs-progs (6.0.2-r0)
(279/728) Installing bzip2 (1.0.8-r4)
(280/728) Installing argon2-libs (20190702-r2)
(281/728) Installing device-mapper-libs (2.03.17-r1)
(282/728) Installing json-c (0.16-r0)
(283/728) Installing cryptsetup-libs (2.6.0-r0)
(284/728) Installing popt (1.19-r0)
(285/728) Installing cryptsetup (2.6.0-r0)
(286/728) Installing cryptsetup-openrc (2.6.0-r0)
(287/728) Installing libaio (0.3.113-r0)
(288/728) Installing device-mapper-event-libs (2.03.17-r1)
(289/728) Installing lvm2-libs (2.03.17-r1)
(290/728) Installing device-mapper (2.03.17-r1)
(291/728) Installing device-mapper-udev (2.03.17-r1)
Executing device-mapper-udev-2.03.17-r1.post-install
(292/728) Installing libcom_err (1.46.5-r4)
(293/728) Installing e2fsprogs-libs (1.46.5-r4)
(294/728) Installing e2fsprogs (1.46.5-r4)
(295/728) Installing e2fsprogs-extra (1.46.5-r4)
(296/728) Installing f2fs-tools-libs (1.15.0-r0)
(297/728) Installing f2fs-tools (1.15.0-r0)
(298/728) Installing lz4 (1.9.4-r1)
(299/728) Installing userspace-rcu (0.13.2-r0)
(300/728) Installing multipath-tools (0.9.3-r1)
(301/728) Installing multipath-tools-openrc (0.9.3-r1)
(302/728) Installing parted (3.5-r0)
(303/728) Installing postmarketos-mvcfg (1-r0)
(304/728) Installing postmarketos-keys (1-r0)
(305/728) Installing sudo (1.9.12_p1-r1)
(306/728) Installing postmarketos-base-nofde (24.1-r0)
(307/728) Installing unudhcpd (0.2.1-r0)
(308/728) Installing xz (5.4.0-r0)
(309/728) Installing postmarketos-mkinitfs (1.5.1-r3)
(310/728) Installing postmarketos-base (24.1-r0)
Executing postmarketos-base-24.1-r0.post-install
* service udev added to runlevel sysinit
* service udev-trigger added to runlevel sysinit
* service udev-settle added to runlevel sysinit
* service udev-postmount added to runlevel default
(311/728) Installing llvm15-libs (15.0.6-r1)
(312/728) Installing musl-fts (1.2.7-r3)
(313/728) Installing libelf (0.188-r0)
(314/728) Installing mesa-dri-gallium (22.3.1-r0)
(315/728) Installing postmarketos-base-mesa (24.1-r0)
(316/728) Installing dbus (1.14.4-r0)
Executing dbus-1.14.4-r0.pre-install
Executing dbus-1.14.4-r0.post-install
(317/728) Installing dbus-openrc (1.14.4-r0)
(318/728) Installing libacl (2.3.1-r1)
(319/728) Installing lz4-libs (1.9.4-r1)
(320/728) Installing libarchive (3.6.2-r1)
(321/728) Installing libcbor (0.9.0-r1)
(322/728) Installing efivar-libs (38-r1)
(323/728) Installing libgcab (1.5-r0)
(324/728) Installing json-glib (1.6.6-r1)
(325/728) Installing libgusb (0.4.2-r0)
(326/728) Installing libjcat (0.1.12-r0)
(327/728) Installing libmbim (1.28.2-r0)
(328/728) Installing protobuf-c (1.4.1-r1)
(329/728) Installing libqrtr-glib (1.2.2-r0)
(330/728) Installing libqmi (1.32.2-r0)
(331/728) Installing tpm2-tss-mu (3.2.0-r0)
(332/728) Installing tpm2-tss-sys (3.2.0-r0)
(333/728) Installing tpm2-tss-esys (3.2.0-r0)
(334/728) Installing libxmlb (0.3.10-r0)
(335/728) Installing fwupd (1.8.8-r0)
(336/728) Installing fwupd-openrc (1.8.8-r0)
(337/728) Installing device-pine64-pinephonepro (3.5-r1)
Executing device-pine64-pinephonepro-3.5-r1.post-install
* service eg25-manager added to runlevel default
(338/728) Installing firmware-pine64-pinebookpro (2-r0)
(339/728) Installing linux-firmware-cypress (20221214-r0)
(340/728) Installing linux-firmware-brcm (20221214-r0)
(341/728) Installing linux-firmware-rockchip (20221214-r0)
(342/728) Installing device-pine64-pinephonepro-nonfree-firmware (3.5-r1)
(343/728) Installing yaml (0.2.5-r0)
(344/728) Installing appstream (0.15.5-r2)
Executing appstream-0.15.5-r2.post-install
✔ Metadata cache was updated successfully.
(345/728) Installing appstream-qt (0.15.5-r2)
(346/728) Installing attica (5.101.0-r0)
(347/728) Installing kidletime (5.101.0-r0)
(348/728) Installing knewstuff (5.101.0-r0)
(349/728) Installing discover (5.26.4-r0)
(350/728) Installing libapk-qt (0.4.2-r0)
(351/728) Installing discover-backend-apk (5.26.4-r0)
(352/728) Installing discover-backend-fwupd (5.26.4-r0)
(353/728) Installing font-droid-nonlatin (20200215-r2)
(354/728) Installing font-noto-common (0_git20211101-r6)
(355/728) Installing font-noto-math (0_git20211101-r6)
(356/728) Installing font-noto-symbols (0_git20211101-r6)
(357/728) Installing font-noto (0_git20211101-r6)
(358/728) Installing font-noto-emoji (2.038-r0)
(359/728) Installing font-noto-extra (0_git20211101-r6)
(360/728) Installing mauiman (1.0.1-r0)
(361/728) Installing mauikit (2.2.1-r0)
(362/728) Installing exiv2 (0.27.5-r1)
(363/728) Installing mauikit-imagetools (2.2.1-r0)
(364/728) Installing mauikit-filebrowsing (2.2.1-r0)
(365/728) Installing index (2.2.1-r0)
(366/728) Installing signon-plugin-oauth2 (0.25-r0)
(367/728) Installing kaccounts-providers (22.12.0-r0)
(368/728) Installing kirigami-addons (0.6.1-r0)
(369/728) Installing kclock (22.11-r0)
(370/728) Installing gsettings-desktop-schemas (43.0-r0)
(371/728) Installing kdecoration (5.26.4-r0)
(372/728) Installing kde-gtk-config (5.26.4-r0)
(373/728) Installing kirigami-gallery (22.12.0-r0)
(374/728) Installing kquickimageeditor (0.2.0-r1)
(375/728) Installing taglib (1.13-r0)
(376/728) Installing kfilemetadata (5.101.0-r0)
(377/728) Installing qt5-qtlocation (5.15.6_git20220907-r1)
(378/728) Installing koko (22.11-r0)
(379/728) Installing kasync (0.3.0-r2)
(380/728) Installing gpg-wks-server (2.2.40-r0)
(381/728) Installing gpgv (2.2.40-r0)
(382/728) Installing libldap (2.6.3-r6)
(383/728) Installing gnupg-dirmngr (2.2.40-r0)
(384/728) Installing gnupg-utils (2.2.40-r0)
(385/728) Installing gnupg-wks-client (2.2.40-r0)
(386/728) Installing gnupg (2.2.40-r0)
(387/728) Installing iso-codes (4.12.0-r0)
(388/728) Installing kcontacts (5.101.0-r0)
(389/728) Installing kpeople (5.101.0-r0)
(390/728) Installing libical (3.0.16-r1)
(391/728) Installing kcalendarcore (5.101.0-r0)
(392/728) Installing kmime (22.12.0-r0)
(393/728) Installing kimap2 (0.4.0-r1)
(394/728) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0)
(395/728) Installing kdav2 (0.4.0-r1)
(396/728) Installing lmdb (0.9.29-r2)
(397/728) Installing libxapian (1.4.21-r0)
(398/728) Installing sink (0.9.0-r3)
(399/728) Installing kpeoplesink (0_git20210224-r1)
(400/728) Installing kpeoplevcard (0.1-r2)
(401/728) Installing libraw (0.21.0-r0)
(402/728) Installing libraw-tools (0.21.0-r0)
(403/728) Installing imagemagick-libs (7.1.0.55-r0)
(404/728) Installing jbig2dec (0.19-r1)
(405/728) Installing ghostscript (10.0.0-r2)
(406/728) Installing libde265 (1.0.9-r0)
(407/728) Installing libheif (1.14.0-r0)
(408/728) Installing librsvg (2.55.1-r0)
(409/728) Installing imagemagick (7.1.0.55-r0)
(410/728) Installing perl (5.36.0-r0)
(411/728) Installing perl-image-exiftool (12.50-r0)
(412/728) Installing exiftool (12.50-r0)
(413/728) Installing feedbackd-device-themes (0_git20220202-r0)
(414/728) Installing gsound (1.0.3-r1)
(415/728) Installing feedbackd (0.0.1-r1)
Executing feedbackd-0.0.1-r1.pre-install
*
* If you are switching between UIs on existing installations,
* make sure that you add your user to the feedbackd group.
* If the user isn't part of that group, the LED indicator won't be
* functional.
*
(416/728) Installing tzdata (2022g-r0)
(417/728) Installing openexr (3.1.5-r3)
(418/728) Installing soundtouch (2.3.2-r1)
(419/728) Installing libraw1394 (2.1.2-r3)
(420/728) Installing libdc1394 (2.2.6-r1)
(421/728) Installing tslib (1.22-r1)
(422/728) Installing directfb (1.7.7-r5)
(423/728) Installing faac (1.30-r2)
(424/728) Installing fdk-aac (2.0.2-r1)
(425/728) Installing flite (2.2-r1)
(426/728) Installing libsamplerate (0.2.2-r0)
(427/728) Installing jack (1.9.21-r0)
(428/728) Installing portaudio (19.7.0-r0)
(429/728) Installing fluidsynth-libs (2.3.0-r0)
(430/728) Installing libfreeaptx (0.1.1-r1)
(431/728) Installing gsm (1.0.22-r1)
(432/728) Installing libldac (2.0.2.3-r0)
(433/728) Installing libmodplug (0.8.9.0-r2)
(434/728) Installing neon (0.32.4-r0)
(435/728) Installing libnice (0.1.19-r0)
(436/728) Installing openal-soft (1.22.2-r2)
(437/728) Installing openjpeg (2.5.0-r2)
(438/728) Installing librtmp (2.4_git20190330-r2)
(439/728) Installing sbc (2.0-r0)
(440/728) Installing spandsp (0.0.6-r4)
(441/728) Installing libsrtp (2.4.2-r3)
(442/728) Installing vo-aacenc (0.1.3-r0)
(443/728) Installing vo-amrwbenc (0.1.3-r0)
(444/728) Installing libzbar (0.23.92-r2)
(445/728) Installing gst-plugins-bad (1.20.5-r0)
(446/728) Installing gtk4.0 (4.8.2-r2)
Executing gtk4.0-4.8.2-r2.post-install
(447/728) Installing megapixels (1.6.0-r1)
(448/728) Installing encodings (1.0.6-r0)
(449/728) Installing libfontenc (1.1.7-r0)
(450/728) Installing mkfontscale (1.2.2-r1)
(451/728) Installing font-dejavu (2.37-r3)
(452/728) Installing sdl2_ttf (2.20.1-r0)
(453/728) Installing osk-sdl (0.67.1-r1)
(454/728) Installing kcmutils (5.101.0-r0)
(455/728) Installing frameworkintegration (5.101.0-r0)
(456/728) Installing oxygen (5.26.4-r0)
(457/728) Installing modemmanager-qt (5.101.0-r0)
(458/728) Installing callaudiod-libs (0.1.4-r0)
(459/728) Installing abseil-cpp (20220623.1-r1)
(460/728) Installing boost1.80-thread (1.80.0-r4)
(461/728) Installing libprotobuf (3.21.12-r0)
(462/728) Installing libphonenumber (8.13.2-r0)
(463/728) Installing plasma-dialer (22.11-r0)
(464/728) Installing plasma-mobile-sounds (0.1-r1)
(465/728) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0)
(466/728) Installing plasma-phonebook (22.11-r0)
(467/728) Installing postmarketos-artwork-wallpapers (2-r1)
(468/728) Installing postmarketos-hidden-desktop-entries (2.2-r1)
(469/728) Installing bluez (5.66-r1)
(470/728) Installing bluez-openrc (5.66-r1)
(471/728) Installing bluez-obexd (5.66-r1)
(472/728) Installing kded (5.101.0-r0)
(473/728) Installing bluez-qt (5.101.0-r0)
(474/728) Installing bluedevil (5.26.4-r0)
(475/728) Installing breeze (5.26.4-r0)
(476/728) Installing libpulse-mainloop-glib (9999_git20220528-r0)
(477/728) Installing callaudiod (0.1.4-r0)
(478/728) Installing dnsmasq-common (2.88-r0)
(479/728) Installing dnsmasq-openrc (2.88-r0)
(480/728) Installing dnsmasq (2.88-r0)
Executing dnsmasq-2.88-r0.pre-install
(481/728) Installing linux-pam (1.5.2-r1)
(482/728) Installing shadow (4.13-r0)
(483/728) Installing elogind (246.10-r5)
(484/728) Installing elogind-openrc (246.10-r5)
(485/728) Installing hfd-service (0.1.0-r1)
(486/728) Installing hfd-service-openrc (0.1.0-r1)
(487/728) Installing iio-sensor-proxy (3.4-r0)
(488/728) Installing iio-sensor-proxy-openrc (3.4-r0)
(489/728) Installing libkscreen (5.26.4-r0)
(490/728) Installing layer-shell-qt (5.26.4-r0)
(491/728) Installing qt5-qtsensors (5.15.6_git20220816-r0)
(492/728) Installing kscreen (5.26.4-r0)
(493/728) Installing socat (1.7.4.4-r0)
(494/728) Installing kwallet-pam (5.26.4-r0)
(495/728) Installing kwayland-integration (5.26.4-r0)
(496/728) Installing polkit-common (122-r0)
Executing polkit-common-122-r0.pre-install
(497/728) Installing duktape (2.7.0-r0)
(498/728) Installing polkit-elogind (122-r0)
(499/728) Installing modemmanager (1.20.2-r1)
(500/728) Installing modemmanager-openrc (1.20.2-r1)
(501/728) Installing libnm (1.40.8-r0)
(502/728) Installing networkmanager-common (1.40.8-r0)
(503/728) Installing networkmanager-openrc (1.40.8-r0)
(504/728) Installing libndp (1.8-r1)
(505/728) Installing libidn2 (2.3.4-r0)
(506/728) Installing libpsl (0.21.1-r1)
(507/728) Installing networkmanager (1.40.8-r0)
Executing networkmanager-1.40.8-r0.pre-install
Executing networkmanager-1.40.8-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>.
*
(508/728) Installing networkmanager-cli (1.40.8-r0)
(509/728) Installing pcre (8.45-r2)
(510/728) Installing slang (2.3.3-r0)
(511/728) Installing newt (0.52.21-r5)
(512/728) Installing networkmanager-tui (1.40.8-r0)
(513/728) Installing wireless-regdb (2022.08.12-r0)
(514/728) Installing networkmanager-wifi (1.40.8-r0)
Executing networkmanager-wifi-1.40.8-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.
*
(515/728) Installing mobile-broadband-provider-info (20221107-r0)
(516/728) Installing networkmanager-wwan (1.40.8-r0)
(517/728) Installing libunwind (1.6.2-r2)
(518/728) Installing libcamera (0.0.2-r0)
(519/728) Installing pipewire-libs (0.3.63-r0)
(520/728) Installing libuv (1.44.2-r0)
(521/728) Installing roc-toolkit-libs (0.1.5-r2)
(522/728) Installing webrtc-audio-processing (0.3.1-r6)
(523/728) Installing pipewire (0.3.63-r0)
(524/728) Installing breeze-icons (5.101.0-r0)
(525/728) Installing dbus-x11 (1.14.4-r0)
(526/728) Installing kactivities (5.101.0-r0)
(527/728) Installing kpipewire (5.26.4-r0)
(528/728) Installing dconf (0.40.0-r2)
(529/728) Installing anthy (9100h-r2)
(530/728) Installing maliit-framework (2.3.0-r1)
(531/728) Installing kyotocabinet (1.2.79-r3)
(532/728) Installing libpinyin (2.7.92-r0)
(533/728) Installing tinyxml (2.6.2-r1)
(534/728) Installing presage (0.9.1-r2)
(535/728) Installing maliit-keyboard (2.3.1-r1)
(536/728) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0)
(537/728) Installing plasma-nano (5.26.4-r0)
(538/728) Installing networkmanager-qt (5.101.0-r0)
(539/728) Installing plasma-nm (5.26.4-r0)
(540/728) Installing plasma-nm-mobile (5.26.4-r0)
(541/728) Installing fftw-single-libs (3.3.10-r1)
(542/728) Installing pulseaudio (9999_git20220528-r0)
Executing pulseaudio-9999_git20220528-r0.post-install
(543/728) Installing pulseaudio-bluez (9999_git20220528-r0)
(544/728) Installing pulseaudio-alsa (9999_git20220528-r0)
(545/728) Installing alsa-utils-openrc (1.2.8-r0)
(546/728) Installing pulseaudio-openrc (9999_git20220528-r0)
(547/728) Installing libcanberra-pulse (0.30-r9)
(548/728) Installing plasma-pa (5.26.4-r0)
(549/728) Installing libdaemon (0.14-r3)
(550/728) Installing openrc-settingsd (1.1.0-r0)
(551/728) Installing openrc-settingsd-openrc (1.1.0-r0)
(552/728) Installing plasma-settings (22.11-r0)
(553/728) Installing kactivitymanagerd (5.26.4-r0)
(554/728) Installing kinit (5.101.0-r0)
(555/728) Installing avahi (0.8-r6)
Executing avahi-0.8-r6.pre-install
(556/728) Installing kdnssd (5.101.0-r0)
(557/728) Installing syntax-highlighting (5.101.0-r0)
(558/728) Installing kdsoap (2.1.1-r0)
(559/728) Installing libmtp (1.1.20-r2)
(560/728) Installing clang15-libclang (15.0.6-r2)
(561/728) Installing qt5-qttools (5.15.6_git20220907-r1)
(562/728) Installing phonon (4.11.1-r3)
(563/728) Installing talloc (2.3.4-r1)
(564/728) Installing tevent (0.13.0-r1)
(565/728) Installing samba-util-libs (4.16.8-r1)
(566/728) Installing jansson (2.14-r0)
(567/728) Installing ldb (2.5.2-r1)
(568/728) Installing libwbclient (4.16.8-r1)
(569/728) Installing samba-libs (4.16.8-r1)
(570/728) Installing libsmbclient (4.16.8-r1)
(571/728) Installing kio-extras (22.12.0-r0)
(572/728) Installing kquickcharts (5.101.0-r0)
(573/728) Installing xorg-server-common (21.1.6-r0)
(574/728) Installing libxkbfile (1.1.2-r0)
(575/728) Installing xkbcomp (1.4.6-r0)
(576/728) Installing libxfont2 (2.0.6-r0)
(577/728) Installing libtirpc-conf (1.3.3-r0)
(578/728) Installing libtirpc-nokrb (1.3.3-r0)
(579/728) Installing libxcvt (0.1.2-r0)
(580/728) Installing xwayland (22.1.7-r0)
(581/728) Installing kscreenlocker (5.26.4-r0)
(582/728) Installing libqaccessibilityclient (0.4.1-r1)
(583/728) Installing xcb-util-cursor (0.1.4-r0)
(584/728) Installing kwin (5.26.4-r0)
(585/728) Installing kitemmodels (5.101.0-r0)
(586/728) Installing threadweaver (5.101.0-r0)
(587/728) Installing krunner (5.101.0-r0)
(588/728) Installing milou (5.26.4-r0)
(589/728) Installing pipewire-media-session (0.4.1-r0)
(590/728) Installing font-hack (3.003-r3)
(591/728) Installing qqc2-desktop-style (5.101.0-r0)
(592/728) Installing plasma-integration (5.26.4-r0)
(593/728) Installing qtchooser (66-r2)
(594/728) Installing plasma-workspace-libs (5.26.4.1-r0)
(595/728) Installing kactivities-stats (5.101.0-r0)
(596/728) Installing baloo (5.101.0-r0)
(597/728) Installing kholidays (5.101.0-r0)
(598/728) Installing libkexiv2 (22.12.0-r0)
(599/728) Installing knotifyconfig (5.101.0-r0)
(600/728) Installing kparts (5.101.0-r0)
(601/728) Installing zxing-cpp (1.4.0-r0)
(602/728) Installing libdmtx-libs (0.7.7-r0)
(603/728) Installing libqrencode (4.1.1-r1)
(604/728) Installing prison (5.101.0-r0)
(605/728) Installing ktexteditor (5.101.0-r0)
(606/728) Installing libnl3 (3.7.0-r0)
(607/728) Installing libpcap (1.10.1-r1)
(608/728) Installing lm-sensors-libs (3.6.0-r4)
(609/728) Installing libksysguard (5.26.4-r0)
(610/728) Installing kuserfeedback (1.2.0-r1)
(611/728) Installing gpsd (3.24-r1)
(612/728) Installing gpsd-openrc (3.24-r1)
(613/728) Installing mpfr4 (4.1.1-r0)
(614/728) Installing libqalculate (4.5.0-r0)
(615/728) Installing plasma-workspace (5.26.4.1-r0)
(616/728) Installing kpty (5.101.0-r0)
(617/728) Installing kdesu (5.101.0-r0)
(618/728) Installing kde-cli-tools (5.26.4-r0)
(619/728) Installing qqc2-breeze-style (5.26.4-r0)
(620/728) Installing plasma-mobile (5.26.4-r0)
(621/728) Installing polkit-kde-agent-1 (5.26.4-r0)
(622/728) Installing chrony (4.3-r0)
Executing chrony-4.3-r0.pre-install
(623/728) Installing chrony-openrc (4.3-r0)
(624/728) Installing haveged (1.9.18-r0)
(625/728) Installing haveged-openrc (1.9.18-r0)
(626/728) Installing libmnl (1.0.5-r0)
(627/728) Installing libnftnl (1.2.4-r0)
(628/728) Installing nftables (1.0.5-r3)
(629/728) Installing nftables-openrc (1.0.5-r3)
(630/728) Installing postmarketos-config-nftables (0.13-r0)
Executing postmarketos-config-nftables-0.13-r0.post-install
* service nftables added to runlevel default
(631/728) Installing postmarketos-config-nftables-networkmanager (0.13-r0)
(632/728) Installing postmarketos-base-nftables (24.1-r0)
Executing postmarketos-base-nftables-24.1-r0.post-install
(633/728) Installing postmarketos-artwork-icons (2-r1)
(634/728) Installing util-linux (2.38.1-r1)
(635/728) Installing libfdisk (2.38.1-r1)
(636/728) Installing libsmartcols (2.38.1-r1)
(637/728) Installing util-linux-misc (2.38.1-r1)
(638/728) Installing libeconf (0.5.0-r0)
(639/728) Installing runuser (2.38.1-r1)
(640/728) Installing mount (2.38.1-r1)
(641/728) Installing losetup (2.38.1-r1)
(642/728) Installing hexdump (2.38.1-r1)
(643/728) Installing uuidgen (2.38.1-r1)
(644/728) Installing blkid (2.38.1-r1)
(645/728) Installing sfdisk (2.38.1-r1)
(646/728) Installing mcookie (2.38.1-r1)
(647/728) Installing agetty (2.38.1-r1)
(648/728) Installing agetty-openrc (0.45.2-r7)
(649/728) Installing wipefs (2.38.1-r1)
(650/728) Installing cfdisk (2.38.1-r1)
(651/728) Installing umount (2.38.1-r1)
(652/728) Installing util-linux-openrc (2.38.1-r1)
(653/728) Installing flock (2.38.1-r1)
(654/728) Installing lsblk (2.38.1-r1)
(655/728) Installing libcap-ng (0.8.3-r1)
(656/728) Installing setpriv (2.38.1-r1)
(657/728) Installing logger (2.38.1-r1)
(658/728) Installing partx (2.38.1-r1)
(659/728) Installing fstrim (2.38.1-r1)
(660/728) Installing findmnt (2.38.1-r1)
(661/728) Installing pcsc-lite-libs (1.9.9-r0)
(662/728) Installing wpa_supplicant (2.10-r4)
(663/728) Installing wpa_supplicant-openrc (2.10-r4)
(664/728) Installing ifupdown-ng-wifi (0.12.1-r0)
(665/728) Installing postmarketos-base-ui (6-r1)
Executing postmarketos-base-ui-6-r1.post-install
(666/728) Installing postmarketos-base-ui-networkmanager (6-r1)
(667/728) Installing mpdecimal (2.5.1-r1)
(668/728) Installing python3 (3.11.1-r1)
(669/728) Installing py3-ruamel.yaml.clib (0.2.7-r1)
(670/728) Installing py3-ruamel.yaml (0.17.21-r1)
(671/728) Installing sleep-inhibitor (1.16-r1)
(672/728) Installing sleep-inhibitor-openrc (1.16-r1)
(673/728) Installing postmarketos-base-ui-elogind (6-r1)
Executing postmarketos-base-ui-elogind-6-r1.post-install
(674/728) Installing py3-dbus (1.3.2-r1)
(675/728) Installing obex-capabilities (0.2.1-r2)
(676/728) Installing obex-capabilities-bluez-obexd (0.2.1-r2)
(677/728) Installing postmarketos-base-ui-bluez-obexd (6-r1)
(678/728) Installing pulseaudio-utils (9999_git20220528-r0)
(679/728) Installing postmarketos-base-ui-pulseaudio (6-r1)
(680/728) Installing upower (1.90.0-r2)
(681/728) Installing powerdevil-libs (5.26.4-r0)
(682/728) Installing powerdevil (5.26.4-r0)
(683/728) Installing bubblewrap (0.7.0-r0)
(684/728) Installing fuse-common (3.12.0-r0)
(685/728) Installing fuse-openrc (3.12.0-r0)
(686/728) Installing fuse3-libs (3.12.0-r0)
(687/728) Installing fuse3 (3.12.0-r0)
(688/728) Installing xdg-desktop-portal (1.16.0-r0)
(689/728) Installing xdg-desktop-portal-kde (5.26.4-r0)
(690/728) Installing autologin (1.0.0-r4)
(691/728) Installing tinydm (1.1.2-r1)
(692/728) Installing tinydm-openrc (1.1.2-r1)
(693/728) Installing postmarketos-base-ui-tinydm (6-r1)
(694/728) Installing font-alias (1.0.4-r0)
(695/728) Installing util-macros (1.19.3-r0)
(696/728) Installing font-misc-misc (1.1.2-r3)
(697/728) Installing font-cursor-misc (1.0.3-r3)
(698/728) Installing xauth (1.1.2-r0)
(699/728) Installing xmodmap (1.0.11-r0)
(700/728) Installing xrdb (1.2.1-r1)
(701/728) Installing xinit (1.4.2-r0)
(702/728) Installing hwdata-pci (0.365-r0)
(703/728) Installing libpciaccess (0.17-r0)
(704/728) Installing xorg-server (21.1.6-r0)
(705/728) Installing libinput (1.22.0-r0)
(706/728) Installing xf86-input-libinput (1.2.1-r0)
(707/728) Installing xf86-video-fbdev (0.5.0-r3)
(708/728) Installing postmarketos-base-ui-x11 (6-r1)
(709/728) 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
(710/728) Installing libexif (0.6.24-r0)
(711/728) Installing hwloc (2.8.0-r0)
(712/728) Installing libtbb (2021.7.0-r1)
(713/728) Installing opencv (4.6.0-r5)
(714/728) Installing postprocessd (0.2.1-r2)
(715/728) Installing postprocessd-megapixels (0.2.1-r2)
(716/728) Installing qmltermwidget (0.2.0-r1)
(717/728) Installing qmlkonsole (22.11-r0)
(718/728) Installing c-ares (1.18.1-r1)
(719/728) Installing spacebar (22.11-r0)
(720/728) Installing hkdm (0.2.0-r0)
(721/728) Installing buffyboard (0.2.0-r0)
(722/728) Installing terminus-font (4.49.1-r3)
(723/728) Installing kbd-misc (2.5.1-r4)
(724/728) Installing kbd (2.5.1-r4)
(725/728) Installing kbd-openrc (2.5.1-r4)
(726/728) Installing ttyescape (1.0.1-r1)
Executing ttyescape-1.0.1-r1.post-install
(727/728) Installing ttyescape-openrc (1.0.1-r1)
(728/728) Installing xdg-user-dirs (0.18-r0)
Executing busybox-1.35.0-r29.trigger
Executing glib-2.74.3-r2.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gdk-pixbuf-2.42.10-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing ca-certificates-20221203-r1.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-mkinitfs-1.5.1-r3.trigger
2022/12/20 16:06:46 Generating for kernel version: 6.1.0
2022/12/20 16:06:46 Output directory: /boot
2022/12/20 16:06:46 == Generating initramfs ==
2022/12/20 16:06:46 - Including hook files
2022/12/20 16:06:46 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 16:06:46 - Including hook scripts
2022/12/20 16:06:46 - Including required binaries
2022/12/20 16:06:46 - Including kernel modules
2022/12/20 16:06:46 - Including splash images
2022/12/20 16:06:46 - Writing and verifying initramfs archive
2022/12/20 16:06:46 == Generating initramfs extra ==
2022/12/20 16:06:46 - Including extra binaries
2022/12/20 16:06:46 - Including FDE support
2022/12/20 16:06:47 - Writing and verifying initramfs-extra archive
2022/12/20 16:06:47 == 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/20 16:06:49 mkinitfs completed in: 3.443861756s
Executing postmarketos-base-24.1-r0.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: 2162 MiB in 753 packages
(432434) [16:06:55] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2162 MiB in 753 packages
(432434) [16:06:58] (rootfs_pine64-pinephonepro) calculate depends of device-pine64-pinephonepro (pmbootstrap -v for details)
(432434) [16:06:58] (rootfs_pine64-pinephonepro) install device-pine64-pinephonepro
(432434) [16:06:58] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:06:58] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:06:58] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(432434) [16:06:58] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephonepro
(432434) [16:06:58] New background process: pid=442267, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2162 MiB in 753 packages
(432434) [16:07:01] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2162 MiB in 753 packages
(432434) [16:07:04] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details)
(432434) [16:07:05] (rootfs_pine64-pinephonepro) install postmarketos-mkinitfs
(432434) [16:07:05] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:07:05] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:07:05] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo
(432434) [16:07:05] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs
(432434) [16:07:05] New background process: pid=442421, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2162 MiB in 753 packages
(432434) [16:07:08] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
OK: 2162 MiB in 753 packages
(432434) [16:07:11] (rootfs_pine64-pinephonepro) mkinitfs pine64-pinephonepro
(432434) [16:07:11] (rootfs_pine64-pinephonepro) % mkinitfs
2022/12/20 16:07:12 Generating for kernel version: 6.1.0
2022/12/20 16:07:12 Output directory: /boot
2022/12/20 16:07:12 == Generating initramfs ==
2022/12/20 16:07:12 - Including hook files
2022/12/20 16:07:12 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files
2022/12/20 16:07:12 - Including hook scripts
2022/12/20 16:07:12 - Including required binaries
2022/12/20 16:07:12 - Including kernel modules
2022/12/20 16:07:12 - Including splash images
2022/12/20 16:07:12 - Writing and verifying initramfs archive
2022/12/20 16:07:12 == Generating initramfs extra ==
2022/12/20 16:07:12 - Including extra binaries
2022/12/20 16:07:12 - Including FDE support
2022/12/20 16:07:13 - Writing and verifying initramfs-extra archive
2022/12/20 16:07:14 == Using boot-deploy to finalize/install files ==
==> u-boot: creating FIT images
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/initramfs-extra
2022/12/20 16:07:16 mkinitfs completed in: 4.322547403s
(432434) [16:07:16] *** SET LOGIN PASSWORD FOR: 'user' ***
(432434) [16:07:16] (rootfs_pine64-pinephonepro) % passwd user
New password: Retype new password: passwd: password updated successfully
(432434) [16:07:16] (rootfs_pine64-pinephonepro) % grep ^root:!: /etc/shadow
(432434) [16:07:16] (rootfs_pine64-pinephonepro) locking root
(432434) [16:07:16] (rootfs_pine64-pinephonepro) % passwd -l root
passwd: password changed.
(432434) [16:07:16] NOTE: No valid keymap specified for device
(432434) [16:07:16] (rootfs_pine64-pinephonepro) % setup-timezone Etc/UTC
(432434) [16:07:23] (rootfs_pine64-pinephonepro) % sh -c echo pine64-pinephonepro > /etc/hostname
(432434) [16:07:23] (rootfs_pine64-pinephonepro) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephonepro localhost.localdomain localhost/ /etc/hosts
(432434) [16:07:23] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm
(432434) [16:07:23] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev
(432434) [16:07:23] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(432434) [16:07:23] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap
(432434) [16:07:23] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
2221592 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
(432434) [16:07:23] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(432434) [16:07:23] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs
(432434) [16:07:24] (native) create pine64-pinephonepro.img (3421M)
(432434) [16:07:24] (native) % truncate -s 3421M /home/pmos/rootfs/pine64-pinephonepro.img
(432434) [16:07:24] (native) mount /dev/install (pine64-pinephonepro.img)
(432434) [16:07:24] (native) mount /home/pmos/rootfs/pine64-pinephonepro.img (loop)
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(432434) [16:07:24] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(432434) [16:07:24] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(432434) [16:07:24] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(432434) [16:07:24] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(432434) [16:07:24] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(432434) [16:07:24] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(432434) [16:07:24] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(432434) [16:07:24] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(432434) [16:07:24] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(432434) [16:07:24] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(432434) [16:07:24] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(432434) [16:07:24] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control
(432434) [16:07:24] (native) % losetup -f /home/pmos/rootfs/pine64-pinephonepro.img
(432434) [16:07:24] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(432434) [16:07:24] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(432434) [16:07:24] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(432434) [16:07:24] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(432434) [16:07:24] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(432434) [16:07:24] (native) % parted -s /dev/install mktable gpt
(432434) [16:07:24] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M
(432434) [16:07:24] (native) % parted -s /dev/install mkpart primary 256M 100%
(432434) [16:07:24] (native) % parted -s /dev/install set 1 boot on
(432434) [16:07:24] (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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(432434) [16:07:25] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(432434) [16:07:25] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(432434) [16:07:25] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(432434) [16:07:25] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(432434) [16:07:25] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(432434) [16:07:25] (native) install e2fsprogs
(432434) [16:07:25] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:07:25] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:07:25] (native) % cat /tmp/apk_progress_fifo
(432434) [16:07:25] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(432434) [16:07:25] New background process: pid=443658, 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
(432434) [16:07:25] (native) format /dev/installp2 (root, ext4)
(432434) [16:07:25] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(432434) [16:07:25] (native) mount /dev/installp2 to /mnt/install
(432434) [16:07:26] (native) % mkdir -p /mnt/install
(432434) [16:07:26] (native) % mount /dev/installp2 /mnt/install
(432434) [16:07:26] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(432434) [16:07:26] (native) install dosfstools
(432434) [16:07:26] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:07:26] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(432434) [16:07:26] (native) % cat /tmp/apk_progress_fifo
(432434) [16:07:26] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(432434) [16:07:26] New background process: pid=443693, 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
(432434) [16:07:26] (native) format /dev/installp1 (boot, fat32), mount to mountpoint
(432434) [16:07:26] (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
(432434) [16:07:26] (native) % mkdir -p /mnt/install/boot
(432434) [16:07:26] (native) % mount /dev/installp1 /mnt/install/boot
(432434) [16:07:26] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(432434) [16:07:26] (native) copy rootfs_pine64-pinephonepro to /mnt/install/
(432434) [16:07:26] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(432434) [16:07:26] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(432434) [16:07:26] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(432434) [16:07:26] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(432434) [16:07:26] (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/
(432434) [16:07:33] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(432434) [16:07:33] % 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
(432434) [16:07:33] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % 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/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(432434) [16:07:33] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(432434) [16:07:33] % cat /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
http://mirror.postmarketos.org/postmarketos/master
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
(432434) [16:07:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(432434) [16:07:33] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(432434) [16:07: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_2667.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": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop4",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core18_2654.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": false,
"ro": false,
"back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
"dio": false,
"log-sec": 512
},{
"name": "/dev/loop10",
"sizelimit": 0,
"offset": 0,
"autoclear": true,
"ro": true,
"back-file": "/var/lib/snapd/snaps/core20_1738.snap",
"dio": false,
"log-sec": 512
}
]
}
(432434) [16:07:37] (native) umount /dev/loop9
(432434) [16:07:37] (native) % losetup -d /dev/loop9
(432434) [16:07:37] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(432434) [16:07:37]
(432434) [16:07:37] *** FLASHING INFORMATION ***
(432434) [16:07:37] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(432434) [16:07:37] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(432434) [16:07:37]
(432434) [16:07:37] *** SSH DAEMON INFORMATION ***
(432434) [16:07:37] SSH daemon is enabled (disable with --no-sshd).
(432434) [16:07:37] Login as 'user' with the password given during installation.
(432434) [16:07:37]
(432434) [16:07:37] *** FIREWALL INFORMATION ***
(432434) [16:07:37] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(432434) [16:07:37] For more information: https://postmarketos.org/firewall
(432434) [16:07:37]
(432434) [16:07:37] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(432434) [16:07:37] DONE!
total 2315932
-rw-r--r-- 1 root 12345 3587178496 Dec 20 16:07 pine64-pinephonepro.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img'
Loop Device: /dev/loop9
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2667.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/core18_2654.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 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap (deleted) 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap (deleted) 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_24061.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1738.snap 0 512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Dec 20 16:07 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Dec 20 16:07 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Dec 20 16:07 storagepool -> ../../sda1
total 88
drwxr-xr-x 2 root root 4096 Dec 20 16:06 bin
drwxr-xr-x 2 root root 4096 Dec 20 16:07 boot
drwxr-xr-x 2 root root 4096 Dec 20 16:02 dev
drwxr-xr-x 65 root root 4096 Dec 20 16:07 etc
drwxr-xr-x 3 root root 4096 Dec 20 16:07 home
drwxr-xr-x 14 root root 4096 Dec 20 16:06 lib
drwx------ 2 root root 16384 Dec 20 16:07 lost+found
drwxr-xr-x 5 root root 4096 Dec 20 16:02 media
drwxr-xr-x 8 root root 4096 Dec 20 16:02 mnt
drwxr-xr-x 2 root root 4096 Dec 20 16:02 opt
drwxr-xr-x 2 root root 4096 Dec 20 16:02 proc
drwx------ 2 root root 4096 Dec 20 16:02 root
drwxr-xr-x 6 root root 4096 Dec 20 16:05 run
drwxr-xr-x 2 root root 4096 Dec 20 16:06 sbin
drwxr-xr-x 2 root root 4096 Dec 20 16:02 srv
drwxr-xr-x 2 root root 4096 Dec 20 16:02 sys
drwxrwxrwt 2 root root 4096 Dec 20 16:07 tmp
drwxr-xr-x 9 root root 4096 Dec 20 16:03 usr
drwxr-xr-x 13 root root 4096 Dec 20 16:03 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-12-20 16:08:04-- 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% 38.3M=0s
2022-12-20 16:08:04 (38.3 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]
Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/aarch64/APKINDEX.tar.gz
2022-12-20 07:43:48.542534 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-1944-g134785e067 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-1953-gc1f6c7609a [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-1947-ge3d3300068 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25284 distinct packages available
(1/102) Upgrading kirigami2-libs (5.101.0-r0 -> 9999_git1671495347-r0)
(2/102) Upgrading kirigami2 (5.101.0-r0 -> 9999_git1671495347-r0)
(3/102) Upgrading kactivities-libs (5.101.0-r0 -> 9999_git1670961040-r0)
(4/102) Upgrading karchive (5.101.0-r0 -> 9999_git1671415296-r0)
(5/102) Upgrading kconfig (5.101.0-r0 -> 9999_git1670983668-r0)
(6/102) Upgrading kcoreaddons (5.101.0-r0 -> 9999_git1671415309-r0)
(7/102) Upgrading kwindowsystem (5.101.0-r0 -> 9999_git1671291497-r0)
(8/102) Upgrading kcrash (5.101.0-r0 -> 9999_git1670961176-r0)
(9/102) Upgrading kdbusaddons (5.101.0-r0 -> 9999_git1670983716-r0)
(10/102) Upgrading kglobalaccel (5.101.0-r0 -> 9999_git1671156734-r0)
(11/102) Upgrading kguiaddons (5.101.0-r0 -> 9999_git1671120703-r0)
(12/102) Upgrading ki18n (5.101.0-r0 -> 9999_git1670983823-r0)
(13/102) Upgrading kauth (5.101.0-r0 -> 9999_git1670983618-r0)
(14/102) Upgrading kcodecs (5.101.0-r0 -> 9999_git1670983650-r0)
(15/102) Upgrading kwidgetsaddons (5.101.0-r0 -> 9999_git1671070167-r0)
(16/102) Upgrading kconfigwidgets (5.101.0-r0 -> 9999_git1671330281-r0)
(17/102) Upgrading kiconthemes (5.101.0-r0 -> 9999_git1670983832-r0)
(18/102) Upgrading kitemviews (5.101.0-r0 -> 9999_git1670983874-r0)
(19/102) Upgrading kxmlgui (5.101.0-r0 -> 9999_git1670984048-r0)
(20/102) Upgrading kbookmarks (5.101.0-r0 -> 9999_git1670983629-r0)
(21/102) Upgrading kcompletion (5.101.0-r0 -> 9999_git1670983659-r0)
(22/102) Upgrading kdoctools (5.101.0-r0 -> 9999_git1671242901-r0)
(23/102) Upgrading kjobwidgets (5.101.0-r0 -> 9999_git1670983884-r0)
(24/102) Upgrading knotifications (5.101.0-r0 -> 9999_git1670983912-r0)
(25/102) Upgrading kservice (5.101.0-r0 -> 9999_git1671330324-r0)
(26/102) Upgrading solid-libs (5.101.0-r0 -> 9999_git1671382667-r0)
(27/102) Upgrading sonnet (5.101.0-r0 -> 9999_git1671279913-r0)
(28/102) Upgrading ktextwidgets (5.101.0-r0 -> 9999_git1671330354-r0)
(29/102) Upgrading kio (5.101.0-r0 -> 9999_git1671453854-r0)
(30/102) Upgrading kpackage (5.101.0-r0 -> 9999_git1671415350-r0)
(31/102) Upgrading kdeclarative (5.101.0-r0 -> 9999_git1671455506-r0)
(32/102) Upgrading kwayland (5.101.0-r0 -> 9999_git1671294132-r0)
(33/102) Upgrading plasma-framework (5.101.0-r0 -> 9999_git1670984067-r0)
(34/102) Upgrading kwallet (5.101.0-r0 -> 9999_git1670984019-r0)
(35/102) Upgrading purpose (5.101.0-r0 -> 9999_git1671415378-r0)
(36/102) Upgrading angelfish (22.11-r0 -> 9999_git1670987241-r0)
(37/102) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/102) Upgrading attica (5.101.0-r0 -> 9999_git1670960981-r0)
(39/102) Upgrading kidletime (5.101.0-r0 -> 9999_git1670961361-r0)
(40/102) Upgrading knewstuff (5.101.0-r0 -> 9999_git1671415340-r0)
(41/102) Upgrading kirigami-addons (0.6.1-r0 -> 9999_git1671501611-r0)
(42/102) Upgrading kclock (22.11-r0 -> 9999_git1671345680-r0)
(43/102) Upgrading kdecoration (5.26.4-r0 -> 9999_git1671236289-r0)
(44/102) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/102) Upgrading kfilemetadata (5.101.0-r0 -> 9999_git1670983781-r0)
(46/102) Upgrading kcontacts (5.101.0-r0 -> 9999_git1671155896-r0)
(47/102) Upgrading kpeople (5.101.0-r0 -> 9999_git1671156778-r0)
(48/102) Upgrading kcalendarcore (5.101.0-r0 -> 9999_git1670961098-r0)
(49/102) Upgrading kcmutils (5.101.0-r0 -> 9999_git1670983639-r0)
(50/102) Upgrading frameworkintegration (5.101.0-r0 -> 9999_git1670961030-r0)
(51/102) Upgrading oxygen (5.26.4-r0 -> 9999_git1671280537-r0)
(52/102) Upgrading modemmanager-qt (5.101.0-r0 -> 9999_git1671213815-r0)
(53/102) Upgrading plasma-dialer (22.11-r0 -> 9999_git1671502453-r0)
(54/102) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1671331612-r0)
(55/102) Upgrading kded (5.101.0-r0 -> 9999_git1670961214-r0)
(56/102) Upgrading bluez-qt (5.101.0-r0 -> 9999_git1670961000-r0)
(57/102) Upgrading bluedevil (5.26.4-r0 -> 9999_git1671280442-r0)
(58/102) Upgrading breeze (5.26.4-r0 -> 9999_git1671157467-r0)
(59/102) Upgrading libkscreen (5.26.4-r0 -> 9999_git1671416080-r0)
(60/102) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/102) Upgrading kscreen (5.26.4-r0 -> 9999_git1671502247-r0)
(62/102) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/102) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1670361355-r0)
(64/102) Upgrading breeze-icons (5.101.0-r0 -> 9999_git1671483339-r0)
(65/102) Upgrading kactivities (5.101.0-r0 -> 9999_git1670961040-r0)
(66/102) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1670987013-r0)
(67/102) Upgrading networkmanager-qt (5.101.0-r0 -> 9999_git1670961680-r0)
(68/102) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1671502357-r0)
(69/102) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1671502357-r0)
(70/102) Upgrading plasma-settings (22.11-r0 -> 9999_git1671502472-r0)
(71/102) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1670986721-r0)
(72/102) Upgrading kinit (5.101.0-r0 -> 9999_git1670983841-r0)
(73/102) Upgrading kdnssd (5.101.0-r0 -> 9999_git1670983763-r0)
(74/102) Upgrading syntax-highlighting (5.101.0-r0 -> 9999_git1671305692-r0)
(75/102) Upgrading kquickcharts (5.101.0-r0 -> 9999_git1670961540-r0)
(76/102) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1671416056-r0)
(77/102) Upgrading kwin (5.26.4-r0 -> 9999_git1671473700-r0)
(78/102) Upgrading kitemmodels (5.101.0-r0 -> 9999_git1670961402-r0)
(79/102) Upgrading threadweaver (5.101.0-r0 -> 9999_git1670961783-r0)
(80/102) Upgrading krunner (5.101.0-r0 -> 9999_git1670961560-r0)
(81/102) Upgrading milou (5.26.4-r0 -> 9999_git1670986912-r0)
(82/102) Upgrading qqc2-desktop-style (5.101.0-r0 -> 9999_git1670962982-r0)
(83/102) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1671157665-r0)
(84/102) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1671502397-r0)
(85/102) Upgrading kactivities-stats (5.101.0-r0 -> 9999_git1670961051-r0)
(86/102) Upgrading baloo (5.101.0-r0 -> 9999_git1670983598-r0)
(87/102) Upgrading kholidays (5.101.0-r0 -> 9999_git1671281066-r0)
(88/102) Upgrading knotifyconfig (5.101.0-r0 -> 9999_git1670983921-r0)
(89/102) Upgrading kparts (5.101.0-r0 -> 9999_git1671415360-r0)
(90/102) Upgrading prison (5.101.0-r0 -> 9999_git1670961713-r0)
(91/102) Upgrading ktexteditor (5.101.0-r0 -> 9999_git1671414672-r0)
(92/102) Upgrading libksysguard (5.26.4-r0 -> 9999_git1671502290-r0)
(93/102) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1671502397-r0)
(94/102) Upgrading kpty (5.101.0-r0 -> 9999_git1670983961-r0)
(95/102) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1671502192-r0)
(96/102) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1670949548-r0)
(97/102) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1671502345-r0)
(98/102) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1670987150-r0)
(99/102) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1671242389-r0)
(100/102) Upgrading powerdevil (5.26.4-r0 -> 9999_git1671242389-r0)
(101/102) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1671502413-r0)
(102/102) Upgrading qmlkonsole (22.11-r0 -> 9999_git1670987380-r0)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2335 MiB in 753 packages
(1/10) Installing bash (5.2.15-r0)
Executing bash-5.2.15-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.1-r0)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2347 MiB in 763 packages
(1/101) Installing syndication (9999_git1670961763-r0)
(2/101) Installing alligator (9999_git1670987232-r0)
(3/101) Installing libavc1394 (0.5.4-r3)
(4/101) Installing libcaca (0.99_beta20-r0)
(5/101) Installing libdv (1.0.0-r7)
(6/101) Installing libiec61883 (1.2.0-r3)
(7/101) Installing mpg123-libs (1.31.1-r0)
(8/101) Installing speex (1.2.1-r0)
(9/101) Installing libshout (2.4.6-r1)
(10/101) Installing wavpack (5.6.0-r0)
(11/101) Installing gst-plugins-good (1.20.5-r0)
(12/101) Installing py3-parsing (3.0.9-r1)
(13/101) Installing py3-packaging (22.0-r0)
(14/101) Installing py3-setuptools (65.6.3-r0)
(15/101) Installing py3-certifi (2022.12.7-r0)
(16/101) Installing py3-charset-normalizer (3.0.1-r1)
(17/101) Installing py3-idna (3.4-r3)
(18/101) Installing py3-urllib3 (1.26.13-r0)
(19/101) Installing py3-requests (2.28.1-r2)
(20/101) Installing py3-ytmusicapi (0.24.1-r0)
(21/101) Installing libmng (2.0.3-r1)
(22/101) Installing qt5-qtimageformats (5.15.6_git20220907-r1)
(23/101) Installing py3-mutagen (1.46.0-r1)
(24/101) Installing py3-websockets (10.4-r1)
(25/101) Installing py3-brotli (1.0.9-r10)
(26/101) Installing yt-dlp (2022.11.11-r1)
(27/101) Installing audiotube (9999_git1671280630-r0)
(28/101) Installing calindori (9999_git1670987261-r0)
(29/101) Installing live-media (2022.10.01-r0)
(30/101) Installing libxpm (3.5.14-r0)
(31/101) Installing a52dec (0.8.0-r8)
(32/101) Installing vulkan-loader (1.3.236.0-r0)
(33/101) Installing ffmpeg4-libs (4.4.3-r0)
(34/101) Installing libbluray (1.3.4-r0)
(35/101) Installing libcddb (1.3.2-r4)
(36/101) Installing libdvbpsi (1.3.3-r0)
(37/101) Installing libdvdcss (1.4.3-r0)
(38/101) Installing libdvdread (6.1.3-r1)
(39/101) Installing libdvdnav (6.1.1-r0)
(40/101) Installing libebml (1.4.4-r0)
(41/101) Installing faad2-libs (2.10.1-r0)
(42/101) Installing libupnp (1.14.15-r0)
(43/101) Installing lua5.2-libs (5.2.4-r10)
(44/101) Installing libmad (0.15.1b-r9)
(45/101) Installing libmatroska (1.7.1-r0)
(46/101) Installing libmicrodns (0.2.0-r0)
(47/101) Installing libmpeg2 (0.5.1-r10)
(48/101) Installing glslang-libs (1.3.236.0-r0)
(49/101) Installing glslang (1.3.236.0-r0)
(50/101) Installing spirv-tools (1.3.236.0-r0)
(51/101) Installing shaderc (2022.4-r0)
(52/101) Installing libplacebo (5.229.1-r1)
(53/101) Installing libprotobuf-lite (3.21.12-r0)
(54/101) Installing vlc-libs (3.0.18-r0)
(55/101) Installing vlc (3.0.18-r0)
(56/101) Installing elisa (22.12.0-r0)
(57/101) Installing kunitconversion (9999_git1671330365-r0)
(58/101) Installing kalk (9999_git1671280642-r0)
(59/101) Installing qt5-qtkeychain (0.13.2-r0)
(60/101) Installing kasts (9999_git1671416253-r0)
(61/101) Installing keysmith (9999_git1670988071-r0)
(62/101) Installing krecorder (9999_git1671331600-r0)
(63/101) Installing kpublictransport (22.12.0-r0)
(64/101) Installing ktrip (9999_git1670988219-r0)
(65/101) Installing kweathercore (9999_git1670985152-r0)
(66/101) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/101) Installing kweather (9999_git1671157772-r0)
(68/101) Installing libquotient (0.6.11-r0)
(69/101) Installing libcmark (0.30.2-r1)
(70/101) Installing neochat (9999_git1671501885-r0)
(71/101) Installing kjs (9999_git1670961433-r0)
(72/101) Installing libdjvulibre (3.5.28-r3)
(73/101) Installing libzip (1.9.2-r2)
(74/101) Installing ebook-tools (0.2.2-r3)
(75/101) Installing discount-libs (2.2.7b-r0)
(76/101) Installing poppler (22.12.0-r2)
(77/101) Installing poppler-qt5 (22.12.0-r0)
(78/101) Installing kdegraphics-mobipocket (22.12.0-r0)
(79/101) Installing libspectre (0.2.11-r0)
(80/101) Installing okular-common (22.12.0-r1)
(81/101) Installing okular (22.12.0-r1)
(82/101) Installing plasma-camera (1.0_git20210328-r2)
(83/101) Installing gst-libav (1.20.5-r0)
(84/101) Installing gst-plugins-good-qt (1.20.5-r0)
(85/101) Installing libxpresent (1.0.1-r0)
(86/101) Installing libxscrnsaver (1.2.4-r0)
(87/101) Installing libcdio (2.1.0-r1)
(88/101) Installing libcdio-paranoia (10.2.2.0.1-r1)
(89/101) Installing luajit (2.1_p20210510-r3)
(90/101) Installing rubberband-libs (3.1.1-r1)
(91/101) Installing sndio-libs (1.9.0-r0)
(92/101) Installing uchardet-libs (0.0.8-r0)
(93/101) Installing zimg (3.0.4-r1)
(94/101) Installing mpv-libs (0.35.0-r1)
(95/101) Installing plasmatube (9999_git1671502482-r0)
(96/101) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(97/101) Installing postmarketos-config-nftables-mdns (0.13-r0)
(98/101) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(99/101) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(100/101) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(101/101) Installing tokodon (9999_git1671501917-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing vlc-libs-3.0.18-r0.trigger
OK: 2522 MiB in 864 packages
(chroot) Exiting chroot...
[16:09:50] Unregister qemu binfmt (arm)
[16:09:50] Unregister qemu binfmt (aarch64)
[16:09:50] Unregister qemu binfmt (riscv64)
[16:09:50] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:09:50] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:09:50] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:09:50] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:09:52] Cleared up ~4457 MB of space
[16:09:52] [92mDONE![0m
removed 'images/pmos-plasma-mobile-nightly-20221219-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221219-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221219-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221219-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221219-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221219-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 914.6 MiB / 3,463.0 MiB = 0.264, 45 MiB/s, 1:17
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 885.2 MiB / 3,421.0 MiB = 0.259, 44 MiB/s, 1:17
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,288.5 MiB / 4,631.0 MiB = 0.278, 48 MiB/s, 1:36
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221219-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221219-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221219-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221219-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221219-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221219-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz
32,768 0% 0.00kB/s 0:00:00
3,342,336 0% 2.97MB/s 0:05:14
4,653,056 0% 2.04MB/s 0:07:36
5,832,704 0% 1.70MB/s 0:09:06
7,012,352 0% 1.55MB/s 0:10:01
8,323,072 0% 1.09MB/s 0:14:08
9,633,792 1% 1.09MB/s 0:14:07
10,813,440 1% 1.10MB/s 0:14:01
11,993,088 1% 1.09MB/s 0:14:04
13,172,736 1% 1.08MB/s 0:14:17
14,352,384 1% 1.07MB/s 0:14:22
15,663,104 1% 1.09MB/s 0:14:04
16,842,752 1% 1.11MB/s 0:13:49
18,153,472 1% 1.13MB/s 0:13:35
19,464,192 2% 1.13MB/s 0:13:31
20,643,840 2% 1.13MB/s 0:13:34
21,823,488 2% 1.12MB/s 0:13:37
23,003,136 2% 1.11MB/s 0:13:45
24,182,784 2% 1.09MB/s 0:13:59
25,493,504 2% 1.09MB/s 0:13:53
26,673,152 2% 1.09MB/s 0:13:55
27,852,800 2% 1.09MB/s 0:13:56
29,163,520 3% 1.10MB/s 0:13:45
30,343,168 3% 1.08MB/s 0:14:03
31,522,816 3% 1.08MB/s 0:13:55
32,833,536 3% 1.10MB/s 0:13:41
34,144,256 3% 1.11MB/s 0:13:32
35,454,976 3% 1.14MB/s 0:13:12
36,765,696 3% 1.14MB/s 0:13:07
37,945,344 3% 1.14MB/s 0:13:09
39,124,992 4% 1.13MB/s 0:13:14
40,435,712 4% 1.12MB/s 0:13:18
41,746,432 4% 1.12MB/s 0:13:19
43,057,152 4% 1.13MB/s 0:13:14
44,367,872 4% 1.13MB/s 0:13:10
45,678,592 4% 1.13MB/s 0:13:06
46,989,312 4% 1.14MB/s 0:13:03
48,300,032 5% 1.16MB/s 0:12:48
49,610,752 5% 1.18MB/s 0:12:32
50,921,472 5% 1.20MB/s 0:12:16
52,232,192 5% 1.23MB/s 0:12:01
53,542,912 5% 1.23MB/s 0:11:59
54,853,632 5% 1.23MB/s 0:11:58
56,164,352 5% 1.22MB/s 0:12:01
57,475,072 5% 1.22MB/s 0:12:00
58,785,792 6% 1.22MB/s 0:11:59
60,096,512 6% 1.21MB/s 0:12:02
61,407,232 6% 1.22MB/s 0:11:58
62,717,952 6% 1.22MB/s 0:12:00
64,028,672 6% 1.22MB/s 0:11:56
65,339,392 6% 1.23MB/s 0:11:50
66,650,112 6% 1.23MB/s 0:11:50
67,928,064 7% 1.22MB/s 0:11:51
69,238,784 7% 1.22MB/s 0:11:52
70,549,504 7% 1.22MB/s 0:11:51
71,860,224 7% 1.22MB/s 0:11:50
73,170,944 7% 1.22MB/s 0:11:47
74,481,664 7% 1.23MB/s 0:11:44
75,792,384 7% 1.23MB/s 0:11:43
77,103,104 8% 1.23MB/s 0:11:41
78,413,824 8% 1.23MB/s 0:11:38
79,724,544 8% 1.23MB/s 0:11:40
81,035,264 8% 1.23MB/s 0:11:38
82,345,984 8% 1.23MB/s 0:11:37
83,656,704 8% 1.23MB/s 0:11:36
84,967,424 8% 1.23MB/s 0:11:34
86,278,144 8% 1.23MB/s 0:11:34
87,588,864 9% 1.23MB/s 0:11:33
88,899,584 9% 1.23MB/s 0:11:32
90,210,304 9% 1.23MB/s 0:11:31
91,521,024 9% 1.23MB/s 0:11:30
92,831,744 9% 1.23MB/s 0:11:29
94,142,464 9% 1.23MB/s 0:11:27
95,453,184 9% 1.23MB/s 0:11:26
96,763,904 10% 1.23MB/s 0:11:25
98,074,624 10% 1.23MB/s 0:11:24
99,385,344 10% 1.23MB/s 0:11:24
100,696,064 10% 1.23MB/s 0:11:22
102,006,784 10% 1.23MB/s 0:11:21
103,317,504 10% 1.23MB/s 0:11:20
104,628,224 10% 1.23MB/s 0:11:19
105,938,944 11% 1.22MB/s 0:11:20
107,249,664 11% 1.23MB/s 0:11:17
108,560,384 11% 1.23MB/s 0:11:16
109,871,104 11% 1.23MB/s 0:11:16
111,181,824 11% 1.23MB/s 0:11:12
112,492,544 11% 1.23MB/s 0:11:13
113,803,264 11% 1.23MB/s 0:11:12
115,113,984 12% 1.23MB/s 0:11:11
116,424,704 12% 1.23MB/s 0:11:10
117,735,424 12% 1.22MB/s 0:11:10
119,046,144 12% 1.22MB/s 0:11:10
120,356,864 12% 1.20MB/s 0:11:20
121,667,584 12% 1.19MB/s 0:11:29
122,978,304 12% 1.17MB/s 0:11:36
124,289,024 12% 1.16MB/s 0:11:42
125,599,744 13% 1.16MB/s 0:11:40
126,910,464 13% 1.16MB/s 0:11:39
128,221,184 13% 1.16MB/s 0:11:37
129,531,904 13% 1.16MB/s 0:11:36
130,842,624 13% 1.16MB/s 0:11:35
132,153,344 13% 1.16MB/s 0:11:33
133,464,064 13% 1.16MB/s 0:11:34
134,774,784 14% 1.16MB/s 0:11:35
135,954,432 14% 1.13MB/s 0:11:49
137,265,152 14% 1.13MB/s 0:11:51
138,575,872 14% 1.13MB/s 0:11:51
139,886,592 14% 1.13MB/s 0:11:47
141,197,312 14% 1.15MB/s 0:11:34
142,376,960 14% 1.14MB/s 0:11:39
143,556,608 14% 1.13MB/s 0:11:44
144,736,256 15% 1.12MB/s 0:11:49
145,915,904 15% 1.11MB/s 0:11:54
147,226,624 15% 1.13MB/s 0:11:42
148,537,344 15% 1.14MB/s 0:11:33
149,716,992 15% 1.14MB/s 0:11:31
151,027,712 15% 1.15MB/s 0:11:27
152,207,360 15% 1.13MB/s 0:11:34
153,518,080 16% 1.13MB/s 0:11:33
154,828,800 16% 1.16MB/s 0:11:19
156,139,520 16% 1.18MB/s 0:11:05
157,450,240 16% 1.19MB/s 0:11:00
158,629,888 16% 1.16MB/s 0:11:15
159,809,536 16% 1.11MB/s 0:11:44
160,989,184 16% 1.06MB/s 0:12:13
162,168,832 16% 1.04MB/s 0:12:30
163,348,480 17% 1.04MB/s 0:12:30
164,528,128 17% 1.04MB/s 0:12:25
165,707,776 17% 1.04MB/s 0:12:26
166,756,352 17% 1.02MB/s 0:12:37
167,936,000 17% 1.03MB/s 0:12:29
169,115,648 17% 1.05MB/s 0:12:17
170,295,296 17% 1.05MB/s 0:12:15
171,474,944 17% 1.05MB/s 0:12:10
172,654,592 18% 1.05MB/s 0:12:12
173,834,240 18% 1.05MB/s 0:12:10
175,013,888 18% 1.07MB/s 0:11:58
176,193,536 18% 1.08MB/s 0:11:44
177,373,184 18% 1.07MB/s 0:11:51
178,683,904 18% 1.10MB/s 0:11:35
179,994,624 18% 1.11MB/s 0:11:27
181,174,272 18% 1.09MB/s 0:11:38
182,353,920 19% 1.10MB/s 0:11:31
183,533,568 19% 1.07MB/s 0:11:49
184,713,216 19% 1.05MB/s 0:11:58
185,892,864 19% 1.07MB/s 0:11:42
187,072,512 19% 1.09MB/s 0:11:32
188,252,160 19% 1.08MB/s 0:11:36
189,431,808 19% 1.07MB/s 0:11:39
190,611,456 19% 1.06MB/s 0:11:48
191,660,032 19% 1.03MB/s 0:12:06
192,839,680 20% 1.04MB/s 0:12:02
194,019,328 20% 1.03MB/s 0:12:07
195,067,904 20% 1.01MB/s 0:12:22
196,247,552 20% 1.01MB/s 0:12:14
197,427,200 20% 1.02MB/s 0:12:07
198,606,848 20% 1.02MB/s 0:12:05
199,786,496 20% 1.05MB/s 0:11:47
200,966,144 20% 1.06MB/s 0:11:40
202,113,024 21% 1.03MB/s 0:12:00
203,161,600 21% 1.02MB/s 0:12:04
204,210,176 21% 1.00MB/s 0:12:15
205,389,824 21% 1011.00kB/s 0:12:25
206,569,472 21% 1018.25kB/s 0:12:18
207,618,048 21% 1013.74kB/s 0:12:21
208,797,696 21% 1.01MB/s 0:12:08
209,977,344 21% 1.03MB/s 0:11:49
211,156,992 22% 1.06MB/s 0:11:31
212,467,712 22% 1.11MB/s 0:10:57
213,778,432 22% 1.15MB/s 0:10:30
215,089,152 22% 1.16MB/s 0:10:26
216,399,872 22% 1.17MB/s 0:10:19
217,710,592 22% 1.16MB/s 0:10:22
219,021,312 22% 1.15MB/s 0:10:27
220,200,960 22% 1.15MB/s 0:10:28
221,511,680 23% 1.15MB/s 0:10:28
222,691,328 23% 1.13MB/s 0:10:34
223,870,976 23% 1.11MB/s 0:10:47
225,050,624 23% 1.09MB/s 0:10:58
226,230,272 23% 1.08MB/s 0:11:03
227,540,992 23% 1.09MB/s 0:10:56
228,720,640 23% 1.09MB/s 0:10:55
229,900,288 23% 1.08MB/s 0:10:59
231,079,936 24% 1.07MB/s 0:11:04
232,325,120 24% 1.08MB/s 0:10:58
233,570,304 24% 1.08MB/s 0:10:55
234,881,024 24% 1.12MB/s 0:10:33
236,191,744 24% 1.14MB/s 0:10:20
237,240,320 24% 1.08MB/s 0:10:50
238,551,040 24% 1.10MB/s 0:10:40
239,861,760 25% 1.09MB/s 0:10:43
241,041,408 25% 1.08MB/s 0:10:47
242,221,056 25% 1.12MB/s 0:10:26
243,400,704 25% 1.10MB/s 0:10:33
244,580,352 25% 1.10MB/s 0:10:35
245,760,000 25% 1.10MB/s 0:10:34
246,939,648 25% 1.09MB/s 0:10:40
248,119,296 25% 1.09MB/s 0:10:37
249,298,944 25% 1.08MB/s 0:10:43
250,478,592 26% 1.08MB/s 0:10:40
251,789,312 26% 1.09MB/s 0:10:32
253,100,032 26% 1.11MB/s 0:10:23
254,410,752 26% 1.12MB/s 0:10:14
255,721,472 26% 1.12MB/s 0:10:12
257,032,192 26% 1.14MB/s 0:10:00
258,342,912 26% 1.15MB/s 0:09:55
259,653,632 27% 1.16MB/s 0:09:49
260,833,280 27% 1.15MB/s 0:09:52
262,144,000 27% 1.14MB/s 0:09:56
263,356,416 27% 1.14MB/s 0:09:56
264,634,368 27% 1.13MB/s 0:09:57
265,945,088 27% 1.14MB/s 0:09:51
267,255,808 27% 1.14MB/s 0:09:50
268,566,528 28% 1.15MB/s 0:09:48
269,877,248 28% 1.16MB/s 0:09:37
271,187,968 28% 1.19MB/s 0:09:24
272,498,688 28% 1.21MB/s 0:09:13
273,809,408 28% 1.22MB/s 0:09:10
275,120,128 28% 1.22MB/s 0:09:06
276,430,848 28% 1.22MB/s 0:09:06
277,741,568 28% 1.22MB/s 0:09:05
279,052,288 29% 1.22MB/s 0:09:02
280,363,008 29% 1.22MB/s 0:09:04
281,673,728 29% 1.20MB/s 0:09:09
282,984,448 29% 1.20MB/s 0:09:12
284,295,168 29% 1.20MB/s 0:09:09
285,605,888 29% 1.20MB/s 0:09:06
286,916,608 29% 1.22MB/s 0:08:59
288,227,328 30% 1.23MB/s 0:08:54
289,538,048 30% 1.23MB/s 0:08:52
290,848,768 30% 1.23MB/s 0:08:52
292,159,488 30% 1.23MB/s 0:08:49
293,470,208 30% 1.23MB/s 0:08:49
294,780,928 30% 1.23MB/s 0:08:48
296,091,648 30% 1.23MB/s 0:08:47
297,402,368 31% 1.23MB/s 0:08:46
298,713,088 31% 1.23MB/s 0:08:45
300,023,808 31% 1.23MB/s 0:08:43
301,334,528 31% 1.23MB/s 0:08:42
302,645,248 31% 1.23MB/s 0:08:42
303,955,968 31% 1.23MB/s 0:08:40
305,266,688 31% 1.23MB/s 0:08:40
306,577,408 31% 1.23MB/s 0:08:39
307,888,128 32% 1.23MB/s 0:08:38
309,198,848 32% 1.23MB/s 0:08:37
310,509,568 32% 1.23MB/s 0:08:36
311,820,288 32% 1.22MB/s 0:08:36
313,131,008 32% 1.22MB/s 0:08:35
314,441,728 32% 1.23MB/s 0:08:33
315,752,448 32% 1.23MB/s 0:08:31
317,063,168 33% 1.23MB/s 0:08:29
318,373,888 33% 1.23MB/s 0:08:29
319,684,608 33% 1.22MB/s 0:08:29
320,995,328 33% 1.22MB/s 0:08:31
322,306,048 33% 1.22MB/s 0:08:29
323,616,768 33% 1.22MB/s 0:08:30
324,927,488 33% 1.22MB/s 0:08:28
326,238,208 34% 1.23MB/s 0:08:24
327,548,928 34% 1.22MB/s 0:08:24
328,859,648 34% 1.22MB/s 0:08:22
330,170,368 34% 1.22MB/s 0:08:21
331,481,088 34% 1.23MB/s 0:08:19
332,791,808 34% 1.21MB/s 0:08:26
333,971,456 34% 1.18MB/s 0:08:35
335,282,176 34% 1.16MB/s 0:08:46
336,429,056 35% 1.11MB/s 0:09:08
337,608,704 35% 1.09MB/s 0:09:18
338,788,352 35% 1.07MB/s 0:09:28
339,968,000 35% 1.06MB/s 0:09:30
341,147,648 35% 1.07MB/s 0:09:23
342,065,152 35% 1.02MB/s 0:09:50
343,244,800 35% 1.02MB/s 0:09:52
344,424,448 35% 1.01MB/s 0:09:52
345,735,168 36% 1.04MB/s 0:09:34
347,045,888 36% 1.13MB/s 0:08:48
348,225,536 36% 1.16MB/s 0:08:34
349,405,184 36% 1.16MB/s 0:08:32
350,584,832 36% 1.13MB/s 0:08:44
351,895,552 36% 1.11MB/s 0:08:54
353,075,200 36% 1.11MB/s 0:08:54
354,385,920 36% 1.12MB/s 0:08:48
355,565,568 37% 1.12MB/s 0:08:44
356,745,216 37% 1.11MB/s 0:08:48
357,924,864 37% 1.09MB/s 0:08:58
359,104,512 37% 1.08MB/s 0:09:03
360,284,160 37% 1.07MB/s 0:09:08
361,332,736 37% 1.04MB/s 0:09:22
362,250,240 37% 1018.57kB/s 0:09:45
363,167,744 37% 945.21kB/s 0:10:30
364,085,248 37% 881.50kB/s 0:11:14
365,002,752 38% 841.51kB/s 0:11:45
365,920,256 38% 834.26kB/s 0:11:50
366,968,832 38% 854.91kB/s 0:11:32
367,886,336 38% 867.90kB/s 0:11:21
368,803,840 38% 865.87kB/s 0:11:21
369,852,416 38% 878.92kB/s 0:11:10
370,900,992 38% 888.27kB/s 0:11:02
372,080,640 38% 933.88kB/s 0:10:28
373,260,288 38% 997.25kB/s 0:09:47
374,439,936 39% 1.01MB/s 0:09:25
375,357,440 39% 997.48kB/s 0:09:45
376,406,016 39% 974.39kB/s 0:09:57
377,454,592 39% 930.91kB/s 0:10:24
378,372,096 39% 887.66kB/s 0:10:54
379,289,600 39% 905.23kB/s 0:10:40
380,207,104 39% 855.30kB/s 0:11:16
381,124,608 39% 840.33kB/s 0:11:27
382,042,112 39% 827.14kB/s 0:11:37
382,959,616 39% 809.03kB/s 0:11:52
384,008,192 40% 858.86kB/s 0:11:09
385,187,840 40% 917.46kB/s 0:10:25
386,236,416 40% 968.78kB/s 0:09:51
387,284,992 40% 1017.59kB/s 0:09:21
388,202,496 40% 986.51kB/s 0:09:38
389,382,144 40% 977.33kB/s 0:09:42
390,561,792 40% 993.41kB/s 0:09:32
391,741,440 40% 1017.06kB/s 0:09:17
392,921,088 40% 1.05MB/s 0:08:47
394,100,736 41% 1.05MB/s 0:08:44
395,280,384 41% 1.05MB/s 0:08:42
396,460,032 41% 1.06MB/s 0:08:36
397,639,680 41% 1.06MB/s 0:08:36
398,819,328 41% 1.07MB/s 0:08:29
399,998,976 41% 1.07MB/s 0:08:29
401,178,624 41% 1.07MB/s 0:08:27
402,358,272 41% 1.08MB/s 0:08:21
403,406,848 42% 1.05MB/s 0:08:34
404,586,496 42% 1.05MB/s 0:08:33
405,766,144 42% 1.06MB/s 0:08:31
406,945,792 42% 1.05MB/s 0:08:31
408,125,440 42% 1.08MB/s 0:08:19
409,305,088 42% 1.08MB/s 0:08:18
410,484,736 42% 1.05MB/s 0:08:31
411,533,312 42% 1.03MB/s 0:08:41
412,712,960 43% 1.01MB/s 0:08:48
413,761,536 43% 1.00MB/s 0:08:52
414,810,112 43% 1020.04kB/s 0:08:53
415,989,760 43% 1.01MB/s 0:08:44
417,300,480 43% 1.05MB/s 0:08:25
418,611,200 43% 1.09MB/s 0:08:06
419,921,920 43% 1.13MB/s 0:07:44
421,232,640 43% 1.16MB/s 0:07:33
422,543,360 44% 1.16MB/s 0:07:32
423,854,080 44% 1.16MB/s 0:07:30
425,164,800 44% 1.15MB/s 0:07:31
426,475,520 44% 1.15MB/s 0:07:31
427,786,240 44% 1.16MB/s 0:07:28
429,096,960 44% 1.15MB/s 0:07:30
430,276,608 44% 1.13MB/s 0:07:35
431,456,256 44% 1.12MB/s 0:07:40
432,635,904 45% 1.11MB/s 0:07:43
433,946,624 45% 1.11MB/s 0:07:40
435,224,576 45% 1.14MB/s 0:07:28
436,305,920 45% 1.12MB/s 0:07:35
437,485,568 45% 1.10MB/s 0:07:42
438,796,288 45% 1.10MB/s 0:07:42
440,107,008 45% 1.08MB/s 0:07:48
441,417,728 46% 1.12MB/s 0:07:32
442,728,448 46% 1.14MB/s 0:07:22
444,039,168 46% 1.14MB/s 0:07:20
445,349,888 46% 1.14MB/s 0:07:19
446,660,608 46% 1.14MB/s 0:07:17
447,971,328 46% 1.14MB/s 0:07:16
449,282,048 46% 1.14MB/s 0:07:16
450,461,696 46% 1.13MB/s 0:07:18
451,772,416 47% 1.13MB/s 0:07:17
452,952,064 47% 1.13MB/s 0:07:18
454,131,712 47% 1.12MB/s 0:07:20
455,442,432 47% 1.13MB/s 0:07:16
456,622,080 47% 1.11MB/s 0:07:21
457,801,728 47% 1.11MB/s 0:07:20
459,112,448 47% 1.12MB/s 0:07:14
460,423,168 48% 1.13MB/s 0:07:12
461,733,888 48% 1.14MB/s 0:07:05
463,044,608 48% 1.15MB/s 0:07:01
464,355,328 48% 1.14MB/s 0:07:02
465,666,048 48% 1.14MB/s 0:07:01
466,976,768 48% 1.14MB/s 0:07:00
468,287,488 48% 1.15MB/s 0:06:58
469,598,208 48% 1.15MB/s 0:06:56
470,876,160 49% 1.14MB/s 0:06:57
472,186,880 49% 1.14MB/s 0:06:57
473,497,600 49% 1.14MB/s 0:06:55
474,808,320 49% 1.16MB/s 0:06:47
476,119,040 49% 1.19MB/s 0:06:37
477,429,760 49% 1.21MB/s 0:06:28
478,740,480 49% 1.23MB/s 0:06:22
480,051,200 50% 1.22MB/s 0:06:21
481,361,920 50% 1.21MB/s 0:06:24
482,672,640 50% 1.21MB/s 0:06:24
483,983,360 50% 1.21MB/s 0:06:24
485,294,080 50% 1.21MB/s 0:06:22
486,604,800 50% 1.22MB/s 0:06:18
487,915,520 50% 1.22MB/s 0:06:16
489,226,240 51% 1.22MB/s 0:06:16
490,536,960 51% 1.22MB/s 0:06:15
491,847,680 51% 1.22MB/s 0:06:14
493,158,400 51% 1.22MB/s 0:06:14
494,469,120 51% 1.23MB/s 0:06:10
495,779,840 51% 1.22MB/s 0:06:09
497,090,560 51% 1.22MB/s 0:06:09
498,401,280 51% 1.22MB/s 0:06:07
499,712,000 52% 1.22MB/s 0:06:06
501,022,720 52% 1.22MB/s 0:06:05
502,333,440 52% 1.22MB/s 0:06:05
503,644,160 52% 1.22MB/s 0:06:03
504,954,880 52% 1.22MB/s 0:06:03
506,265,600 52% 1.22MB/s 0:06:01
507,576,320 52% 1.23MB/s 0:05:59
508,887,040 53% 1.23MB/s 0:05:57
510,197,760 53% 1.23MB/s 0:05:56
511,508,480 53% 1.23MB/s 0:05:56
512,819,200 53% 1.23MB/s 0:05:54
514,129,920 53% 1.23MB/s 0:05:54
515,440,640 53% 1.22MB/s 0:05:53
516,751,360 53% 1.22MB/s 0:05:54
518,062,080 54% 1.20MB/s 0:05:57
519,372,800 54% 1.21MB/s 0:05:56
520,683,520 54% 1.21MB/s 0:05:54
521,994,240 54% 1.21MB/s 0:05:51
523,304,960 54% 1.23MB/s 0:05:46
524,615,680 54% 1.23MB/s 0:05:45
525,926,400 54% 1.22MB/s 0:05:45
527,237,120 54% 1.22MB/s 0:05:46
528,547,840 55% 1.22MB/s 0:05:44
529,858,560 55% 1.22MB/s 0:05:43
531,169,280 55% 1.22MB/s 0:05:43
532,480,000 55% 1.22MB/s 0:05:41
533,790,720 55% 1.22MB/s 0:05:40
535,101,440 55% 1.22MB/s 0:05:40
536,412,160 55% 1.22MB/s 0:05:38
537,722,880 56% 1.21MB/s 0:05:38
539,033,600 56% 1.21MB/s 0:05:38
540,344,320 56% 1.19MB/s 0:05:42
541,655,040 56% 1.19MB/s 0:05:42
542,965,760 56% 1.18MB/s 0:05:45
544,145,408 56% 1.15MB/s 0:05:51
545,325,056 56% 1.15MB/s 0:05:52
546,635,776 56% 1.14MB/s 0:05:53
547,815,424 57% 1.13MB/s 0:05:56
548,995,072 57% 1.12MB/s 0:05:57
550,174,720 57% 1.11MB/s 0:06:01
551,354,368 57% 1.09MB/s 0:06:05
552,534,016 57% 1.09MB/s 0:06:05
553,713,664 57% 1.08MB/s 0:06:06
554,893,312 57% 1.08MB/s 0:06:04
556,072,960 57% 1.09MB/s 0:06:02
557,252,608 58% 1.09MB/s 0:06:01
558,432,256 58% 1.09MB/s 0:05:58
559,611,904 58% 1.09MB/s 0:05:56
560,922,624 58% 1.10MB/s 0:05:52
562,233,344 58% 1.11MB/s 0:05:48
563,544,064 58% 1.12MB/s 0:05:43
564,723,712 58% 1.12MB/s 0:05:43
565,903,360 59% 1.11MB/s 0:05:47
567,083,008 59% 1.09MB/s 0:05:51
568,262,656 59% 1.07MB/s 0:05:57
569,442,304 59% 1.08MB/s 0:05:53
570,753,024 59% 1.09MB/s 0:05:46
571,932,672 59% 1.09MB/s 0:05:45
573,112,320 59% 1.11MB/s 0:05:38
574,423,040 59% 1.12MB/s 0:05:35
575,733,760 60% 1.13MB/s 0:05:32
577,044,480 60% 1.16MB/s 0:05:21
578,224,128 60% 1.15MB/s 0:05:22
579,403,776 60% 1.15MB/s 0:05:23
580,583,424 60% 1.12MB/s 0:05:29
581,763,072 60% 1.08MB/s 0:05:39
582,942,720 60% 1.07MB/s 0:05:42
584,122,368 60% 1.07MB/s 0:05:43
585,302,016 61% 1.07MB/s 0:05:40
586,481,664 61% 1.07MB/s 0:05:38
587,661,312 61% 1.08MB/s 0:05:35
588,840,960 61% 1.08MB/s 0:05:34
590,020,608 61% 1.08MB/s 0:05:33
591,200,256 61% 1.08MB/s 0:05:31
592,379,904 61% 1.09MB/s 0:05:28
593,559,552 61% 1.09MB/s 0:05:27
594,739,200 62% 1.09MB/s 0:05:27
595,918,848 62% 1.09MB/s 0:05:26
597,098,496 62% 1.08MB/s 0:05:28
598,278,144 62% 1.08MB/s 0:05:27
599,457,792 62% 1.08MB/s 0:05:25
600,637,440 62% 1.07MB/s 0:05:27
601,817,088 62% 1.07MB/s 0:05:25
602,996,736 62% 1.07MB/s 0:05:24
604,143,616 62% 1.06MB/s 0:05:25
605,323,264 63% 1.07MB/s 0:05:22
606,502,912 63% 1.07MB/s 0:05:21
607,682,560 63% 1.07MB/s 0:05:20
608,862,208 63% 1.07MB/s 0:05:20
610,041,856 63% 1.06MB/s 0:05:20
611,221,504 63% 1.07MB/s 0:05:18
612,401,152 63% 1.08MB/s 0:05:14
613,580,800 63% 1.08MB/s 0:05:12
614,760,448 64% 1.08MB/s 0:05:12
615,940,096 64% 1.07MB/s 0:05:13
617,119,744 64% 1.06MB/s 0:05:15
618,299,392 64% 1.06MB/s 0:05:13
619,479,040 64% 1.06MB/s 0:05:12
620,658,688 64% 1.06MB/s 0:05:12
621,838,336 64% 1.07MB/s 0:05:09
623,017,984 64% 1.07MB/s 0:05:05
624,197,632 65% 1.09MB/s 0:05:00
625,377,280 65% 1.08MB/s 0:05:01
626,556,928 65% 1.07MB/s 0:05:03
627,736,576 65% 1.07MB/s 0:05:03
628,916,224 65% 1.06MB/s 0:05:03
630,095,872 65% 1.07MB/s 0:04:59
631,406,592 65% 1.10MB/s 0:04:51
632,586,240 65% 1.10MB/s 0:04:48
633,896,960 66% 1.12MB/s 0:04:43
635,207,680 66% 1.13MB/s 0:04:39
636,518,400 66% 1.13MB/s 0:04:38
637,829,120 66% 1.14MB/s 0:04:35
639,139,840 66% 1.14MB/s 0:04:34
640,319,488 66% 1.14MB/s 0:04:34
641,630,208 66% 1.13MB/s 0:04:33
642,809,856 67% 1.12MB/s 0:04:36
643,989,504 67% 1.10MB/s 0:04:39
645,300,224 67% 1.11MB/s 0:04:36
646,610,944 67% 1.11MB/s 0:04:35
647,790,592 67% 1.12MB/s 0:04:32
648,970,240 67% 1.12MB/s 0:04:30
650,149,888 67% 1.11MB/s 0:04:30
651,460,608 67% 1.11MB/s 0:04:29
652,771,328 68% 1.12MB/s 0:04:26
654,082,048 68% 1.14MB/s 0:04:21
655,392,768 68% 1.15MB/s 0:04:18
656,703,488 68% 1.15MB/s 0:04:17
658,014,208 68% 1.15MB/s 0:04:15
659,324,928 68% 1.15MB/s 0:04:15
660,504,576 68% 1.14MB/s 0:04:15
661,684,224 68% 1.13MB/s 0:04:16
662,863,872 69% 1.12MB/s 0:04:17
664,043,520 69% 1.11MB/s 0:04:18
665,354,240 69% 1.12MB/s 0:04:16
666,533,888 69% 1.12MB/s 0:04:15
667,713,536 69% 1.11MB/s 0:04:16
668,893,184 69% 1.11MB/s 0:04:16
670,203,904 69% 1.11MB/s 0:04:13
671,514,624 70% 1.12MB/s 0:04:10
672,694,272 70% 1.13MB/s 0:04:07
674,004,992 70% 1.15MB/s 0:04:02
675,184,640 70% 1.14MB/s 0:04:02
676,495,360 70% 1.14MB/s 0:04:01
677,675,008 70% 1.14MB/s 0:04:00
678,985,728 70% 1.13MB/s 0:04:01
680,296,448 70% 1.14MB/s 0:03:58
681,607,168 71% 1.14MB/s 0:03:57
682,917,888 71% 1.15MB/s 0:03:55
684,228,608 71% 1.15MB/s 0:03:53
685,539,328 71% 1.16MB/s 0:03:49
686,850,048 71% 1.18MB/s 0:03:45
688,160,768 71% 1.20MB/s 0:03:40
689,471,488 71% 1.22MB/s 0:03:35
690,782,208 72% 1.23MB/s 0:03:33
692,092,928 72% 1.23MB/s 0:03:32
693,403,648 72% 1.23MB/s 0:03:31
694,714,368 72% 1.23MB/s 0:03:30
696,025,088 72% 1.23MB/s 0:03:29
697,335,808 72% 1.22MB/s 0:03:29
698,646,528 72% 1.22MB/s 0:03:28
699,957,248 72% 1.22MB/s 0:03:27
701,267,968 73% 1.22MB/s 0:03:26
702,578,688 73% 1.23MB/s 0:03:24
703,889,408 73% 1.23MB/s 0:03:23
705,200,128 73% 1.23MB/s 0:03:22
706,510,848 73% 1.22MB/s 0:03:21
707,821,568 73% 1.23MB/s 0:03:20
709,132,288 73% 1.23MB/s 0:03:18
710,443,008 74% 1.23MB/s 0:03:17
711,753,728 74% 1.23MB/s 0:03:16
713,064,448 74% 1.22MB/s 0:03:16
714,375,168 74% 1.21MB/s 0:03:17
715,685,888 74% 1.21MB/s 0:03:16
716,996,608 74% 1.21MB/s 0:03:15
718,307,328 74% 1.21MB/s 0:03:14
719,618,048 75% 1.23MB/s 0:03:10
720,928,768 75% 1.22MB/s 0:03:09
722,239,488 75% 1.22MB/s 0:03:09
723,550,208 75% 1.22MB/s 0:03:08
724,860,928 75% 1.22MB/s 0:03:06
726,171,648 75% 1.22MB/s 0:03:06
727,482,368 75% 1.22MB/s 0:03:05
728,793,088 75% 1.22MB/s 0:03:03
730,103,808 76% 1.22MB/s 0:03:02
731,414,528 76% 1.22MB/s 0:03:01
732,332,032 76% 1.09MB/s 0:03:23
733,642,752 76% 1.09MB/s 0:03:22
734,953,472 76% 1.09MB/s 0:03:21
736,264,192 76% 1.09MB/s 0:03:19
737,574,912 76% 1.23MB/s 0:02:56
738,852,864 77% 1.22MB/s 0:02:56
740,163,584 77% 1.22MB/s 0:02:55
741,474,304 77% 1.22MB/s 0:02:54
742,785,024 77% 1.21MB/s 0:02:54
744,095,744 77% 1.22MB/s 0:02:51
745,406,464 77% 1.22MB/s 0:02:51
746,717,184 77% 1.22MB/s 0:02:49
748,027,904 77% 1.22MB/s 0:02:48
749,338,624 78% 1.22MB/s 0:02:47
750,649,344 78% 1.23MB/s 0:02:45
751,960,064 78% 1.23MB/s 0:02:44
753,270,784 78% 1.23MB/s 0:02:43
754,581,504 78% 1.23MB/s 0:02:42
755,892,224 78% 1.22MB/s 0:02:42
757,202,944 78% 1.20MB/s 0:02:44
758,513,664 79% 1.18MB/s 0:02:45
759,693,312 79% 1.14MB/s 0:02:50
760,872,960 79% 1.11MB/s 0:02:54
762,052,608 79% 1.09MB/s 0:02:56
763,232,256 79% 1.07MB/s 0:02:57
764,411,904 79% 1.08MB/s 0:02:56
765,591,552 79% 1.08MB/s 0:02:54
766,771,200 79% 1.08MB/s 0:02:54
767,950,848 80% 1.08MB/s 0:02:52
769,261,568 80% 1.10MB/s 0:02:48
770,572,288 80% 1.12MB/s 0:02:44
771,620,864 80% 1.10MB/s 0:02:46
772,800,512 80% 1.10MB/s 0:02:45
773,980,160 80% 1.09MB/s 0:02:45
775,290,880 80% 1.08MB/s 0:02:45
776,470,528 80% 1.11MB/s 0:02:40
777,650,176 81% 1.08MB/s 0:02:43
778,829,824 81% 1.07MB/s 0:02:44
780,009,472 81% 1.05MB/s 0:02:46
781,189,120 81% 1.05MB/s 0:02:45
782,499,840 81% 1.08MB/s 0:02:38
783,679,488 81% 1.09MB/s 0:02:36
784,859,136 81% 1.10MB/s 0:02:34
786,169,856 81% 1.11MB/s 0:02:32
787,480,576 82% 1.11MB/s 0:02:30
788,791,296 82% 1.14MB/s 0:02:26
790,102,016 82% 1.16MB/s 0:02:22
791,412,736 82% 1.16MB/s 0:02:20
792,723,456 82% 1.18MB/s 0:02:17
793,903,104 82% 1.15MB/s 0:02:20
795,082,752 82% 1.14MB/s 0:02:20
796,262,400 83% 1.13MB/s 0:02:20
797,442,048 83% 1.10MB/s 0:02:24
798,621,696 83% 1.11MB/s 0:02:21
799,801,344 83% 1.11MB/s 0:02:20
800,980,992 83% 1.11MB/s 0:02:19
802,160,640 83% 1.11MB/s 0:02:18
803,340,288 83% 1.10MB/s 0:02:18
804,519,936 83% 1.08MB/s 0:02:19
805,699,584 84% 1.08MB/s 0:02:18
806,879,232 84% 1.08MB/s 0:02:17
808,058,880 84% 1.07MB/s 0:02:17
809,238,528 84% 1.07MB/s 0:02:16
810,418,176 84% 1.05MB/s 0:02:17
811,597,824 84% 1.04MB/s 0:02:17
812,777,472 84% 1.04MB/s 0:02:16
813,957,120 84% 1.05MB/s 0:02:14
815,267,840 85% 1.08MB/s 0:02:10
816,447,488 85% 1.09MB/s 0:02:08
817,627,136 85% 1.10MB/s 0:02:06
818,806,784 85% 1.09MB/s 0:02:05
819,986,432 85% 1.08MB/s 0:02:05
821,166,080 85% 1.08MB/s 0:02:04
822,345,728 85% 1.08MB/s 0:02:03
823,525,376 85% 1.08MB/s 0:02:02
824,705,024 85% 1.08MB/s 0:02:01
825,884,672 86% 1.08MB/s 0:02:00
827,064,320 86% 1.07MB/s 0:01:59
828,243,968 86% 1.08MB/s 0:01:58
829,423,616 86% 1.08MB/s 0:01:57
830,603,264 86% 1.09MB/s 0:01:54
831,782,912 86% 1.10MB/s 0:01:52
832,962,560 86% 1.10MB/s 0:01:51
834,142,208 86% 1.10MB/s 0:01:50
835,321,856 87% 1.09MB/s 0:01:50
836,501,504 87% 1.08MB/s 0:01:50
837,681,152 87% 1.08MB/s 0:01:49
838,860,800 87% 1.08MB/s 0:01:49
840,040,448 87% 1.07MB/s 0:01:48
841,220,096 87% 1.08MB/s 0:01:46
842,399,744 87% 1.08MB/s 0:01:45
843,710,464 87% 1.10MB/s 0:01:42
844,890,112 88% 1.11MB/s 0:01:40
846,200,832 88% 1.12MB/s 0:01:38
847,380,480 88% 1.13MB/s 0:01:36
848,691,200 88% 1.14MB/s 0:01:34
850,001,920 88% 1.14MB/s 0:01:33
851,312,640 88% 1.14MB/s 0:01:32
852,623,360 88% 1.16MB/s 0:01:29
853,934,080 89% 1.15MB/s 0:01:28
855,244,800 89% 1.15MB/s 0:01:27
856,555,520 89% 1.15MB/s 0:01:27
857,735,168 89% 1.14MB/s 0:01:26
858,914,816 89% 1.12MB/s 0:01:27
860,094,464 89% 1.11MB/s 0:01:26
861,405,184 89% 1.12MB/s 0:01:25
862,715,904 89% 1.12MB/s 0:01:23
864,026,624 90% 1.13MB/s 0:01:21
865,206,272 90% 1.13MB/s 0:01:20
866,385,920 90% 1.13MB/s 0:01:20
867,696,640 90% 1.13MB/s 0:01:19
869,007,360 90% 1.13MB/s 0:01:17
870,318,080 90% 1.14MB/s 0:01:15
871,628,800 90% 1.15MB/s 0:01:14
872,906,752 91% 1.15MB/s 0:01:13
874,217,472 91% 1.15MB/s 0:01:12
875,528,192 91% 1.15MB/s 0:01:11
876,707,840 91% 1.14MB/s 0:01:10
877,887,488 91% 1.13MB/s 0:01:09
879,067,136 91% 1.11MB/s 0:01:10
880,377,856 91% 1.11MB/s 0:01:08
881,557,504 91% 1.11MB/s 0:01:08
882,737,152 92% 1.11MB/s 0:01:07
884,047,872 92% 1.12MB/s 0:01:05
885,227,520 92% 1.10MB/s 0:01:05
886,407,168 92% 1.11MB/s 0:01:04
887,717,888 92% 1.12MB/s 0:01:02
889,028,608 92% 1.12MB/s 0:01:00
890,339,328 92% 1.15MB/s 0:00:58
891,650,048 92% 1.16MB/s 0:00:56
892,960,768 93% 1.16MB/s 0:00:55
894,271,488 93% 1.16MB/s 0:00:54
895,582,208 93% 1.17MB/s 0:00:53
896,892,928 93% 1.16MB/s 0:00:52
898,203,648 93% 1.17MB/s 0:00:50
899,514,368 93% 1.17MB/s 0:00:49
900,825,088 93% 1.16MB/s 0:00:48
902,135,808 94% 1.16MB/s 0:00:47
903,446,528 94% 1.16MB/s 0:00:46
904,757,248 94% 1.16MB/s 0:00:45
906,067,968 94% 1.17MB/s 0:00:44
907,378,688 94% 1.19MB/s 0:00:42
908,689,408 94% 1.21MB/s 0:00:40
910,000,128 94% 1.23MB/s 0:00:39
911,310,848 95% 1.22MB/s 0:00:38
912,621,568 95% 1.22MB/s 0:00:37
913,932,288 95% 1.21MB/s 0:00:36
915,243,008 95% 1.21MB/s 0:00:35
916,553,728 95% 1.22MB/s 0:00:34
917,864,448 95% 1.22MB/s 0:00:32
919,175,168 95% 1.22MB/s 0:00:31
920,485,888 95% 1.23MB/s 0:00:30
921,796,608 96% 1.22MB/s 0:00:29
923,107,328 96% 1.22MB/s 0:00:28
924,418,048 96% 1.22MB/s 0:00:27
925,728,768 96% 1.23MB/s 0:00:26
927,039,488 96% 1.23MB/s 0:00:25
928,350,208 96% 1.23MB/s 0:00:24
929,660,928 96% 1.23MB/s 0:00:23
930,971,648 97% 1.23MB/s 0:00:22
932,282,368 97% 1.23MB/s 0:00:21
933,593,088 97% 1.23MB/s 0:00:20
934,903,808 97% 1.22MB/s 0:00:19
936,214,528 97% 1.22MB/s 0:00:18
937,525,248 97% 1.22MB/s 0:00:17
938,835,968 97% 1.23MB/s 0:00:16
940,146,688 98% 1.23MB/s 0:00:14
941,457,408 98% 1.23MB/s 0:00:13
942,768,128 98% 1.23MB/s 0:00:12
944,078,848 98% 1.23MB/s 0:00:11
945,389,568 98% 1.23MB/s 0:00:10
946,700,288 98% 1.22MB/s 0:00:09
948,011,008 98% 1.22MB/s 0:00:08
949,321,728 98% 1.22MB/s 0:00:07
950,632,448 99% 1.22MB/s 0:00:06
951,943,168 99% 1.22MB/s 0:00:05
953,253,888 99% 1.22MB/s 0:00:04
954,564,608 99% 1.23MB/s 0:00:03
955,875,328 99% 1.23MB/s 0:00:02
957,186,048 99% 1.23MB/s 0:00:01
958,496,768 99% 1.23MB/s 0:00:00
959,054,688 100% 1.14MB/s 0:13:25 (xfr#1, to-chk=5/7)
images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz.sha256
133 100% 0.32kB/s 0:00:00
133 100% 0.32kB/s 0:00:00 (xfr#2, to-chk=4/7)
images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz
32,768 0% 79.01kB/s 3:15:47
753,664 0% 725.12kB/s 0:21:19
2,064,384 0% 991.15kB/s 0:15:34
3,375,104 0% 1.05MB/s 0:14:16
4,685,824 0% 1.10MB/s 0:13:41
5,996,544 0% 1.23MB/s 0:12:14
7,307,264 0% 1.23MB/s 0:12:12
8,617,984 0% 1.23MB/s 0:12:12
9,928,704 1% 1.23MB/s 0:12:10
11,239,424 1% 1.21MB/s 0:12:20
12,550,144 1% 1.19MB/s 0:12:31
13,860,864 1% 1.18MB/s 0:12:39
15,171,584 1% 1.16MB/s 0:12:47
16,482,304 1% 1.16MB/s 0:12:46
17,793,024 1% 1.17MB/s 0:12:42
19,103,744 2% 1.17MB/s 0:12:41
20,414,464 2% 1.16MB/s 0:12:41
21,725,184 2% 1.17MB/s 0:12:38
23,035,904 2% 1.17MB/s 0:12:37
24,346,624 2% 1.16MB/s 0:12:38
25,657,344 2% 1.16MB/s 0:12:41
26,836,992 2% 1.14MB/s 0:12:52
28,147,712 3% 1.14MB/s 0:12:53
29,327,360 3% 1.13MB/s 0:12:57
30,638,080 3% 1.13MB/s 0:12:53
31,948,800 3% 1.15MB/s 0:12:42
33,128,448 3% 1.14MB/s 0:12:47
34,439,168 3% 1.14MB/s 0:12:42
35,618,816 3% 1.13MB/s 0:12:49
36,798,464 3% 1.11MB/s 0:13:00
37,978,112 4% 1.11MB/s 0:13:03
39,288,832 4% 1.11MB/s 0:13:02
40,599,552 4% 1.12MB/s 0:12:54
41,910,272 4% 1.14MB/s 0:12:41
43,220,992 4% 1.15MB/s 0:12:33
44,498,944 4% 1.14MB/s 0:12:36
45,809,664 4% 1.14MB/s 0:12:33
47,120,384 5% 1.16MB/s 0:12:22
48,431,104 5% 1.17MB/s 0:12:14
49,610,752 5% 1.17MB/s 0:12:16
50,790,400 5% 1.13MB/s 0:12:36
51,970,048 5% 1.10MB/s 0:12:56
53,149,696 5% 1.07MB/s 0:13:16
54,329,344 5% 1.06MB/s 0:13:21
55,508,992 5% 1.08MB/s 0:13:12
56,688,640 6% 1.07MB/s 0:13:13
57,868,288 6% 1.07MB/s 0:13:15
59,047,936 6% 1.06MB/s 0:13:17
60,227,584 6% 1.06MB/s 0:13:19
61,407,232 6% 1.06MB/s 0:13:18
62,586,880 6% 1.07MB/s 0:13:07
63,766,528 6% 1.09MB/s 0:12:55
64,946,176 6% 1.10MB/s 0:12:43
66,125,824 7% 1.11MB/s 0:12:38
67,305,472 7% 1.11MB/s 0:12:40
68,485,120 7% 1.10MB/s 0:12:43
69,664,768 7% 1.10MB/s 0:12:45
70,844,416 7% 1.09MB/s 0:12:48
72,024,064 7% 1.08MB/s 0:12:51
73,203,712 7% 1.08MB/s 0:12:53
74,383,360 8% 1.08MB/s 0:12:54
75,563,008 8% 1.08MB/s 0:12:52
76,742,656 8% 1.08MB/s 0:12:50
77,922,304 8% 1.08MB/s 0:12:51
79,101,952 8% 1.07MB/s 0:12:56
80,281,600 8% 1.07MB/s 0:12:52
81,461,248 8% 1.08MB/s 0:12:43
82,640,896 8% 1.09MB/s 0:12:37
83,820,544 9% 1.10MB/s 0:12:26
85,000,192 9% 1.10MB/s 0:12:31
86,179,840 9% 1.08MB/s 0:12:38
87,359,488 9% 1.08MB/s 0:12:38
88,539,136 9% 1.07MB/s 0:12:46
89,718,784 9% 1.07MB/s 0:12:44
90,898,432 9% 1.07MB/s 0:12:43
92,078,080 9% 1.08MB/s 0:12:38
93,257,728 10% 1.08MB/s 0:12:32
94,437,376 10% 1.08MB/s 0:12:33
95,617,024 10% 1.07MB/s 0:12:37
96,796,672 10% 1.07MB/s 0:12:40
97,976,320 10% 1.07MB/s 0:12:39
99,155,968 10% 1.06MB/s 0:12:44
100,335,616 10% 1.06MB/s 0:12:41
101,515,264 10% 1.06MB/s 0:12:44
102,563,840 11% 1.03MB/s 0:13:02
103,874,560 11% 1.06MB/s 0:12:38
105,054,208 11% 1.07MB/s 0:12:29
106,364,928 11% 1.10MB/s 0:12:08
107,675,648 11% 1.14MB/s 0:11:42
108,986,368 11% 1.14MB/s 0:11:42
110,297,088 11% 1.15MB/s 0:11:33
111,607,808 12% 1.15MB/s 0:11:30
112,918,528 12% 1.16MB/s 0:11:27
114,229,248 12% 1.16MB/s 0:11:27
115,408,896 12% 1.14MB/s 0:11:34
116,588,544 12% 1.11MB/s 0:11:53
117,768,192 12% 1.10MB/s 0:11:59
119,078,912 12% 1.12MB/s 0:11:47
120,389,632 12% 1.13MB/s 0:11:36
121,700,352 13% 1.17MB/s 0:11:14
122,880,000 13% 1.16MB/s 0:11:17
124,059,648 13% 1.14MB/s 0:11:29
125,239,296 13% 1.12MB/s 0:11:42
126,550,016 13% 1.12MB/s 0:11:40
127,860,736 13% 1.13MB/s 0:11:30
129,171,456 13% 1.14MB/s 0:11:23
130,482,176 14% 1.16MB/s 0:11:13
131,792,896 14% 1.15MB/s 0:11:14
133,103,616 14% 1.15MB/s 0:11:13
134,414,336 14% 1.15MB/s 0:11:13
135,593,984 14% 1.14MB/s 0:11:20
136,904,704 14% 1.14MB/s 0:11:18
138,215,424 14% 1.16MB/s 0:11:05
139,526,144 15% 1.18MB/s 0:10:53
140,705,792 15% 1.19MB/s 0:10:48
142,016,512 15% 1.18MB/s 0:10:49
143,196,160 15% 1.15MB/s 0:11:06
144,375,808 15% 1.12MB/s 0:11:21
145,555,456 15% 1.12MB/s 0:11:22
146,735,104 15% 1.11MB/s 0:11:24
147,914,752 15% 1.11MB/s 0:11:25
149,225,472 16% 1.12MB/s 0:11:19
150,536,192 16% 1.13MB/s 0:11:11
151,846,912 16% 1.14MB/s 0:11:05
153,157,632 16% 1.15MB/s 0:10:57
154,468,352 16% 1.15MB/s 0:10:58
155,648,000 16% 1.14MB/s 0:11:02
156,827,648 16% 1.13MB/s 0:11:06
158,138,368 17% 1.13MB/s 0:11:06
159,449,088 17% 1.13MB/s 0:11:02
160,759,808 17% 1.14MB/s 0:10:57
162,070,528 17% 1.15MB/s 0:10:52
163,381,248 17% 1.15MB/s 0:10:51
164,560,896 17% 1.14MB/s 0:10:54
165,871,616 17% 1.15MB/s 0:10:47
167,182,336 18% 1.17MB/s 0:10:35
168,493,056 18% 1.19MB/s 0:10:23
169,803,776 18% 1.21MB/s 0:10:13
171,114,496 18% 1.22MB/s 0:10:05
172,425,216 18% 1.22MB/s 0:10:05
173,735,936 18% 1.22MB/s 0:10:03
175,046,656 18% 1.23MB/s 0:09:57
176,357,376 19% 1.23MB/s 0:09:58
177,635,328 19% 1.22MB/s 0:10:00
178,946,048 19% 1.22MB/s 0:09:59
180,256,768 19% 1.22MB/s 0:09:58
181,567,488 19% 1.22MB/s 0:09:57
182,878,208 19% 1.23MB/s 0:09:52
184,188,928 19% 1.23MB/s 0:09:51
185,499,648 19% 1.23MB/s 0:09:50
186,810,368 20% 1.23MB/s 0:09:50
188,121,088 20% 1.22MB/s 0:09:50
189,431,808 20% 1.23MB/s 0:09:48
190,742,528 20% 1.23MB/s 0:09:47
192,053,248 20% 1.23MB/s 0:09:46
193,363,968 20% 1.23MB/s 0:09:44
194,674,688 20% 1.23MB/s 0:09:43
195,985,408 21% 1.23MB/s 0:09:42
197,165,056 21% 1.20MB/s 0:09:53
198,475,776 21% 1.20MB/s 0:09:53
199,786,496 21% 1.20MB/s 0:09:52
201,097,216 21% 1.20MB/s 0:09:50
202,407,936 21% 1.23MB/s 0:09:37
203,718,656 21% 1.23MB/s 0:09:35
205,029,376 22% 1.23MB/s 0:09:33
206,340,096 22% 1.23MB/s 0:09:34
207,650,816 22% 1.23MB/s 0:09:32
208,961,536 22% 1.23MB/s 0:09:32
210,272,256 22% 1.23MB/s 0:09:31
211,582,976 22% 1.23MB/s 0:09:30
212,893,696 22% 1.23MB/s 0:09:29
214,204,416 23% 1.23MB/s 0:09:28
215,515,136 23% 1.23MB/s 0:09:28
216,825,856 23% 1.23MB/s 0:09:26
218,136,576 23% 1.22MB/s 0:09:26
219,447,296 23% 1.22MB/s 0:09:26
220,758,016 23% 1.23MB/s 0:09:23
222,068,736 23% 1.22MB/s 0:09:23
223,379,456 24% 1.23MB/s 0:09:19
224,690,176 24% 1.23MB/s 0:09:18
226,000,896 24% 1.23MB/s 0:09:18
227,311,616 24% 1.21MB/s 0:09:23
228,622,336 24% 1.20MB/s 0:09:28
229,933,056 24% 1.18MB/s 0:09:35
231,243,776 24% 1.16MB/s 0:09:44
232,554,496 25% 1.16MB/s 0:09:43
233,865,216 25% 1.15MB/s 0:09:50
235,175,936 25% 1.15MB/s 0:09:46
236,486,656 25% 1.16MB/s 0:09:44
237,797,376 25% 1.15MB/s 0:09:46
239,108,096 25% 1.16MB/s 0:09:40
240,418,816 25% 1.15MB/s 0:09:43
241,729,536 26% 1.16MB/s 0:09:40
243,040,256 26% 1.18MB/s 0:09:28
244,350,976 26% 1.18MB/s 0:09:26
245,530,624 26% 1.16MB/s 0:09:32
246,710,272 26% 1.15MB/s 0:09:37
248,020,992 26% 1.13MB/s 0:09:46
249,331,712 26% 1.13MB/s 0:09:48
250,642,432 27% 1.14MB/s 0:09:40
251,822,080 27% 1.13MB/s 0:09:45
253,001,728 27% 1.11MB/s 0:09:54
253,919,232 27% 1.03MB/s 0:10:37
255,098,880 27% 1.02MB/s 0:10:46
256,409,600 27% 1.03MB/s 0:10:34
257,720,320 27% 1.06MB/s 0:10:17
259,031,040 27% 1.13MB/s 0:09:37
260,341,760 28% 1.14MB/s 0:09:31
261,521,408 28% 1.14MB/s 0:09:32
262,832,128 28% 1.14MB/s 0:09:32
264,142,848 28% 1.16MB/s 0:09:19
265,453,568 28% 1.19MB/s 0:09:06
266,764,288 28% 1.21MB/s 0:08:53
268,075,008 28% 1.21MB/s 0:08:51
269,254,656 29% 1.16MB/s 0:09:16
270,434,304 29% 1.12MB/s 0:09:31
271,613,952 29% 1.09MB/s 0:09:46
272,924,672 29% 1.08MB/s 0:09:50
274,104,320 29% 1.11MB/s 0:09:36
275,283,968 29% 1.10MB/s 0:09:39
276,463,616 29% 1.09MB/s 0:09:43
277,643,264 29% 1.09MB/s 0:09:44
278,822,912 30% 1.08MB/s 0:09:49
280,002,560 30% 1.09MB/s 0:09:41
281,182,208 30% 1.10MB/s 0:09:35
282,361,856 30% 1.08MB/s 0:09:41
283,541,504 30% 1.08MB/s 0:09:41
284,721,152 30% 1.07MB/s 0:09:45
285,900,800 30% 1.06MB/s 0:09:51
287,080,448 30% 1.06MB/s 0:09:48
288,260,096 31% 1.07MB/s 0:09:41
289,439,744 31% 1.08MB/s 0:09:38
290,619,392 31% 1.09MB/s 0:09:32
291,799,040 31% 1.08MB/s 0:09:34
292,978,688 31% 1.08MB/s 0:09:34
294,158,336 31% 1.08MB/s 0:09:33
295,337,984 31% 1.07MB/s 0:09:35
296,517,632 31% 1.08MB/s 0:09:32
297,697,280 32% 1.08MB/s 0:09:30
298,876,928 32% 1.06MB/s 0:09:38
300,056,576 32% 1.07MB/s 0:09:35
301,236,224 32% 1.06MB/s 0:09:35
302,415,872 32% 1.05MB/s 0:09:39
303,595,520 32% 1.07MB/s 0:09:31
304,775,168 32% 1.07MB/s 0:09:30
305,954,816 32% 1.07MB/s 0:09:25
307,134,464 33% 1.07MB/s 0:09:24
308,314,112 33% 1.07MB/s 0:09:24
309,493,760 33% 1.08MB/s 0:09:20
310,673,408 33% 1.08MB/s 0:09:18
311,820,288 33% 1.08MB/s 0:09:17
312,999,936 33% 1.07MB/s 0:09:20
314,179,584 33% 1.06MB/s 0:09:24
315,359,232 33% 1.06MB/s 0:09:25
316,538,880 34% 1.06MB/s 0:09:20
317,718,528 34% 1.08MB/s 0:09:13
319,029,248 34% 1.10MB/s 0:09:01
320,339,968 34% 1.12MB/s 0:08:51
321,650,688 34% 1.13MB/s 0:08:45
322,961,408 34% 1.14MB/s 0:08:36
324,272,128 34% 1.14MB/s 0:08:35
325,582,848 35% 1.15MB/s 0:08:32
326,893,568 35% 1.16MB/s 0:08:27
328,204,288 35% 1.15MB/s 0:08:28
329,515,008 35% 1.15MB/s 0:08:28
330,694,656 35% 1.13MB/s 0:08:37
331,874,304 35% 1.09MB/s 0:08:52
333,053,952 35% 1.08MB/s 0:08:59
334,364,672 36% 1.08MB/s 0:08:55
335,544,320 36% 1.10MB/s 0:08:48
336,723,968 36% 1.10MB/s 0:08:42
337,903,616 36% 1.09MB/s 0:08:47
339,083,264 36% 1.07MB/s 0:08:58
340,393,984 36% 1.07MB/s 0:08:55
341,704,704 36% 1.10MB/s 0:08:42
342,884,352 36% 1.12MB/s 0:08:32
344,195,072 37% 1.14MB/s 0:08:19
345,505,792 37% 1.16MB/s 0:08:11
346,816,512 37% 1.16MB/s 0:08:11
348,127,232 37% 1.17MB/s 0:08:05
349,306,880 37% 1.15MB/s 0:08:10
350,486,528 37% 1.13MB/s 0:08:18
351,666,176 37% 1.12MB/s 0:08:24
352,845,824 38% 1.11MB/s 0:08:27
354,025,472 38% 1.10MB/s 0:08:29
355,205,120 38% 1.09MB/s 0:08:31
356,384,768 38% 1.10MB/s 0:08:29
357,564,416 38% 1.10MB/s 0:08:28
358,744,064 38% 1.10MB/s 0:08:26
360,054,784 38% 1.11MB/s 0:08:18
361,365,504 38% 1.12MB/s 0:08:12
362,545,152 39% 1.12MB/s 0:08:11
363,855,872 39% 1.13MB/s 0:08:06
365,035,520 39% 1.13MB/s 0:08:08
366,346,240 39% 1.14MB/s 0:08:02
367,656,960 39% 1.14MB/s 0:07:59
368,967,680 39% 1.14MB/s 0:07:57
370,278,400 39% 1.15MB/s 0:07:54
371,458,048 40% 1.13MB/s 0:07:59
372,768,768 40% 1.14MB/s 0:07:56
374,079,488 40% 1.14MB/s 0:07:53
375,390,208 40% 1.15MB/s 0:07:50
376,700,928 40% 1.17MB/s 0:07:39
378,011,648 40% 1.19MB/s 0:07:31
379,322,368 40% 1.21MB/s 0:07:23
380,633,088 41% 1.22MB/s 0:07:16
381,943,808 41% 1.22MB/s 0:07:16
383,254,528 41% 1.22MB/s 0:07:14
384,565,248 41% 1.22MB/s 0:07:13
385,875,968 41% 1.22MB/s 0:07:14
387,186,688 41% 1.22MB/s 0:07:13
388,497,408 41% 1.22MB/s 0:07:12
389,808,128 41% 1.22MB/s 0:07:11
391,118,848 42% 1.22MB/s 0:07:08
392,429,568 42% 1.22MB/s 0:07:07
393,740,288 42% 1.22MB/s 0:07:06
395,051,008 42% 1.22MB/s 0:07:05
396,361,728 42% 1.23MB/s 0:07:03
397,672,448 42% 1.23MB/s 0:07:02
398,983,168 42% 1.23MB/s 0:07:01
400,293,888 43% 1.23MB/s 0:07:00
401,604,608 43% 1.22MB/s 0:07:00
402,915,328 43% 1.23MB/s 0:06:58
404,226,048 43% 1.23MB/s 0:06:56
405,536,768 43% 1.23MB/s 0:06:55
406,847,488 43% 1.23MB/s 0:06:54
408,158,208 43% 1.23MB/s 0:06:54
409,468,928 44% 1.23MB/s 0:06:52
410,779,648 44% 1.23MB/s 0:06:51
412,090,368 44% 1.23MB/s 0:06:50
413,401,088 44% 1.23MB/s 0:06:48
414,711,808 44% 1.23MB/s 0:06:48
416,022,528 44% 1.23MB/s 0:06:47
417,333,248 44% 1.22MB/s 0:06:47
418,643,968 45% 1.22MB/s 0:06:46
419,954,688 45% 1.22MB/s 0:06:45
421,265,408 45% 1.23MB/s 0:06:43
422,576,128 45% 1.23MB/s 0:06:42
423,886,848 45% 1.23MB/s 0:06:40
425,197,568 45% 1.23MB/s 0:06:39
426,508,288 45% 1.23MB/s 0:06:38
427,819,008 46% 1.23MB/s 0:06:37
429,129,728 46% 1.23MB/s 0:06:37
430,440,448 46% 1.23MB/s 0:06:35
431,751,168 46% 1.23MB/s 0:06:35
433,061,888 46% 1.22MB/s 0:06:34
434,372,608 46% 1.22MB/s 0:06:34
435,683,328 46% 1.22MB/s 0:06:34
436,994,048 47% 1.22MB/s 0:06:33
438,304,768 47% 1.22MB/s 0:06:31
439,615,488 47% 1.23MB/s 0:06:29
440,926,208 47% 1.23MB/s 0:06:27
442,236,928 47% 1.23MB/s 0:06:26
443,547,648 47% 1.22MB/s 0:06:28
444,858,368 47% 1.21MB/s 0:06:31
446,136,320 48% 1.18MB/s 0:06:37
447,447,040 48% 1.17MB/s 0:06:42
448,757,760 48% 1.16MB/s 0:06:43
450,068,480 48% 1.16MB/s 0:06:42
451,379,200 48% 1.16MB/s 0:06:39
452,689,920 48% 1.16MB/s 0:06:40
454,000,640 48% 1.16MB/s 0:06:37
455,311,360 49% 1.17MB/s 0:06:36
456,622,080 49% 1.16MB/s 0:06:35
457,932,800 49% 1.17MB/s 0:06:33
459,243,520 49% 1.16MB/s 0:06:35
460,423,168 49% 1.14MB/s 0:06:42
461,602,816 49% 1.12MB/s 0:06:45
462,913,536 49% 1.12MB/s 0:06:46
464,224,256 50% 1.12MB/s 0:06:44
465,403,904 50% 1.13MB/s 0:06:40
466,714,624 50% 1.13MB/s 0:06:37
467,894,272 50% 1.12MB/s 0:06:39
469,073,920 50% 1.12MB/s 0:06:41
470,384,640 50% 1.12MB/s 0:06:39
471,695,360 50% 1.13MB/s 0:06:35
473,006,080 50% 1.13MB/s 0:06:32
474,185,728 51% 1.13MB/s 0:06:30
475,496,448 51% 1.15MB/s 0:06:22
476,807,168 51% 1.17MB/s 0:06:16
478,117,888 51% 1.18MB/s 0:06:12
479,428,608 51% 1.18MB/s 0:06:10
480,739,328 51% 1.18MB/s 0:06:10
482,050,048 51% 1.18MB/s 0:06:09
483,229,696 52% 1.16MB/s 0:06:14
484,409,344 52% 1.15MB/s 0:06:15
485,588,992 52% 1.12MB/s 0:06:24
486,768,640 52% 1.09MB/s 0:06:34
487,948,288 52% 1.10MB/s 0:06:30
489,127,936 52% 1.10MB/s 0:06:28
490,307,584 52% 1.09MB/s 0:06:32
491,487,232 52% 1.07MB/s 0:06:38
492,666,880 53% 1.05MB/s 0:06:44
493,846,528 53% 1.04MB/s 0:06:49
495,026,176 53% 1.04MB/s 0:06:47
496,205,824 53% 1.06MB/s 0:06:36
497,385,472 53% 1.07MB/s 0:06:32
498,565,120 53% 1.07MB/s 0:06:31
499,744,768 53% 1.08MB/s 0:06:27
500,924,416 53% 1.08MB/s 0:06:28
502,104,064 54% 1.06MB/s 0:06:31
503,283,712 54% 1.06MB/s 0:06:30
504,463,360 54% 1.05MB/s 0:06:32
505,643,008 54% 1.05MB/s 0:06:34
506,822,656 54% 1.05MB/s 0:06:31
508,002,304 54% 1.06MB/s 0:06:26
509,181,952 54% 1.07MB/s 0:06:21
510,361,600 54% 1.07MB/s 0:06:22
511,541,248 55% 1.06MB/s 0:06:25
512,720,896 55% 1.06MB/s 0:06:23
513,900,544 55% 1.06MB/s 0:06:21
515,080,192 55% 1.06MB/s 0:06:19
516,259,840 55% 1.08MB/s 0:06:13
517,439,488 55% 1.07MB/s 0:06:14
518,619,136 55% 1.06MB/s 0:06:16
519,798,784 56% 1.06MB/s 0:06:17
520,978,432 56% 1.06MB/s 0:06:16
522,158,080 56% 1.07MB/s 0:06:10
523,337,728 56% 1.08MB/s 0:06:06
524,517,376 56% 1.08MB/s 0:06:04
525,697,024 56% 1.10MB/s 0:05:58
526,876,672 56% 1.08MB/s 0:06:02
528,056,320 56% 1.07MB/s 0:06:05
529,235,968 57% 1.07MB/s 0:06:04
530,415,616 57% 1.07MB/s 0:06:03
531,726,336 57% 1.09MB/s 0:05:55
533,037,056 57% 1.11MB/s 0:05:47
534,347,776 57% 1.14MB/s 0:05:38
535,658,496 57% 1.15MB/s 0:05:34
536,969,216 57% 1.15MB/s 0:05:33
538,279,936 57% 1.15MB/s 0:05:30
539,590,656 58% 1.14MB/s 0:05:31
540,901,376 58% 1.14MB/s 0:05:32
542,081,024 58% 1.12MB/s 0:05:35
543,260,672 58% 1.11MB/s 0:05:40
544,571,392 58% 1.12MB/s 0:05:34
545,882,112 58% 1.12MB/s 0:05:32
547,192,832 58% 1.14MB/s 0:05:27
548,372,480 59% 1.13MB/s 0:05:27
549,552,128 59% 1.09MB/s 0:05:39
550,731,776 59% 1.08MB/s 0:05:42
551,911,424 59% 1.07MB/s 0:05:43
553,222,144 59% 1.09MB/s 0:05:36
554,401,792 59% 1.11MB/s 0:05:28
555,450,368 59% 1.09MB/s 0:05:35
556,630,016 59% 1.08MB/s 0:05:37
557,940,736 60% 1.08MB/s 0:05:34
559,251,456 60% 1.09MB/s 0:05:31
560,431,104 60% 1.12MB/s 0:05:20
561,610,752 60% 1.12MB/s 0:05:20
562,790,400 60% 1.11MB/s 0:05:21
563,970,048 60% 1.10MB/s 0:05:22
565,280,768 60% 1.11MB/s 0:05:18
566,460,416 61% 1.12MB/s 0:05:14
567,640,064 61% 1.11MB/s 0:05:16
568,819,712 61% 1.10MB/s 0:05:18
569,999,360 61% 1.09MB/s 0:05:20
571,310,080 61% 1.10MB/s 0:05:15
572,489,728 61% 1.11MB/s 0:05:14
573,669,376 61% 1.12MB/s 0:05:10
574,849,024 61% 1.12MB/s 0:05:07
576,159,744 62% 1.13MB/s 0:05:04
577,339,392 62% 1.13MB/s 0:05:02
578,519,040 62% 1.13MB/s 0:05:02
579,829,760 62% 1.13MB/s 0:05:00
580,976,640 62% 1.11MB/s 0:05:05
582,254,592 62% 1.14MB/s 0:04:56
583,467,008 62% 1.13MB/s 0:04:56
584,646,656 62% 1.13MB/s 0:04:57
585,957,376 63% 1.16MB/s 0:04:49
587,268,096 63% 1.16MB/s 0:04:47
588,578,816 63% 1.19MB/s 0:04:37
589,889,536 63% 1.22MB/s 0:04:30
591,200,256 63% 1.22MB/s 0:04:28
592,510,976 63% 1.23MB/s 0:04:27
593,821,696 63% 1.23MB/s 0:04:25
595,132,416 64% 1.23MB/s 0:04:25
596,443,136 64% 1.23MB/s 0:04:23
597,753,856 64% 1.23MB/s 0:04:23
599,064,576 64% 1.23MB/s 0:04:22
600,375,296 64% 1.23MB/s 0:04:20
601,686,016 64% 1.22MB/s 0:04:21
602,996,736 64% 1.22MB/s 0:04:20
604,307,456 65% 1.21MB/s 0:04:20
605,618,176 65% 1.21MB/s 0:04:19
606,928,896 65% 1.22MB/s 0:04:16
608,239,616 65% 1.22MB/s 0:04:16
609,550,336 65% 1.22MB/s 0:04:14
610,861,056 65% 1.22MB/s 0:04:13
612,171,776 65% 1.22MB/s 0:04:12
613,482,496 66% 1.22MB/s 0:04:11
614,793,216 66% 1.21MB/s 0:04:13
615,841,792 66% 1.15MB/s 0:04:25
617,152,512 66% 1.13MB/s 0:04:28
618,463,232 66% 1.14MB/s 0:04:25
619,773,952 66% 1.15MB/s 0:04:22
621,084,672 66% 1.20MB/s 0:04:09
622,395,392 67% 1.22MB/s 0:04:04
623,706,112 67% 1.22MB/s 0:04:04
625,016,832 67% 1.21MB/s 0:04:05
626,327,552 67% 1.21MB/s 0:04:03
627,638,272 67% 1.21MB/s 0:04:02
628,948,992 67% 1.21MB/s 0:04:01
630,259,712 67% 1.22MB/s 0:03:58
631,570,432 68% 1.22MB/s 0:03:57
632,881,152 68% 1.22MB/s 0:03:56
634,191,872 68% 1.22MB/s 0:03:55
635,502,592 68% 1.22MB/s 0:03:53
636,813,312 68% 1.22MB/s 0:03:52
638,124,032 68% 1.22MB/s 0:03:51
639,434,752 68% 1.23MB/s 0:03:49
640,745,472 69% 1.23MB/s 0:03:48
642,056,192 69% 1.23MB/s 0:03:47
643,366,912 69% 1.22MB/s 0:03:47
644,677,632 69% 1.23MB/s 0:03:45
645,988,352 69% 1.23MB/s 0:03:44
647,299,072 69% 1.22MB/s 0:03:44
648,609,792 69% 1.23MB/s 0:03:42
649,920,512 70% 1.23MB/s 0:03:41
651,231,232 70% 1.23MB/s 0:03:40
652,541,952 70% 1.23MB/s 0:03:38
653,852,672 70% 1.23MB/s 0:03:38
655,163,392 70% 1.23MB/s 0:03:37
656,474,112 70% 1.23MB/s 0:03:36
657,784,832 70% 1.23MB/s 0:03:35
659,095,552 71% 1.23MB/s 0:03:33
660,406,272 71% 1.22MB/s 0:03:34
661,716,992 71% 1.20MB/s 0:03:37
662,896,640 71% 1.17MB/s 0:03:41
664,076,288 71% 1.14MB/s 0:03:46
665,255,936 71% 1.10MB/s 0:03:52
666,435,584 71% 1.08MB/s 0:03:56
667,615,232 71% 1.08MB/s 0:03:55
668,794,880 72% 1.08MB/s 0:03:55
669,974,528 72% 1.08MB/s 0:03:53
671,154,176 72% 1.09MB/s 0:03:50
672,464,896 72% 1.10MB/s 0:03:47
673,775,616 72% 1.11MB/s 0:03:44
674,955,264 72% 1.12MB/s 0:03:41
676,134,912 72% 1.12MB/s 0:03:40
677,314,560 72% 1.11MB/s 0:03:41
678,494,208 73% 1.10MB/s 0:03:41
679,804,928 73% 1.11MB/s 0:03:38
680,984,576 73% 1.11MB/s 0:03:36
682,033,152 73% 1.09MB/s 0:03:41
683,212,800 73% 1.07MB/s 0:03:42
684,392,448 73% 1.05MB/s 0:03:47
685,572,096 73% 1.05MB/s 0:03:45
686,882,816 74% 1.09MB/s 0:03:36
688,193,536 74% 1.11MB/s 0:03:31
689,373,184 74% 1.11MB/s 0:03:29
690,552,832 74% 1.12MB/s 0:03:28
691,732,480 74% 1.11MB/s 0:03:28
693,043,200 74% 1.12MB/s 0:03:25
694,353,920 74% 1.16MB/s 0:03:16
695,533,568 74% 1.14MB/s 0:03:18
696,844,288 75% 1.16MB/s 0:03:14
698,155,008 75% 1.16MB/s 0:03:13
699,334,656 75% 1.14MB/s 0:03:16
700,514,304 75% 1.14MB/s 0:03:14
701,693,952 75% 1.11MB/s 0:03:18
702,873,600 75% 1.08MB/s 0:03:23
704,053,248 75% 1.07MB/s 0:03:23
705,232,896 75% 1.08MB/s 0:03:22
706,412,544 76% 1.08MB/s 0:03:21
707,592,192 76% 1.07MB/s 0:03:20
708,771,840 76% 1.07MB/s 0:03:19
709,951,488 76% 1.07MB/s 0:03:19
711,131,136 76% 1.08MB/s 0:03:16
712,310,784 76% 1.07MB/s 0:03:16
713,490,432 76% 1.07MB/s 0:03:16
714,637,312 76% 1.06MB/s 0:03:17
715,816,960 77% 1.04MB/s 0:03:18
716,996,608 77% 1.05MB/s 0:03:15
718,176,256 77% 1.06MB/s 0:03:13
719,355,904 77% 1.07MB/s 0:03:11
720,535,552 77% 1.06MB/s 0:03:11
721,715,200 77% 1.05MB/s 0:03:11
722,894,848 77% 1.04MB/s 0:03:12
724,074,496 78% 1.05MB/s 0:03:09
725,254,144 78% 1.06MB/s 0:03:06
726,433,792 78% 1.06MB/s 0:03:05
727,613,440 78% 1.08MB/s 0:03:02
728,793,088 78% 1.06MB/s 0:03:03
729,972,736 78% 1.06MB/s 0:03:03
731,152,384 78% 1.06MB/s 0:03:02
732,332,032 78% 1.05MB/s 0:03:01
733,511,680 79% 1.05MB/s 0:03:01
734,691,328 79% 1.05MB/s 0:03:00
735,870,976 79% 1.05MB/s 0:02:58
737,050,624 79% 1.06MB/s 0:02:56
738,230,272 79% 1.07MB/s 0:02:53
739,409,920 79% 1.07MB/s 0:02:52
740,589,568 79% 1.07MB/s 0:02:51
741,769,216 79% 1.07MB/s 0:02:49
742,948,864 80% 1.07MB/s 0:02:49
744,128,512 80% 1.08MB/s 0:02:47
745,308,160 80% 1.09MB/s 0:02:44
746,487,808 80% 1.09MB/s 0:02:42
747,667,456 80% 1.11MB/s 0:02:39
748,847,104 80% 1.11MB/s 0:02:37
750,026,752 80% 1.11MB/s 0:02:36
751,206,400 80% 1.11MB/s 0:02:35
752,517,120 81% 1.12MB/s 0:02:33
753,696,768 81% 1.12MB/s 0:02:32
755,007,488 81% 1.12MB/s 0:02:30
756,187,136 81% 1.13MB/s 0:02:29
757,497,856 81% 1.12MB/s 0:02:28
758,677,504 81% 1.13MB/s 0:02:26
759,857,152 81% 1.10MB/s 0:02:29
761,036,800 81% 1.10MB/s 0:02:28
762,347,520 82% 1.10MB/s 0:02:26
763,658,240 82% 1.11MB/s 0:02:24
764,837,888 82% 1.13MB/s 0:02:21
766,017,536 82% 1.12MB/s 0:02:21
767,197,184 82% 1.09MB/s 0:02:23
768,507,904 82% 1.09MB/s 0:02:23
769,818,624 82% 1.10MB/s 0:02:20
771,129,344 83% 1.13MB/s 0:02:15
772,440,064 83% 1.16MB/s 0:02:11
773,750,784 83% 1.17MB/s 0:02:09
775,061,504 83% 1.18MB/s 0:02:07
776,372,224 83% 1.17MB/s 0:02:06
777,682,944 83% 1.17MB/s 0:02:05
778,993,664 83% 1.15MB/s 0:02:06
780,173,312 84% 1.14MB/s 0:02:06
781,352,960 84% 1.13MB/s 0:02:07
782,663,680 84% 1.12MB/s 0:02:06
783,974,400 84% 1.13MB/s 0:02:04
785,252,352 84% 1.15MB/s 0:02:01
786,333,696 84% 1.12MB/s 0:02:04
787,513,344 84% 1.10MB/s 0:02:05
788,692,992 84% 1.08MB/s 0:02:05
790,003,712 85% 1.07MB/s 0:02:05
791,314,432 85% 1.12MB/s 0:01:59
792,625,152 85% 1.13MB/s 0:01:56
793,935,872 85% 1.15MB/s 0:01:53
795,246,592 85% 1.14MB/s 0:01:53
796,557,312 85% 1.14MB/s 0:01:52
797,868,032 85% 1.14MB/s 0:01:51
799,047,680 86% 1.13MB/s 0:01:51
800,358,400 86% 1.14MB/s 0:01:49
801,669,120 86% 1.14MB/s 0:01:48
802,979,840 86% 1.14MB/s 0:01:47
804,159,488 86% 1.14MB/s 0:01:46
805,470,208 86% 1.15MB/s 0:01:44
806,780,928 86% 1.17MB/s 0:01:41
808,091,648 87% 1.19MB/s 0:01:38
809,402,368 87% 1.22MB/s 0:01:35
810,713,088 87% 1.23MB/s 0:01:33
812,023,808 87% 1.23MB/s 0:01:32
813,334,528 87% 1.23MB/s 0:01:31
814,645,248 87% 1.22MB/s 0:01:30
815,955,968 87% 1.22MB/s 0:01:30
817,266,688 88% 1.21MB/s 0:01:29
818,577,408 88% 1.21MB/s 0:01:28
819,888,128 88% 1.21MB/s 0:01:27
821,198,848 88% 1.22MB/s 0:01:25
822,509,568 88% 1.23MB/s 0:01:24
823,820,288 88% 1.23MB/s 0:01:23
825,131,008 88% 1.23MB/s 0:01:21
826,441,728 89% 1.22MB/s 0:01:21
827,752,448 89% 1.22MB/s 0:01:20
829,063,168 89% 1.22MB/s 0:01:19
830,373,888 89% 1.22MB/s 0:01:18
831,684,608 89% 1.22MB/s 0:01:16
832,995,328 89% 1.22MB/s 0:01:15
834,306,048 89% 1.23MB/s 0:01:14
835,616,768 90% 1.23MB/s 0:01:13
836,927,488 90% 1.23MB/s 0:01:12
838,238,208 90% 1.22MB/s 0:01:11
839,548,928 90% 1.23MB/s 0:01:10
840,859,648 90% 1.23MB/s 0:01:09
842,170,368 90% 1.23MB/s 0:01:08
843,481,088 90% 1.23MB/s 0:01:07
844,791,808 91% 1.22MB/s 0:01:06
846,102,528 91% 1.23MB/s 0:01:05
847,413,248 91% 1.23MB/s 0:01:04
848,691,200 91% 1.22MB/s 0:01:03
850,001,920 91% 1.22MB/s 0:01:02
851,312,640 91% 1.22MB/s 0:01:01
852,623,360 91% 1.22MB/s 0:01:00
853,934,080 91% 1.22MB/s 0:00:59
855,244,800 92% 1.22MB/s 0:00:58
856,555,520 92% 1.23MB/s 0:00:57
857,866,240 92% 1.23MB/s 0:00:56
859,176,960 92% 1.23MB/s 0:00:54
860,487,680 92% 1.22MB/s 0:00:54
861,798,400 92% 1.22MB/s 0:00:52
863,109,120 92% 1.22MB/s 0:00:52
864,419,840 93% 1.22MB/s 0:00:51
865,730,560 93% 1.22MB/s 0:00:49
867,041,280 93% 1.22MB/s 0:00:48
868,352,000 93% 1.22MB/s 0:00:47
869,662,720 93% 1.22MB/s 0:00:46
870,973,440 93% 1.22MB/s 0:00:45
872,284,160 93% 1.22MB/s 0:00:44
873,594,880 94% 1.21MB/s 0:00:44
874,905,600 94% 1.19MB/s 0:00:43
876,216,320 94% 1.18MB/s 0:00:43
877,527,040 94% 1.16MB/s 0:00:42
878,837,760 94% 1.16MB/s 0:00:41
880,148,480 94% 1.16MB/s 0:00:40
881,459,200 94% 1.16MB/s 0:00:39
882,769,920 95% 1.16MB/s 0:00:38
884,080,640 95% 1.16MB/s 0:00:37
885,391,360 95% 1.16MB/s 0:00:36
886,702,080 95% 1.16MB/s 0:00:35
888,012,800 95% 1.15MB/s 0:00:34
889,192,448 95% 1.14MB/s 0:00:33
890,372,096 95% 1.13MB/s 0:00:32
891,682,816 96% 1.12MB/s 0:00:31
892,993,536 96% 1.12MB/s 0:00:30
894,304,256 96% 1.13MB/s 0:00:29
895,614,976 96% 1.15MB/s 0:00:27
896,925,696 96% 1.18MB/s 0:00:25
898,236,416 96% 1.18MB/s 0:00:24
899,416,064 96% 1.17MB/s 0:00:23
900,595,712 97% 1.15MB/s 0:00:23
901,775,360 97% 1.12MB/s 0:00:23
903,086,080 97% 1.13MB/s 0:00:21
904,396,800 97% 1.14MB/s 0:00:20
905,674,752 97% 1.17MB/s 0:00:18
906,756,096 97% 1.15MB/s 0:00:18
907,935,744 97% 1.12MB/s 0:00:17
909,246,464 97% 1.12MB/s 0:00:16
910,557,184 98% 1.10MB/s 0:00:15
911,867,904 98% 1.14MB/s 0:00:13
913,178,624 98% 1.17MB/s 0:00:12
914,358,272 98% 1.15MB/s 0:00:11
915,537,920 98% 1.13MB/s 0:00:10
916,717,568 98% 1.10MB/s 0:00:10
917,897,216 98% 1.07MB/s 0:00:09
919,076,864 99% 1.08MB/s 0:00:08
920,256,512 99% 1.08MB/s 0:00:07
921,436,160 99% 1.08MB/s 0:00:06
922,615,808 99% 1.08MB/s 0:00:05
923,795,456 99% 1.07MB/s 0:00:03
924,975,104 99% 1.07MB/s 0:00:02
926,154,752 99% 1.09MB/s 0:00:01
927,334,400 99% 1.10MB/s 0:00:00
928,195,856 100% 1.14MB/s 0:12:54 (xfr#3, to-chk=3/7)
images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz.sha256
136 100% 0.20kB/s 0:00:00
136 100% 0.20kB/s 0:00:00 (xfr#4, to-chk=2/7)
images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz
32,768 0% 47.76kB/s 7:51:26
327,680 0% 316.52kB/s 1:11:07
1,507,328 0% 715.95kB/s 0:31:24
2,686,976 0% 849.19kB/s 0:26:27
3,866,624 0% 911.64kB/s 0:24:37
5,046,272 0% 1.07MB/s 0:20:24
6,225,920 0% 1.07MB/s 0:20:25
7,405,568 0% 1.07MB/s 0:20:30
8,585,216 0% 1.07MB/s 0:20:30
9,764,864 0% 1.08MB/s 0:20:16
10,944,512 0% 1.08MB/s 0:20:11
12,124,160 0% 1.09MB/s 0:19:57
13,303,808 0% 1.09MB/s 0:19:56
14,483,456 1% 1.09MB/s 0:20:02
15,630,336 1% 1.07MB/s 0:20:16
16,809,984 1% 1.06MB/s 0:20:32
17,989,632 1% 1.07MB/s 0:20:19
19,169,280 1% 1.06MB/s 0:20:27
20,348,928 1% 1.07MB/s 0:20:11
21,528,576 1% 1.09MB/s 0:19:53
22,708,224 1% 1.08MB/s 0:20:00
23,887,872 1% 1.09MB/s 0:19:49
25,067,520 1% 1.09MB/s 0:19:48
26,247,168 1% 1.08MB/s 0:19:57
27,426,816 2% 1.09MB/s 0:19:50
28,606,464 2% 1.09MB/s 0:19:42
29,786,112 2% 1.10MB/s 0:19:31
30,965,760 2% 1.11MB/s 0:19:24
32,145,408 2% 1.11MB/s 0:19:18
33,325,056 2% 1.11MB/s 0:19:16
34,504,704 2% 1.10MB/s 0:19:26
35,684,352 2% 1.10MB/s 0:19:31
36,995,072 2% 1.10MB/s 0:19:23
38,305,792 2% 1.11MB/s 0:19:19
39,616,512 2% 1.13MB/s 0:18:57
40,927,232 3% 1.14MB/s 0:18:39
42,237,952 3% 1.14MB/s 0:18:38
43,548,672 3% 1.15MB/s 0:18:29
44,859,392 3% 1.15MB/s 0:18:33
46,170,112 3% 1.15MB/s 0:18:28
47,480,832 3% 1.15MB/s 0:18:29
48,660,480 3% 1.13MB/s 0:18:41
49,840,128 3% 1.11MB/s 0:19:04
51,019,776 3% 1.09MB/s 0:19:28
52,330,496 3% 1.09MB/s 0:19:25
53,510,144 3% 1.08MB/s 0:19:30
54,689,792 4% 1.07MB/s 0:19:39
55,869,440 4% 1.08MB/s 0:19:33
57,049,088 4% 1.07MB/s 0:19:40
58,359,808 4% 1.08MB/s 0:19:23
59,670,528 4% 1.13MB/s 0:18:40
60,981,248 4% 1.14MB/s 0:18:28
62,291,968 4% 1.14MB/s 0:18:24
63,602,688 4% 1.14MB/s 0:18:20
64,913,408 4% 1.13MB/s 0:18:29
66,093,056 4% 1.12MB/s 0:18:38
67,272,704 4% 1.12MB/s 0:18:43
68,452,352 5% 1.09MB/s 0:19:08
69,763,072 5% 1.09MB/s 0:19:10
71,073,792 5% 1.10MB/s 0:18:56
72,384,512 5% 1.13MB/s 0:18:25
73,695,232 5% 1.15MB/s 0:18:04
74,907,648 5% 1.16MB/s 0:17:53
76,054,528 5% 1.14MB/s 0:18:16
77,234,176 5% 1.11MB/s 0:18:43
78,544,896 5% 1.11MB/s 0:18:39
79,855,616 5% 1.11MB/s 0:18:39
81,166,336 6% 1.14MB/s 0:18:11
82,477,056 6% 1.15MB/s 0:18:00
83,656,704 6% 1.14MB/s 0:18:05
84,967,424 6% 1.14MB/s 0:18:01
86,147,072 6% 1.14MB/s 0:18:05
87,326,720 6% 1.13MB/s 0:18:11
88,637,440 6% 1.14MB/s 0:18:00
89,948,160 6% 1.14MB/s 0:18:03
91,258,880 6% 1.14MB/s 0:17:59
92,438,528 6% 1.14MB/s 0:17:59
93,749,248 6% 1.14MB/s 0:17:58
95,059,968 7% 1.16MB/s 0:17:38
96,370,688 7% 1.18MB/s 0:17:18
97,681,408 7% 1.21MB/s 0:16:54
98,992,128 7% 1.23MB/s 0:16:36
100,302,848 7% 1.23MB/s 0:16:36
101,613,568 7% 1.23MB/s 0:16:34
102,924,288 7% 1.23MB/s 0:16:33
104,235,008 7% 1.22MB/s 0:16:38
105,545,728 7% 1.22MB/s 0:16:37
106,856,448 7% 1.22MB/s 0:16:35
108,167,168 8% 1.22MB/s 0:16:35
109,477,888 8% 1.23MB/s 0:16:27
110,788,608 8% 1.23MB/s 0:16:26
112,099,328 8% 1.23MB/s 0:16:26
113,410,048 8% 1.23MB/s 0:16:24
114,720,768 8% 1.23MB/s 0:16:22
116,031,488 8% 1.23MB/s 0:16:22
117,342,208 8% 1.23MB/s 0:16:22
118,652,928 8% 1.22MB/s 0:16:24
119,963,648 8% 1.23MB/s 0:16:20
121,274,368 8% 1.23MB/s 0:16:18
122,585,088 9% 1.22MB/s 0:16:19
123,895,808 9% 1.23MB/s 0:16:13
125,206,528 9% 1.23MB/s 0:16:16
126,517,248 9% 1.23MB/s 0:16:15
127,827,968 9% 1.23MB/s 0:16:11
129,138,688 9% 1.23MB/s 0:16:11
130,449,408 9% 1.23MB/s 0:16:10
131,760,128 9% 1.23MB/s 0:16:10
133,070,848 9% 1.23MB/s 0:16:09
134,381,568 9% 1.23MB/s 0:16:08
135,692,288 10% 1.23MB/s 0:16:07
137,003,008 10% 1.23MB/s 0:16:05
138,313,728 10% 1.23MB/s 0:16:04
139,624,448 10% 1.23MB/s 0:16:03
140,935,168 10% 1.23MB/s 0:16:02
142,245,888 10% 1.23MB/s 0:16:01
143,556,608 10% 1.23MB/s 0:16:00
144,867,328 10% 1.23MB/s 0:15:59
146,178,048 10% 1.23MB/s 0:15:59
147,488,768 10% 1.22MB/s 0:15:59
148,799,488 11% 1.22MB/s 0:15:59
150,077,440 11% 1.22MB/s 0:16:04
151,388,160 11% 1.22MB/s 0:16:03
152,698,880 11% 1.22MB/s 0:16:01
154,009,600 11% 1.22MB/s 0:15:59
155,320,320 11% 1.23MB/s 0:15:52
156,631,040 11% 1.23MB/s 0:15:49
157,941,760 11% 1.23MB/s 0:15:49
159,252,480 11% 1.23MB/s 0:15:48
160,563,200 11% 1.23MB/s 0:15:46
161,873,920 11% 1.23MB/s 0:15:45
163,184,640 12% 1.23MB/s 0:15:43
164,495,360 12% 1.21MB/s 0:15:54
165,806,080 12% 1.20MB/s 0:16:04
167,116,800 12% 1.18MB/s 0:16:17
168,427,520 12% 1.17MB/s 0:16:28
169,738,240 12% 1.17MB/s 0:16:28
171,048,960 12% 1.17MB/s 0:16:27
172,359,680 12% 1.17MB/s 0:16:26
173,670,400 12% 1.17MB/s 0:16:26
174,981,120 12% 1.16MB/s 0:16:26
176,291,840 13% 1.16MB/s 0:16:25
177,602,560 13% 1.16MB/s 0:16:26
178,913,280 13% 1.16MB/s 0:16:26
180,224,000 13% 1.15MB/s 0:16:31
181,403,648 13% 1.14MB/s 0:16:41
182,583,296 13% 1.13MB/s 0:16:48
183,894,016 13% 1.13MB/s 0:16:48
185,204,736 13% 1.14MB/s 0:16:43
186,384,384 13% 1.13MB/s 0:16:43
187,564,032 13% 1.12MB/s 0:16:56
188,743,680 13% 1.10MB/s 0:17:14
189,923,328 14% 1.08MB/s 0:17:32
191,234,048 14% 1.08MB/s 0:17:24
192,544,768 14% 1.11MB/s 0:16:58
193,724,416 14% 1.12MB/s 0:16:45
195,035,136 14% 1.14MB/s 0:16:33
196,214,784 14% 1.14MB/s 0:16:33
197,394,432 14% 1.12MB/s 0:16:45
198,705,152 14% 1.14MB/s 0:16:26
200,015,872 14% 1.16MB/s 0:16:12
201,195,520 14% 1.14MB/s 0:16:22
202,506,240 14% 1.16MB/s 0:16:05
203,816,960 15% 1.16MB/s 0:16:04
204,996,608 15% 1.14MB/s 0:16:17
206,176,256 15% 1.15MB/s 0:16:13
207,355,904 15% 1.13MB/s 0:16:29
208,535,552 15% 1.11MB/s 0:16:47
209,715,200 15% 1.11MB/s 0:16:48
210,894,848 15% 1.10MB/s 0:16:47
212,074,496 15% 1.09MB/s 0:17:00
213,254,144 15% 1.09MB/s 0:17:02
214,433,792 15% 1.08MB/s 0:17:06
215,613,440 15% 1.08MB/s 0:17:10
216,793,088 16% 1.09MB/s 0:16:53
217,972,736 16% 1.09MB/s 0:16:58
219,152,384 16% 1.09MB/s 0:16:57
220,463,104 16% 1.13MB/s 0:16:20
221,642,752 16% 1.13MB/s 0:16:19
222,822,400 16% 1.13MB/s 0:16:18
224,002,048 16% 1.13MB/s 0:16:16
225,181,696 16% 1.10MB/s 0:16:43
226,361,344 16% 1.09MB/s 0:16:43
227,540,992 16% 1.11MB/s 0:16:32
228,720,640 16% 1.11MB/s 0:16:29
229,900,288 17% 1.11MB/s 0:16:24
231,079,936 17% 1.11MB/s 0:16:21
232,259,584 17% 1.11MB/s 0:16:22
233,439,232 17% 1.10MB/s 0:16:33
234,618,880 17% 1.09MB/s 0:16:41
235,798,528 17% 1.09MB/s 0:16:42
236,978,176 17% 1.09MB/s 0:16:38
238,157,824 17% 1.11MB/s 0:16:21
239,337,472 17% 1.11MB/s 0:16:14
240,517,120 17% 1.11MB/s 0:16:13
241,696,768 17% 1.11MB/s 0:16:19
242,876,416 17% 1.10MB/s 0:16:24
244,056,064 18% 1.09MB/s 0:16:30
245,235,712 18% 1.08MB/s 0:16:35
246,415,360 18% 1.09MB/s 0:16:31
247,595,008 18% 1.10MB/s 0:16:23
248,774,656 18% 1.10MB/s 0:16:22
249,954,304 18% 1.10MB/s 0:16:20
251,133,952 18% 1.09MB/s 0:16:23
252,444,672 18% 1.09MB/s 0:16:23
253,624,320 18% 1.10MB/s 0:16:15
254,803,968 18% 1.11MB/s 0:16:06
255,983,616 18% 1.10MB/s 0:16:10
257,163,264 19% 1.09MB/s 0:16:20
258,342,912 19% 1.09MB/s 0:16:17
259,653,632 19% 1.09MB/s 0:16:15
260,833,280 19% 1.10MB/s 0:16:07
262,144,000 19% 1.12MB/s 0:15:48
263,323,648 19% 1.12MB/s 0:15:45
264,634,368 19% 1.12MB/s 0:15:44
265,945,088 19% 1.14MB/s 0:15:32
267,124,736 19% 1.13MB/s 0:15:36
268,304,384 19% 1.13MB/s 0:15:35
269,484,032 19% 1.13MB/s 0:15:38
270,663,680 20% 1.10MB/s 0:16:01
271,843,328 20% 1.08MB/s 0:16:14
273,154,048 20% 1.09MB/s 0:16:07
274,464,768 20% 1.09MB/s 0:16:03
275,644,416 20% 1.09MB/s 0:15:59
276,824,064 20% 1.09MB/s 0:16:00
278,003,712 20% 1.08MB/s 0:16:07
279,314,432 20% 1.09MB/s 0:16:02
280,625,152 20% 1.11MB/s 0:15:44
281,804,800 20% 1.13MB/s 0:15:27
283,017,216 20% 1.14MB/s 0:15:17
284,262,400 21% 1.13MB/s 0:15:25
285,573,120 21% 1.13MB/s 0:15:21
286,752,768 21% 1.13MB/s 0:15:23
287,932,416 21% 1.11MB/s 0:15:32
289,112,064 21% 1.10MB/s 0:15:39
290,422,784 21% 1.10MB/s 0:15:43
291,602,432 21% 1.09MB/s 0:15:50
292,782,080 21% 1.08MB/s 0:15:54
293,961,728 21% 1.10MB/s 0:15:42
295,010,304 21% 1.06MB/s 0:16:08
296,189,952 21% 1.07MB/s 0:16:00
297,369,600 22% 1.08MB/s 0:15:50
298,549,248 22% 1.07MB/s 0:15:57
299,859,968 22% 1.10MB/s 0:15:30
301,170,688 22% 1.11MB/s 0:15:24
302,350,336 22% 1.11MB/s 0:15:23
303,661,056 22% 1.13MB/s 0:15:08
304,840,704 22% 1.13MB/s 0:15:05
306,151,424 22% 1.13MB/s 0:15:00
307,331,072 22% 1.13MB/s 0:14:59
308,641,792 22% 1.13MB/s 0:14:57
309,821,440 22% 1.12MB/s 0:15:11
311,001,088 23% 1.09MB/s 0:15:33
312,311,808 23% 1.11MB/s 0:15:11
313,622,528 23% 1.13MB/s 0:14:53
314,933,248 23% 1.18MB/s 0:14:19
316,243,968 23% 1.23MB/s 0:13:42
317,554,688 23% 1.23MB/s 0:13:42
318,865,408 23% 1.13MB/s 0:14:48
319,913,984 23% 1.05MB/s 0:16:00
321,224,704 23% 1.04MB/s 0:16:06
322,535,424 23% 1.04MB/s 0:16:06
323,846,144 23% 1.12MB/s 0:14:56
325,156,864 24% 1.21MB/s 0:13:47
326,467,584 24% 1.22MB/s 0:13:40
327,778,304 24% 1.22MB/s 0:13:38
329,089,024 24% 1.22MB/s 0:13:34
330,399,744 24% 1.23MB/s 0:13:32
331,710,464 24% 1.23MB/s 0:13:30
333,021,184 24% 1.23MB/s 0:13:30
334,331,904 24% 1.23MB/s 0:13:28
335,642,624 24% 1.22MB/s 0:13:29
336,953,344 24% 1.22MB/s 0:13:28
338,264,064 25% 1.23MB/s 0:13:26
339,574,784 25% 1.22MB/s 0:13:27
340,885,504 25% 1.22MB/s 0:13:25
342,196,224 25% 1.23MB/s 0:13:23
343,506,944 25% 1.22MB/s 0:13:23
344,817,664 25% 1.22MB/s 0:13:24
346,128,384 25% 1.22MB/s 0:13:26
347,439,104 25% 1.21MB/s 0:13:27
348,749,824 25% 1.21MB/s 0:13:27
350,060,544 25% 1.21MB/s 0:13:24
351,371,264 26% 1.22MB/s 0:13:22
352,681,984 26% 1.22MB/s 0:13:19
353,992,704 26% 1.22MB/s 0:13:17
355,303,424 26% 1.22MB/s 0:13:14
356,614,144 26% 1.22MB/s 0:13:14
357,924,864 26% 1.22MB/s 0:13:13
359,235,584 26% 1.22MB/s 0:13:11
360,546,304 26% 1.22MB/s 0:13:10
361,857,024 26% 1.22MB/s 0:13:10
363,167,744 26% 1.22MB/s 0:13:13
364,478,464 26% 1.22MB/s 0:13:11
365,789,184 27% 1.22MB/s 0:13:11
367,099,904 27% 1.22MB/s 0:13:07
368,410,624 27% 1.22MB/s 0:13:03
369,721,344 27% 1.22MB/s 0:13:03
371,032,064 27% 1.22MB/s 0:13:01
372,342,784 27% 1.22MB/s 0:13:01
373,653,504 27% 1.22MB/s 0:13:00
374,964,224 27% 1.22MB/s 0:12:58
376,274,944 27% 1.23MB/s 0:12:56
377,585,664 27% 1.22MB/s 0:13:02
378,896,384 28% 1.20MB/s 0:13:12
380,207,104 28% 1.18MB/s 0:13:22
381,517,824 28% 1.16MB/s 0:13:34
382,828,544 28% 1.16MB/s 0:13:38
384,139,264 28% 1.16MB/s 0:13:36
385,449,984 28% 1.15MB/s 0:13:39
386,760,704 28% 1.16MB/s 0:13:35
388,071,424 28% 1.16MB/s 0:13:31
389,382,144 28% 1.16MB/s 0:13:29
390,692,864 28% 1.16MB/s 0:13:25
392,003,584 29% 1.16MB/s 0:13:27
393,314,304 29% 1.16MB/s 0:13:28
394,493,952 29% 1.14MB/s 0:13:37
395,673,600 29% 1.13MB/s 0:13:42
396,984,320 29% 1.13MB/s 0:13:41
398,295,040 29% 1.14MB/s 0:13:38
399,474,688 29% 1.13MB/s 0:13:42
400,654,336 29% 1.13MB/s 0:13:44
401,833,984 29% 1.11MB/s 0:13:53
403,013,632 29% 1.10MB/s 0:14:04
404,324,352 29% 1.11MB/s 0:13:54
405,635,072 30% 1.12MB/s 0:13:46
406,814,720 30% 1.10MB/s 0:14:00
407,994,368 30% 1.09MB/s 0:14:02
409,305,088 30% 1.10MB/s 0:13:59
410,615,808 30% 1.10MB/s 0:13:56
411,926,528 30% 1.15MB/s 0:13:17
413,237,248 30% 1.18MB/s 0:12:54
414,416,896 30% 1.18MB/s 0:12:56
415,596,544 30% 1.14MB/s 0:13:20
416,645,120 30% 1.09MB/s 0:14:00
417,792,000 30% 1.03MB/s 0:14:43
418,840,576 31% 1.00MB/s 0:15:07
420,020,224 31% 1.00MB/s 0:15:08
421,068,800 31% 1.00MB/s 0:15:06
422,248,448 31% 1.00MB/s 0:15:06
423,428,096 31% 1.01MB/s 0:14:59
424,476,672 31% 1023.28kB/s 0:15:05
425,656,320 31% 1.02MB/s 0:14:42
426,835,968 31% 1.05MB/s 0:14:21
428,015,616 31% 1.05MB/s 0:14:17
429,195,264 31% 1.08MB/s 0:13:53
430,374,912 31% 1.07MB/s 0:14:01
431,554,560 31% 1.05MB/s 0:14:12
432,734,208 32% 1.06MB/s 0:14:05
433,913,856 32% 1.04MB/s 0:14:18
435,093,504 32% 1.04MB/s 0:14:21
436,273,152 32% 1.03MB/s 0:14:23
437,452,800 32% 1.02MB/s 0:14:31
438,501,376 32% 1.02MB/s 0:14:35
439,418,880 32% 979.59kB/s 0:15:30
440,467,456 32% 973.38kB/s 0:15:35
441,647,104 32% 991.05kB/s 0:15:17
442,826,752 32% 997.87kB/s 0:15:10
443,875,328 32% 1.02MB/s 0:14:29
445,054,976 32% 1.02MB/s 0:14:25
446,234,624 33% 1.01MB/s 0:14:30
447,414,272 33% 1.03MB/s 0:14:12
448,593,920 33% 1.07MB/s 0:13:46
449,773,568 33% 1.08MB/s 0:13:31
450,953,216 33% 1.10MB/s 0:13:19
452,132,864 33% 1.08MB/s 0:13:29
453,312,512 33% 1.09MB/s 0:13:27
454,492,160 33% 1.09MB/s 0:13:23
455,540,736 33% 1.06MB/s 0:13:45
456,720,384 33% 1.06MB/s 0:13:43
457,900,032 33% 1.04MB/s 0:13:54
459,079,680 33% 1.03MB/s 0:14:03
460,259,328 34% 1.04MB/s 0:13:58
461,438,976 34% 1.03MB/s 0:14:01
462,618,624 34% 1.05MB/s 0:13:48
463,798,272 34% 1.06MB/s 0:13:39
465,108,992 34% 1.08MB/s 0:13:17
466,419,712 34% 1.12MB/s 0:12:54
467,730,432 34% 1.13MB/s 0:12:46
469,041,152 34% 1.14MB/s 0:12:33
470,220,800 34% 1.14MB/s 0:12:35
471,531,520 34% 1.14MB/s 0:12:33
472,711,168 34% 1.13MB/s 0:12:41
473,890,816 35% 1.10MB/s 0:12:58
475,070,464 35% 1.08MB/s 0:13:12
476,381,184 35% 1.07MB/s 0:13:14
477,560,832 35% 1.07MB/s 0:13:14
478,609,408 35% 1.06MB/s 0:13:24
479,789,056 35% 1.06MB/s 0:13:24
480,968,704 35% 1.05MB/s 0:13:31
482,279,424 35% 1.06MB/s 0:13:16
483,590,144 35% 1.10MB/s 0:12:48
484,769,792 35% 1.12MB/s 0:12:32
485,949,440 35% 1.12MB/s 0:12:32
487,129,088 36% 1.11MB/s 0:12:41
488,308,736 36% 1.09MB/s 0:12:51
489,488,384 36% 1.09MB/s 0:12:55
490,668,032 36% 1.08MB/s 0:12:57
491,847,680 36% 1.07MB/s 0:13:02
493,027,328 36% 1.08MB/s 0:12:56
494,206,976 36% 1.08MB/s 0:12:51
495,386,624 36% 1.08MB/s 0:12:50
496,566,272 36% 1.10MB/s 0:12:39
497,745,920 36% 1.09MB/s 0:12:42
499,056,640 36% 1.11MB/s 0:12:32
500,367,360 37% 1.13MB/s 0:12:17
501,678,080 37% 1.13MB/s 0:12:14
502,857,728 37% 1.14MB/s 0:12:08
504,168,448 37% 1.14MB/s 0:12:05
505,479,168 37% 1.14MB/s 0:12:04
506,658,816 37% 1.13MB/s 0:12:07
507,838,464 37% 1.13MB/s 0:12:05
509,149,184 37% 1.13MB/s 0:12:06
510,459,904 37% 1.13MB/s 0:12:07
511,770,624 37% 1.14MB/s 0:12:01
513,081,344 37% 1.14MB/s 0:11:59
514,392,064 38% 1.15MB/s 0:11:53
515,702,784 38% 1.17MB/s 0:11:38
517,013,504 38% 1.19MB/s 0:11:24
518,324,224 38% 1.21MB/s 0:11:09
519,634,944 38% 1.23MB/s 0:11:00
520,945,664 38% 1.23MB/s 0:11:00
522,256,384 38% 1.23MB/s 0:10:59
523,567,104 38% 1.23MB/s 0:10:58
524,877,824 38% 1.23MB/s 0:10:58
526,188,544 38% 1.22MB/s 0:10:57
527,499,264 39% 1.22MB/s 0:10:57
528,809,984 39% 1.22MB/s 0:10:58
530,120,704 39% 1.22MB/s 0:10:57
531,431,424 39% 1.22MB/s 0:10:55
532,742,144 39% 1.22MB/s 0:10:54
534,052,864 39% 1.22MB/s 0:10:55
535,363,584 39% 1.22MB/s 0:10:55
536,674,304 39% 1.21MB/s 0:10:54
537,985,024 39% 1.22MB/s 0:10:52
539,295,744 39% 1.22MB/s 0:10:47
540,606,464 40% 1.23MB/s 0:10:44
541,917,184 40% 1.23MB/s 0:10:43
543,227,904 40% 1.23MB/s 0:10:42
544,538,624 40% 1.23MB/s 0:10:41
545,849,344 40% 1.23MB/s 0:10:40
547,160,064 40% 1.23MB/s 0:10:39
548,470,784 40% 1.23MB/s 0:10:38
549,781,504 40% 1.23MB/s 0:10:37
551,092,224 40% 1.21MB/s 0:10:45
552,370,176 40% 1.20MB/s 0:10:48
553,680,896 40% 1.20MB/s 0:10:47
554,991,616 41% 1.20MB/s 0:10:46
556,302,336 41% 1.22MB/s 0:10:36
557,613,056 41% 1.23MB/s 0:10:30
558,923,776 41% 1.23MB/s 0:10:29
560,234,496 41% 1.23MB/s 0:10:30
561,545,216 41% 1.22MB/s 0:10:31
562,855,936 41% 1.22MB/s 0:10:28
564,166,656 41% 1.22MB/s 0:10:27
565,477,376 41% 1.23MB/s 0:10:25
566,788,096 41% 1.23MB/s 0:10:21
568,098,816 42% 1.23MB/s 0:10:22
569,409,536 42% 1.23MB/s 0:10:21
570,720,256 42% 1.23MB/s 0:10:19
572,030,976 42% 1.23MB/s 0:10:19
573,341,696 42% 1.23MB/s 0:10:18
574,652,416 42% 1.23MB/s 0:10:17
575,963,136 42% 1.23MB/s 0:10:16
577,273,856 42% 1.23MB/s 0:10:16
578,584,576 42% 1.23MB/s 0:10:14
579,895,296 42% 1.23MB/s 0:10:12
581,206,016 43% 1.23MB/s 0:10:12
582,516,736 43% 1.23MB/s 0:10:10
583,827,456 43% 1.22MB/s 0:10:13
585,138,176 43% 1.22MB/s 0:10:13
586,448,896 43% 1.22MB/s 0:10:11
587,759,616 43% 1.22MB/s 0:10:10
589,070,336 43% 1.22MB/s 0:10:10
590,381,056 43% 1.20MB/s 0:10:17
591,691,776 43% 1.18MB/s 0:10:25
592,871,424 43% 1.13MB/s 0:10:52
594,182,144 43% 1.12MB/s 0:11:01
595,492,864 44% 1.12MB/s 0:10:57
596,803,584 44% 1.12MB/s 0:10:55
598,114,304 44% 1.16MB/s 0:10:34
599,425,024 44% 1.16MB/s 0:10:32
600,735,744 44% 1.16MB/s 0:10:32
602,046,464 44% 1.15MB/s 0:10:33
603,357,184 44% 1.15MB/s 0:10:35
604,536,832 44% 1.14MB/s 0:10:39
605,847,552 44% 1.13MB/s 0:10:43
607,158,272 44% 1.13MB/s 0:10:41
608,468,992 45% 1.13MB/s 0:10:40
609,648,640 45% 1.13MB/s 0:10:40
610,828,288 45% 1.11MB/s 0:10:48
612,007,936 45% 1.10MB/s 0:10:58
613,187,584 45% 1.07MB/s 0:11:12
614,367,232 45% 1.08MB/s 0:11:07
615,677,952 45% 1.10MB/s 0:10:52
616,988,672 45% 1.12MB/s 0:10:41
618,299,392 45% 1.14MB/s 0:10:28
619,610,112 45% 1.14MB/s 0:10:25
620,920,832 45% 1.14MB/s 0:10:27
622,231,552 46% 1.15MB/s 0:10:16
623,542,272 46% 1.16MB/s 0:10:11
624,852,992 46% 1.17MB/s 0:10:05
626,032,640 46% 1.15MB/s 0:10:17
627,212,288 46% 1.11MB/s 0:10:39
628,391,936 46% 1.08MB/s 0:10:51
629,571,584 46% 1.07MB/s 0:11:00
630,751,232 46% 1.07MB/s 0:10:59
631,930,880 46% 1.07MB/s 0:10:53
633,110,528 46% 1.07MB/s 0:10:56
634,290,176 46% 1.05MB/s 0:11:05
635,469,824 47% 1.06MB/s 0:10:59
636,649,472 47% 1.05MB/s 0:11:03
637,829,120 47% 1.06MB/s 0:10:58
639,008,768 47% 1.08MB/s 0:10:45
640,188,416 47% 1.09MB/s 0:10:37
641,368,064 47% 1.10MB/s 0:10:28
642,547,712 47% 1.11MB/s 0:10:23
643,727,360 47% 1.11MB/s 0:10:23
644,907,008 47% 1.09MB/s 0:10:31
646,086,656 47% 1.09MB/s 0:10:34
647,266,304 47% 1.08MB/s 0:10:34
648,445,952 47% 1.07MB/s 0:10:40
649,625,600 48% 1.08MB/s 0:10:33
650,805,248 48% 1.08MB/s 0:10:35
651,984,896 48% 1.07MB/s 0:10:39
653,164,544 48% 1.07MB/s 0:10:38
654,344,192 48% 1.06MB/s 0:10:41
655,523,840 48% 1.06MB/s 0:10:41
656,703,488 48% 1.06MB/s 0:10:41
657,883,136 48% 1.06MB/s 0:10:40
659,062,784 48% 1.06MB/s 0:10:37
660,242,432 48% 1.07MB/s 0:10:33
661,422,080 48% 1.06MB/s 0:10:35
662,601,728 49% 1.06MB/s 0:10:34
663,781,376 49% 1.06MB/s 0:10:35
664,961,024 49% 1.06MB/s 0:10:33
666,140,672 49% 1.06MB/s 0:10:29
667,320,320 49% 1.06MB/s 0:10:29
668,499,968 49% 1.07MB/s 0:10:24
669,679,616 49% 1.07MB/s 0:10:22
670,859,264 49% 1.07MB/s 0:10:18
672,038,912 49% 1.08MB/s 0:10:12
673,218,560 49% 1.08MB/s 0:10:10
674,398,208 49% 1.09MB/s 0:10:06
675,708,928 50% 1.11MB/s 0:09:55
676,888,576 50% 1.11MB/s 0:09:50
678,068,224 50% 1.12MB/s 0:09:45
679,378,944 50% 1.13MB/s 0:09:39
680,689,664 50% 1.13MB/s 0:09:38
682,000,384 50% 1.14MB/s 0:09:33
683,311,104 50% 1.14MB/s 0:09:29
684,490,752 50% 1.11MB/s 0:09:46
685,408,256 50% 1.01MB/s 0:10:45
686,292,992 50% 937.39kB/s 0:11:49
687,341,568 50% 882.12kB/s 0:12:32
688,521,216 50% 897.81kB/s 0:12:17
689,700,864 51% 992.66kB/s 0:11:06
690,880,512 51% 1.04MB/s 0:10:17
692,060,160 51% 1.08MB/s 0:09:53
693,239,808 51% 1.09MB/s 0:09:47
694,550,528 51% 1.10MB/s 0:09:44
695,730,176 51% 1.11MB/s 0:09:36
696,909,824 51% 1.12MB/s 0:09:31
698,220,544 51% 1.12MB/s 0:09:27
699,531,264 51% 1.13MB/s 0:09:24
700,710,912 51% 1.13MB/s 0:09:23
701,890,560 51% 1.12MB/s 0:09:26
703,070,208 52% 1.12MB/s 0:09:27
704,249,856 52% 1.10MB/s 0:09:36
705,429,504 52% 1.09MB/s 0:09:38
706,609,152 52% 1.10MB/s 0:09:33
707,788,800 52% 1.08MB/s 0:09:40
708,968,448 52% 1.09MB/s 0:09:35
710,148,096 52% 1.08MB/s 0:09:41
711,458,816 52% 1.09MB/s 0:09:35
712,769,536 52% 1.10MB/s 0:09:24
713,949,184 52% 1.11MB/s 0:09:22
715,227,136 52% 1.15MB/s 0:09:00
716,308,480 53% 1.12MB/s 0:09:13
717,619,200 53% 1.12MB/s 0:09:11
718,929,920 53% 1.13MB/s 0:09:06
720,240,640 53% 1.11MB/s 0:09:14
721,551,360 53% 1.14MB/s 0:09:00
722,862,080 53% 1.14MB/s 0:08:59
724,172,800 53% 1.14MB/s 0:08:57
725,352,448 53% 1.13MB/s 0:08:58
726,663,168 53% 1.15MB/s 0:08:48
727,973,888 53% 1.18MB/s 0:08:37
729,284,608 53% 1.18MB/s 0:08:34
730,595,328 54% 1.20MB/s 0:08:23
731,906,048 54% 1.21MB/s 0:08:21
733,216,768 54% 1.21MB/s 0:08:20
734,527,488 54% 1.22MB/s 0:08:12
735,838,208 54% 1.23MB/s 0:08:09
737,148,928 54% 1.23MB/s 0:08:08
738,459,648 54% 1.23MB/s 0:08:07
739,770,368 54% 1.23MB/s 0:08:06
740,687,872 54% 1.13MB/s 0:08:49
741,998,592 54% 1.12MB/s 0:08:48
743,309,312 55% 1.12MB/s 0:08:47
744,620,032 55% 1.12MB/s 0:08:47
745,930,752 55% 1.22MB/s 0:08:04
747,241,472 55% 1.22MB/s 0:08:02
748,552,192 55% 1.22MB/s 0:08:03
749,862,912 55% 1.22MB/s 0:08:02
751,173,632 55% 1.22MB/s 0:08:00
752,484,352 55% 1.22MB/s 0:07:58
753,795,072 55% 1.23MB/s 0:07:54
755,105,792 55% 1.23MB/s 0:07:53
756,416,512 55% 1.22MB/s 0:07:54
757,727,232 56% 1.23MB/s 0:07:51
759,037,952 56% 1.23MB/s 0:07:50
760,348,672 56% 1.23MB/s 0:07:49
761,659,392 56% 1.23MB/s 0:07:47
762,970,112 56% 1.22MB/s 0:07:49
764,280,832 56% 1.23MB/s 0:07:46
765,591,552 56% 1.23MB/s 0:07:45
766,902,272 56% 1.23MB/s 0:07:44
768,212,992 56% 1.23MB/s 0:07:41
769,523,712 56% 1.23MB/s 0:07:42
770,834,432 57% 1.23MB/s 0:07:41
772,145,152 57% 1.23MB/s 0:07:41
773,455,872 57% 1.23MB/s 0:07:40
774,766,592 57% 1.22MB/s 0:07:40
776,077,312 57% 1.22MB/s 0:07:39
777,388,032 57% 1.22MB/s 0:07:37
778,698,752 57% 1.22MB/s 0:07:36
780,009,472 57% 1.23MB/s 0:07:34
781,320,192 57% 1.22MB/s 0:07:34
782,630,912 57% 1.23MB/s 0:07:31
783,941,632 58% 1.23MB/s 0:07:31
785,252,352 58% 1.23MB/s 0:07:30
786,563,072 58% 1.23MB/s 0:07:28
787,873,792 58% 1.22MB/s 0:07:29
789,184,512 58% 1.23MB/s 0:07:27
790,495,232 58% 1.23MB/s 0:07:26
791,805,952 58% 1.23MB/s 0:07:24
793,116,672 58% 1.23MB/s 0:07:23
794,427,392 58% 1.23MB/s 0:07:23
795,738,112 58% 1.22MB/s 0:07:24
797,048,832 58% 1.22MB/s 0:07:22
798,359,552 59% 1.22MB/s 0:07:20
799,670,272 59% 1.23MB/s 0:07:19
800,980,992 59% 1.22MB/s 0:07:22
802,291,712 59% 1.19MB/s 0:07:29
803,602,432 59% 1.17MB/s 0:07:35
804,913,152 59% 1.16MB/s 0:07:39
806,223,872 59% 1.16MB/s 0:07:39
807,534,592 59% 1.16MB/s 0:07:37
808,845,312 59% 1.16MB/s 0:07:35
810,156,032 59% 1.16MB/s 0:07:33
811,466,752 60% 1.17MB/s 0:07:31
812,777,472 60% 1.17MB/s 0:07:30
814,088,192 60% 1.17MB/s 0:07:29
815,398,912 60% 1.16MB/s 0:07:30
816,578,560 60% 1.14MB/s 0:07:37
817,889,280 60% 1.13MB/s 0:07:39
819,068,928 60% 1.12MB/s 0:07:44
820,117,504 60% 1.08MB/s 0:08:00
821,264,384 60% 1.08MB/s 0:07:58
822,444,032 60% 1.07MB/s 0:08:04
823,623,680 60% 1.05MB/s 0:08:09
824,803,328 61% 1.08MB/s 0:07:57
826,114,048 61% 1.09MB/s 0:07:52
827,424,768 61% 1.10MB/s 0:07:44
828,735,488 61% 1.12MB/s 0:07:34
829,915,136 61% 1.13MB/s 0:07:31
831,225,856 61% 1.13MB/s 0:07:27
832,536,576 61% 1.14MB/s 0:07:25
833,847,296 61% 1.15MB/s 0:07:17
835,158,016 61% 1.16MB/s 0:07:12
836,337,664 61% 1.14MB/s 0:07:22
837,386,240 61% 1.10MB/s 0:07:36
838,565,888 62% 1.07MB/s 0:07:47
839,745,536 62% 1.05MB/s 0:07:55
840,925,184 62% 1.05MB/s 0:07:53
842,104,832 62% 1.07MB/s 0:07:46
843,284,480 62% 1.06MB/s 0:07:47
844,464,128 62% 1.06MB/s 0:07:46
845,643,776 62% 1.07MB/s 0:07:40
846,823,424 62% 1.08MB/s 0:07:35
848,003,072 62% 1.08MB/s 0:07:33
849,182,720 62% 1.08MB/s 0:07:35
850,362,368 62% 1.07MB/s 0:07:37
851,542,016 63% 1.06MB/s 0:07:41
852,721,664 63% 1.05MB/s 0:07:42
853,901,312 63% 1.05MB/s 0:07:40
855,080,960 63% 1.05MB/s 0:07:41
856,260,608 63% 1.05MB/s 0:07:38
857,440,256 63% 1.06MB/s 0:07:34
858,619,904 63% 1.08MB/s 0:07:26
859,865,088 63% 1.11MB/s 0:07:11
860,979,200 63% 1.11MB/s 0:07:11
862,158,848 63% 1.10MB/s 0:07:13
863,338,496 63% 1.10MB/s 0:07:13
864,518,144 63% 1.07MB/s 0:07:22
865,697,792 64% 1.08MB/s 0:07:18
866,877,440 64% 1.10MB/s 0:07:11
868,057,088 64% 1.10MB/s 0:07:10
869,236,736 64% 1.09MB/s 0:07:13
870,416,384 64% 1.08MB/s 0:07:15
871,596,032 64% 1.07MB/s 0:07:18
872,775,680 64% 1.06MB/s 0:07:20
873,955,328 64% 1.07MB/s 0:07:16
875,134,976 64% 1.09MB/s 0:07:07
876,314,624 64% 1.09MB/s 0:07:04
877,494,272 64% 1.09MB/s 0:07:05
878,673,920 65% 1.08MB/s 0:07:06
879,853,568 65% 1.08MB/s 0:07:07
881,033,216 65% 1.08MB/s 0:07:05
882,212,864 65% 1.09MB/s 0:06:59
883,392,512 65% 1.10MB/s 0:06:56
884,572,160 65% 1.08MB/s 0:07:02
885,489,664 65% 1021.36kB/s 0:07:35
886,669,312 65% 1012.33kB/s 0:07:38
887,848,960 65% 1015.64kB/s 0:07:36
889,159,680 65% 1.02MB/s 0:07:22
890,470,400 65% 1.11MB/s 0:06:46
891,650,048 65% 1.12MB/s 0:06:41
892,960,768 66% 1.13MB/s 0:06:35
894,271,488 66% 1.14MB/s 0:06:33
895,582,208 66% 1.14MB/s 0:06:30
896,761,856 66% 1.14MB/s 0:06:28
898,072,576 66% 1.14MB/s 0:06:27
899,383,296 66% 1.14MB/s 0:06:27
900,562,944 66% 1.13MB/s 0:06:31
901,742,592 66% 1.11MB/s 0:06:33
902,922,240 66% 1.11MB/s 0:06:34
904,232,960 66% 1.11MB/s 0:06:31
905,412,608 67% 1.12MB/s 0:06:29
906,592,256 67% 1.12MB/s 0:06:27
907,771,904 67% 1.11MB/s 0:06:28
909,082,624 67% 1.11MB/s 0:06:29
910,393,344 67% 1.12MB/s 0:06:23
911,704,064 67% 1.14MB/s 0:06:17
913,014,784 67% 1.15MB/s 0:06:13
914,325,504 67% 1.15MB/s 0:06:11
915,636,224 67% 1.15MB/s 0:06:11
916,946,944 67% 1.14MB/s 0:06:10
918,126,592 67% 1.14MB/s 0:06:11
919,437,312 68% 1.13MB/s 0:06:11
920,616,960 68% 1.12MB/s 0:06:15
921,927,680 68% 1.12MB/s 0:06:13
923,107,328 68% 1.12MB/s 0:06:12
924,418,048 68% 1.13MB/s 0:06:08
925,597,696 68% 1.14MB/s 0:06:05
926,908,416 68% 1.15MB/s 0:05:59
928,219,136 68% 1.17MB/s 0:05:53
929,398,784 68% 1.14MB/s 0:06:00
930,578,432 68% 1.14MB/s 0:05:58
931,889,152 68% 1.13MB/s 0:06:03
933,199,872 69% 1.12MB/s 0:06:05
934,379,520 69% 1.13MB/s 0:05:59
935,690,240 69% 1.14MB/s 0:05:56
937,000,960 69% 1.14MB/s 0:05:55
938,311,680 69% 1.14MB/s 0:05:54
939,622,400 69% 1.15MB/s 0:05:50
940,933,120 69% 1.14MB/s 0:05:50
942,243,840 69% 1.14MB/s 0:05:49
943,423,488 69% 1.14MB/s 0:05:49
944,734,208 69% 1.13MB/s 0:05:49
946,044,928 70% 1.14MB/s 0:05:47
947,355,648 70% 1.15MB/s 0:05:42
948,666,368 70% 1.18MB/s 0:05:34
949,977,088 70% 1.19MB/s 0:05:27
951,287,808 70% 1.21MB/s 0:05:21
952,598,528 70% 1.22MB/s 0:05:18
953,909,248 70% 1.22MB/s 0:05:17
955,187,200 70% 1.21MB/s 0:05:18
956,497,920 70% 1.21MB/s 0:05:17
957,808,640 70% 1.22MB/s 0:05:15
959,119,360 70% 1.22MB/s 0:05:14
960,430,080 71% 1.22MB/s 0:05:11
961,740,800 71% 1.22MB/s 0:05:11
963,051,520 71% 1.22MB/s 0:05:10
964,362,240 71% 1.21MB/s 0:05:11
965,672,960 71% 1.22MB/s 0:05:09
966,983,680 71% 1.22MB/s 0:05:07
968,294,400 71% 1.22MB/s 0:05:06
969,605,120 71% 1.23MB/s 0:05:03
970,915,840 71% 1.23MB/s 0:05:02
972,226,560 71% 1.22MB/s 0:05:02
973,537,280 72% 1.22MB/s 0:05:01
974,848,000 72% 1.23MB/s 0:04:59
976,158,720 72% 1.23MB/s 0:04:58
977,469,440 72% 1.23MB/s 0:04:57
978,780,160 72% 1.23MB/s 0:04:55
980,090,880 72% 1.23MB/s 0:04:55
981,401,600 72% 1.23MB/s 0:04:54
982,712,320 72% 1.23MB/s 0:04:53
984,023,040 72% 1.23MB/s 0:04:52
985,333,760 72% 1.23MB/s 0:04:51
986,644,480 73% 1.23MB/s 0:04:49
987,955,200 73% 1.23MB/s 0:04:49
989,265,920 73% 1.23MB/s 0:04:47
990,576,640 73% 1.22MB/s 0:04:47
991,887,360 73% 1.22MB/s 0:04:46
993,198,080 73% 1.22MB/s 0:04:45
994,508,800 73% 1.22MB/s 0:04:44
995,819,520 73% 1.23MB/s 0:04:42
997,130,240 73% 1.23MB/s 0:04:41
998,440,960 73% 1.23MB/s 0:04:40
999,751,680 73% 1.23MB/s 0:04:39
1,001,062,400 74% 1.23MB/s 0:04:38
1,002,373,120 74% 1.23MB/s 0:04:37
1,003,683,840 74% 1.23MB/s 0:04:36
1,004,994,560 74% 1.23MB/s 0:04:35
1,006,305,280 74% 1.22MB/s 0:04:35
1,007,616,000 74% 1.22MB/s 0:04:33
1,008,926,720 74% 1.22MB/s 0:04:34
1,010,237,440 74% 1.21MB/s 0:04:35
1,011,548,160 74% 1.21MB/s 0:04:34
1,012,858,880 74% 1.20MB/s 0:04:34
1,014,169,600 75% 1.19MB/s 0:04:36
1,015,349,248 75% 1.17MB/s 0:04:39
1,016,659,968 75% 1.15MB/s 0:04:43
1,017,839,616 75% 1.12MB/s 0:04:51
1,019,019,264 75% 1.10MB/s 0:04:54
1,020,198,912 75% 1.09MB/s 0:04:56
1,021,378,560 75% 1.08MB/s 0:04:57
1,022,558,208 75% 1.09MB/s 0:04:55
1,023,737,856 75% 1.08MB/s 0:04:56
1,024,917,504 75% 1.08MB/s 0:04:55
1,026,097,152 75% 1.07MB/s 0:04:55
1,027,407,872 76% 1.08MB/s 0:04:53
1,028,587,520 76% 1.09MB/s 0:04:48
1,029,898,240 76% 1.12MB/s 0:04:40
1,031,208,960 76% 1.16MB/s 0:04:30
1,032,388,608 76% 1.15MB/s 0:04:29
1,033,699,328 76% 1.16MB/s 0:04:27
1,034,878,976 76% 1.14MB/s 0:04:30
1,036,058,624 76% 1.12MB/s 0:04:35
1,037,238,272 76% 1.11MB/s 0:04:36
1,038,417,920 76% 1.09MB/s 0:04:39
1,039,597,568 76% 1.07MB/s 0:04:45
1,040,777,216 77% 1.05MB/s 0:04:47
1,042,087,936 77% 1.07MB/s 0:04:42
1,043,398,656 77% 1.09MB/s 0:04:36
1,044,447,232 77% 1.07MB/s 0:04:40
1,045,626,880 77% 1.07MB/s 0:04:39
1,046,806,528 77% 1.06MB/s 0:04:40
1,047,855,104 77% 1021.60kB/s 0:04:56
1,049,296,896 77% 1.10MB/s 0:04:28
1,050,607,616 77% 1.11MB/s 0:04:23
1,051,656,192 77% 1.08MB/s 0:04:31
1,052,835,840 77% 1.12MB/s 0:04:19
1,054,015,488 78% 1.04MB/s 0:04:38
1,055,195,136 78% 1.02MB/s 0:04:43
1,056,374,784 78% 1.05MB/s 0:04:33
1,057,554,432 78% 1.04MB/s 0:04:34
1,058,734,080 78% 1.05MB/s 0:04:32
1,059,913,728 78% 1.05MB/s 0:04:29
1,061,093,376 78% 1.04MB/s 0:04:32
1,062,273,024 78% 1.05MB/s 0:04:29
1,063,452,672 78% 1.06MB/s 0:04:24
1,064,632,320 78% 1.07MB/s 0:04:22
1,065,680,896 78% 1.06MB/s 0:04:21
1,066,860,544 78% 1.07MB/s 0:04:19
1,068,040,192 79% 1.06MB/s 0:04:21
1,069,219,840 79% 1.05MB/s 0:04:22
1,070,268,416 79% 1.05MB/s 0:04:22
1,071,316,992 79% 1.02MB/s 0:04:28
1,072,365,568 79% 1.01MB/s 0:04:29
1,073,545,216 79% 1021.77kB/s 0:04:31
1,074,724,864 79% 1.02MB/s 0:04:23
1,075,904,512 79% 1.04MB/s 0:04:17
1,077,084,160 79% 1.05MB/s 0:04:14
1,078,263,808 79% 1.05MB/s 0:04:12
1,079,443,456 79% 1.06MB/s 0:04:10
1,080,623,104 79% 1.06MB/s 0:04:09
1,081,802,752 80% 1.08MB/s 0:04:03
1,082,982,400 80% 1.08MB/s 0:04:01
1,084,162,048 80% 1.08MB/s 0:04:01
1,085,341,696 80% 1.07MB/s 0:04:02
1,086,521,344 80% 1.05MB/s 0:04:05
1,087,700,992 80% 1.04MB/s 0:04:06
1,088,847,872 80% 1.03MB/s 0:04:08
1,090,027,520 80% 1.03MB/s 0:04:06
1,091,207,168 80% 1.03MB/s 0:04:05
1,092,386,816 80% 1.03MB/s 0:04:06
1,093,435,392 80% 1.01MB/s 0:04:07
1,094,615,040 81% 1.01MB/s 0:04:08
1,095,794,688 81% 1.00MB/s 0:04:08
1,096,843,264 81% 1023.04kB/s 0:04:08
1,098,022,912 81% 1.03MB/s 0:03:59
1,099,202,560 81% 1.05MB/s 0:03:53
1,100,513,280 81% 1.08MB/s 0:03:45
1,101,824,000 81% 1.13MB/s 0:03:36
1,103,134,720 81% 1.14MB/s 0:03:32
1,104,445,440 81% 1.14MB/s 0:03:31
1,105,625,088 81% 1.14MB/s 0:03:30
1,106,935,808 81% 1.13MB/s 0:03:30
1,108,246,528 82% 1.13MB/s 0:03:29
1,109,426,176 82% 1.13MB/s 0:03:28
1,110,605,824 82% 1.13MB/s 0:03:28
1,111,785,472 82% 1.12MB/s 0:03:28
1,113,096,192 82% 1.12MB/s 0:03:26
1,114,406,912 82% 1.13MB/s 0:03:24
1,115,586,560 82% 1.13MB/s 0:03:23
1,116,766,208 82% 1.13MB/s 0:03:22
1,118,076,928 82% 1.13MB/s 0:03:21
1,119,387,648 82% 1.13MB/s 0:03:20
1,120,698,368 82% 1.14MB/s 0:03:17
1,122,009,088 83% 1.14MB/s 0:03:15
1,123,319,808 83% 1.15MB/s 0:03:14
1,124,630,528 83% 1.15MB/s 0:03:12
1,125,810,176 83% 1.15MB/s 0:03:11
1,126,989,824 83% 1.14MB/s 0:03:12
1,128,169,472 83% 1.12MB/s 0:03:13
1,129,349,120 83% 1.11MB/s 0:03:15
1,130,528,768 83% 1.11MB/s 0:03:14
1,131,741,184 83% 1.12MB/s 0:03:11
1,132,888,064 83% 1.12MB/s 0:03:10
1,134,067,712 83% 1.12MB/s 0:03:09
1,135,247,360 84% 1.12MB/s 0:03:08
1,136,427,008 84% 1.11MB/s 0:03:08
1,137,737,728 84% 1.13MB/s 0:03:04
1,139,048,448 84% 1.14MB/s 0:03:01
1,140,359,168 84% 1.14MB/s 0:03:00
1,141,669,888 84% 1.15MB/s 0:02:57
1,142,849,536 84% 1.14MB/s 0:02:58
1,144,160,256 84% 1.14MB/s 0:02:57
1,145,470,976 84% 1.14MB/s 0:02:55
1,146,781,696 84% 1.14MB/s 0:02:55
1,148,092,416 84% 1.14MB/s 0:02:53
1,149,403,136 85% 1.15MB/s 0:02:51
1,150,582,784 85% 1.14MB/s 0:02:51
1,151,893,504 85% 1.14MB/s 0:02:50
1,153,204,224 85% 1.16MB/s 0:02:46
1,154,514,944 85% 1.18MB/s 0:02:42
1,155,825,664 85% 1.20MB/s 0:02:38
1,157,136,384 85% 1.22MB/s 0:02:34
1,158,447,104 85% 1.22MB/s 0:02:33
1,159,757,824 85% 1.23MB/s 0:02:32
1,161,068,544 85% 1.23MB/s 0:02:31
1,162,379,264 86% 1.23MB/s 0:02:29
1,163,689,984 86% 1.23MB/s 0:02:28
1,165,000,704 86% 1.23MB/s 0:02:27
1,166,311,424 86% 1.23MB/s 0:02:26
1,167,622,144 86% 1.23MB/s 0:02:25
1,168,932,864 86% 1.23MB/s 0:02:24
1,170,243,584 86% 1.23MB/s 0:02:23
1,171,554,304 86% 1.23MB/s 0:02:22
1,172,865,024 86% 1.23MB/s 0:02:21
1,174,175,744 86% 1.23MB/s 0:02:20
1,175,486,464 87% 1.23MB/s 0:02:19
1,176,797,184 87% 1.23MB/s 0:02:18
1,178,107,904 87% 1.22MB/s 0:02:17
1,179,418,624 87% 1.21MB/s 0:02:18
1,180,729,344 87% 1.21MB/s 0:02:17
1,182,040,064 87% 1.21MB/s 0:02:16
1,183,350,784 87% 1.21MB/s 0:02:15
1,184,661,504 87% 1.22MB/s 0:02:12
1,185,972,224 87% 1.23MB/s 0:02:11
1,187,282,944 87% 1.23MB/s 0:02:10
1,188,593,664 87% 1.23MB/s 0:02:09
1,189,904,384 88% 1.21MB/s 0:02:10
1,191,215,104 88% 1.21MB/s 0:02:09
1,192,525,824 88% 1.19MB/s 0:02:09
1,193,836,544 88% 1.19MB/s 0:02:08
1,195,147,264 88% 1.20MB/s 0:02:06
1,196,457,984 88% 1.21MB/s 0:02:05
1,197,768,704 88% 1.22MB/s 0:02:02
1,199,079,424 88% 1.22MB/s 0:02:02
1,200,390,144 88% 1.22MB/s 0:02:00
1,201,700,864 88% 1.21MB/s 0:02:00
1,203,011,584 89% 1.21MB/s 0:01:59
1,204,322,304 89% 1.21MB/s 0:01:58
1,205,633,024 89% 1.21MB/s 0:01:57
1,206,943,744 89% 1.23MB/s 0:01:54
1,208,254,464 89% 1.22MB/s 0:01:53
1,209,565,184 89% 1.23MB/s 0:01:52
1,210,875,904 89% 1.23MB/s 0:01:51
1,212,186,624 89% 1.23MB/s 0:01:50
1,213,497,344 89% 1.23MB/s 0:01:49
1,214,808,064 89% 1.23MB/s 0:01:48
1,216,118,784 90% 1.23MB/s 0:01:47
1,217,429,504 90% 1.23MB/s 0:01:46
1,218,740,224 90% 1.22MB/s 0:01:46
1,220,050,944 90% 1.22MB/s 0:01:44
1,221,361,664 90% 1.22MB/s 0:01:43
1,222,672,384 90% 1.22MB/s 0:01:42
1,223,950,336 90% 1.18MB/s 0:01:44
1,225,261,056 90% 1.18MB/s 0:01:43
1,226,571,776 90% 1.18MB/s 0:01:43
1,227,882,496 90% 1.17MB/s 0:01:42
1,229,193,216 90% 1.20MB/s 0:01:39
1,230,503,936 91% 1.18MB/s 0:01:39
1,231,683,584 91% 1.15MB/s 0:01:41
1,232,732,160 91% 1.07MB/s 0:01:47
1,234,042,880 91% 1.07MB/s 0:01:46
1,235,353,600 91% 1.07MB/s 0:01:45
1,236,533,248 91% 1.06MB/s 0:01:45
1,237,843,968 91% 1.13MB/s 0:01:38
1,239,023,616 91% 1.10MB/s 0:01:39
1,240,203,264 91% 1.07MB/s 0:01:40
1,241,513,984 91% 1.10MB/s 0:01:37
1,242,693,632 91% 1.09MB/s 0:01:37
1,243,873,280 92% 1.09MB/s 0:01:35
1,245,184,000 92% 1.12MB/s 0:01:32
1,246,494,720 92% 1.12MB/s 0:01:30
1,247,805,440 92% 1.14MB/s 0:01:28
1,249,116,160 92% 1.17MB/s 0:01:24
1,250,295,808 92% 1.15MB/s 0:01:25
1,251,475,456 92% 1.13MB/s 0:01:25
1,252,524,032 92% 1.06MB/s 0:01:30
1,253,703,680 92% 1.02MB/s 0:01:32
1,254,883,328 92% 1.03MB/s 0:01:30
1,256,194,048 92% 1.05MB/s 0:01:27
1,257,373,696 93% 1.11MB/s 0:01:22
1,258,684,416 93% 1.12MB/s 0:01:20
1,259,995,136 93% 1.13MB/s 0:01:18
1,261,305,856 93% 1.14MB/s 0:01:16
1,262,616,576 93% 1.17MB/s 0:01:13
1,263,796,224 93% 1.16MB/s 0:01:13
1,264,975,872 93% 1.14MB/s 0:01:13
1,266,155,520 93% 1.12MB/s 0:01:13
1,267,204,096 93% 1.06MB/s 0:01:16
1,268,383,744 93% 1.06MB/s 0:01:15
1,269,563,392 93% 1.06MB/s 0:01:14
1,270,743,040 94% 1.06MB/s 0:01:13
1,271,922,688 94% 1.09MB/s 0:01:11
1,273,102,336 94% 1.09MB/s 0:01:09
1,274,281,984 94% 1.07MB/s 0:01:09
1,275,461,632 94% 1.07MB/s 0:01:08
1,276,641,280 94% 1.07MB/s 0:01:08
1,277,820,928 94% 1.06MB/s 0:01:07
1,278,607,360 94% 988.30kB/s 0:01:13
1,279,262,720 94% 844.21kB/s 0:01:25
1,280,180,224 94% 788.68kB/s 0:01:29
1,281,359,872 94% 803.53kB/s 0:01:26
1,282,277,376 94% 835.04kB/s 0:01:22
1,282,932,736 94% 820.70kB/s 0:01:22
1,283,719,168 95% 782.61kB/s 0:01:26
1,284,898,816 95% 773.67kB/s 0:01:25
1,285,816,320 95% 760.23kB/s 0:01:25
1,286,602,752 95% 817.15kB/s 0:01:18
1,287,782,400 95% 901.00kB/s 0:01:10
1,288,568,832 95% 824.10kB/s 0:01:15
1,289,617,408 95% 874.65kB/s 0:01:10
1,290,797,056 95% 952.12kB/s 0:01:03
1,291,452,416 95% 806.30kB/s 0:01:13
1,292,369,920 95% 820.33kB/s 0:01:11
1,293,549,568 95% 848.99kB/s 0:01:07
1,294,467,072 95% 804.67kB/s 0:01:10
1,295,646,720 95% 961.28kB/s 0:00:57
1,296,695,296 95% 981.41kB/s 0:00:55
1,297,874,944 96% 983.47kB/s 0:00:54
1,299,054,592 96% 1.02MB/s 0:00:49
1,300,234,240 96% 1.02MB/s 0:00:48
1,301,413,888 96% 1.07MB/s 0:00:45
1,302,593,536 96% 1.07MB/s 0:00:44
1,303,773,184 96% 1.07MB/s 0:00:43
1,304,952,832 96% 1.08MB/s 0:00:41
1,306,132,480 96% 1.09MB/s 0:00:40
1,307,312,128 96% 1.09MB/s 0:00:39
1,308,622,848 96% 1.11MB/s 0:00:37
1,309,802,496 96% 1.11MB/s 0:00:36
1,311,113,216 97% 1.11MB/s 0:00:35
1,312,423,936 97% 1.13MB/s 0:00:33
1,313,734,656 97% 1.14MB/s 0:00:32
1,314,914,304 97% 1.14MB/s 0:00:31
1,316,225,024 97% 1.14MB/s 0:00:29
1,317,535,744 97% 1.13MB/s 0:00:28
1,318,715,392 97% 1.13MB/s 0:00:27
1,319,895,040 97% 1.11MB/s 0:00:27
1,321,074,688 97% 1.10MB/s 0:00:26
1,322,254,336 97% 1.10MB/s 0:00:25
1,323,565,056 97% 1.11MB/s 0:00:24
1,324,744,704 98% 1.12MB/s 0:00:22
1,325,924,352 98% 1.11MB/s 0:00:22
1,327,104,000 98% 1.09MB/s 0:00:21
1,328,414,720 98% 1.09MB/s 0:00:20
1,329,725,440 98% 1.12MB/s 0:00:18
1,331,036,160 98% 1.16MB/s 0:00:16
1,332,346,880 98% 1.18MB/s 0:00:15
1,333,526,528 98% 1.16MB/s 0:00:14
1,334,804,480 98% 1.16MB/s 0:00:13
1,336,016,896 98% 1.15MB/s 0:00:12
1,337,327,616 98% 1.17MB/s 0:00:11
1,338,638,336 99% 1.18MB/s 0:00:10
1,339,949,056 99% 1.17MB/s 0:00:09
1,341,128,704 99% 1.15MB/s 0:00:08
1,342,308,352 99% 1.11MB/s 0:00:07
1,343,488,000 99% 1.08MB/s 0:00:06
1,344,798,720 99% 1.08MB/s 0:00:05
1,346,109,440 99% 1.09MB/s 0:00:04
1,347,420,160 99% 1.12MB/s 0:00:03
1,348,599,808 99% 1.13MB/s 0:00:02
1,349,779,456 99% 1.11MB/s 0:00:01
1,350,959,104 99% 1.09MB/s 0:00:00
1,351,049,528 100% 1.13MB/s 0:19:00 (xfr#5, to-chk=1/7)
images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz.sha256
131 100% 127.93kB/s 0:00:00
131 100% 127.93kB/s 0:00:00 (xfr#6, to-chk=0/7)
sent 3,239,091,655 bytes received 577 bytes 1,189,749.21 bytes/sec
total size is 3,238,300,472 speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@1a364411[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=37,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