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 247add935fd3a2c38898774e934f60f40a90a1f3 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 247add935fd3a2c38898774e934f60f40a90a1f3 # timeout=10 Commit message: "Update build.sh" > git rev-list --no-walk 247add935fd3a2c38898774e934f60f40a90a1f3 # timeout=10 true [Set GitHub commit status (universal)] PENDING on repos [GHRepository@4199bf48[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=33,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-10-04T14:33:56Z]] (sha:247add9) with context:plasma-mobile-nightly-images Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/247add935fd3a2c38898774e934f60f40a90a1f3 [plasma-mobile-nightly-images] $ /usr/bin/env bash /tmp/jenkins11800718357634249322.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.49.0-py3-none-any.whl size=240714 sha256=083e3ed77d01b83e7582e491ac778e0589abc040128191db142c749c0e88526b Stored in directory: /tmp/pip-ephem-wheel-cache-loqxd0p5/wheels/1d/da/c4/7885dd36d7592bdf6170ac765b7302a853d2e74e6bb8b82f2f Successfully built pmbootstrap Installing collected packages: pmbootstrap Attempting uninstall: pmbootstrap Found existing installation: pmbootstrap 1.49.0 Uninstalling pmbootstrap-1.49.0: Successfully uninstalled pmbootstrap-1.49.0 WARNING: The script pmbootstrap is installed in '/home/swadmin/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed pmbootstrap-1.49.0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images swadmin Building image for tablet-x64uefi From https://gitlab.com/postmarketOS/pmaports cb79ff57d..502474cc3 master -> origin/master * [new branch] newbyte/mutter-remove-zenity-dependency -> origin/newbyte/mutter-remove-zenity-dependency Updating cb79ff57d..502474cc3 Fast-forward .ci/apkbuild-lint.sh | 22 ++++++ .ci/build-aarch64.sh | 1 + .ci/build-armhf.sh | 1 + .ci/build-armv7.sh | 1 + .ci/build-riscv64.sh | 1 + .ci/build-x86.sh | 1 + .ci/build-x86_64.sh | 1 + .ci/build.sh | 8 --- .ci/check-dtb-install-location.sh | 7 -- .ci/commits.sh | 20 ++++++ .ci/ec.sh | 13 ++++ .ci/flake8.sh | 14 ++++ .ci/grep.sh | 24 +++++++ .ci/kconfig.sh | 22 ++++++ .ci/lib/add_pmbootstrap_to_import_path | 1 + .../apkbuild_linting.py} | 0 .ci/{ => lib}/build_changed_aports.py | 2 +- .ci/lib/build_changed_aports.sh | 19 ++++++ .ci/{ => lib}/check_changed_aports_versions.py | 2 +- .ci/{ => lib}/check_devices_in_wiki.py | 6 +- .ci/{ => lib}/common.py | 2 +- .ci/lib/gitlab_prepare_ci.sh | 17 +++++ .ci/{ => lib}/move_logs.sh | 0 .ci/{run_testcases.sh => pytest.sh} | 19 ++++-- .ci/shellcheck.sh | 20 +++--- .../{test_unreferenced_files.py => test_source.py} | 71 +++++++++++++++++--- .ci/wiki.sh | 15 +++++ .gitignore | 1 - .gitlab-ci.yml | 78 ++++++++++------------ main/bootchart2/APKBUILD | 2 +- main/extract-dtb/APKBUILD | 2 +- main/ofonoctl/APKBUILD | 2 +- .../APKBUILD | 4 +- main/unl0kr/APKBUILD | 8 +-- 34 files changed, 308 insertions(+), 99 deletions(-) create mode 100755 .ci/apkbuild-lint.sh create mode 120000 .ci/build-aarch64.sh create mode 120000 .ci/build-armhf.sh create mode 120000 .ci/build-armv7.sh create mode 120000 .ci/build-riscv64.sh create mode 120000 .ci/build-x86.sh create mode 120000 .ci/build-x86_64.sh delete mode 100755 .ci/build.sh delete mode 100755 .ci/check-dtb-install-location.sh create mode 100755 .ci/commits.sh create mode 100755 .ci/ec.sh create mode 100755 .ci/flake8.sh create mode 100755 .ci/grep.sh create mode 100755 .ci/kconfig.sh create mode 120000 .ci/lib/add_pmbootstrap_to_import_path rename .ci/{apkbuild-linting.py => lib/apkbuild_linting.py} (100%) rename .ci/{ => lib}/build_changed_aports.py (98%) create mode 100755 .ci/lib/build_changed_aports.sh rename .ci/{ => lib}/check_changed_aports_versions.py (99%) rename .ci/{ => lib}/check_devices_in_wiki.py (97%) rename .ci/{ => lib}/common.py (99%) create mode 100755 .ci/lib/gitlab_prepare_ci.sh rename .ci/{ => lib}/move_logs.sh (100%) rename .ci/{run_testcases.sh => pytest.sh} (64%) rename .ci/testcases/{test_unreferenced_files.py => test_source.py} (52%) create mode 100755 .ci/wiki.sh [20:09:21] Work path [/home/swadmin/.local/var/pmbootstrap]: [20:09:21] Channel [edge]: [20:09:21] Vendor [qemu]: [20:09:21] Device codename [amd64]: [20:09:21] Kernel [lts]: [20:09:21] Username [user]: [20:09:25] User interface [weston]: [20:09:25] Change them? (y/n) [n]: [20:09:25] Extra packages [none]: [20:09:25] Use this timezone instead of GMT? (y/n) [y]: [20:09:25] Choose default locale for installation [C.UTF-8]: [20:09:25] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [20:09:25] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [20:09:26] Config changed: ui='plasma-mobile' [20:09:26] Config changed: device='tablet-x64uefi' [20:09:26] Config changed: kernel='edge' [20:09:26] Config changed: extra_packages='osk-sdl' (1274796) [20:09:27] % 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) (1274796) [20:09:27] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1274796) [20:09:27] *** (1/4) PREPARE NATIVE CHROOT *** (1274796) [20:09:27] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1274796) [20:09:27] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1274796) [20:09:27] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1274796) [20:09:27] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1274796) [20:09:27] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1274796) [20:09:27] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1274796) [20:09:27] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1274796) [20:09:27] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1274796) [20:09:27] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1274796) [20:09:27] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1274796) [20:09:27] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1274796) [20:09:27] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1274796) [20:09:27] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1274796) [20:09:27] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1274796) [20:09:27] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1274796) [20:09:27] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1274796) [20:09:27] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1274796) [20:09:27] Update package index for x86_64 (4 file(s)) (1274796) [20:09:27] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http (1274796) [20:09:27] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1274796) [20:09:28] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz (1274796) [20:09:28] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1274796) [20:09:28] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz (1274796) [20:09:28] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1274796) [20:09:28] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz (1274796) [20:09:28] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1274796) [20:09:28] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz (1274796) [20:09:29] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk (1274796) [20:09:29] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:29] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:29] extracted: /tmp/pmbootstrap8pi61shgapk (1274796) [20:09:29] extracted: /tmp/pmbootstrap5xmnc17bsig (1274796) [20:09:29] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:29] % 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/pmbootstrap5xmnc17bsig /tmp/pmbootstrap8pi61shgapk Verified OK (1274796) [20:09:29] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1274796) [20:09:29] % /tmp/pmbootstrap8pi61shgapk --version apk-tools 2.12.10, compiled for x86_64. (1274796) [20:09:29] (native) install alpine-base (1274796) [20:09:29] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % 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 (1274796) [20:09:29] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1274796) [20:09:29] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1274796) [20:09:29] (native) update /etc/apk/repositories (1274796) [20:09:29] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1274796) [20:09:29] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1274796) [20:09:29] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1274796) [20:09:29] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1274796) [20:09:29] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1274796) [20:09:29] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1274796) [20:09:29] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1274796) [20:09:29] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1274796) [20:09:29] % 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 (1274796) [20:09:29] New background process: pid=1275360, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 10 MiB in 25 packages (1274796) [20:09:31] (native) % adduser -D pmos -u 12345 (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1274796) [20:09:31] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1274796) [20:09:31] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1274796) [20:09:31] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db (1274796) [20:09:31] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1274796) [20:09:31] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1274796) [20:09:31] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1274796) [20:09:37] (native) install cryptsetup util-linux parted (1274796) [20:09:37] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1274796) [20:09:37] (native) % cat /tmp/apk_progress_fifo (1274796) [20:09:37] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1274796) [20:09:37] New background process: pid=1276231, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.03.17-r1) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20221112-r0) (11/43) Installing ncurses-libs (6.3_p20221112-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.7-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r5) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r3) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r28.trigger OK: 21 MiB in 68 packages (1274796) [20:09:39] *** (2/4) CREATE DEVICE ROOTFS ("tablet-x64uefi") *** (1274796) [20:09:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1274796) [20:09:39] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1274796) [20:09:39] % 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 (1274796) [20:09:39] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm (1274796) [20:09:39] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/null c 1 3 (1274796) [20:09:39] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/zero c 1 5 (1274796) [20:09:39] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/full c 1 7 (1274796) [20:09:39] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/random c 1 8 (1274796) [20:09:40] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/urandom c 1 9 (1274796) [20:09:40] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/ (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1274796) [20:09:40] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1274796) [20:09:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1274796) [20:09:40] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap (1274796) [20:09:40] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:40] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:40] extracted: /tmp/pmbootstrapa3kwiwezapk (1274796) [20:09:40] extracted: /tmp/pmbootstrapibayflo8sig (1274796) [20:09:40] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1274796) [20:09:40] % 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/pmbootstrapibayflo8sig /tmp/pmbootstrapa3kwiwezapk Verified OK (1274796) [20:09:40] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1274796) [20:09:40] % /tmp/pmbootstrapa3kwiwezapk --version apk-tools 2.12.10, compiled for x86_64. (1274796) [20:09:40] (rootfs_tablet-x64uefi) install alpine-base (1274796) [20:09:40] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/cache (1274796) [20:09:40] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/resolv.conf (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk (1274796) [20:09:40] (rootfs_tablet-x64uefi) update /etc/apk/repositories (1274796) [20:09:40] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1274796) [20:09:40] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1274796) [20:09:40] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1274796) [20:09:40] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1274796) [20:09:40] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/repositories (1274796) [20:09:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1274796) [20:09:40] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1274796) [20:09:40] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1274796) [20:09:40] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1274796) [20:09:40] % 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 (1274796) [20:09:40] New background process: pid=1276360, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 10 MiB in 25 packages (1274796) [20:09:41] (rootfs_tablet-x64uefi) % getent passwd user (1274796) [20:09:41] (rootfs_tablet-x64uefi) % adduser -D -u 10000 user (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S wheel addgroup: group 'wheel' in use (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user wheel (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S video addgroup: group 'video' in use (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user video (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S audio addgroup: group 'audio' in use (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user audio (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S input addgroup: group 'input' in use (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user input (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S plugdev (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user plugdev (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup -S netdev addgroup: group 'netdev' in use (1274796) [20:09:41] (rootfs_tablet-x64uefi) % addgroup user netdev (1274796) [20:09:41] 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 (1274796) [20:09:42] (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) (1274796) [20:09:42] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1274796) [20:09:42] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1274796) [20:09:42] linux-firmware-any: picked provider(s) with higest priority 1: linux-firmware (1274796) [20:09:43] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1274796) [20:09:44] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1274796) [20:09:45] (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 (1274796) [20:09:45] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:09:45] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1274796) [20:09:45] (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 (1274796) [20:09:45] New background process: pid=1276642, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/798) Installing icu-data-full (72.1-r1) (2/798) Installing dbus-libs (1.14.4-r0) (3/798) Installing libgcc (12.2.1_git20220924-r4) (4/798) Installing libffi (3.4.4-r0) (5/798) Installing libintl (0.21.1-r1) (6/798) Installing libblkid (2.38.1-r0) (7/798) Installing libmount (2.38.1-r0) (8/798) Installing pcre2 (10.40-r0) (9/798) Installing glib (2.74.1-r2) (10/798) Installing libstdc++ (12.2.1_git20220924-r4) (11/798) Installing icu-libs (72.1-r1) (12/798) Installing libpcre2-16 (10.40-r0) (13/798) Installing zstd-libs (1.5.2-r9) (14/798) Installing qt5-qtbase (5.15.6_git20221010-r0) (15/798) Installing hicolor-icon-theme (0.17-r2) (16/798) Installing libmagic (5.43-r0) (17/798) Installing file (5.43-r0) (18/798) Installing libxau (1.0.10-r0) (19/798) Installing libmd (1.0.4-r0) (20/798) Installing libbsd (0.11.7-r0) (21/798) Installing libxdmcp (1.1.3-r1) (22/798) Installing libxcb (1.15-r0) (23/798) Installing libx11 (1.8.2-r0) (24/798) Installing libxext (1.3.5-r0) (25/798) Installing libice (1.0.10-r1) (26/798) Installing libuuid (2.38.1-r0) (27/798) Installing libsm (1.2.3-r1) (28/798) Installing libxt (1.2.1-r0) (29/798) Installing libxmu (1.1.4-r0) (30/798) Installing xset (1.2.4-r1) (31/798) Installing xprop (1.2.5-r1) (32/798) Installing xdg-utils (1.1.3-r4) (33/798) Installing mesa (22.2.4-r0) (34/798) Installing hwdata-pci (0.364-r0) (35/798) Installing libpciaccess (0.17-r0) (36/798) Installing libdrm (2.4.114-r0) (37/798) Installing libexpat (2.5.0-r0) (38/798) Installing wayland-libs-server (1.21.0-r1) (39/798) Installing libxfixes (6.0.0-r0) (40/798) Installing libxxf86vm (1.1.5-r0) (41/798) Installing mesa-glapi (22.2.4-r0) (42/798) Installing libxshmfence (1.3.1-r0) (43/798) Installing mesa-gl (22.2.4-r0) (44/798) Installing qt5-qtdeclarative (5.15.6_git20220908-r0) (45/798) Installing libxcomposite (0.4.5-r1) (46/798) Installing brotli-libs (1.0.9-r9) (47/798) Installing libbz2 (1.0.8-r4) (48/798) Installing libpng (1.6.38-r0) (49/798) Installing freetype (2.12.1-r0) (50/798) Installing fontconfig (2.14.1-r0) (51/798) Installing wayland-libs-client (1.21.0-r1) (52/798) Installing wayland-libs-cursor (1.21.0-r1) (53/798) Installing wayland-libs-egl (1.21.0-r1) (54/798) Installing xkeyboard-config (2.37-r0) (55/798) Installing xz-libs (5.2.8-r0) (56/798) Installing libxml2 (2.10.3-r1) (57/798) Installing libxkbcommon (1.4.1-r0) (58/798) Installing qt5-qtwayland (5.15.6_git20220927-r1) (59/798) Installing mesa-gbm (22.2.4-r0) (60/798) Installing mesa-egl (22.2.4-r0) (61/798) Installing avahi-libs (0.8-r6) (62/798) Installing gmp (6.2.1-r2) (63/798) Installing nettle (3.8.1-r0) (64/798) Installing p11-kit (0.24.1-r1) (65/798) Installing libtasn1 (4.19.0-r0) (66/798) Installing libunistring (1.1-r0) (67/798) Installing gnutls (3.7.8-r2) (68/798) Installing cups-libs (2.4.2-r1) (69/798) Installing pkgconf (1.9.3-r0) (70/798) Installing shared-mime-info (2.2-r2) (71/798) Installing libjpeg-turbo (2.1.4-r0) (72/798) Installing libwebp (1.2.4-r1) (73/798) Installing tiff (4.4.0-r1) (74/798) Installing gdk-pixbuf (2.42.10-r0) (75/798) Installing gtk-update-icon-cache (3.24.34-r7) (76/798) Installing libxrender (0.9.11-r0) (77/798) Installing libxcursor (1.2.1-r1) (78/798) Installing libxdamage (1.1.5-r1) (79/798) Installing libxi (1.8-r0) (80/798) Installing libxinerama (1.1.5-r0) (81/798) Installing libxrandr (1.5.2-r1) (82/798) Installing libatk-1.0 (2.46.0-r0) (83/798) Installing libxtst (1.2.4-r0) (84/798) Installing at-spi2-core (2.46.0-r0) (85/798) Installing libatk-bridge-2.0 (2.46.0-r0) (86/798) Installing pixman (0.42.2-r0) (87/798) Installing cairo (1.17.6-r3) (88/798) Installing cairo-gobject (1.17.6-r3) (89/798) Installing libepoxy (1.5.10-r0) (90/798) Installing fribidi (1.0.12-r0) (91/798) Installing graphite2 (1.3.14-r2) (92/798) Installing harfbuzz (5.3.1-r1) (93/798) Installing libxft (2.3.7-r0) (94/798) Installing pango (1.50.11-r0) (95/798) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (96/798) Installing libevdev (1.13.0-r0) (97/798) Installing mtdev (1.1.6-r1) (98/798) Installing eudev-libs (3.2.11-r3) (99/798) Installing libinput-libs (1.21.0-r0) (100/798) Installing xcb-util-wm (0.4.2-r0) (101/798) Installing xcb-util (0.4.0-r3) (102/798) Installing xcb-util-image (0.4.1-r0) (103/798) Installing xcb-util-keysyms (0.4.1-r0) (104/798) Installing xcb-util-renderutil (0.3.10-r0) (105/798) Installing libxkbcommon-x11 (1.4.1-r0) (106/798) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0) (107/798) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0) (108/798) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0) (109/798) Installing kirigami2-libs (5.100.0-r1) (110/798) Installing kirigami2 (5.100.0-r1) (111/798) Installing kactivities-libs (5.100.0-r0) (112/798) Installing karchive (5.100.0-r0) (113/798) Installing kconfig (5.100.0-r0) (114/798) Installing kcoreaddons (5.100.0-r0) (115/798) Installing qt5-qtx11extras (5.15.6_git20220816-r0) (116/798) Installing kwindowsystem (5.100.0-r0) (117/798) Installing kcrash (5.100.0-r0) (118/798) Installing kdbusaddons (5.100.0-r0) (119/798) Installing kglobalaccel (5.100.0-r0) (120/798) Installing kguiaddons (5.100.0-r0) (121/798) Installing ki18n (5.100.0-r0) (122/798) Installing libelogind (246.10-r5) (123/798) Installing polkit-elogind-libs (122-r0) (124/798) Installing polkit-qt-1 (0.114.0-r1) (125/798) Installing kauth (5.100.0-r0) (126/798) Installing kcodecs (5.100.0-r0) (127/798) Installing kwidgetsaddons (5.100.0-r0) (128/798) Installing kconfigwidgets (5.100.0-r0) (129/798) Installing qt5-qtsvg (5.15.6_git20220908-r0) (130/798) Installing kiconthemes (5.100.0-r0) (131/798) Installing kitemviews (5.100.0-r0) (132/798) Installing kxmlgui (5.100.0-r0) (133/798) Installing kbookmarks (5.100.0-r0) (134/798) Installing kcompletion (5.100.0-r0) (135/798) Installing libxml2-utils (2.10.3-r1) (136/798) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (137/798) Installing libgpg-error (1.46-r1) (138/798) Installing libgcrypt (1.10.1-r0) (139/798) Installing libxslt (1.1.37-r0) (140/798) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (141/798) Installing kdoctools (5.100.0-r0) (142/798) Installing kjobwidgets (5.100.0-r0) (143/798) Installing alsa-lib (1.2.8-r0) (144/798) Installing libxv (1.0.11-r3) (145/798) Installing cdparanoia-libs (10.2-r11) (146/798) Installing graphene (1.10.8-r1) (147/798) Installing gstreamer (1.20.4-r0) (148/798) Installing libogg (1.3.5-r1) (149/798) Installing opus (1.3.1-r1) (150/798) Installing orc (0.4.33-r0) (151/798) Installing libtheora (1.1.1-r16) (152/798) Installing libvorbis (1.3.7-r0) (153/798) Installing gst-plugins-base (1.20.4-r0) (154/798) Installing qt5-qtmultimedia (5.15.6_git20220907-r0) (155/798) Installing qt5-qtspeech (5.15.6_git20220907-r0) (156/798) Installing sound-theme-freedesktop (0.8-r0) (157/798) Installing libltdl (2.4.7-r0) (158/798) Installing libcanberra (0.30-r9) (159/798) Installing libcanberra-gstreamer (0.30-r9) (160/798) Installing knotifications (5.100.0-r0) (161/798) Installing kservice (5.100.0-r0) (162/798) Installing solid-libs (5.100.0-r0) (163/798) Installing libhunspell (1.7.1-r0) (164/798) Installing ncurses-terminfo-base (6.3_p20221112-r0) (165/798) Installing ncurses-libs (6.3_p20221112-r0) (166/798) Installing readline (8.2.0-r0) (167/798) Installing hunspell (1.7.1-r0) (168/798) Installing sonnet (5.100.0-r0) (169/798) Installing ktextwidgets (5.100.0-r0) (170/798) Installing kio (5.100.0-r0) (171/798) Installing kpackage (5.100.0-r0) (172/798) Installing kdeclarative (5.100.0-r0) (173/798) Installing kwayland (5.100.0-r0) (174/798) Installing plasma-framework (5.100.0-r0) (175/798) Installing sqlite-libs (3.40.0-r0) (176/798) Installing libaccounts-glib (1.26-r0) (177/798) Installing libaccounts-qt (1.16-r1) (178/798) Installing signond (8.61-r0) (179/798) Installing accounts-qml-module (0.7_git20190605-r1) (180/798) Installing qt5-qtwebchannel (5.15.6_git20220907-r0) (181/798) Installing sdl2 (2.24.2-r0) (182/798) Installing svt-av1-libs (1.3.0-r0) (183/798) Installing aom-libs (3.5.0-r0) (184/798) Installing libass (0.16.0-r0) (185/798) Installing libdav1d (1.0.0-r2) (186/798) Installing lame (3.100-r2) (187/798) Installing libasyncns (0.8-r1) (188/798) Installing flac-libs (1.4.2-r0) (189/798) Installing libsndfile (1.1.0-r2) (190/798) Installing libgomp (12.2.1_git20220924-r4) (191/798) Installing soxr (0.1.3-r3) (192/798) Installing speexdsp (1.2.1-r0) (193/798) Installing tdb-libs (1.4.7-r0) (194/798) Installing libpulse (9999_git20220528-r0) (195/798) Installing cjson (1.7.15-r3) (196/798) Installing mbedtls (2.28.1-r0) (197/798) Installing librist (0.2.7-r0) (198/798) Installing libsrt (1.5.1-r0) (199/798) Installing libssh (0.10.4-r0) (200/798) Installing v4l-utils-libs (1.22.1-r2) (201/798) Installing libva (2.16.0-r0) (202/798) Installing libvdpau (1.5-r0) (203/798) Installing vidstab (1.1.0-r2) (204/798) Installing libvpx (1.12.0-r1) (205/798) Installing x264-libs (0.164_git20220602-r0) (206/798) Installing numactl (2.0.16-r0) (207/798) Installing x265-libs (3.5-r3) (208/798) Installing xvidcore (1.3.7-r1) (209/798) Installing libsodium (1.0.18-r2) (210/798) Installing libzmq (4.3.4-r1) (211/798) Installing ffmpeg-libs (5.1.2-r1) (212/798) Installing libevent (2.1.12-r5) (213/798) Installing nspr (4.35-r0) (214/798) Installing nss (3.85-r0) (215/798) Installing re2 (2022.06.01-r1) (216/798) Installing snappy (1.1.9-r4) (217/798) Installing qt5-qtwebengine (5.15.11-r4) (218/798) Installing libnotify (0.8.1-r1) (219/798) Installing libproxy (0.4.18-r1) (220/798) Installing signon-ui (0.17_git20171023-r2) (221/798) Installing libassuan (2.5.5-r1) (222/798) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (223/798) Installing gnupg-gpgconf (2.2.40-r0) (224/798) Installing gpg (2.2.40-r0) (225/798) Installing npth (1.6-r2) (226/798) Installing gpg-agent (2.2.40-r0) (227/798) Installing libksba (1.6.2-r0) (228/798) Installing gpgsm (2.2.40-r0) (229/798) Installing gpgme (1.18.0-r0) (230/798) Installing gpgmepp (1.18.0-r0) (231/798) Installing gdbm (1.23-r0) (232/798) Installing libsasl (2.1.28-r3) (233/798) Installing libqca (2.3.4-r2) (234/798) Installing kwallet (5.100.0-r0) (235/798) Installing kaccounts-integration (22.08.3-r0) (236/798) Installing purpose (5.100.0-r0) (237/798) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0) (238/798) Installing qt5-qtfeedback (0_git20180903-r0) (239/798) Installing angelfish (22.09-r0) (240/798) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (241/798) Installing gtk-engines-clearlooks (2.21.0-r3) (242/798) Installing gtk-engines-crux (2.21.0-r3) (243/798) Installing gtk-engines-industrial (2.21.0-r3) (244/798) Installing gtk-engines-mist (2.21.0-r3) (245/798) Installing gtk-engines-redmond (2.21.0-r3) (246/798) Installing gtk-engines-thinice (2.21.0-r3) (247/798) Installing gtk-engines (2.21.0-r3) (248/798) Installing breeze-gtk (5.26.3-r0) (249/798) Installing udev-init-scripts (35-r1) (250/798) Installing udev-init-scripts-openrc (35-r1) (251/798) Installing kmod-libs (30-r1) (252/798) Installing eudev (3.2.11-r3) (253/798) Installing eudev-openrc (3.2.11-r3) (254/798) Installing openssh-keygen (9.1_p1-r1) (255/798) Installing libedit (20221030.3.1-r0) (256/798) Installing openssh-client-common (9.1_p1-r1) (257/798) Installing openssh-client-default (9.1_p1-r1) (258/798) Installing openssh-sftp-server (9.1_p1-r1) (259/798) Installing openssh-server-common (9.1_p1-r1) (260/798) Installing openssh-server (9.1_p1-r1) (261/798) Installing openssh (9.1_p1-r1) (262/798) Installing boot-deploy (0.6.1-r0) (263/798) Installing busybox-extras (1.35.0-r28) Executing busybox-extras-1.35.0-r28.post-install (264/798) Installing lzo (2.10-r3) (265/798) Installing btrfs-progs (6.0.1-r0) (266/798) Installing bzip2 (1.0.8-r4) (267/798) Installing argon2-libs (20190702-r2) (268/798) Installing device-mapper-libs (2.03.17-r1) (269/798) Installing json-c (0.16-r0) (270/798) Installing cryptsetup-libs (2.5.0-r2) (271/798) Installing popt (1.19-r0) (272/798) Installing cryptsetup (2.5.0-r2) (273/798) Installing cryptsetup-openrc (2.5.0-r2) (274/798) Installing libaio (0.3.113-r0) (275/798) Installing device-mapper-event-libs (2.03.17-r1) (276/798) Installing lvm2-libs (2.03.17-r1) (277/798) Installing device-mapper (2.03.17-r1) (278/798) Installing device-mapper-udev (2.03.17-r1) Executing device-mapper-udev-2.03.17-r1.post-install (279/798) Installing libcom_err (1.46.5-r4) (280/798) Installing e2fsprogs-libs (1.46.5-r4) (281/798) Installing e2fsprogs (1.46.5-r4) (282/798) Installing e2fsprogs-extra (1.46.5-r4) (283/798) Installing f2fs-tools-libs (1.15.0-r0) (284/798) Installing f2fs-tools (1.15.0-r0) (285/798) Installing lz4 (1.9.4-r1) (286/798) Installing userspace-rcu (0.13.2-r0) (287/798) Installing multipath-tools (0.9.3-r1) (288/798) Installing multipath-tools-openrc (0.9.3-r1) (289/798) Installing parted (3.5-r0) (290/798) Installing postmarketos-mvcfg (1-r0) (291/798) Installing postmarketos-keys (1-r0) (292/798) Installing sudo (1.9.12_p1-r1) (293/798) Installing postmarketos-base-nofde (23-r1) (294/798) Installing unudhcpd (0.2.1-r0) (295/798) Installing xz (5.2.8-r0) (296/798) Installing postmarketos-mkinitfs (1.5.1-r1) (297/798) Installing postmarketos-base (23-r1) Executing postmarketos-base-23-r1.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (298/798) Installing llvm15-libs (15.0.5-r0) (299/798) Installing musl-fts (1.2.7-r3) (300/798) Installing libelf (0.187-r2) (301/798) Installing mesa-dri-gallium (22.2.4-r0) (302/798) Installing postmarketos-base-mesa (23-r1) (303/798) Installing device-tablet-x64uefi (0.4-r0) (304/798) Installing linux-firmware-yamaha (20221109-r0) (305/798) Installing linux-firmware-yam (20221109-r0) (306/798) Installing linux-firmware-wfx (20221109-r0) (307/798) Installing linux-firmware-vxge (20221109-r0) (308/798) Installing linux-firmware-vicam (20221109-r0) (309/798) Installing linux-firmware-ueagle-atm (20221109-r0) (310/798) Installing linux-firmware-ttusb-budget (20221109-r0) (311/798) Installing linux-firmware-tigon (20221109-r0) (312/798) Installing linux-firmware-ti-keystone (20221109-r0) (313/798) Installing linux-firmware-ti-connectivity (20221109-r0) (314/798) Installing linux-firmware-ti (20221109-r0) (315/798) Installing linux-firmware-tehuti (20221109-r0) (316/798) Installing linux-firmware-sxg (20221109-r0) (317/798) Installing linux-firmware-sun (20221109-r0) (318/798) Installing linux-firmware-slicoss (20221109-r0) (319/798) Installing linux-firmware-sb16 (20221109-r0) (320/798) Installing linux-firmware-rtw89 (20221109-r0) (321/798) Installing linux-firmware-rtw88 (20221109-r0) (322/798) Installing linux-firmware-rtlwifi (20221109-r0) (323/798) Installing linux-firmware-rtl_nic (20221109-r0) (324/798) Installing linux-firmware-rtl_bt (20221109-r0) (325/798) Installing linux-firmware-rtl8192e (20221109-r0) (326/798) Installing linux-firmware-rsi (20221109-r0) (327/798) Installing linux-firmware-rockchip (20221109-r0) (328/798) Installing linux-firmware-radeon (20221109-r0) (329/798) Installing linux-firmware-r128 (20221109-r0) (330/798) Installing linux-firmware-qlogic (20221109-r0) (331/798) Installing linux-firmware-qed (20221109-r0) (332/798) Installing linux-firmware-ath10k (20221109-r0) (333/798) Installing linux-firmware-qcom (20221109-r0) (334/798) Installing linux-firmware-qca (20221109-r0) (335/798) Installing linux-firmware-ositech (20221109-r0) (336/798) Installing linux-firmware-nvidia (20221109-r0) (337/798) Installing linux-firmware-netronome (20221109-r0) (338/798) Installing linux-firmware-myricom (20221109-r0) (339/798) Installing linux-firmware-mwlwifi (20221109-r0) (340/798) Installing linux-firmware-mwl8k (20221109-r0) (341/798) Installing linux-firmware-mrvl (20221109-r0) (342/798) Installing linux-firmware-moxa (20221109-r0) (343/798) Installing linux-firmware-microchip (20221109-r0) (344/798) Installing linux-firmware-meson (20221109-r0) (345/798) Installing linux-firmware-mellanox (20221109-r0) (346/798) Installing linux-firmware-mediatek (20221109-r0) (347/798) Installing linux-firmware-matrox (20221109-r0) (348/798) Installing linux-firmware-liquidio (20221109-r0) (349/798) Installing linux-firmware-libertas (20221109-r0) (350/798) Installing linux-firmware-korg (20221109-r0) (351/798) Installing linux-firmware-keyspan_pda (20221109-r0) (352/798) Installing linux-firmware-keyspan (20221109-r0) (353/798) Installing linux-firmware-kaweth (20221109-r0) (354/798) Installing linux-firmware-isci (20221109-r0) (355/798) Installing linux-firmware-intel (20221109-r0) (356/798) Installing linux-firmware-inside-secure (20221109-r0) (357/798) Installing linux-firmware-imx (20221109-r0) (358/798) Installing linux-firmware-i915 (20221109-r0) (359/798) Installing linux-firmware-go7007 (20221109-r0) (360/798) Installing linux-firmware-ess (20221109-r0) (361/798) Installing linux-firmware-ene-ub6250 (20221109-r0) (362/798) Installing linux-firmware-emi62 (20221109-r0) (363/798) Installing linux-firmware-emi26 (20221109-r0) (364/798) Installing linux-firmware-edgeport (20221109-r0) (365/798) Installing linux-firmware-e100 (20221109-r0) (366/798) Installing linux-firmware-dsp56k (20221109-r0) (367/798) Installing linux-firmware-dpaa2 (20221109-r0) (368/798) Installing linux-firmware-dabusb (20221109-r0) (369/798) Installing linux-firmware-cypress (20221109-r0) (370/798) Installing linux-firmware-cxgb4 (20221109-r0) (371/798) Installing linux-firmware-cxgb3 (20221109-r0) (372/798) Installing linux-firmware-cpia2 (20221109-r0) (373/798) Installing linux-firmware-cnm (20221109-r0) (374/798) Installing linux-firmware-cis (20221109-r0) (375/798) Installing linux-firmware-cirrus (20221109-r0) (376/798) Installing linux-firmware-cavium (20221109-r0) (377/798) Installing linux-firmware-cadence (20221109-r0) (378/798) Installing linux-firmware-brcm (20221109-r0) (379/798) Installing linux-firmware-bnx2x (20221109-r0) (380/798) Installing linux-firmware-bnx2 (20221109-r0) (381/798) Installing linux-firmware-av7110 (20221109-r0) (382/798) Installing linux-firmware-atusb (20221109-r0) (383/798) Installing linux-firmware-atmel (20221109-r0) (384/798) Installing linux-firmware-ath9k_htc (20221109-r0) (385/798) Installing linux-firmware-ath6k (20221109-r0) (386/798) Installing linux-firmware-ath11k (20221109-r0) (387/798) Installing linux-firmware-ar3k (20221109-r0) (388/798) Installing linux-firmware-amphion (20221109-r0) (389/798) Installing linux-firmware-amdgpu (20221109-r0) (390/798) Installing linux-firmware-amd-ucode (20221109-r0) (391/798) Installing linux-firmware-amd (20221109-r0) (392/798) Installing linux-firmware-advansys (20221109-r0) (393/798) Installing linux-firmware-adaptec (20221109-r0) (394/798) Installing linux-firmware-acenic (20221109-r0) (395/798) Installing linux-firmware-3com (20221109-r0) (396/798) Installing linux-firmware-other (20221109-r0) (397/798) Installing linux-firmware (20221109-r0) (398/798) Installing linux-edge (6.0.9-r0) (399/798) Installing device-tablet-x64uefi-kernel-edge (0.4-r0) (400/798) Installing ca-certificates (20220614-r2) (401/798) Installing nghttp2-libs (1.51.0-r0) (402/798) Installing libcurl (7.86.0-r1) (403/798) Installing libxmlb (0.3.10-r0) (404/798) Installing yaml (0.2.5-r0) (405/798) Installing appstream (0.15.5-r1) Executing appstream-0.15.5-r1.post-install ✔ Metadata cache was updated successfully. (406/798) Installing appstream-qt (0.15.5-r1) (407/798) Installing attica (5.100.0-r0) (408/798) Installing kidletime (5.100.0-r0) (409/798) Installing knewstuff (5.100.0-r0) (410/798) Installing discover (5.26.3-r0) (411/798) Installing libapk-qt (0.4.2-r0) (412/798) Installing discover-backend-apk (5.26.3-r0) (413/798) Installing font-droid-nonlatin (20200215-r2) (414/798) Installing font-noto-common (0_git20211101-r6) (415/798) Installing font-noto-math (0_git20211101-r6) (416/798) Installing font-noto-symbols (0_git20211101-r6) (417/798) Installing font-noto (0_git20211101-r6) (418/798) Installing font-noto-emoji (2.038-r0) (419/798) Installing font-noto-extra (0_git20211101-r6) (420/798) Installing mauiman (1.0.0-r0) (421/798) Installing mauikit (2.2.0-r0) (422/798) Installing exiv2 (0.27.5-r1) (423/798) Installing mauikit-imagetools (2.2.0-r0) (424/798) Installing mauikit-filebrowsing (2.2.0-r0) (425/798) Installing index (2.2.0-r0) (426/798) Installing signon-plugin-oauth2 (0.25-r0) (427/798) Installing kaccounts-providers (22.08.3-r0) (428/798) Installing kirigami-addons (0.5-r0) (429/798) Installing kclock (22.09-r0) (430/798) Installing gsettings-desktop-schemas (43.0-r0) (431/798) Installing kdecoration (5.26.3-r0) (432/798) Installing kde-gtk-config (5.26.3-r0) (433/798) Installing kirigami-gallery (22.08.3-r0) (434/798) Installing kquickimageeditor (0.2.0-r1) (435/798) Installing taglib (1.13-r0) (436/798) Installing kfilemetadata (5.100.0-r0) (437/798) Installing qt5-qtlocation (5.15.6_git20220907-r1) (438/798) Installing koko (22.09-r0) (439/798) Installing kasync (0.3.0-r2) (440/798) Installing gpg-wks-server (2.2.40-r0) (441/798) Installing gpgv (2.2.40-r0) (442/798) Installing libldap (2.6.3-r6) (443/798) Installing gnupg-dirmngr (2.2.40-r0) (444/798) Installing gnupg-utils (2.2.40-r0) (445/798) Installing gnupg-wks-client (2.2.40-r0) (446/798) Installing gnupg (2.2.40-r0) (447/798) Installing iso-codes (4.12.0-r0) (448/798) Installing kcontacts (5.100.0-r0) (449/798) Installing kpeople (5.100.0-r0) (450/798) Installing libical (3.0.16-r1) (451/798) Installing kcalendarcore (5.100.0-r0) (452/798) Installing kmime (22.08.3-r0) (453/798) Installing kimap2 (0.4.0-r1) (454/798) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0) (455/798) Installing kdav2 (0.4.0-r1) (456/798) Installing lmdb (0.9.29-r2) (457/798) Installing libxapian (1.4.21-r0) (458/798) Installing sink (0.9.0-r3) (459/798) Installing kpeoplesink (0_git20210224-r1) (460/798) Installing kpeoplevcard (0.1-r2) (461/798) Installing libraw (0.20.2-r1) (462/798) Installing libraw-tools (0.20.2-r1) (463/798) Installing lcms2 (2.14-r0) (464/798) Installing imagemagick-libs (7.1.0.52-r0) (465/798) Installing jbig2dec (0.19-r1) (466/798) Installing ghostscript (10.0.0-r0) (467/798) Installing libde265 (1.0.9-r0) (468/798) Installing libheif (1.13.0-r0) (469/798) Installing libjxl (0.7.0-r0) (470/798) Installing librsvg (2.55.1-r0) (471/798) Installing imagemagick (7.1.0.52-r0) (472/798) Installing perl (5.36.0-r0) (473/798) Installing perl-image-exiftool (12.50-r0) (474/798) Installing exiftool (12.50-r0) (475/798) Installing tzdata (2022f-r1) (476/798) Installing openexr (3.1.5-r3) (477/798) Installing soundtouch (2.3.2-r1) (478/798) Installing libraw1394 (2.1.2-r3) (479/798) Installing libusb (1.0.26-r0) (480/798) Installing libdc1394 (2.2.6-r1) (481/798) Installing tslib (1.22-r1) (482/798) Installing directfb (1.7.7-r5) (483/798) Installing faac (1.30-r2) (484/798) Installing fdk-aac (2.0.2-r1) (485/798) Installing flite (2.2-r1) (486/798) Installing libsamplerate (0.2.2-r0) (487/798) Installing jack (1.9.21-r0) (488/798) Installing portaudio (19.7.0-r0) (489/798) Installing fluidsynth-libs (2.3.0-r0) (490/798) Installing libfreeaptx (0.1.1-r1) (491/798) Installing gsm (1.0.22-r1) (492/798) Installing libgudev (237-r1) (493/798) Installing libldac (2.0.2.3-r0) (494/798) Installing libmodplug (0.8.9.0-r2) (495/798) Installing neon (0.32.4-r0) (496/798) Installing libnice (0.1.19-r0) (497/798) Installing openal-soft (1.22.2-r2) (498/798) Installing openjpeg (2.5.0-r0) (499/798) Installing librtmp (2.4_git20190330-r2) (500/798) Installing sbc (2.0-r0) (501/798) Installing spandsp (0.0.6-r2) (502/798) Installing libsrtp (2.4.2-r3) (503/798) Installing vo-aacenc (0.1.3-r0) (504/798) Installing vo-amrwbenc (0.1.3-r0) (505/798) Installing libzbar (0.23.92-r1) (506/798) Installing gst-plugins-bad (1.20.4-r2) (507/798) Installing gtk4.0 (4.8.2-r0) Executing gtk4.0-4.8.2-r0.post-install (508/798) Installing megapixels (1.5.2-r0) (509/798) Installing mesa-gles (22.2.4-r0) (510/798) Installing encodings (1.0.6-r0) (511/798) Installing libfontenc (1.1.6-r0) (512/798) Installing mkfontscale (1.2.2-r1) (513/798) Installing font-dejavu (2.37-r3) (514/798) Installing sdl2_ttf (2.20.1-r0) (515/798) Installing osk-sdl (0.67.1-r1) (516/798) Installing kcmutils (5.100.0-r0) (517/798) Installing frameworkintegration (5.100.0-r0) (518/798) Installing oxygen (5.26.3-r0) (519/798) Installing modemmanager-qt (5.100.0-r0) (520/798) Installing callaudiod-libs (0.1.4-r0) (521/798) Installing abseil-cpp (20220623.1-r1) (522/798) Installing boost1.80-thread (1.80.0-r3) (523/798) Installing libprotobuf (3.21.9-r0) (524/798) Installing libphonenumber (8.13.0-r0) (525/798) Installing plasma-dialer (22.09-r0) (526/798) Installing plasma-mobile-sounds (0.1-r1) (527/798) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0) (528/798) Installing plasma-phonebook (22.09-r0) (529/798) Installing postmarketos-artwork-wallpapers (2-r1) (530/798) Installing postmarketos-hidden-desktop-entries (2.2-r1) (531/798) Installing dbus (1.14.4-r0) Executing dbus-1.14.4-r0.pre-install Executing dbus-1.14.4-r0.post-install (532/798) Installing dbus-openrc (1.14.4-r0) (533/798) Installing bluez (5.66-r1) (534/798) Installing bluez-openrc (5.66-r1) (535/798) Installing bluez-obexd (5.66-r1) (536/798) Installing kded (5.100.0-r0) (537/798) Installing bluez-qt (5.100.0-r0) (538/798) Installing bluedevil (5.26.3-r0) (539/798) Installing breeze (5.26.3-r0) (540/798) Installing libpulse-mainloop-glib (9999_git20220528-r0) (541/798) Installing callaudiod (0.1.4-r0) (542/798) Installing dnsmasq-common (2.87-r0) (543/798) Installing dnsmasq-openrc (2.87-r0) (544/798) Installing dnsmasq (2.87-r0) Executing dnsmasq-2.87-r0.pre-install (545/798) Installing linux-pam (1.5.2-r1) (546/798) Installing shadow (4.13-r0) (547/798) Installing libacl (2.3.1-r1) (548/798) Installing elogind (246.10-r5) (549/798) Installing elogind-openrc (246.10-r5) (550/798) Installing hfd-service (0.1.0-r1) (551/798) Installing hfd-service-openrc (0.1.0-r1) (552/798) Installing iio-sensor-proxy (3.4-r0) (553/798) Installing iio-sensor-proxy-openrc (3.4-r0) (554/798) Installing libkscreen (5.26.3-r0) (555/798) Installing layer-shell-qt (5.26.3-r0) (556/798) Installing qt5-qtsensors (5.15.6_git20220816-r0) (557/798) Installing kscreen (5.26.3-r0) (558/798) Installing socat (1.7.4.4-r0) (559/798) Installing kwallet-pam (5.26.3-r0) (560/798) Installing kwayland-integration (5.26.3-r0) (561/798) Installing polkit-common (122-r0) Executing polkit-common-122-r0.pre-install (562/798) Installing duktape (2.7.0-r0) (563/798) Installing polkit-elogind (122-r0) (564/798) Installing libmm-glib (1.20.2-r0) (565/798) Installing libmbim (1.28.2-r0) (566/798) Installing libqrtr-glib (1.2.2-r0) (567/798) Installing libqmi (1.32.2-r0) (568/798) Installing modemmanager (1.20.2-r0) (569/798) Installing modemmanager-openrc (1.20.2-r0) (570/798) Installing libnm (1.40.2-r0) (571/798) Installing networkmanager-common (1.40.2-r0) (572/798) Installing networkmanager-openrc (1.40.2-r0) (573/798) Installing libmnl (1.0.5-r0) (574/798) Installing libnftnl (1.2.4-r0) (575/798) Installing iptables (1.8.8-r2) (576/798) Installing iptables-openrc (1.8.8-r2) (577/798) Installing libndp (1.8-r1) (578/798) Installing libidn2 (2.3.4-r0) (579/798) Installing libpsl (0.21.1-r1) (580/798) Installing networkmanager (1.40.2-r0) Executing networkmanager-1.40.2-r0.pre-install Executing networkmanager-1.40.2-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-<name>. * (581/798) Installing networkmanager-cli (1.40.2-r0) (582/798) Installing pcre (8.45-r2) (583/798) Installing slang (2.3.3-r0) (584/798) Installing newt (0.52.21-r4) (585/798) Installing networkmanager-tui (1.40.2-r0) (586/798) Installing wireless-regdb (2022.08.12-r0) (587/798) Installing networkmanager-wifi (1.40.2-r0) Executing networkmanager-wifi-1.40.2-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add <name>; * rc-service <name> start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (588/798) Installing mobile-broadband-provider-info (20221107-r0) (589/798) Installing networkmanager-wwan (1.40.2-r0) (590/798) Installing libunwind (1.6.2-r0) (591/798) Installing libcamera (0.0.1-r1) (592/798) Installing pipewire-libs (0.3.60-r2) (593/798) Installing libuv (1.44.2-r0) (594/798) Installing roc-toolkit-libs (0.1.5-r2) (595/798) Installing webrtc-audio-processing (0.3.1-r6) (596/798) Installing pipewire (0.3.60-r2) (597/798) Installing breeze-icons (5.100.0-r0) (598/798) Installing dbus-x11 (1.14.4-r0) (599/798) Installing kactivities (5.100.0-r0) (600/798) Installing kpipewire (5.26.3-r0) (601/798) Installing dconf (0.40.0-r2) (602/798) Installing anthy (9100h-r2) (603/798) Installing maliit-framework (2.3.0-r1) (604/798) Installing kyotocabinet (1.2.79-r3) (605/798) Installing libpinyin (2.7.92-r0) (606/798) Installing tinyxml (2.6.2-r1) (607/798) Installing presage (0.9.1-r2) (608/798) Installing maliit-keyboard (2.3.1-r1) (609/798) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0) (610/798) Installing plasma-nano (5.26.3-r0) (611/798) Installing networkmanager-qt (5.100.0-r0) (612/798) Installing plasma-nm (5.26.3-r0) (613/798) Installing plasma-nm-mobile (5.26.3-r0) (614/798) Installing fftw-single-libs (3.3.10-r1) (615/798) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (616/798) Installing pulseaudio-bluez (9999_git20220528-r0) (617/798) Installing pulseaudio-alsa (9999_git20220528-r0) (618/798) Installing alsa-utils-openrc (1.2.8-r0) (619/798) Installing pulseaudio-openrc (9999_git20220528-r0) (620/798) Installing libcanberra-pulse (0.30-r9) (621/798) Installing plasma-pa (5.26.3-r0) (622/798) Installing libdaemon (0.14-r3) (623/798) Installing openrc-settingsd (1.1.0-r0) (624/798) Installing openrc-settingsd-openrc (1.1.0-r0) (625/798) Installing plasma-settings (22.09-r1) (626/798) Installing kactivitymanagerd (5.26.3-r0) (627/798) Installing kinit (5.100.0-r0) (628/798) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (629/798) Installing kdnssd (5.100.0-r0) (630/798) Installing syntax-highlighting (5.100.0-r0) (631/798) Installing kdsoap (2.1.1-r0) (632/798) Installing libmtp (1.1.20-r2) (633/798) Installing clang15-libclang (15.0.5-r0) (634/798) Installing qt5-qttools (5.15.6_git20220907-r1) (635/798) Installing phonon (4.11.1-r3) (636/798) Installing talloc (2.3.4-r0) (637/798) Installing tevent (0.13.0-r0) (638/798) Installing samba-util-libs (4.16.7-r0) (639/798) Installing jansson (2.14-r0) (640/798) Installing ldb (2.5.2-r0) (641/798) Installing libwbclient (4.16.7-r0) (642/798) Installing samba-libs (4.16.7-r0) (643/798) Installing libsmbclient (4.16.7-r0) (644/798) Installing kio-extras (22.08.3-r0) (645/798) Installing kquickcharts (5.100.0-r0) (646/798) Installing xorg-server-common (21.1.4-r1) (647/798) Installing libxkbfile (1.1.1-r0) (648/798) Installing xkbcomp (1.4.5-r1) (649/798) Installing libxfont2 (2.0.6-r0) (650/798) Installing libtirpc-conf (1.3.3-r0) (651/798) Installing libtirpc-nokrb (1.3.3-r0) (652/798) Installing libxcvt (0.1.2-r0) (653/798) Installing xwayland (22.1.5-r0) (654/798) Installing kscreenlocker (5.26.3-r0) (655/798) Installing libqaccessibilityclient (0.4.1-r1) (656/798) Installing xcb-util-cursor (0.1.4-r0) (657/798) Installing kwin (5.26.2.1-r0) (658/798) Installing kitemmodels (5.100.0-r0) (659/798) Installing threadweaver (5.100.0-r0) (660/798) Installing krunner (5.100.0-r0) (661/798) Installing milou (5.26.3-r0) (662/798) Installing pipewire-media-session (0.4.1-r0) (663/798) Installing font-hack (3.003-r3) (664/798) Installing qqc2-desktop-style (5.100.0-r0) (665/798) Installing plasma-integration (5.26.3-r0) (666/798) Installing qtchooser (66-r2) (667/798) Installing plasma-workspace-libs (5.26.3-r0) (668/798) Installing kactivities-stats (5.100.0-r0) (669/798) Installing baloo (5.100.0-r0) (670/798) Installing kholidays (5.100.0-r0) (671/798) Installing libkexiv2 (22.08.3-r0) (672/798) Installing knotifyconfig (5.100.0-r0) (673/798) Installing kparts (5.100.0-r0) (674/798) Installing zxing-cpp (1.4.0-r0) (675/798) Installing libdmtx-libs (0.7.7-r0) (676/798) Installing libqrencode (4.1.1-r1) (677/798) Installing prison (5.100.0-r0) (678/798) Installing ktexteditor (5.100.0-r0) (679/798) Installing libnl3 (3.7.0-r0) (680/798) Installing libpcap (1.10.1-r1) (681/798) Installing lm-sensors-libs (3.6.0-r4) (682/798) Installing libksysguard (5.26.3-r0) (683/798) Installing kuserfeedback (1.2.0-r1) (684/798) Installing gpsd (3.24-r0) (685/798) Installing gpsd-openrc (3.24-r0) (686/798) Installing mpfr4 (4.1.0-r0) (687/798) Installing libqalculate (4.4.0-r1) (688/798) Installing plasma-workspace (5.26.3-r0) (689/798) Installing kpty (5.100.0-r0) (690/798) Installing kdesu (5.100.0-r0) (691/798) Installing kde-cli-tools (5.26.3-r0) (692/798) Installing qqc2-breeze-style (5.26.3-r0) (693/798) Installing plasma-mobile (5.26.3-r0) (694/798) Installing polkit-kde-agent-1 (5.26.3-r0) (695/798) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (696/798) Installing chrony-openrc (4.3-r0) (697/798) Installing haveged (1.9.18-r0) (698/798) Installing haveged-openrc (1.9.18-r0) (699/798) Installing nftables (1.0.5-r2) (700/798) Installing nftables-openrc (1.0.5-r2) (701/798) Installing postmarketos-config-nftables (0.13-r0) Executing postmarketos-config-nftables-0.13-r0.post-install * service nftables added to runlevel default (702/798) Installing postmarketos-config-nftables-networkmanager (0.13-r0) (703/798) Installing postmarketos-base-nftables (23-r1) Executing postmarketos-base-nftables-23-r1.post-install (704/798) Installing postmarketos-artwork-icons (2-r1) (705/798) Installing util-linux (2.38.1-r0) (706/798) Installing libfdisk (2.38.1-r0) (707/798) Installing libsmartcols (2.38.1-r0) (708/798) Installing util-linux-misc (2.38.1-r0) (709/798) Installing libeconf (0.4.7-r0) (710/798) Installing runuser (2.38.1-r0) (711/798) Installing mount (2.38.1-r0) (712/798) Installing losetup (2.38.1-r0) (713/798) Installing hexdump (2.38.1-r0) (714/798) Installing uuidgen (2.38.1-r0) (715/798) Installing blkid (2.38.1-r0) (716/798) Installing sfdisk (2.38.1-r0) (717/798) Installing mcookie (2.38.1-r0) (718/798) Installing agetty (2.38.1-r0) (719/798) Installing agetty-openrc (0.45.2-r5) (720/798) Installing wipefs (2.38.1-r0) (721/798) Installing cfdisk (2.38.1-r0) (722/798) Installing umount (2.38.1-r0) (723/798) Installing util-linux-openrc (2.38.1-r0) (724/798) Installing flock (2.38.1-r0) (725/798) Installing lsblk (2.38.1-r0) (726/798) Installing libcap-ng (0.8.3-r1) (727/798) Installing setpriv (2.38.1-r0) (728/798) Installing logger (2.38.1-r0) (729/798) Installing partx (2.38.1-r0) (730/798) Installing fstrim (2.38.1-r0) (731/798) Installing findmnt (2.38.1-r0) (732/798) Installing pcsc-lite-libs (1.9.9-r0) (733/798) Installing wpa_supplicant (2.10-r4) (734/798) Installing wpa_supplicant-openrc (2.10-r4) (735/798) Installing ifupdown-ng-wifi (0.12.1-r0) (736/798) Installing postmarketos-base-ui (6-r1) Executing postmarketos-base-ui-6-r1.post-install (737/798) Installing postmarketos-base-ui-networkmanager (6-r1) (738/798) Installing mpdecimal (2.5.1-r1) (739/798) Installing python3 (3.10.8-r3) (740/798) Installing py3-ruamel.yaml.clib (0.2.7-r0) (741/798) Installing py3-ruamel.yaml (0.17.21-r0) (742/798) Installing sleep-inhibitor (1.16-r0) (743/798) Installing sleep-inhibitor-openrc (1.16-r0) (744/798) Installing postmarketos-base-ui-elogind (6-r1) Executing postmarketos-base-ui-elogind-6-r1.post-install (745/798) Installing py3-dbus (1.3.2-r0) (746/798) Installing obex-capabilities (0.2.1-r1) (747/798) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (748/798) Installing postmarketos-base-ui-bluez-obexd (6-r1) (749/798) Installing pulseaudio-utils (9999_git20220528-r0) (750/798) Installing postmarketos-base-ui-pulseaudio (6-r1) (751/798) Installing upower (1.90.0-r2) (752/798) Installing powerdevil-libs (5.26.3-r0) (753/798) Installing powerdevil (5.26.3-r0) (754/798) Installing bubblewrap (0.7.0-r0) (755/798) Installing fuse-common (3.12.0-r0) (756/798) Installing fuse-openrc (3.12.0-r0) (757/798) Installing fuse3-libs (3.12.0-r0) (758/798) Installing fuse3 (3.12.0-r0) (759/798) Installing json-glib (1.6.6-r1) (760/798) Installing xdg-desktop-portal (1.15.0-r0) (761/798) Installing xdg-desktop-portal-kde (5.26.3-r0) (762/798) Installing autologin (1.0.0-r4) (763/798) Installing tinydm (1.1.2-r1) (764/798) Installing tinydm-openrc (1.1.2-r1) (765/798) Installing postmarketos-base-ui-tinydm (6-r1) (766/798) Installing font-alias (1.0.4-r0) (767/798) Installing util-macros (1.19.3-r0) (768/798) Installing font-misc-misc (1.1.2-r3) (769/798) Installing font-cursor-misc (1.0.3-r3) (770/798) Installing xauth (1.1.2-r0) (771/798) Installing xmodmap (1.0.11-r0) (772/798) Installing xrdb (1.2.1-r1) (773/798) Installing xinit (1.4.1-r1) (774/798) Installing xorg-server (21.1.4-r1) (775/798) Installing libinput (1.21.0-r0) (776/798) Installing xf86-input-libinput (1.2.1-r0) (777/798) Installing xf86-video-fbdev (0.5.0-r3) (778/798) Installing postmarketos-base-ui-x11 (6-r1) (779/798) 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 (780/798) Installing libexif (0.6.24-r0) (781/798) Installing hwloc (2.8.0-r0) (782/798) Installing libtbb (2021.7.0-r0) (783/798) Installing opencv (4.6.0-r3) (784/798) Installing postprocessd (0.2.1-r0) (785/798) Installing postprocessd-megapixels (0.2.1-r0) (786/798) Installing qmltermwidget (0.2.0-r1) (787/798) Installing qmlkonsole (22.09-r1) (788/798) Installing c-ares (1.18.1-r0) (789/798) Installing spacebar (22.09-r0) (790/798) Installing hkdm (0.2.0-r0) (791/798) Installing buffyboard (0.2.0-r0) (792/798) Installing terminus-font (4.49.1-r3) (793/798) Installing kbd-misc (2.5.1-r3) (794/798) Installing kbd (2.5.1-r3) (795/798) Installing kbd-openrc (2.5.1-r3) (796/798) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (797/798) Installing ttyescape-openrc (1.0.1-r1) (798/798) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r28.trigger Executing glib-2.74.1-r2.trigger Executing fontconfig-2.14.1-r0.trigger Executing shared-mime-info-2.2-r2.trigger Executing gdk-pixbuf-2.42.10-r0.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-mkinitfs-1.5.1-r1.trigger 2022/11/18 20:13:25 Generating for kernel version: 6.0.9-0-edge 2022/11/18 20:13:25 Output directory: /boot 2022/11/18 20:13:25 == Generating initramfs == 2022/11/18 20:13:25 - Including hook files 2022/11/18 20:13:25 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:13:25 - Including hook scripts 2022/11/18 20:13:25 - Including required binaries 2022/11/18 20:13:25 - Including kernel modules 2022/11/18 20:13:25 - Including splash images 2022/11/18 20:13:25 - Writing and verifying initramfs archive 2022/11/18 20:13:25 == Generating initramfs extra == 2022/11/18 20:13:25 - Including extra binaries 2022/11/18 20:13:25 - Including FDE support 2022/11/18 20:13:26 - Writing and verifying initramfs-extra archive 2022/11/18 20:13:26 == 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/11/18 20:13:26 mkinitfs completed in: 1.0418578s Executing postmarketos-base-23-r1.trigger Executing ca-certificates-20220614-r2.trigger Executing mkfontscale-1.2.2-r1.trigger Executing dbus-1.14.4-r0.trigger OK: 3107 MiB in 823 packages (1274796) [20:13:29] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3107 MiB in 823 packages (1274796) [20:13:30] (rootfs_tablet-x64uefi) calculate depends of device-tablet-x64uefi, device-tablet-x64uefi-kernel-edge (pmbootstrap -v for details) (1274796) [20:13:30] (rootfs_tablet-x64uefi) install device-tablet-x64uefi device-tablet-x64uefi-kernel-edge (1274796) [20:13:30] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:13:30] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:13:30] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1274796) [20:13:30] (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 (1274796) [20:13:30] New background process: pid=1289972, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3107 MiB in 823 packages (1274796) [20:13:31] (rootfs_tablet-x64uefi) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3107 MiB in 823 packages (1274796) [20:13:31] (rootfs_tablet-x64uefi) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1274796) [20:13:32] (rootfs_tablet-x64uefi) install postmarketos-mkinitfs (1274796) [20:13:32] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:13:32] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:13:32] (rootfs_tablet-x64uefi) % cat /tmp/apk_progress_fifo (1274796) [20:13:32] (rootfs_tablet-x64uefi) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1274796) [20:13:32] New background process: pid=1290047, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 3107 MiB in 823 packages (1274796) [20:13:33] (rootfs_tablet-x64uefi) mkinitfs edge (1274796) [20:13:33] (rootfs_tablet-x64uefi) % mkinitfs 2022/11/18 20:13:33 Generating for kernel version: 6.0.9-0-edge 2022/11/18 20:13:33 Output directory: /boot 2022/11/18 20:13:33 == Generating initramfs == 2022/11/18 20:13:33 - Including hook files 2022/11/18 20:13:33 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:13:33 - Including hook scripts 2022/11/18 20:13:33 - Including required binaries 2022/11/18 20:13:33 - Including kernel modules 2022/11/18 20:13:33 - Including splash images 2022/11/18 20:13:33 - Writing and verifying initramfs archive 2022/11/18 20:13:33 == Generating initramfs extra == 2022/11/18 20:13:33 - Including extra binaries 2022/11/18 20:13:33 - Including FDE support 2022/11/18 20:13:33 - Writing and verifying initramfs-extra archive 2022/11/18 20:13:33 == 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/11/18 20:13:34 mkinitfs completed in: 833.078427ms (1274796) [20:13:34] *** SET LOGIN PASSWORD FOR: 'user' *** (1274796) [20:13:34] (rootfs_tablet-x64uefi) % passwd user New password: Retype new password: passwd: password updated successfully (1274796) [20:13:34] (rootfs_tablet-x64uefi) % grep ^root:!: /etc/shadow (1274796) [20:13:34] (rootfs_tablet-x64uefi) locking root (1274796) [20:13:34] (rootfs_tablet-x64uefi) % passwd -l root passwd: password changed. (1274796) [20:13:34] NOTE: No valid keymap specified for device (1274796) [20:13:34] (rootfs_tablet-x64uefi) % setup-timezone Etc/UTC (1274796) [20:13:35] (rootfs_tablet-x64uefi) % sh -c echo tablet-x64uefi > /etc/hostname (1274796) [20:13:35] (rootfs_tablet-x64uefi) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\ttablet\-x64uefi localhost.localdomain localhost/ /etc/hosts (1274796) [20:13:35] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/distfiles (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/var/cache/apk (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/proc (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-rust (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-packages (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-netboot (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-git (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-ccache (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/mnt/pmbootstrap-abuild-config (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/etc/apk/keys (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev/shm (1274796) [20:13:35] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/dev (1274796) [20:13:35] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/in-pmbootstrap (1274796) [20:13:35] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1274796) [20:13:35] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi 3190928 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1274796) [20:13:36] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1274796) [20:13:36] (native) create tablet-x64uefi.img (4045M) (1274796) [20:13:36] (native) % truncate -s 4045M /home/pmos/rootfs/tablet-x64uefi.img (1274796) [20:13:36] (native) mount /dev/install (tablet-x64uefi.img) (1274796) [20:13:36] (native) mount /home/pmos/rootfs/tablet-x64uefi.img (loop) (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1274796) [20:13:36] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1274796) [20:13:36] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1274796) [20:13:36] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1274796) [20:13:36] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1274796) [20:13:36] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1274796) [20:13:36] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1274796) [20:13:36] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1274796) [20:13:36] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1274796) [20:13:36] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1274796) [20:13:36] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1274796) [20:13:36] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1274796) [20:13:36] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1274796) [20:13:36] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1274796) [20:13:36] (native) % losetup -f /home/pmos/rootfs/tablet-x64uefi.img (1274796) [20:13:36] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 } ] } (1274796) [20:13:36] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 } ] } (1274796) [20:13:36] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1274796) [20:13:36] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1274796) [20:13:36] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1274796) [20:13:36] (native) % parted -s /dev/install mktable msdos (1274796) [20:13:36] (native) % parted -s /dev/install mkpart primary fat16 2048s 256M (1274796) [20:13:37] (native) % parted -s /dev/install mkpart primary 256M 100% (1274796) [20:13:37] (native) % parted -s /dev/install set 1 boot on (1274796) [20:13:37] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 } ] } (1274796) [20:13:37] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1274796) [20:13:37] % sudo mount --bind /dev/loop11p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1274796) [20:13:37] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1274796) [20:13:37] % sudo mount --bind /dev/loop11p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1274796) [20:13:37] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1274796) [20:13:37] (native) install e2fsprogs (1274796) [20:13:37] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1274796) [20:13:37] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1274796) [20:13:37] (native) % cat /tmp/apk_progress_fifo (1274796) [20:13:37] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1274796) [20:13:37] New background process: pid=1290811, 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-r28.trigger OK: 21 MiB in 71 packages (1274796) [20:13:37] (native) format /dev/installp2 (root, ext4) (1274796) [20:13:37] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1274796) [20:13:38] (native) mount /dev/installp2 to /mnt/install (1274796) [20:13:38] (native) % mkdir -p /mnt/install (1274796) [20:13:38] (native) % mount /dev/installp2 /mnt/install (1274796) [20:13:38] (native) calculate depends of dosfstools (pmbootstrap -v for details) (1274796) [20:13:38] (native) install dosfstools (1274796) [20:13:38] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1274796) [20:13:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1274796) [20:13:38] (native) % cat /tmp/apk_progress_fifo (1274796) [20:13:38] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools (1274796) [20:13:38] New background process: pid=1291085, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing dosfstools (4.2-r1) Executing busybox-1.35.0-r28.trigger OK: 22 MiB in 72 packages (1274796) [20:13:38] (native) format /dev/installp1 (boot, fat16), mount to mountpoint (1274796) [20:13:38] (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 (1274796) [20:13:39] (native) % mkdir -p /mnt/install/boot (1274796) [20:13:39] (native) % mount /dev/installp1 /mnt/install/boot (1274796) [20:13:39] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1274796) [20:13:39] (native) copy rootfs_tablet-x64uefi to /mnt/install/ (1274796) [20:13:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi (1274796) [20:13:39] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_tablet-x64uefi (1274796) [20:13:39] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi/tmp/apk_progress_fifo (1274796) [20:13:39] (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/ (1274796) [20:14:05] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1274796) [20:14:05] % 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 (1274796) [20:14:05] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % 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/ (1274796) [20:14:05] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1274796) [20:14:05] % 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 (1274796) [20:14:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1274796) [20:14:05] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1274796) [20:14:10] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/tablet-x64uefi.img", "dio": false, "log-sec": 512 } ] } (1274796) [20:14:10] (native) umount /dev/loop11 (1274796) [20:14:10] (native) % losetup -d /dev/loop11 (1274796) [20:14:10] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1274796) [20:14:10] (1274796) [20:14:10] *** FLASHING INFORMATION *** (1274796) [20:14:10] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1274796) [20:14:10] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1274796) [20:14:10] (1274796) [20:14:10] *** SSH DAEMON INFORMATION *** (1274796) [20:14:10] SSH daemon is enabled (disable with --no-sshd). (1274796) [20:14:10] Login as 'user' with the password given during installation. (1274796) [20:14:10] (1274796) [20:14:10] *** FIREWALL INFORMATION *** (1274796) [20:14:10] Firewall is enabled, but will not work (no support in kernel config for nftables). (1274796) [20:14:10] If/when the kernel supports it in the future, it will work automatically. (1274796) [20:14:10] For more information: https://postmarketos.org/firewall (1274796) [20:14:10] (1274796) [20:14:10] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1274796) [20:14:10] DONE! total 3282052 -rw-r--r-- 1 root 12345 4241489920 Nov 18 20:14 tablet-x64uefi.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/tablet-x64uefi.img' -> './tablet-x64uefi.img' Loop Device: /dev/loop11 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 1 1 /var/lib/snapd/snaps/core18_2620.snap 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap (deleted) 0 512 /dev/loop11 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/tablet-x64uefi.img 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/core20_1634.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap 0 512 /dev/loop9 0 0 1 1 /var/lib/snapd/snaps/snapd_17336.snap 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap (deleted) 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1695.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 14 Nov 18 20:14 pmOS_boot -> ../../loop11p1 lrwxrwxrwx 1 root root 14 Nov 18 20:14 pmOS_root -> ../../loop11p2 lrwxrwxrwx 1 root root 10 Nov 18 20:14 storagepool -> ../../sda1 total 88 drwxr-xr-x 2 root root 4096 Nov 18 20:13 bin drwxr-xr-x 2 root root 4096 Nov 18 20:13 boot drwxr-xr-x 2 root root 4096 Nov 18 20:09 dev drwxr-xr-x 62 root root 4096 Nov 18 20:13 etc drwxr-xr-x 3 root root 4096 Nov 18 20:14 home drwxr-xr-x 14 root root 4096 Nov 18 20:13 lib drwx------ 2 root root 16384 Nov 18 20:13 lost+found drwxr-xr-x 5 root root 4096 Nov 18 20:09 media drwxr-xr-x 8 root root 4096 Nov 18 20:09 mnt drwxr-xr-x 2 root root 4096 Nov 18 20:09 opt drwxr-xr-x 2 root root 4096 Nov 18 20:09 proc drwx------ 2 root root 4096 Nov 18 20:09 root drwxr-xr-x 6 root root 4096 Nov 18 20:12 run drwxr-xr-x 2 root root 4096 Nov 18 20:13 sbin drwxr-xr-x 2 root root 4096 Nov 18 20:09 srv drwxr-xr-x 2 root root 4096 Nov 18 20:09 sys drwxrwxrwt 2 root root 4096 Nov 18 20:13 tmp drwxr-xr-x 9 root root 4096 Nov 18 20:10 usr drwxr-xr-x 13 root root 4096 Nov 18 20:10 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-11-18 20:15:03-- 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% 107M=0s 2022-11-18 20:15:03 (107 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799] Entering chroot... Enabling binfmt multiarch... Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64 Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64 Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32 Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64 Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4 Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64 Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32 Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64 Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon (chroot) Upgrading to Plasma Mobile Nightly packages... fetch http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/x86_64/APKINDEX.tar.gz 2022-11-18 17:51:50.683708 [http://mirror.postmarketos.org/postmarketos/master] v3.17.0_rc1-503-ga9bcb5213d [http://dl-cdn.alpinelinux.org/alpine/edge/main] v3.17.0_rc1-522-g72492e8c56 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v3.17.0_rc1-521-gd7018cf139 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24553 distinct packages available (1/103) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1668736667-r1) (2/103) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1668736667-r1) (3/103) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0) (4/103) Upgrading karchive (5.100.0-r0 -> 9999_git1668736611-r0) (5/103) Upgrading kconfig (5.100.0-r0 -> 9999_git1668559787-r0) (6/103) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1668736629-r0) (7/103) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0) (8/103) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0) (9/103) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0) (10/103) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1668564355-r0) (11/103) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668426576-r0) (12/103) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0) (13/103) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0) (14/103) Upgrading kcodecs (5.100.0-r0 -> 9999_git1668442178-r0) (15/103) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1668736739-r0) (16/103) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1668650093-r0) (17/103) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0) (18/103) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0) (19/103) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0) (20/103) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0) (21/103) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0) (22/103) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0) (23/103) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1668426688-r0) (24/103) Upgrading knotifications (5.100.0-r0 -> 9999_git1668426736-r0) (25/103) Upgrading kservice (5.100.0-r0 -> 9999_git1668703334-r0) (26/103) Upgrading solid-libs (5.100.0-r0 -> 9999_git1668426998-r0) (27/103) Upgrading sonnet (5.100.0-r0 -> 9999_git1668427007-r0) (28/103) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0) (29/103) Upgrading kio (5.100.0-r0 -> 9999_git1668736656-r0) (30/103) Upgrading kpackage (5.100.0-r0 -> 9999_git1668736693-r0) (31/103) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1666436074-r0) (32/103) Upgrading kwayland (5.100.0-r0 -> 9999_git1668451144-r0) (33/103) Upgrading plasma-framework (5.100.0-r0 -> 9999_git1668736102-r0) (34/103) Upgrading kwallet (5.100.0-r0 -> 9999_git1668426873-r0) (35/103) Upgrading purpose (5.100.0-r0 -> 9999_git1668736754-r0) (36/103) Upgrading angelfish (22.09-r0 -> 9999_git1667789871-r0) (37/103) Upgrading breeze-gtk (5.26.3-r0 -> 9999_git1667417749-r0) (38/103) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0) (39/103) Upgrading kidletime (5.100.0-r0 -> 9999_git1668426629-r0) (40/103) Upgrading knewstuff (5.100.0-r0 -> 9999_git1668736681-r0) (41/103) Upgrading kirigami-addons (0.5-r0 -> 9999_git1668736835-r0) (42/103) Upgrading kclock (22.09-r0 -> 9999_git1668650950-r0) (43/103) Upgrading kdecoration (5.26.3-r0 -> 9999_git1667789379-r0) (44/103) Upgrading kde-gtk-config (5.26.3-r0 -> 9999_git1668304265-r0) (45/103) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1668426558-r0) (46/103) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0) (47/103) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0) (48/103) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0) (49/103) Upgrading kcmutils (5.100.0-r0 -> 9999_git1668564325-r0) (50/103) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0) (51/103) Upgrading oxygen (5.26.3-r0 -> 9999_git1668478787-r0) (52/103) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0) (53/103) Upgrading plasma-dialer (22.09-r0 -> 9999_git1668737420-r0) (54/103) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1667789975-r0) (55/103) Upgrading kded (5.100.0-r0 -> 9999_git1668426481-r0) (56/103) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668426273-r0) (57/103) Upgrading bluedevil (5.26.3-r0 -> 9999_git1668737244-r0) (58/103) Upgrading breeze (5.26.3-r0 -> 9999_git1668046210-r0) (59/103) Upgrading libkscreen (5.26.3-r0 -> 9999_git1668650779-r0) (60/103) Upgrading layer-shell-qt (5.26.3-r0 -> 9999_git1666447153-r0) (61/103) Upgrading kscreen (5.26.3-r0 -> 9999_git1668696724-r0) (62/103) Upgrading kwallet-pam (5.26.3-r0 -> 9999_git1668649715-r0) (63/103) Upgrading kwayland-integration (5.26.3-r0 -> 9999_git1667577609-r0) (64/103) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1668426282-r0) (65/103) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0) (66/103) Upgrading plasma-nano (5.26.3-r0 -> 9999_git1667789641-r0) (67/103) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0) (68/103) Upgrading plasma-nm (5.26.3-r0 -> 9999_git1668737323-r0) (69/103) Upgrading plasma-nm-mobile (5.26.3-r0 -> 9999_git1668737323-r0) (70/103) Upgrading plasma-pa (5.26.3-r0 -> 9999_git1666836724-r0) (71/103) Upgrading plasma-settings (22.09-r1 -> 9999_git1668650979-r1) (72/103) Upgrading kactivitymanagerd (5.26.3-r0 -> 9999_git1667789359-r0) (73/103) Upgrading kinit (5.100.0-r0 -> 9999_git1668426639-r0) (74/103) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0) (75/103) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1668736765-r0) (76/103) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668426803-r0) (77/103) Upgrading kscreenlocker (5.26.3-r0 -> 9999_git1668478703-r0) (78/103) Upgrading kwin (5.26.2.1-r0 -> 9999_git1668701286-r0) (79/103) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1668426669-r0) (80/103) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0) (81/103) Upgrading krunner (5.100.0-r0 -> 9999_git1668426822-r0) (82/103) Upgrading milou (5.26.3-r0 -> 9999_git1667789539-r0) (83/103) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1668702487-r0) (84/103) Upgrading plasma-integration (5.26.3-r0 -> 9999_git1668650838-r0) (85/103) Upgrading plasma-workspace-libs (5.26.3-r0 -> 9999_git1668737359-r0) (86/103) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0) (87/103) Upgrading baloo (5.100.0-r0 -> 9999_git1668736058-r0) (88/103) Upgrading kholidays (5.100.0-r0 -> 9999_git1668426586-r0) (89/103) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0) (90/103) Upgrading kparts (5.100.0-r0 -> 9999_git1668736704-r0) (91/103) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0) (92/103) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1668736715-r0) (93/103) Upgrading libksysguard (5.26.3-r0 -> 9999_git1668650789-r0) (94/103) Upgrading plasma-workspace (5.26.3-r0 -> 9999_git1668737359-r0) (95/103) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0) (96/103) Upgrading kde-cli-tools (5.26.3-r0 -> 9999_git1668565595-r0) (97/103) Upgrading qqc2-breeze-style (5.26.3-r0 -> 9999_git1667579379-r0) (98/103) Upgrading plasma-mobile (5.26.3-r0 -> 9999_git1668653191-r0) (99/103) Upgrading polkit-kde-agent-1 (5.26.3-r0 -> 9999_git1667789783-r0) (100/103) Upgrading powerdevil-libs (5.26.3-r0 -> 9999_git1668650901-r0) (101/103) Upgrading powerdevil (5.26.3-r0 -> 9999_git1668650901-r0) (102/103) Upgrading xdg-desktop-portal-kde (5.26.3-r0 -> 9999_git1668737395-r0) (103/103) Upgrading qmlkonsole (22.09-r1 -> 9999_git1668565962-r1) Executing busybox-1.35.0-r28.trigger Executing shared-mime-info-2.2-r2.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-base-23-r1.trigger Executing dbus-1.14.4-r0.trigger OK: 3166 MiB in 823 packages (1/12) Installing bash (5.2.9-r0) Executing bash-5.2.9-r0.post-install (2/12) Installing xdg-dbus-proxy (0.1.4-r0) (3/12) Installing lz4-libs (1.9.4-r1) (4/12) Installing libarchive (3.6.1-r1) (5/12) Installing ostree (2022.6-r0) (6/12) Installing libseccomp (2.5.4-r0) (7/12) Installing flatpak (1.14.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-48-generic': No such file or directory * * To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in * Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a * regular user that will use Flatpak. * (8/12) Installing flatpak-libs (1.14.1-r0) (9/12) Installing discover-backend-flatpak (5.26.3-r0) (10/12) Installing htop (3.2.1-r1) (11/12) Installing nano (7.0-r0) (12/12) Installing neofetch (7.1.0-r1) Executing busybox-1.35.0-r28.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing postmarketos-base-23-r1.trigger Executing dbus-1.14.4-r0.trigger OK: 3176 MiB in 835 packages (1/91) Installing syndication (9999_git1668427016-r0) (2/91) Installing alligator (9999_git1668650929-r0) (3/91) Installing libavc1394 (0.5.4-r3) (4/91) Installing libcaca (0.99_beta20-r0) (5/91) Installing libdv (1.0.0-r7) (6/91) Installing libiec61883 (1.2.0-r3) (7/91) Installing mpg123-libs (1.31.1-r0) (8/91) Installing speex (1.2.1-r0) (9/91) Installing libshout (2.4.6-r1) (10/91) Installing wavpack (5.5.0-r0) (11/91) Installing gst-plugins-good (1.20.4-r1) (12/91) Installing py3-parsing (3.0.9-r0) (13/91) Installing py3-packaging (21.3-r2) (14/91) Installing py3-setuptools (65.5.1-r0) (15/91) Installing py3-certifi (2022.9.24-r0) (16/91) Installing py3-charset-normalizer (3.0.0-r0) (17/91) Installing py3-idna (3.4-r2) (18/91) Installing py3-urllib3 (1.26.12-r0) (19/91) Installing py3-requests (2.28.1-r1) (20/91) Installing py3-ytmusicapi (0.24.0-r0) (21/91) Installing libmng (2.0.3-r1) (22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0) (23/91) Installing py3-mutagen (1.46.0-r0) (24/91) Installing py3-websockets (10.4-r0) (25/91) Installing py3-brotli (1.0.9-r9) (26/91) Installing yt-dlp (2022.11.11-r0) (27/91) Installing audiotube (9999_git1668565861-r0) (28/91) Installing calindori (9999_git1667789891-r0) (29/91) Installing live-media (2022.10.01-r0) (30/91) Installing libxpm (3.5.13-r1) (31/91) Installing a52dec (0.7.4-r8) (32/91) Installing vulkan-loader (1.3.231.1-r0) (33/91) Installing ffmpeg4-libs (4.4.3-r0) (34/91) Installing libbluray (1.3.3-r0) (35/91) Installing libcddb (1.3.2-r4) (36/91) Installing libdvbpsi (1.3.3-r0) (37/91) Installing libdvdcss (1.4.3-r0) (38/91) Installing libdvdread (6.1.3-r0) (39/91) Installing libdvdnav (6.1.1-r0) (40/91) Installing libebml (1.4.4-r0) (41/91) Installing faad2-libs (2.10.1-r0) (42/91) Installing libupnp (1.14.14-r0) (43/91) Installing lua5.2-libs (5.2.4-r10) (44/91) Installing libmad (0.15.1b-r9) (45/91) Installing libmatroska (1.7.1-r0) (46/91) Installing libmicrodns (0.2.0-r0) (47/91) Installing libmpeg2 (0.5.1-r9) (48/91) Installing glslang-libs (11.12.0-r0) (49/91) Installing glslang (11.12.0-r0) (50/91) Installing spirv-tools (1.3.231.1-r0) (51/91) Installing shaderc (2022.3-r1) (52/91) Installing libplacebo (5.229.1-r0) (53/91) Installing libprotobuf-lite (3.21.9-r0) (54/91) Installing vlc-libs (3.0.17.4-r12) (55/91) Installing vlc (3.0.17.4-r12) (56/91) Installing elisa (22.08.3-r0) (57/91) Installing kunitconversion (9999_git1668736726-r0) (58/91) Installing kalk (9999_git1668565871-r0) (59/91) Installing qt5-qtkeychain (0.13.2-r0) (60/91) Installing kasts (9999_git1668737407-r0) (61/91) Installing keysmith (9999_git1668479232-r0) (62/91) Installing krecorder (9999_git1668565905-r1) (63/91) Installing kpublictransport (22.08.3-r0) (64/91) Installing ktrip (9999_git1667790799-r0) (65/91) Installing kweathercore (9999_git1668470939-r0) (66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0) (67/91) Installing kweather (9999_git1668650958-r1) (68/91) Installing libquotient (0.6.11-r0) (69/91) Installing libcmark (0.30.2-r1) (70/91) Installing neochat (9999_git1668737037-r0) (71/91) Installing kjs (9999_git1668426697-r0) (72/91) Installing libdjvulibre (3.5.28-r2) (73/91) Installing libzip (1.9.2-r2) (74/91) Installing ebook-tools (0.2.2-r3) (75/91) Installing discount-libs (2.2.7b-r0) (76/91) Installing poppler (22.11.0-r0) (77/91) Installing poppler-qt5 (22.11.0-r0) (78/91) Installing kdegraphics-mobipocket (22.08.3-r0) (79/91) Installing libspectre (0.2.11-r0) (80/91) Installing okular-common (22.08.3-r0) (81/91) Installing okular (22.08.3-r0) (82/91) Installing plasma-camera (1.0_git20210328-r2) (83/91) Installing gst-libav (1.20.4-r0) (84/91) Installing gst-plugins-good-qt (1.20.4-r1) (85/91) Installing plasmatube (9999_git1668392143-r0) (86/91) Installing postmarketos-config-nftables-upnp-client (0.13-r0) (87/91) Installing postmarketos-config-nftables-mdns (0.13-r0) (88/91) Installing postmarketos-config-nftables-chromecast (0.13-r0) (89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0) (90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0) (91/91) Installing tokodon (9999_git1668737067-r0) Executing busybox-1.35.0-r28.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing postmarketos-base-23-r1.trigger Executing vlc-libs-3.0.17.4-r12.trigger OK: 3292 MiB in 926 packages (chroot) Exiting chroot... [20:16:32] Unregister qemu binfmt (arm) [20:16:32] Unregister qemu binfmt (aarch64) [20:16:32] Unregister qemu binfmt (riscv64) [20:16:33] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [20:16:33] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [20:16:33] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi? (y/n) [n]: y [20:16:33] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_tablet-x64uefi [20:16:34] Cleared up ~6343 MB of space [20:16:34] DONE! Building image for pine64-pinephone Already up to date. [20:16:35] Work path [/home/swadmin/.local/var/pmbootstrap]: [20:16:35] Channel [edge]: [20:16:35] Vendor [qemu]: [20:16:35] Device codename [amd64]: [20:16:35] Kernel [lts]: [20:16:35] Username [user]: [20:16:35] User interface [weston]: [20:16:35] Change them? (y/n) [n]: [20:16:35] Extra packages [none]: [20:16:35] Use this timezone instead of GMT? (y/n) [y]: [20:16:35] Choose default locale for installation [C.UTF-8]: [20:16:35] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [20:16:35] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [20:16:36] Config changed: ui='plasma-mobile' [20:16:36] Config changed: device='pine64-pinephone' [20:16:36] Config changed: kernel='' [20:16:36] Config changed: extra_packages='osk-sdl' (1313745) [20:16:37] % 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) (1313745) [20:16:37] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1313745) [20:16:37] *** (1/4) PREPARE NATIVE CHROOT *** (1313745) [20:16:37] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1313745) [20:16:37] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1313745) [20:16:37] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1313745) [20:16:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1313745) [20:16:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1313745) [20:16:37] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1313745) [20:16:37] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1313745) [20:16:37] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1313745) [20:16:37] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1313745) [20:16:37] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1313745) [20:16:37] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1313745) [20:16:37] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1313745) [20:16:37] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1313745) [20:16:37] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1313745) [20:16:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1313745) [20:16:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1313745) [20:16:37] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1313745) [20:16:37] Update package index for x86_64 (4 file(s)) (1313745) [20:16:37] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http (1313745) [20:16:37] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1313745) [20:16:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz (1313745) [20:16:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1313745) [20:16:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz (1313745) [20:16:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1313745) [20:16:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz (1313745) [20:16:38] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1313745) [20:16:38] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz (1313745) [20:16:39] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk (1313745) [20:16:39] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:39] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:39] extracted: /tmp/pmbootstrapdqkbff70apk (1313745) [20:16:39] extracted: /tmp/pmbootstrapttt_es01sig (1313745) [20:16:39] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:39] % 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/pmbootstrapttt_es01sig /tmp/pmbootstrapdqkbff70apk Verified OK (1313745) [20:16:39] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1313745) [20:16:39] % /tmp/pmbootstrapdqkbff70apk --version apk-tools 2.12.10, compiled for x86_64. (1313745) [20:16:39] (native) install alpine-base (1313745) [20:16:39] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % 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 (1313745) [20:16:39] % sudo cp /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub (1313745) [20:16:39] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1313745) [20:16:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1313745) [20:16:39] (native) update /etc/apk/repositories (1313745) [20:16:39] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1313745) [20:16:39] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1313745) [20:16:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1313745) [20:16:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1313745) [20:16:39] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1313745) [20:16:39] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1313745) [20:16:39] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1313745) [20:16:39] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1313745) [20:16:39] % sudo sh -c exec 3>/home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo; /home/swadmin/.local/var/pmbootstrap/apk.static --no-progress --progress-fd 3 --root /home/swadmin/.local/var/pmbootstrap/chroot_native --cache-dir /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base (1313745) [20:16:39] New background process: pid=1313905, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 10 MiB in 25 packages (1313745) [20:16:41] (native) % adduser -D pmos -u 12345 (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1313745) [20:16:41] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1313745) [20:16:41] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1313745) [20:16:41] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db (1313745) [20:16:41] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1313745) [20:16:41] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1313745) [20:16:41] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1313745) [20:16:44] (native) install cryptsetup util-linux parted (1313745) [20:16:44] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:16:44] (native) % cat /tmp/apk_progress_fifo (1313745) [20:16:44] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1313745) [20:16:44] New background process: pid=1314169, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.03.17-r1) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20221112-r0) (11/43) Installing ncurses-libs (6.3_p20221112-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.7-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r5) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r3) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r28.trigger OK: 21 MiB in 68 packages (1313745) [20:16:45] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephone") *** (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1313745) [20:16:45] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1313745) [20:16:45] % 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 (1313745) [20:16:45] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm (1313745) [20:16:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/null c 1 3 (1313745) [20:16:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/zero c 1 5 (1313745) [20:16:45] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/full c 1 7 (1313745) [20:16:45] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/random c 1 8 (1313745) [20:16:45] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/urandom c 1 9 (1313745) [20:16:45] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/ (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1313745) [20:16:45] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1313745) [20:16:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1313745) [20:16:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1313745) [20:16:45] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1313745) [20:16:45] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1313745) [20:16:46] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1313745) [20:16:46] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details) (1313745) [20:16:46] (native) install qemu-aarch64 (1313745) [20:16:46] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:16:46] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:16:46] (native) % cat /tmp/apk_progress_fifo (1313745) [20:16:46] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64 (1313745) [20:16:46] New background process: pid=1314258, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing qemu-aarch64 (7.1.0-r7) Executing busybox-1.35.0-r28.trigger OK: 25 MiB in 69 packages (1313745) [20:16:46] Register qemu binfmt (aarch64) (1313745) [20:16:46] % 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 (1313745) [20:16:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin (1313745) [20:16:46] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1313745) [20:16:46] % 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 (1313745) [20:16:47] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap (1313745) [20:16:47] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:47] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:47] extracted: /tmp/pmbootstrapw_mwrgpmapk (1313745) [20:16:47] extracted: /tmp/pmbootstrapitu8d1qzsig (1313745) [20:16:47] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1313745) [20:16:47] % openssl dgst -sha1 -verify /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub -signature /tmp/pmbootstrapitu8d1qzsig /tmp/pmbootstrapw_mwrgpmapk Verified OK (1313745) [20:16:47] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1313745) [20:16:47] % /tmp/pmbootstrapw_mwrgpmapk --version apk-tools 2.12.10, compiled for x86_64. (1313745) [20:16:47] (rootfs_pine64-pinephone) install alpine-base (1313745) [20:16:47] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/cache (1313745) [20:16:47] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/resolv.conf (1313745) [20:16:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk (1313745) [20:16:47] (rootfs_pine64-pinephone) update /etc/apk/repositories (1313745) [20:16:47] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1313745) [20:16:47] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1313745) [20:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1313745) [20:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1313745) [20:16:47] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/repositories (1313745) [20:16:47] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1313745) [20:16:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1313745) [20:16:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1313745) [20:16:47] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1313745) [20:16:47] Update package index for aarch64 (4 file(s)) (1313745) [20:16:47] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1313745) [20:16:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz (1313745) [20:16:47] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1313745) [20:16:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz (1313745) [20:16:48] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1313745) [20:16:48] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz (1313745) [20:16:48] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1313745) [20:16:49] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz (1313745) [20:16:49] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1313745) [20:16:49] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1313745) [20:16:49] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1313745) [20:16:49] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1313745) [20:16:49] % 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 (1313745) [20:16:49] New background process: pid=1314615, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 13 MiB in 25 packages (1313745) [20:16:51] (rootfs_pine64-pinephone) % getent passwd user (1313745) [20:16:51] (rootfs_pine64-pinephone) % adduser -D -u 10000 user (1313745) [20:16:51] (rootfs_pine64-pinephone) % addgroup -S wheel addgroup: group 'wheel' in use (1313745) [20:16:51] (rootfs_pine64-pinephone) % addgroup user wheel (1313745) [20:16:51] (rootfs_pine64-pinephone) % addgroup -S video addgroup: group 'video' in use (1313745) [20:16:51] (rootfs_pine64-pinephone) % addgroup user video (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup -S audio addgroup: group 'audio' in use (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup user audio (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup -S input addgroup: group 'input' in use (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup user input (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup -S plugdev (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup user plugdev (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup -S netdev addgroup: group 'netdev' in use (1313745) [20:16:52] (rootfs_pine64-pinephone) % addgroup user netdev (1313745) [20:16:52] 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 (1313745) [20:16:54] (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) (1313745) [20:16:54] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1313745) [20:16:54] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1313745) [20:16:55] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1313745) [20:16:55] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1313745) [20:16:56] (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 (1313745) [20:16:56] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:16:56] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1313745) [20:16:56] (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 (1313745) [20:16:56] New background process: pid=1314874, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/731) Installing icu-data-full (72.1-r1) (2/731) Installing dbus-libs (1.14.4-r0) (3/731) Installing libgcc (12.2.1_git20220924-r4) (4/731) Installing libffi (3.4.4-r0) (5/731) Installing libintl (0.21.1-r1) (6/731) Installing libblkid (2.38.1-r0) (7/731) Installing libmount (2.38.1-r0) (8/731) Installing pcre2 (10.40-r0) (9/731) Installing glib (2.74.1-r2) (10/731) Installing libstdc++ (12.2.1_git20220924-r4) (11/731) Installing icu-libs (72.1-r1) (12/731) Installing libpcre2-16 (10.40-r0) (13/731) Installing zstd-libs (1.5.2-r9) (14/731) Installing qt5-qtbase (5.15.6_git20221010-r0) (15/731) Installing hicolor-icon-theme (0.17-r2) (16/731) Installing libmagic (5.43-r0) (17/731) Installing file (5.43-r0) (18/731) Installing libxau (1.0.10-r0) (19/731) Installing libmd (1.0.4-r0) (20/731) Installing libbsd (0.11.7-r0) (21/731) Installing libxdmcp (1.1.3-r1) (22/731) Installing libxcb (1.15-r0) (23/731) Installing libx11 (1.8.2-r0) (24/731) Installing libxext (1.3.5-r0) (25/731) Installing libice (1.0.10-r1) (26/731) Installing libuuid (2.38.1-r0) (27/731) Installing libsm (1.2.3-r1) (28/731) Installing libxt (1.2.1-r0) (29/731) Installing libxmu (1.1.4-r0) (30/731) Installing xset (1.2.4-r1) (31/731) Installing xprop (1.2.5-r1) (32/731) Installing xdg-utils (1.1.3-r4) (33/731) Installing mesa (22.2.4-r0) (34/731) Installing libdrm (2.4.114-r0) (35/731) Installing libexpat (2.5.0-r0) (36/731) Installing wayland-libs-server (1.21.0-r1) (37/731) Installing mesa-glapi (22.2.4-r0) (38/731) Installing mesa-gles (22.2.4-r0) (39/731) Installing qt5-qtdeclarative (5.15.6_git20220908-r0) (40/731) Installing libxcomposite (0.4.5-r1) (41/731) Installing brotli-libs (1.0.9-r9) (42/731) Installing libbz2 (1.0.8-r4) (43/731) Installing libpng (1.6.38-r0) (44/731) Installing freetype (2.12.1-r0) (45/731) Installing fontconfig (2.14.1-r0) (46/731) Installing wayland-libs-client (1.21.0-r1) (47/731) Installing wayland-libs-cursor (1.21.0-r1) (48/731) Installing wayland-libs-egl (1.21.0-r1) (49/731) Installing xkeyboard-config (2.37-r0) (50/731) Installing xz-libs (5.2.8-r0) (51/731) Installing libxml2 (2.10.3-r1) (52/731) Installing libxkbcommon (1.4.1-r0) (53/731) Installing qt5-qtwayland (5.15.6_git20220927-r1) (54/731) Installing mesa-gbm (22.2.4-r0) (55/731) Installing libxshmfence (1.3.1-r0) (56/731) Installing mesa-egl (22.2.4-r0) (57/731) Installing avahi-libs (0.8-r6) (58/731) Installing gmp (6.2.1-r2) (59/731) Installing nettle (3.8.1-r0) (60/731) Installing p11-kit (0.24.1-r1) (61/731) Installing libtasn1 (4.19.0-r0) (62/731) Installing libunistring (1.1-r0) (63/731) Installing gnutls (3.7.8-r2) (64/731) Installing cups-libs (2.4.2-r1) (65/731) Installing pkgconf (1.9.3-r0) (66/731) Installing shared-mime-info (2.2-r2) (67/731) Installing libjpeg-turbo (2.1.4-r0) (68/731) Installing libwebp (1.2.4-r1) (69/731) Installing tiff (4.4.0-r1) (70/731) Installing gdk-pixbuf (2.42.10-r0) (71/731) Installing gtk-update-icon-cache (3.24.34-r7) (72/731) Installing libxfixes (6.0.0-r0) (73/731) Installing libxrender (0.9.11-r0) (74/731) Installing libxcursor (1.2.1-r1) (75/731) Installing libxdamage (1.1.5-r1) (76/731) Installing libxi (1.8-r0) (77/731) Installing libxinerama (1.1.5-r0) (78/731) Installing libxrandr (1.5.2-r1) (79/731) Installing libatk-1.0 (2.46.0-r0) (80/731) Installing libxtst (1.2.4-r0) (81/731) Installing at-spi2-core (2.46.0-r0) (82/731) Installing libatk-bridge-2.0 (2.46.0-r0) (83/731) Installing pixman (0.42.2-r0) (84/731) Installing cairo (1.17.6-r3) (85/731) Installing cairo-gobject (1.17.6-r3) (86/731) Installing libepoxy (1.5.10-r0) (87/731) Installing fribidi (1.0.12-r0) (88/731) Installing graphite2 (1.3.14-r2) (89/731) Installing harfbuzz (5.3.1-r1) (90/731) Installing libxft (2.3.7-r0) (91/731) Installing pango (1.50.11-r0) (92/731) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (93/731) Installing libevdev (1.13.0-r0) (94/731) Installing mtdev (1.1.6-r1) (95/731) Installing eudev-libs (3.2.11-r3) (96/731) Installing libinput-libs (1.21.0-r0) (97/731) Installing xcb-util-wm (0.4.2-r0) (98/731) Installing xcb-util (0.4.0-r3) (99/731) Installing xcb-util-image (0.4.1-r0) (100/731) Installing xcb-util-keysyms (0.4.1-r0) (101/731) Installing xcb-util-renderutil (0.3.10-r0) (102/731) Installing libxkbcommon-x11 (1.4.1-r0) (103/731) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0) (104/731) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0) (105/731) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0) (106/731) Installing kirigami2-libs (5.100.0-r1) (107/731) Installing kirigami2 (5.100.0-r1) (108/731) Installing kactivities-libs (5.100.0-r0) (109/731) Installing karchive (5.100.0-r0) (110/731) Installing kconfig (5.100.0-r0) (111/731) Installing kcoreaddons (5.100.0-r0) (112/731) Installing qt5-qtx11extras (5.15.6_git20220816-r0) (113/731) Installing kwindowsystem (5.100.0-r0) (114/731) Installing kcrash (5.100.0-r0) (115/731) Installing kdbusaddons (5.100.0-r0) (116/731) Installing kglobalaccel (5.100.0-r0) (117/731) Installing kguiaddons (5.100.0-r0) (118/731) Installing ki18n (5.100.0-r0) (119/731) Installing libelogind (246.10-r5) (120/731) Installing polkit-elogind-libs (122-r0) (121/731) Installing polkit-qt-1 (0.114.0-r1) (122/731) Installing kauth (5.100.0-r0) (123/731) Installing kcodecs (5.100.0-r0) (124/731) Installing kwidgetsaddons (5.100.0-r0) (125/731) Installing kconfigwidgets (5.100.0-r0) (126/731) Installing qt5-qtsvg (5.15.6_git20220908-r0) (127/731) Installing kiconthemes (5.100.0-r0) (128/731) Installing kitemviews (5.100.0-r0) (129/731) Installing kxmlgui (5.100.0-r0) (130/731) Installing kbookmarks (5.100.0-r0) (131/731) Installing kcompletion (5.100.0-r0) (132/731) Installing libxml2-utils (2.10.3-r1) (133/731) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (134/731) Installing libgpg-error (1.46-r1) (135/731) Installing libgcrypt (1.10.1-r0) (136/731) Installing libxslt (1.1.37-r0) (137/731) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (138/731) Installing kdoctools (5.100.0-r0) (139/731) Installing kjobwidgets (5.100.0-r0) (140/731) Installing alsa-lib (1.2.8-r0) (141/731) Installing libxxf86vm (1.1.5-r0) (142/731) Installing mesa-gl (22.2.4-r0) (143/731) Installing libxv (1.0.11-r3) (144/731) Installing cdparanoia-libs (10.2-r11) (145/731) Installing graphene (1.10.8-r1) (146/731) Installing gstreamer (1.20.4-r0) (147/731) Installing libogg (1.3.5-r1) (148/731) Installing opus (1.3.1-r1) (149/731) Installing orc (0.4.33-r0) (150/731) Installing libtheora (1.1.1-r16) (151/731) Installing libvorbis (1.3.7-r0) (152/731) Installing gst-plugins-base (1.20.4-r0) (153/731) Installing qt5-qtmultimedia (5.15.6_git20220907-r0) (154/731) Installing qt5-qtspeech (5.15.6_git20220907-r0) (155/731) Installing sound-theme-freedesktop (0.8-r0) (156/731) Installing libltdl (2.4.7-r0) (157/731) Installing libcanberra (0.30-r9) (158/731) Installing libcanberra-gstreamer (0.30-r9) (159/731) Installing knotifications (5.100.0-r0) (160/731) Installing kservice (5.100.0-r0) (161/731) Installing solid-libs (5.100.0-r0) (162/731) Installing libhunspell (1.7.1-r0) (163/731) Installing ncurses-terminfo-base (6.3_p20221112-r0) (164/731) Installing ncurses-libs (6.3_p20221112-r0) (165/731) Installing readline (8.2.0-r0) (166/731) Installing hunspell (1.7.1-r0) (167/731) Installing sonnet (5.100.0-r0) (168/731) Installing ktextwidgets (5.100.0-r0) (169/731) Installing kio (5.100.0-r0) (170/731) Installing kpackage (5.100.0-r0) (171/731) Installing kdeclarative (5.100.0-r0) (172/731) Installing kwayland (5.100.0-r0) (173/731) Installing plasma-framework (5.100.0-r0) (174/731) Installing sqlite-libs (3.40.0-r0) (175/731) Installing libaccounts-glib (1.26-r0) (176/731) Installing libaccounts-qt (1.16-r1) (177/731) Installing signond (8.61-r0) (178/731) Installing accounts-qml-module (0.7_git20190605-r1) (179/731) Installing qt5-qtwebchannel (5.15.6_git20220907-r0) (180/731) Installing sdl2 (2.24.2-r0) (181/731) Installing aom-libs (3.5.0-r0) (182/731) Installing libass (0.16.0-r0) (183/731) Installing libdav1d (1.0.0-r2) (184/731) Installing lame (3.100-r2) (185/731) Installing libasyncns (0.8-r1) (186/731) Installing flac-libs (1.4.2-r0) (187/731) Installing libsndfile (1.1.0-r2) (188/731) Installing libgomp (12.2.1_git20220924-r4) (189/731) Installing soxr (0.1.3-r3) (190/731) Installing speexdsp (1.2.1-r0) (191/731) Installing tdb-libs (1.4.7-r0) (192/731) Installing libpulse (9999_git20220528-r0) (193/731) Installing cjson (1.7.15-r3) (194/731) Installing mbedtls (2.28.1-r0) (195/731) Installing librist (0.2.7-r0) (196/731) Installing libsrt (1.5.1-r0) (197/731) Installing libssh (0.10.4-r0) (198/731) Installing v4l-utils-libs (1.22.1-r2) (199/731) Installing libva (2.16.0-r0) (200/731) Installing libvdpau (1.5-r0) (201/731) Installing vidstab (1.1.0-r2) (202/731) Installing libvpx (1.12.0-r1) (203/731) Installing x264-libs (0.164_git20220602-r0) (204/731) Installing numactl (2.0.16-r0) (205/731) Installing x265-libs (3.5-r3) (206/731) Installing xvidcore (1.3.7-r1) (207/731) Installing libsodium (1.0.18-r2) (208/731) Installing libzmq (4.3.4-r1) (209/731) Installing ffmpeg-libs (5.1.2-r1) (210/731) Installing libevent (2.1.12-r5) (211/731) Installing nspr (4.35-r0) (212/731) Installing nss (3.85-r0) (213/731) Installing re2 (2022.06.01-r1) (214/731) Installing snappy (1.1.9-r4) (215/731) Installing qt5-qtwebengine (5.15.11-r4) (216/731) Installing libnotify (0.8.1-r1) (217/731) Installing libproxy (0.4.18-r1) (218/731) Installing signon-ui (0.17_git20171023-r2) (219/731) Installing libassuan (2.5.5-r1) (220/731) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (221/731) Installing gnupg-gpgconf (2.2.40-r0) (222/731) Installing gpg (2.2.40-r0) (223/731) Installing npth (1.6-r2) (224/731) Installing gpg-agent (2.2.40-r0) (225/731) Installing libksba (1.6.2-r0) (226/731) Installing gpgsm (2.2.40-r0) (227/731) Installing gpgme (1.18.0-r0) (228/731) Installing gpgmepp (1.18.0-r0) (229/731) Installing gdbm (1.23-r0) (230/731) Installing libsasl (2.1.28-r3) (231/731) Installing libqca (2.3.4-r2) (232/731) Installing kwallet (5.100.0-r0) (233/731) Installing kaccounts-integration (22.08.3-r0) (234/731) Installing purpose (5.100.0-r0) (235/731) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0) (236/731) Installing qt5-qtfeedback (0_git20180903-r0) (237/731) Installing angelfish (22.09-r0) (238/731) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (239/731) Installing gtk-engines-clearlooks (2.21.0-r3) (240/731) Installing gtk-engines-crux (2.21.0-r3) (241/731) Installing gtk-engines-industrial (2.21.0-r3) (242/731) Installing gtk-engines-mist (2.21.0-r3) (243/731) Installing gtk-engines-redmond (2.21.0-r3) (244/731) Installing gtk-engines-thinice (2.21.0-r3) (245/731) Installing gtk-engines (2.21.0-r3) (246/731) Installing breeze-gtk (5.26.3-r0) (247/731) Installing alsa-ucm-conf (1.2.8-r1) (248/731) Installing atinout (0.9.1-r1) (249/731) Installing ca-certificates (20220614-r2) (250/731) Installing nghttp2-libs (1.51.0-r0) (251/731) Installing libcurl (7.86.0-r1) (252/731) Installing libgpiod (1.6.3-r1) (253/731) Installing libgudev (237-r1) (254/731) Installing libmm-glib (1.20.2-r0) (255/731) Installing libusb (1.0.26-r0) (256/731) Installing eg25-manager (0.4.6-r0) (257/731) Installing eg25-manager-openrc (0.4.6-r0) (258/731) Installing gpsd (3.24-r0) (259/731) Installing gpsd-openrc (3.24-r0) (260/731) Installing libnl3 (3.7.0-r0) (261/731) Installing iw (5.19-r0) (262/731) Installing linux-postmarketos-allwinner (6.0.7_git20221105-r1) (263/731) Installing udev-init-scripts (35-r1) (264/731) Installing udev-init-scripts-openrc (35-r1) (265/731) Installing kmod-libs (30-r1) (266/731) Installing eudev (3.2.11-r3) (267/731) Installing eudev-openrc (3.2.11-r3) (268/731) Installing openssh-keygen (9.1_p1-r1) (269/731) Installing libedit (20221030.3.1-r0) (270/731) Installing openssh-client-common (9.1_p1-r1) (271/731) Installing openssh-client-default (9.1_p1-r1) (272/731) Installing openssh-sftp-server (9.1_p1-r1) (273/731) Installing openssh-server-common (9.1_p1-r1) (274/731) Installing openssh-server (9.1_p1-r1) (275/731) Installing openssh (9.1_p1-r1) (276/731) Installing boot-deploy (0.6.1-r0) (277/731) Installing busybox-extras (1.35.0-r28) Executing busybox-extras-1.35.0-r28.post-install (278/731) Installing lzo (2.10-r3) (279/731) Installing btrfs-progs (6.0.1-r0) (280/731) Installing bzip2 (1.0.8-r4) (281/731) Installing argon2-libs (20190702-r2) (282/731) Installing device-mapper-libs (2.03.17-r1) (283/731) Installing json-c (0.16-r0) (284/731) Installing cryptsetup-libs (2.5.0-r2) (285/731) Installing popt (1.19-r0) (286/731) Installing cryptsetup (2.5.0-r2) (287/731) Installing cryptsetup-openrc (2.5.0-r2) (288/731) Installing libaio (0.3.113-r0) (289/731) Installing device-mapper-event-libs (2.03.17-r1) (290/731) Installing lvm2-libs (2.03.17-r1) (291/731) Installing device-mapper (2.03.17-r1) (292/731) Installing device-mapper-udev (2.03.17-r1) Executing device-mapper-udev-2.03.17-r1.post-install (293/731) Installing libcom_err (1.46.5-r4) (294/731) Installing e2fsprogs-libs (1.46.5-r4) (295/731) Installing e2fsprogs (1.46.5-r4) (296/731) Installing e2fsprogs-extra (1.46.5-r4) (297/731) Installing f2fs-tools-libs (1.15.0-r0) (298/731) Installing f2fs-tools (1.15.0-r0) (299/731) Installing lz4 (1.9.4-r1) (300/731) Installing userspace-rcu (0.13.2-r0) (301/731) Installing multipath-tools (0.9.3-r1) (302/731) Installing multipath-tools-openrc (0.9.3-r1) (303/731) Installing parted (3.5-r0) (304/731) Installing postmarketos-mvcfg (1-r0) (305/731) Installing postmarketos-keys (1-r0) (306/731) Installing sudo (1.9.12_p1-r1) (307/731) Installing postmarketos-base-nofde (23-r1) (308/731) Installing unudhcpd (0.2.1-r0) (309/731) Installing xz (5.2.8-r0) (310/731) Installing postmarketos-mkinitfs (1.5.1-r1) (311/731) Installing postmarketos-base (23-r1) Executing postmarketos-base-23-r1.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (312/731) Installing llvm15-libs (15.0.5-r0) (313/731) Installing musl-fts (1.2.7-r3) (314/731) Installing libelf (0.187-r2) (315/731) Installing mesa-dri-gallium (22.2.4-r0) (316/731) Installing postmarketos-base-mesa (23-r1) (317/731) Installing u-boot-pinephone (2022.07-r0) (318/731) Installing u-boot-tools (2022.10-r0) (319/731) Installing dbus (1.14.4-r0) Executing dbus-1.14.4-r0.pre-install Executing dbus-1.14.4-r0.post-install (320/731) Installing dbus-openrc (1.14.4-r0) (321/731) Installing libacl (2.3.1-r1) (322/731) Installing lz4-libs (1.9.4-r1) (323/731) Installing libarchive (3.6.1-r1) (324/731) Installing libcbor (0.9.0-r1) (325/731) Installing efivar-libs (38-r1) (326/731) Installing libgcab (1.4-r3) (327/731) Installing json-glib (1.6.6-r1) (328/731) Installing libgusb (0.4.2-r0) (329/731) Installing libjcat (0.1.12-r0) (330/731) Installing libmbim (1.28.2-r0) (331/731) Installing protobuf-c (1.4.1-r1) (332/731) Installing libqrtr-glib (1.2.2-r0) (333/731) Installing libqmi (1.32.2-r0) (334/731) Installing tpm2-tss-mu (3.2.0-r0) (335/731) Installing tpm2-tss-sys (3.2.0-r0) (336/731) Installing tpm2-tss-esys (3.2.0-r0) (337/731) Installing libxmlb (0.3.10-r0) (338/731) Installing fwupd (1.8.7-r0) (339/731) Installing fwupd-openrc (1.8.7-r0) (340/731) Installing device-pine64-pinephone (0.44-r0) Executing device-pine64-pinephone-0.44-r0.post-install * service eg25-manager added to runlevel default * service gpsd added to runlevel default * service gpsd_pinephone added to runlevel default (341/731) Installing device-pine64-pinephone-plasma-mobile (0.44-r0) (342/731) Installing linux-firmware-rtlwifi (20221109-r0) (343/731) Installing linux-firmware-rtl_bt (20221109-r0) (344/731) Installing firmware-pine64-rtl8723bt (0_git20200705-r0) (345/731) Installing firmware-pine64-ov5640 (0_git20201028-r0) (346/731) Installing device-pine64-pinephone-nonfree-firmware (0.44-r0) (347/731) Installing yaml (0.2.5-r0) (348/731) Installing appstream (0.15.5-r1) Executing appstream-0.15.5-r1.post-install ✔ Metadata cache was updated successfully. (349/731) Installing appstream-qt (0.15.5-r1) (350/731) Installing attica (5.100.0-r0) (351/731) Installing kidletime (5.100.0-r0) (352/731) Installing knewstuff (5.100.0-r0) (353/731) Installing discover (5.26.3-r0) (354/731) Installing libapk-qt (0.4.2-r0) (355/731) Installing discover-backend-apk (5.26.3-r0) (356/731) Installing discover-backend-fwupd (5.26.3-r0) (357/731) Installing font-droid-nonlatin (20200215-r2) (358/731) Installing font-noto-common (0_git20211101-r6) (359/731) Installing font-noto-math (0_git20211101-r6) (360/731) Installing font-noto-symbols (0_git20211101-r6) (361/731) Installing font-noto (0_git20211101-r6) (362/731) Installing font-noto-emoji (2.038-r0) (363/731) Installing font-noto-extra (0_git20211101-r6) (364/731) Installing mauiman (1.0.0-r0) (365/731) Installing mauikit (2.2.0-r0) (366/731) Installing exiv2 (0.27.5-r1) (367/731) Installing mauikit-imagetools (2.2.0-r0) (368/731) Installing mauikit-filebrowsing (2.2.0-r0) (369/731) Installing index (2.2.0-r0) (370/731) Installing signon-plugin-oauth2 (0.25-r0) (371/731) Installing kaccounts-providers (22.08.3-r0) (372/731) Installing kirigami-addons (0.5-r0) (373/731) Installing kclock (22.09-r0) (374/731) Installing gsettings-desktop-schemas (43.0-r0) (375/731) Installing kdecoration (5.26.3-r0) (376/731) Installing kde-gtk-config (5.26.3-r0) (377/731) Installing kirigami-gallery (22.08.3-r0) (378/731) Installing kquickimageeditor (0.2.0-r1) (379/731) Installing taglib (1.13-r0) (380/731) Installing kfilemetadata (5.100.0-r0) (381/731) Installing qt5-qtlocation (5.15.6_git20220907-r1) (382/731) Installing koko (22.09-r0) (383/731) Installing kasync (0.3.0-r2) (384/731) Installing gpg-wks-server (2.2.40-r0) (385/731) Installing gpgv (2.2.40-r0) (386/731) Installing libldap (2.6.3-r6) (387/731) Installing gnupg-dirmngr (2.2.40-r0) (388/731) Installing gnupg-utils (2.2.40-r0) (389/731) Installing gnupg-wks-client (2.2.40-r0) (390/731) Installing gnupg (2.2.40-r0) (391/731) Installing iso-codes (4.12.0-r0) (392/731) Installing kcontacts (5.100.0-r0) (393/731) Installing kpeople (5.100.0-r0) (394/731) Installing libical (3.0.16-r1) (395/731) Installing kcalendarcore (5.100.0-r0) (396/731) Installing kmime (22.08.3-r0) (397/731) Installing kimap2 (0.4.0-r1) (398/731) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0) (399/731) Installing kdav2 (0.4.0-r1) (400/731) Installing lmdb (0.9.29-r2) (401/731) Installing libxapian (1.4.21-r0) (402/731) Installing sink (0.9.0-r3) (403/731) Installing kpeoplesink (0_git20210224-r1) (404/731) Installing kpeoplevcard (0.1-r2) (405/731) Installing libraw (0.20.2-r1) (406/731) Installing libraw-tools (0.20.2-r1) (407/731) Installing lcms2 (2.14-r0) (408/731) Installing imagemagick-libs (7.1.0.52-r0) (409/731) Installing jbig2dec (0.19-r1) (410/731) Installing ghostscript (10.0.0-r0) (411/731) Installing libde265 (1.0.9-r0) (412/731) Installing libheif (1.13.0-r0) (413/731) Installing libjxl (0.7.0-r0) (414/731) Installing librsvg (2.55.1-r0) (415/731) Installing imagemagick (7.1.0.52-r0) (416/731) Installing perl (5.36.0-r0) (417/731) Installing perl-image-exiftool (12.50-r0) (418/731) Installing exiftool (12.50-r0) (419/731) Installing tzdata (2022f-r1) (420/731) Installing openexr (3.1.5-r3) (421/731) Installing soundtouch (2.3.2-r1) (422/731) Installing libraw1394 (2.1.2-r3) (423/731) Installing libdc1394 (2.2.6-r1) (424/731) Installing tslib (1.22-r1) (425/731) Installing directfb (1.7.7-r5) (426/731) Installing faac (1.30-r2) (427/731) Installing fdk-aac (2.0.2-r1) (428/731) Installing flite (2.2-r1) (429/731) Installing libsamplerate (0.2.2-r0) (430/731) Installing jack (1.9.21-r0) (431/731) Installing portaudio (19.7.0-r0) (432/731) Installing fluidsynth-libs (2.3.0-r0) (433/731) Installing libfreeaptx (0.1.1-r1) (434/731) Installing gsm (1.0.22-r1) (435/731) Installing libldac (2.0.2.3-r0) (436/731) Installing libmodplug (0.8.9.0-r2) (437/731) Installing neon (0.32.4-r0) (438/731) Installing libnice (0.1.19-r0) (439/731) Installing openal-soft (1.22.2-r2) (440/731) Installing openjpeg (2.5.0-r0) (441/731) Installing librtmp (2.4_git20190330-r2) (442/731) Installing sbc (2.0-r0) (443/731) Installing spandsp (0.0.6-r2) (444/731) Installing libsrtp (2.4.2-r3) (445/731) Installing vo-aacenc (0.1.3-r0) (446/731) Installing vo-amrwbenc (0.1.3-r0) (447/731) Installing libzbar (0.23.92-r1) (448/731) Installing gst-plugins-bad (1.20.4-r2) (449/731) Installing gtk4.0 (4.8.2-r0) Executing gtk4.0-4.8.2-r0.post-install (450/731) Installing megapixels (1.5.2-r0) (451/731) Installing encodings (1.0.6-r0) (452/731) Installing libfontenc (1.1.6-r0) (453/731) Installing mkfontscale (1.2.2-r1) (454/731) Installing font-dejavu (2.37-r3) (455/731) Installing sdl2_ttf (2.20.1-r0) (456/731) Installing osk-sdl (0.67.1-r1) (457/731) Installing kcmutils (5.100.0-r0) (458/731) Installing frameworkintegration (5.100.0-r0) (459/731) Installing oxygen (5.26.3-r0) (460/731) Installing modemmanager-qt (5.100.0-r0) (461/731) Installing callaudiod-libs (0.1.4-r0) (462/731) Installing abseil-cpp (20220623.1-r1) (463/731) Installing boost1.80-thread (1.80.0-r3) (464/731) Installing libprotobuf (3.21.9-r0) (465/731) Installing libphonenumber (8.13.0-r0) (466/731) Installing plasma-dialer (22.09-r0) (467/731) Installing plasma-mobile-sounds (0.1-r1) (468/731) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0) (469/731) Installing plasma-phonebook (22.09-r0) (470/731) Installing postmarketos-artwork-wallpapers (2-r1) (471/731) Installing postmarketos-hidden-desktop-entries (2.2-r1) (472/731) Installing bluez (5.66-r1) (473/731) Installing bluez-openrc (5.66-r1) (474/731) Installing bluez-obexd (5.66-r1) (475/731) Installing kded (5.100.0-r0) (476/731) Installing bluez-qt (5.100.0-r0) (477/731) Installing bluedevil (5.26.3-r0) (478/731) Installing breeze (5.26.3-r0) (479/731) Installing libpulse-mainloop-glib (9999_git20220528-r0) (480/731) Installing callaudiod (0.1.4-r0) (481/731) Installing dnsmasq-common (2.87-r0) (482/731) Installing dnsmasq-openrc (2.87-r0) (483/731) Installing dnsmasq (2.87-r0) Executing dnsmasq-2.87-r0.pre-install (484/731) Installing linux-pam (1.5.2-r1) (485/731) Installing shadow (4.13-r0) (486/731) Installing elogind (246.10-r5) (487/731) Installing elogind-openrc (246.10-r5) (488/731) Installing hfd-service (0.1.0-r1) (489/731) Installing hfd-service-openrc (0.1.0-r1) (490/731) Installing iio-sensor-proxy (3.4-r0) (491/731) Installing iio-sensor-proxy-openrc (3.4-r0) (492/731) Installing libkscreen (5.26.3-r0) (493/731) Installing layer-shell-qt (5.26.3-r0) (494/731) Installing qt5-qtsensors (5.15.6_git20220816-r0) (495/731) Installing kscreen (5.26.3-r0) (496/731) Installing socat (1.7.4.4-r0) (497/731) Installing kwallet-pam (5.26.3-r0) (498/731) Installing kwayland-integration (5.26.3-r0) (499/731) Installing polkit-common (122-r0) Executing polkit-common-122-r0.pre-install (500/731) Installing duktape (2.7.0-r0) (501/731) Installing polkit-elogind (122-r0) (502/731) Installing modemmanager (1.20.2-r0) (503/731) Installing modemmanager-openrc (1.20.2-r0) (504/731) Installing libnm (1.40.2-r0) (505/731) Installing networkmanager-common (1.40.2-r0) (506/731) Installing networkmanager-openrc (1.40.2-r0) (507/731) Installing libmnl (1.0.5-r0) (508/731) Installing libnftnl (1.2.4-r0) (509/731) Installing iptables (1.8.8-r2) (510/731) Installing iptables-openrc (1.8.8-r2) (511/731) Installing libndp (1.8-r1) (512/731) Installing libidn2 (2.3.4-r0) (513/731) Installing libpsl (0.21.1-r1) (514/731) Installing networkmanager (1.40.2-r0) Executing networkmanager-1.40.2-r0.pre-install Executing networkmanager-1.40.2-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-<name>. * (515/731) Installing networkmanager-cli (1.40.2-r0) (516/731) Installing pcre (8.45-r2) (517/731) Installing slang (2.3.3-r0) (518/731) Installing newt (0.52.21-r4) (519/731) Installing networkmanager-tui (1.40.2-r0) (520/731) Installing wireless-regdb (2022.08.12-r0) (521/731) Installing networkmanager-wifi (1.40.2-r0) Executing networkmanager-wifi-1.40.2-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add <name>; * rc-service <name> start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (522/731) Installing mobile-broadband-provider-info (20221107-r0) (523/731) Installing networkmanager-wwan (1.40.2-r0) (524/731) Installing libunwind (1.6.2-r0) (525/731) Installing libcamera (0.0.1-r1) (526/731) Installing pipewire-libs (0.3.60-r2) (527/731) Installing libuv (1.44.2-r0) (528/731) Installing roc-toolkit-libs (0.1.5-r2) (529/731) Installing webrtc-audio-processing (0.3.1-r6) (530/731) Installing pipewire (0.3.60-r2) (531/731) Installing breeze-icons (5.100.0-r0) (532/731) Installing dbus-x11 (1.14.4-r0) (533/731) Installing kactivities (5.100.0-r0) (534/731) Installing kpipewire (5.26.3-r0) (535/731) Installing dconf (0.40.0-r2) (536/731) Installing anthy (9100h-r2) (537/731) Installing maliit-framework (2.3.0-r1) (538/731) Installing kyotocabinet (1.2.79-r3) (539/731) Installing libpinyin (2.7.92-r0) (540/731) Installing tinyxml (2.6.2-r1) (541/731) Installing presage (0.9.1-r2) (542/731) Installing maliit-keyboard (2.3.1-r1) (543/731) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0) (544/731) Installing plasma-nano (5.26.3-r0) (545/731) Installing networkmanager-qt (5.100.0-r0) (546/731) Installing plasma-nm (5.26.3-r0) (547/731) Installing plasma-nm-mobile (5.26.3-r0) (548/731) Installing fftw-single-libs (3.3.10-r1) (549/731) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (550/731) Installing pulseaudio-bluez (9999_git20220528-r0) (551/731) Installing pulseaudio-alsa (9999_git20220528-r0) (552/731) Installing alsa-utils-openrc (1.2.8-r0) (553/731) Installing pulseaudio-openrc (9999_git20220528-r0) (554/731) Installing libcanberra-pulse (0.30-r9) (555/731) Installing plasma-pa (5.26.3-r0) (556/731) Installing libdaemon (0.14-r3) (557/731) Installing openrc-settingsd (1.1.0-r0) (558/731) Installing openrc-settingsd-openrc (1.1.0-r0) (559/731) Installing plasma-settings (22.09-r1) (560/731) Installing kactivitymanagerd (5.26.3-r0) (561/731) Installing kinit (5.100.0-r0) (562/731) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (563/731) Installing kdnssd (5.100.0-r0) (564/731) Installing syntax-highlighting (5.100.0-r0) (565/731) Installing kdsoap (2.1.1-r0) (566/731) Installing libmtp (1.1.20-r2) (567/731) Installing clang15-libclang (15.0.5-r0) (568/731) Installing qt5-qttools (5.15.6_git20220907-r1) (569/731) Installing phonon (4.11.1-r3) (570/731) Installing talloc (2.3.4-r0) (571/731) Installing tevent (0.13.0-r0) (572/731) Installing samba-util-libs (4.16.7-r0) (573/731) Installing jansson (2.14-r0) (574/731) Installing ldb (2.5.2-r0) (575/731) Installing libwbclient (4.16.7-r0) (576/731) Installing samba-libs (4.16.7-r0) (577/731) Installing libsmbclient (4.16.7-r0) (578/731) Installing kio-extras (22.08.3-r0) (579/731) Installing kquickcharts (5.100.0-r0) (580/731) Installing xorg-server-common (21.1.4-r1) (581/731) Installing libxkbfile (1.1.1-r0) (582/731) Installing xkbcomp (1.4.5-r1) (583/731) Installing libxfont2 (2.0.6-r0) (584/731) Installing libtirpc-conf (1.3.3-r0) (585/731) Installing libtirpc-nokrb (1.3.3-r0) (586/731) Installing libxcvt (0.1.2-r0) (587/731) Installing xwayland (22.1.5-r0) (588/731) Installing kscreenlocker (5.26.3-r0) (589/731) Installing libqaccessibilityclient (0.4.1-r1) (590/731) Installing xcb-util-cursor (0.1.4-r0) (591/731) Installing kwin (5.26.2.1-r0) (592/731) Installing kitemmodels (5.100.0-r0) (593/731) Installing threadweaver (5.100.0-r0) (594/731) Installing krunner (5.100.0-r0) (595/731) Installing milou (5.26.3-r0) (596/731) Installing pipewire-media-session (0.4.1-r0) (597/731) Installing font-hack (3.003-r3) (598/731) Installing qqc2-desktop-style (5.100.0-r0) (599/731) Installing plasma-integration (5.26.3-r0) (600/731) Installing qtchooser (66-r2) (601/731) Installing plasma-workspace-libs (5.26.3-r0) (602/731) Installing kactivities-stats (5.100.0-r0) (603/731) Installing baloo (5.100.0-r0) (604/731) Installing kholidays (5.100.0-r0) (605/731) Installing libkexiv2 (22.08.3-r0) (606/731) Installing knotifyconfig (5.100.0-r0) (607/731) Installing kparts (5.100.0-r0) (608/731) Installing zxing-cpp (1.4.0-r0) (609/731) Installing libdmtx-libs (0.7.7-r0) (610/731) Installing libqrencode (4.1.1-r1) (611/731) Installing prison (5.100.0-r0) (612/731) Installing ktexteditor (5.100.0-r0) (613/731) Installing libpcap (1.10.1-r1) (614/731) Installing lm-sensors-libs (3.6.0-r4) (615/731) Installing libksysguard (5.26.3-r0) (616/731) Installing kuserfeedback (1.2.0-r1) (617/731) Installing mpfr4 (4.1.0-r0) (618/731) Installing libqalculate (4.4.0-r1) (619/731) Installing plasma-workspace (5.26.3-r0) (620/731) Installing kpty (5.100.0-r0) (621/731) Installing kdesu (5.100.0-r0) (622/731) Installing kde-cli-tools (5.26.3-r0) (623/731) Installing qqc2-breeze-style (5.26.3-r0) (624/731) Installing plasma-mobile (5.26.3-r0) (625/731) Installing polkit-kde-agent-1 (5.26.3-r0) (626/731) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (627/731) Installing chrony-openrc (4.3-r0) (628/731) Installing haveged (1.9.18-r0) (629/731) Installing haveged-openrc (1.9.18-r0) (630/731) Installing nftables (1.0.5-r2) (631/731) Installing nftables-openrc (1.0.5-r2) (632/731) Installing postmarketos-config-nftables (0.13-r0) Executing postmarketos-config-nftables-0.13-r0.post-install * service nftables added to runlevel default (633/731) Installing postmarketos-config-nftables-networkmanager (0.13-r0) (634/731) Installing postmarketos-base-nftables (23-r1) Executing postmarketos-base-nftables-23-r1.post-install (635/731) Installing postmarketos-artwork-icons (2-r1) (636/731) Installing util-linux (2.38.1-r0) (637/731) Installing libfdisk (2.38.1-r0) (638/731) Installing libsmartcols (2.38.1-r0) (639/731) Installing util-linux-misc (2.38.1-r0) (640/731) Installing libeconf (0.4.7-r0) (641/731) Installing runuser (2.38.1-r0) (642/731) Installing mount (2.38.1-r0) (643/731) Installing losetup (2.38.1-r0) (644/731) Installing hexdump (2.38.1-r0) (645/731) Installing uuidgen (2.38.1-r0) (646/731) Installing blkid (2.38.1-r0) (647/731) Installing sfdisk (2.38.1-r0) (648/731) Installing mcookie (2.38.1-r0) (649/731) Installing agetty (2.38.1-r0) (650/731) Installing agetty-openrc (0.45.2-r5) (651/731) Installing wipefs (2.38.1-r0) (652/731) Installing cfdisk (2.38.1-r0) (653/731) Installing umount (2.38.1-r0) (654/731) Installing util-linux-openrc (2.38.1-r0) (655/731) Installing flock (2.38.1-r0) (656/731) Installing lsblk (2.38.1-r0) (657/731) Installing libcap-ng (0.8.3-r1) (658/731) Installing setpriv (2.38.1-r0) (659/731) Installing logger (2.38.1-r0) (660/731) Installing partx (2.38.1-r0) (661/731) Installing fstrim (2.38.1-r0) (662/731) Installing findmnt (2.38.1-r0) (663/731) Installing pcsc-lite-libs (1.9.9-r0) (664/731) Installing wpa_supplicant (2.10-r4) (665/731) Installing wpa_supplicant-openrc (2.10-r4) (666/731) Installing ifupdown-ng-wifi (0.12.1-r0) (667/731) Installing postmarketos-base-ui (6-r1) Executing postmarketos-base-ui-6-r1.post-install (668/731) Installing postmarketos-base-ui-networkmanager (6-r1) (669/731) Installing mpdecimal (2.5.1-r1) (670/731) Installing python3 (3.10.8-r3) (671/731) Installing py3-ruamel.yaml.clib (0.2.7-r0) (672/731) Installing py3-ruamel.yaml (0.17.21-r0) (673/731) Installing sleep-inhibitor (1.16-r0) (674/731) Installing sleep-inhibitor-openrc (1.16-r0) (675/731) Installing postmarketos-base-ui-elogind (6-r1) Executing postmarketos-base-ui-elogind-6-r1.post-install (676/731) Installing py3-dbus (1.3.2-r0) (677/731) Installing obex-capabilities (0.2.1-r1) (678/731) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (679/731) Installing postmarketos-base-ui-bluez-obexd (6-r1) (680/731) Installing pulseaudio-utils (9999_git20220528-r0) (681/731) Installing postmarketos-base-ui-pulseaudio (6-r1) (682/731) Installing upower (1.90.0-r2) (683/731) Installing device-pine64-pinephone-upower (0.44-r0) (684/731) Installing powerdevil-libs (5.26.3-r0) (685/731) Installing powerdevil (5.26.3-r0) (686/731) Installing bubblewrap (0.7.0-r0) (687/731) Installing fuse-common (3.12.0-r0) (688/731) Installing fuse-openrc (3.12.0-r0) (689/731) Installing fuse3-libs (3.12.0-r0) (690/731) Installing fuse3 (3.12.0-r0) (691/731) Installing xdg-desktop-portal (1.15.0-r0) (692/731) Installing xdg-desktop-portal-kde (5.26.3-r0) (693/731) Installing autologin (1.0.0-r4) (694/731) Installing tinydm (1.1.2-r1) (695/731) Installing tinydm-openrc (1.1.2-r1) (696/731) Installing postmarketos-base-ui-tinydm (6-r1) (697/731) Installing font-alias (1.0.4-r0) (698/731) Installing util-macros (1.19.3-r0) (699/731) Installing font-misc-misc (1.1.2-r3) (700/731) Installing font-cursor-misc (1.0.3-r3) (701/731) Installing xauth (1.1.2-r0) (702/731) Installing xmodmap (1.0.11-r0) (703/731) Installing xrdb (1.2.1-r1) (704/731) Installing xinit (1.4.1-r1) (705/731) Installing hwdata-pci (0.364-r0) (706/731) Installing libpciaccess (0.17-r0) (707/731) Installing xorg-server (21.1.4-r1) (708/731) Installing libinput (1.21.0-r0) (709/731) Installing xf86-input-libinput (1.2.1-r0) (710/731) Installing xf86-video-fbdev (0.5.0-r3) (711/731) Installing postmarketos-base-ui-x11 (6-r1) (712/731) Installing postmarketos-ui-plasma-mobile (3.9-r0) Executing postmarketos-ui-plasma-mobile-3.9-r0.post-install * service tinydm added to runlevel default * rc-update: service `urfkill' does not exist * service iio-sensor-proxy added to runlevel default * service bluetooth added to runlevel default * service hfd-service added to runlevel default * service networkmanager added to runlevel default * service modemmanager added to runlevel default * rc-update: service `ofono' is not in the runlevel `default' tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop (713/731) Installing libexif (0.6.24-r0) (714/731) Installing hwloc (2.8.0-r0) (715/731) Installing libtbb (2021.7.0-r0) (716/731) Installing opencv (4.6.0-r3) (717/731) Installing postprocessd (0.2.1-r0) (718/731) Installing postprocessd-megapixels (0.2.1-r0) (719/731) Installing qmltermwidget (0.2.0-r1) (720/731) Installing qmlkonsole (22.09-r1) (721/731) Installing c-ares (1.18.1-r0) (722/731) Installing spacebar (22.09-r0) (723/731) Installing hkdm (0.2.0-r0) (724/731) Installing buffyboard (0.2.0-r0) (725/731) Installing terminus-font (4.49.1-r3) (726/731) Installing kbd-misc (2.5.1-r3) (727/731) Installing kbd (2.5.1-r3) (728/731) Installing kbd-openrc (2.5.1-r3) (729/731) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (730/731) Installing ttyescape-openrc (1.0.1-r1) (731/731) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r28.trigger Executing glib-2.74.1-r2.trigger Executing fontconfig-2.14.1-r0.trigger Executing shared-mime-info-2.2-r2.trigger Executing gdk-pixbuf-2.42.10-r0.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing ca-certificates-20220614-r2.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-mkinitfs-1.5.1-r1.trigger 2022/11/18 20:20:48 Generating for kernel version: 6.0.7 2022/11/18 20:20:48 Output directory: /boot 2022/11/18 20:20:48 == Generating initramfs == 2022/11/18 20:20:48 - Including hook files 2022/11/18 20:20:48 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:20:48 - Including hook scripts 2022/11/18 20:20:48 - Including required binaries 2022/11/18 20:20:48 - Including kernel modules 2022/11/18 20:20:48 - Including splash images 2022/11/18 20:20:48 - Writing and verifying initramfs archive 2022/11/18 20:20:48 == Generating initramfs extra == 2022/11/18 20:20:48 - Including extra binaries 2022/11/18 20:20:48 - Including FDE support 2022/11/18 20:20:50 - Writing and verifying initramfs-extra archive 2022/11/18 20:20:54 == Using boot-deploy to finalize/install files == ==> kernel: device-tree blob operations ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra ==> Installing: /boot/sun50i-a64-pinephone-1.1.dtb ==> Installing: /boot/sun50i-a64-pinephone-1.2.dtb 2022/11/18 20:21:03 mkinitfs completed in: 14.853861854s Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS0 with baud rate 115200 Executing dbus-1.14.4-r0.trigger Executing mkfontscale-1.2.2-r1.trigger OK: 2125 MiB in 756 packages (1313745) [20:21:13] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2125 MiB in 756 packages (1313745) [20:21:16] (rootfs_pine64-pinephone) calculate depends of device-pine64-pinephone (pmbootstrap -v for details) (1313745) [20:21:16] (rootfs_pine64-pinephone) install device-pine64-pinephone (1313745) [20:21:16] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:21:16] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:21:16] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1313745) [20:21:16] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephone (1313745) [20:21:17] New background process: pid=1325972, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2125 MiB in 756 packages (1313745) [20:21:19] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2125 MiB in 756 packages (1313745) [20:21:22] (rootfs_pine64-pinephone) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1313745) [20:21:22] (rootfs_pine64-pinephone) install postmarketos-mkinitfs (1313745) [20:21:22] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:21:22] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:21:22] (rootfs_pine64-pinephone) % cat /tmp/apk_progress_fifo (1313745) [20:21:22] (rootfs_pine64-pinephone) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1313745) [20:21:22] New background process: pid=1326134, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2125 MiB in 756 packages (1313745) [20:21:24] (rootfs_pine64-pinephone) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2125 MiB in 756 packages (1313745) [20:21:27] (rootfs_pine64-pinephone) mkinitfs postmarketos-allwinner (1313745) [20:21:27] (rootfs_pine64-pinephone) % mkinitfs 2022/11/18 20:21:27 Generating for kernel version: 6.0.7 2022/11/18 20:21:27 Output directory: /boot 2022/11/18 20:21:27 == Generating initramfs == 2022/11/18 20:21:27 - Including hook files 2022/11/18 20:21:27 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:21:27 - Including hook scripts 2022/11/18 20:21:27 - Including required binaries 2022/11/18 20:21:27 - Including kernel modules 2022/11/18 20:21:27 - Including splash images 2022/11/18 20:21:27 - Writing and verifying initramfs archive 2022/11/18 20:21:28 == Generating initramfs extra == 2022/11/18 20:21:28 - Including extra binaries 2022/11/18 20:21:28 - Including FDE support 2022/11/18 20:21:29 - Writing and verifying initramfs-extra archive 2022/11/18 20:21:33 == 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/11/18 20:21:37 mkinitfs completed in: 9.943275338s (1313745) [20:21:37] *** SET LOGIN PASSWORD FOR: 'user' *** (1313745) [20:21:37] (rootfs_pine64-pinephone) % passwd user New password: Retype new password: passwd: password updated successfully (1313745) [20:21:37] (rootfs_pine64-pinephone) % grep ^root:!: /etc/shadow (1313745) [20:21:37] (rootfs_pine64-pinephone) locking root (1313745) [20:21:38] (rootfs_pine64-pinephone) % passwd -l root passwd: password changed. (1313745) [20:21:38] NOTE: No valid keymap specified for device (1313745) [20:21:38] (rootfs_pine64-pinephone) % setup-timezone Etc/UTC (1313745) [20:21:43] (rootfs_pine64-pinephone) % sh -c echo pine64-pinephone > /etc/hostname (1313745) [20:21:43] (rootfs_pine64-pinephone) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephone localhost.localdomain localhost/ /etc/hosts (1313745) [20:21:43] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/distfiles (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/var/cache/apk (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/proc (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-rust (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-packages (1313745) [20:21:43] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-netboot (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-git (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-ccache (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/mnt/pmbootstrap-abuild-config (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/etc/apk/keys (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev/shm (1313745) [20:21:44] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/dev (1313745) [20:21:44] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/in-pmbootstrap (1313745) [20:21:44] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1313745) [20:21:44] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone 2241484 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone (1313745) [20:21:44] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1313745) [20:21:44] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1313745) [20:21:44] (native) create pine64-pinephone.img (2933M) (1313745) [20:21:44] (native) % truncate -s 2933M /home/pmos/rootfs/pine64-pinephone.img (1313745) [20:21:45] (native) mount /dev/install (pine64-pinephone.img) (1313745) [20:21:45] (native) mount /home/pmos/rootfs/pine64-pinephone.img (loop) (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1313745) [20:21:45] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1313745) [20:21:45] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1313745) [20:21:45] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1313745) [20:21:45] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1313745) [20:21:45] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1313745) [20:21:45] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1313745) [20:21:45] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1313745) [20:21:45] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1313745) [20:21:45] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1313745) [20:21:45] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1313745) [20:21:45] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1313745) [20:21:45] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1313745) [20:21:45] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1313745) [20:21:45] (native) % losetup -f /home/pmos/rootfs/pine64-pinephone.img (1313745) [20:21:45] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 } ] } (1313745) [20:21:45] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 } ] } (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1313745) [20:21:45] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1313745) [20:21:45] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1313745) [20:21:45] (native) % parted -s /dev/install mktable msdos (1313745) [20:21:45] (native) % parted -s /dev/install mkpart primary ext2 2048s 256M (1313745) [20:21:45] (native) % parted -s /dev/install mkpart primary 256M 100% (1313745) [20:21:45] (native) % parted -s /dev/install set 1 boot on (1313745) [20:21:45] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 } ] } (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1313745) [20:21:45] % sudo mount --bind /dev/loop11p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1313745) [20:21:45] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1313745) [20:21:46] % sudo mount --bind /dev/loop11p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1313745) [20:21:46] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1313745) [20:21:46] (native) install e2fsprogs (1313745) [20:21:46] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:21:46] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:21:46] (native) % cat /tmp/apk_progress_fifo (1313745) [20:21:46] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1313745) [20:21:46] New background process: pid=1328121, 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-r28.trigger OK: 26 MiB in 72 packages (1313745) [20:21:46] (native) format /dev/installp2 (root, ext4) (1313745) [20:21:46] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1313745) [20:21:47] (native) mount /dev/installp2 to /mnt/install (1313745) [20:21:47] (native) % mkdir -p /mnt/install (1313745) [20:21:47] (native) % mount /dev/installp2 /mnt/install (1313745) [20:21:47] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1313745) [20:21:47] (native) install e2fsprogs (1313745) [20:21:47] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:21:47] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1313745) [20:21:47] (native) % cat /tmp/apk_progress_fifo (1313745) [20:21:47] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1313745) [20:21:47] New background process: pid=1328154, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 26 MiB in 72 packages (1313745) [20:21:47] (native) format /dev/installp1 (boot, ext2), mount to mountpoint (1313745) [20:21:47] (native) % mkfs.ext2 -F -q -L pmOS_boot /dev/installp1 (1313745) [20:21:47] (native) % mkdir -p /mnt/install/boot (1313745) [20:21:47] (native) % mount /dev/installp1 /mnt/install/boot (1313745) [20:21:47] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1313745) [20:21:47] (native) copy rootfs_pine64-pinephone to /mnt/install/ (1313745) [20:21:47] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone (1313745) [20:21:47] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone (1313745) [20:21:47] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephone/usr/bin/qemu-aarch64-static (1313745) [20:21:48] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone/tmp/apk_progress_fifo (1313745) [20:21:48] (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/ (1313745) [20:22:02] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1313745) [20:22:02] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1313745) [20:22:02] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1313745) [20:22:02] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1313745) [20:22:02] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1313745) [20:22:02] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1313745) [20:22:02] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1313745) [20:22:02] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % 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/ (1313745) [20:22:03] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1313745) [20:22:03] % 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 (1313745) [20:22:03] 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 (1313745) [20:22:03] (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 (1313745) [20:22:03] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1313745) [20:22:03] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1313745) [20:22:05] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephone.img", "dio": false, "log-sec": 512 } ] } (1313745) [20:22:05] (native) umount /dev/loop11 (1313745) [20:22:05] (native) % losetup -d /dev/loop11 (1313745) [20:22:05] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1313745) [20:22:05] (1313745) [20:22:05] *** FLASHING INFORMATION *** (1313745) [20:22:05] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1313745) [20:22:05] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1313745) [20:22:05] (1313745) [20:22:05] *** SSH DAEMON INFORMATION *** (1313745) [20:22:05] SSH daemon is enabled (disable with --no-sshd). (1313745) [20:22:05] Login as 'user' with the password given during installation. (1313745) [20:22:05] (1313745) [20:22:05] *** FIREWALL INFORMATION *** (1313745) [20:22:05] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables). (1313745) [20:22:05] For more information: https://postmarketos.org/firewall (1313745) [20:22:05] (1313745) [20:22:05] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1313745) [20:22:05] DONE! total 2349136 -rw-r--r-- 1 root 12345 3075473408 Nov 18 20:22 pine64-pinephone.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephone.img' -> './pine64-pinephone.img' Loop Device: /dev/loop11 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 1 1 /var/lib/snapd/snaps/core18_2620.snap 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap (deleted) 0 512 /dev/loop11 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephone.img 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/core20_1634.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap 0 512 /dev/loop9 0 0 1 1 /var/lib/snapd/snaps/snapd_17336.snap 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap (deleted) 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1695.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 14 Nov 18 20:22 pmOS_boot -> ../../loop11p1 lrwxrwxrwx 1 root root 14 Nov 18 20:22 pmOS_root -> ../../loop11p2 lrwxrwxrwx 1 root root 10 Nov 18 20:22 storagepool -> ../../sda1 total 88 drwxr-xr-x 2 root root 4096 Nov 18 20:20 bin drwxr-xr-x 2 root root 4096 Nov 18 20:21 boot drwxr-xr-x 2 root root 4096 Nov 18 20:16 dev drwxr-xr-x 66 root root 4096 Nov 18 20:21 etc drwxr-xr-x 3 root root 4096 Nov 18 20:22 home drwxr-xr-x 14 root root 4096 Nov 18 20:20 lib drwx------ 2 root root 16384 Nov 18 20:21 lost+found drwxr-xr-x 5 root root 4096 Nov 18 20:16 media drwxr-xr-x 8 root root 4096 Nov 18 20:16 mnt drwxr-xr-x 2 root root 4096 Nov 18 20:16 opt drwxr-xr-x 2 root root 4096 Nov 18 20:16 proc drwx------ 2 root root 4096 Nov 18 20:16 root drwxr-xr-x 6 root root 4096 Nov 18 20:20 run drwxr-xr-x 2 root root 4096 Nov 18 20:20 sbin drwxr-xr-x 2 root root 4096 Nov 18 20:16 srv drwxr-xr-x 2 root root 4096 Nov 18 20:16 sys drwxrwxrwt 2 root root 4096 Nov 18 20:21 tmp drwxr-xr-x 9 root root 4096 Nov 18 20:18 usr drwxr-xr-x 13 root root 4096 Nov 18 20:18 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-11-18 20:22:34-- 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% 123M=0s 2022-11-18 20:22:34 (123 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-11-18 18:00:25.756525 [http://mirror.postmarketos.org/postmarketos/master] v3.17.0_rc1-503-ga9bcb5213d [http://dl-cdn.alpinelinux.org/alpine/edge/main] v3.17.0_rc1-522-g72492e8c56 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v3.17.0_rc1-523-gdd171b33a9 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24961 distinct packages available (1/102) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1668581321-r1) (2/102) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1668581321-r1) (3/102) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0) (4/102) Upgrading karchive (5.100.0-r0 -> 9999_git1668477600-r0) (5/102) Upgrading kconfig (5.100.0-r0 -> 9999_git1668559787-r0) (6/102) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1668564338-r0) (7/102) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0) (8/102) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0) (9/102) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0) (10/102) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1668564355-r0) (11/102) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668426576-r0) (12/102) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0) (13/102) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0) (14/102) Upgrading kcodecs (5.100.0-r0 -> 9999_git1668442178-r0) (15/102) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1668426893-r0) (16/102) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1668477626-r0) (17/102) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0) (18/102) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0) (19/102) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0) (20/102) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0) (21/102) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0) (22/102) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0) (23/102) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1668426688-r0) (24/102) Upgrading knotifications (5.100.0-r0 -> 9999_git1668426736-r0) (25/102) Upgrading kservice (5.100.0-r0 -> 9999_git1668426832-r0) (26/102) Upgrading solid-libs (5.100.0-r0 -> 9999_git1668426998-r0) (27/102) Upgrading sonnet (5.100.0-r0 -> 9999_git1668427007-r0) (28/102) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0) (29/102) Upgrading kio (5.100.0-r0 -> 9999_git1668564846-r0) (30/102) Upgrading kpackage (5.100.0-r0 -> 9999_git1668426755-r0) (31/102) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1666436074-r0) (32/102) Upgrading kwayland (5.100.0-r0 -> 9999_git1668451144-r0) (33/102) Upgrading plasma-framework (5.100.0-r0 -> 9999_git1668608229-r0) (34/102) Upgrading kwallet (5.100.0-r0 -> 9999_git1668426873-r0) (35/102) Upgrading purpose (5.100.0-r0 -> 9999_git1668611231-r0) (36/102) Upgrading angelfish (22.09-r0 -> 9999_git1667789871-r0) (37/102) Upgrading breeze-gtk (5.26.3-r0 -> 9999_git1667417749-r0) (38/102) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0) (39/102) Upgrading kidletime (5.100.0-r0 -> 9999_git1668426629-r0) (40/102) Upgrading knewstuff (5.100.0-r0 -> 9999_git1668444458-r0) (41/102) Upgrading kirigami-addons (0.5-r0 -> 9999_git1668680403-r0) (42/102) Upgrading kclock (22.09-r0 -> 9999_git1668650950-r0) (43/102) Upgrading kdecoration (5.26.3-r0 -> 9999_git1667789379-r0) (44/102) Upgrading kde-gtk-config (5.26.3-r0 -> 9999_git1668304265-r0) (45/102) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1668426558-r0) (46/102) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0) (47/102) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0) (48/102) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0) (49/102) Upgrading kcmutils (5.100.0-r0 -> 9999_git1668564325-r0) (50/102) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0) (51/102) Upgrading oxygen (5.26.3-r0 -> 9999_git1668478787-r0) (52/102) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0) (53/102) Upgrading plasma-dialer (22.09-r0 -> 9999_git1668650967-r0) (54/102) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1667789975-r0) (55/102) Upgrading kded (5.100.0-r0 -> 9999_git1668426481-r0) (56/102) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668426273-r0) (57/102) Upgrading bluedevil (5.26.3-r0 -> 9999_git1668650684-r0) (58/102) Upgrading breeze (5.26.3-r0 -> 9999_git1668046210-r0) (59/102) Upgrading libkscreen (5.26.3-r0 -> 9999_git1668650779-r0) (60/102) Upgrading layer-shell-qt (5.26.3-r0 -> 9999_git1666447153-r0) (61/102) Upgrading kscreen (5.26.3-r0 -> 9999_git1668218974-r0) (62/102) Upgrading kwallet-pam (5.26.3-r0 -> 9999_git1668649715-r0) (63/102) Upgrading kwayland-integration (5.26.3-r0 -> 9999_git1667577609-r0) (64/102) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1668426282-r0) (65/102) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0) (66/102) Upgrading plasma-nano (5.26.3-r0 -> 9999_git1667789641-r0) (67/102) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0) (68/102) Upgrading plasma-nm (5.26.3-r0 -> 9999_git1668650849-r0) (69/102) Upgrading plasma-nm-mobile (5.26.3-r0 -> 9999_git1668650849-r0) (70/102) Upgrading plasma-settings (22.09-r1 -> 9999_git1668650979-r1) (71/102) Upgrading kactivitymanagerd (5.26.3-r0 -> 9999_git1667789359-r0) (72/102) Upgrading kinit (5.100.0-r0 -> 9999_git1668426639-r0) (73/102) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0) (74/102) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1668625741-r0) (75/102) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668426803-r0) (76/102) Upgrading kscreenlocker (5.26.3-r0 -> 9999_git1668478703-r0) (77/102) Upgrading kwin (5.26.2.1-r0 -> 9999_git1668650756-r0) (78/102) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1668426669-r0) (79/102) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0) (80/102) Upgrading krunner (5.100.0-r0 -> 9999_git1668426822-r0) (81/102) Upgrading milou (5.26.3-r0 -> 9999_git1667789539-r0) (82/102) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1668426989-r0) (83/102) Upgrading plasma-integration (5.26.3-r0 -> 9999_git1668650838-r0) (84/102) Upgrading plasma-workspace-libs (5.26.3-r0 -> 9999_git1668650889-r0) (85/102) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0) (86/102) Upgrading baloo (5.100.0-r0 -> 9999_git1668563593-r0) (87/102) Upgrading kholidays (5.100.0-r0 -> 9999_git1668426586-r0) (88/102) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0) (89/102) Upgrading kparts (5.100.0-r0 -> 9999_git1668426766-r0) (90/102) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0) (91/102) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1668650139-r0) (92/102) Upgrading libksysguard (5.26.3-r0 -> 9999_git1668650789-r0) (93/102) Upgrading plasma-workspace (5.26.3-r0 -> 9999_git1668650889-r0) (94/102) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0) (95/102) Upgrading kde-cli-tools (5.26.3-r0 -> 9999_git1668565595-r0) (96/102) Upgrading qqc2-breeze-style (5.26.3-r0 -> 9999_git1667579379-r0) (97/102) Upgrading plasma-mobile (5.26.3-r0 -> 9999_git1668653191-r0) (98/102) Upgrading polkit-kde-agent-1 (5.26.3-r0 -> 9999_git1667789783-r0) (99/102) Upgrading powerdevil-libs (5.26.3-r0 -> 9999_git1668650901-r0) (100/102) Upgrading powerdevil (5.26.3-r0 -> 9999_git1668650901-r0) (101/102) Upgrading xdg-desktop-portal-kde (5.26.3-r0 -> 9999_git1668650919-r0) (102/102) Upgrading qmlkonsole (22.09-r1 -> 9999_git1668565962-r1) Executing busybox-1.35.0-r28.trigger Executing shared-mime-info-2.2-r2.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS0 with baud rate 115200 Executing dbus-1.14.4-r0.trigger OK: 2297 MiB in 756 packages (1/10) Installing bash (5.2.9-r0) Executing bash-5.2.9-r0.post-install (2/10) Installing xdg-dbus-proxy (0.1.4-r0) (3/10) Installing ostree (2022.6-r0) (4/10) Installing libseccomp (2.5.4-r0) (5/10) Installing flatpak (1.14.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-48-generic': No such file or directory * * To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in * Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a * regular user that will use Flatpak. * (6/10) Installing flatpak-libs (1.14.1-r0) (7/10) Installing discover-backend-flatpak (5.26.3-r0) (8/10) Installing htop (3.2.1-r1) (9/10) Installing nano (7.0-r0) (10/10) Installing neofetch (7.1.0-r1) Executing busybox-1.35.0-r28.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS0 with baud rate 115200 Executing dbus-1.14.4-r0.trigger OK: 2308 MiB in 766 packages (1/91) Installing syndication (9999_git1668427016-r0) (2/91) Installing alligator (9999_git1668650929-r0) (3/91) Installing libavc1394 (0.5.4-r3) (4/91) Installing libcaca (0.99_beta20-r0) (5/91) Installing libdv (1.0.0-r7) (6/91) Installing libiec61883 (1.2.0-r3) (7/91) Installing mpg123-libs (1.31.1-r0) (8/91) Installing speex (1.2.1-r0) (9/91) Installing libshout (2.4.6-r1) (10/91) Installing wavpack (5.5.0-r0) (11/91) Installing gst-plugins-good (1.20.4-r1) (12/91) Installing py3-parsing (3.0.9-r0) (13/91) Installing py3-packaging (21.3-r2) (14/91) Installing py3-setuptools (65.5.1-r0) (15/91) Installing py3-certifi (2022.9.24-r0) (16/91) Installing py3-charset-normalizer (3.0.0-r0) (17/91) Installing py3-idna (3.4-r2) (18/91) Installing py3-urllib3 (1.26.12-r0) (19/91) Installing py3-requests (2.28.1-r1) (20/91) Installing py3-ytmusicapi (0.24.0-r0) (21/91) Installing libmng (2.0.3-r1) (22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0) (23/91) Installing py3-mutagen (1.46.0-r0) (24/91) Installing py3-websockets (10.4-r0) (25/91) Installing py3-brotli (1.0.9-r9) (26/91) Installing yt-dlp (2022.11.11-r0) (27/91) Installing audiotube (9999_git1668565861-r0) (28/91) Installing calindori (9999_git1667789891-r0) (29/91) Installing live-media (2022.10.01-r0) (30/91) Installing libxpm (3.5.13-r1) (31/91) Installing a52dec (0.7.4-r8) (32/91) Installing vulkan-loader (1.3.231.1-r0) (33/91) Installing ffmpeg4-libs (4.4.3-r0) (34/91) Installing libbluray (1.3.3-r0) (35/91) Installing libcddb (1.3.2-r4) (36/91) Installing libdvbpsi (1.3.3-r0) (37/91) Installing libdvdcss (1.4.3-r0) (38/91) Installing libdvdread (6.1.3-r0) (39/91) Installing libdvdnav (6.1.1-r0) (40/91) Installing libebml (1.4.4-r0) (41/91) Installing faad2-libs (2.10.1-r0) (42/91) Installing libupnp (1.14.14-r0) (43/91) Installing lua5.2-libs (5.2.4-r10) (44/91) Installing libmad (0.15.1b-r9) (45/91) Installing libmatroska (1.7.1-r0) (46/91) Installing libmicrodns (0.2.0-r0) (47/91) Installing libmpeg2 (0.5.1-r9) (48/91) Installing glslang-libs (11.12.0-r0) (49/91) Installing glslang (11.12.0-r0) (50/91) Installing spirv-tools (1.3.231.1-r0) (51/91) Installing shaderc (2022.3-r1) (52/91) Installing libplacebo (5.229.1-r0) (53/91) Installing libprotobuf-lite (3.21.9-r0) (54/91) Installing vlc-libs (3.0.17.4-r12) (55/91) Installing vlc (3.0.17.4-r12) (56/91) Installing elisa (22.08.3-r0) (57/91) Installing kunitconversion (9999_git1668564420-r0) (58/91) Installing kalk (9999_git1668565871-r0) (59/91) Installing qt5-qtkeychain (0.13.2-r0) (60/91) Installing kasts (9999_git1668650938-r0) (61/91) Installing keysmith (9999_git1668479232-r0) (62/91) Installing krecorder (9999_git1668565905-r1) (63/91) Installing kpublictransport (22.08.3-r0) ERROR: Failed to create usr/lib/libKPublicTransport.so.22.08.3: Connection aborted ERROR: kpublictransport-22.08.3-r0: No space left on device (64/91) Installing ktrip (9999_git1667790799-r0) (65/91) Installing kweathercore (9999_git1668470939-r0) (66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0) ERROR: Failed to create usr/lib/libQt5Charts.so.5.15.6: No space left on device ERROR: qt5-qtcharts-5.15.6_git20220816-r0: No space left on device (67/91) Installing kweather (9999_git1668650958-r1) ERROR: Failed to create usr/bin/kweather: No space left on device ERROR: kweather-9999_git1668650958-r1: No space left on device (68/91) Installing libquotient (0.6.11-r0) ERROR: Failed to create usr/lib/libQuotient.so.0.6.11: No space left on device ERROR: libquotient-0.6.11-r0: No space left on device (69/91) Installing libcmark (0.30.2-r1) (70/91) Installing neochat (9999_git1668684678-r0) ERROR: Failed to create usr/bin/neochat: No space left on device ERROR: neochat-9999_git1668684678-r0: No space left on device (71/91) Installing kjs (9999_git1668426697-r0) ERROR: Failed to create usr/lib/libKF5JS.so.5.101.0: No space left on device ERROR: kjs-9999_git1668426697-r0: No space left on device (72/91) Installing libdjvulibre (3.5.28-r2) ERROR: Failed to create usr/lib/libdjvulibre.so.21.7.0: No space left on device ERROR: libdjvulibre-3.5.28-r2: No space left on device (73/91) Installing libzip (1.9.2-r2) (74/91) Installing ebook-tools (0.2.2-r3) (75/91) Installing discount-libs (2.2.7b-r0) ERROR: discount-libs-2.2.7b-r0: Operation not permitted (76/91) Installing poppler (22.11.0-r0) ERROR: poppler-22.11.0-r0: Operation not permitted (77/91) Installing poppler-qt5 (22.11.0-r0) ERROR: poppler-qt5-22.11.0-r0: Operation not permitted (78/91) Installing kdegraphics-mobipocket (22.08.3-r0) ERROR: kdegraphics-mobipocket-22.08.3-r0: Operation not permitted (79/91) Installing libspectre (0.2.11-r0) ERROR: libspectre-0.2.11-r0: Operation not permitted (80/91) Installing okular-common (22.08.3-r0) ERROR: okular-common-22.08.3-r0: Operation not permitted (81/91) Installing okular (22.08.3-r0) ERROR: okular-22.08.3-r0: Operation not permitted (82/91) Installing plasma-camera (1.0_git20210328-r2) ERROR: plasma-camera-1.0_git20210328-r2: Operation not permitted (83/91) Installing gst-libav (1.20.4-r0) ERROR: gst-libav-1.20.4-r0: Operation not permitted (84/91) Installing gst-plugins-good-qt (1.20.4-r1) ERROR: gst-plugins-good-qt-1.20.4-r1: Operation not permitted (85/91) Installing plasmatube (9999_git1668392143-r0) ERROR: plasmatube-9999_git1668392143-r0: Operation not permitted (86/91) Installing postmarketos-config-nftables-upnp-client (0.13-r0) ERROR: postmarketos-config-nftables-upnp-client-0.13-r0: Operation not permitted (87/91) Installing postmarketos-config-nftables-mdns (0.13-r0) ERROR: postmarketos-config-nftables-mdns-0.13-r0: Operation not permitted (88/91) Installing postmarketos-config-nftables-chromecast (0.13-r0) ERROR: postmarketos-config-nftables-chromecast-0.13-r0: Operation not permitted (89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0) ERROR: postmarketos-config-nftables-vlc-chromecast-0.13-r0: Operation not permitted (90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0) ERROR: qt5-qtwebsockets-5.15.6_git20220907-r0: Operation not permitted (91/91) Installing tokodon (9999_git1668650515-r0) ERROR: tokodon-9999_git1668650515-r0: Operation not permitted Executing busybox-1.35.0-r28.trigger ERROR: sybox-1.35.0-r28.trigger: failed to execute: No space left on device Executing gtk-update-icon-cache-3.24.34-r7.trigger ERROR: k-update-icon-cache-3.24.34-r7.trigger: failed to execute: No space left on device Executing postmarketos-base-23-r1.trigger ERROR: stmarketos-base-23-r1.trigger: failed to execute: No space left on device Executing vlc-libs-3.0.17.4-r12.trigger ERROR: c-libs-3.0.17.4-r12.trigger: failed to execute: No space left on device 24 errors; 2443 MiB in 833 packages sh: write error: No space left on device (chroot) Exiting chroot... [20:24:29] Unregister qemu binfmt (arm) [20:24:29] Unregister qemu binfmt (aarch64) [20:24:29] Unregister qemu binfmt (riscv64) [20:24:30] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [20:24:30] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [20:24:30] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone? (y/n) [n]: y [20:24:30] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephone [20:24:31] Cleared up ~4509 MB of space [20:24:32] DONE! Building image for pine64-pinephonepro Already up to date. [20:24:32] Work path [/home/swadmin/.local/var/pmbootstrap]: [20:24:32] Channel [edge]: [20:24:32] Vendor [qemu]: [20:24:32] Device codename [amd64]: [20:24:32] Kernel [lts]: [20:24:32] Username [user]: [20:24:33] User interface [weston]: [20:24:33] Change them? (y/n) [n]: [20:24:33] Extra packages [none]: [20:24:33] Use this timezone instead of GMT? (y/n) [y]: [20:24:33] Choose default locale for installation [C.UTF-8]: [20:24:33] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [20:24:33] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: [20:24:33] Config changed: ui='plasma-mobile' [20:24:33] Config changed: device='pine64-pinephonepro' [20:24:33] Config changed: kernel='' [20:24:33] Config changed: extra_packages='osk-sdl' (1362566) [20:24:34] % 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) (1362566) [20:24:34] % cd /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pmaports; git show origin/master:channels.cfg # Reference: https://postmarketos.org/channels.cfg [channels.cfg] recommended=edge [edge] description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge branch_pmaports=master branch_aports=master mirrordir_alpine=edge [v22.06] description=Latest release / Recommended for best stability branch_pmaports=v22.06 branch_aports=3.16-stable mirrordir_alpine=v3.16 [v21.12] description=Old release (unsupported) branch_pmaports=v21.12 branch_aports=3.15-stable mirrordir_alpine=v3.15 [v21.06] description=Old release (unsupported) branch_pmaports=v21.06 branch_aports=3.14-stable mirrordir_alpine=v3.14 [v21.03] description=Old release (unsupported) branch_pmaports=v21.03 branch_aports=3.13-stable mirrordir_alpine=v3.13 [v20.05] description=Old release (unsupported) branch_pmaports=v20.05 branch_aports=3.12-stable mirrordir_alpine=v3.12 (1362566) [20:24:34] *** (1/4) PREPARE NATIVE CHROOT *** (1362566) [20:24:34] NOTE: Skipped apk version check for chroot 'native', because it is not installed yet! (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1362566) [20:24:34] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/pts /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1362566) [20:24:34] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/shm (1362566) [20:24:34] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/null c 1 3 (1362566) [20:24:34] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/zero c 1 5 (1362566) [20:24:34] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/full c 1 7 (1362566) [20:24:34] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/random c 1 8 (1362566) [20:24:34] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/urandom c 1 9 (1362566) [20:24:34] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/ (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1362566) [20:24:34] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_native/proc (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/apk (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_x86_64 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_distfiles (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_native/var/cache/distfiles (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_rust (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_abuild (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/config_apk_keys (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/keys (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/images_netboot (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/packages/edge (1362566) [20:24:34] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1362566) [20:24:34] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages (1362566) [20:24:34] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1362566) [20:24:34] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1362566) [20:24:34] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1362566) [20:24:34] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1362566) [20:24:34] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1362566) [20:24:34] Update package index for x86_64 (4 file(s)) (1362566) [20:24:34] % mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_http (1362566) [20:24:34] Download http://mirror.postmarketos.org/postmarketos/master/x86_64/APKINDEX.tar.gz (1362566) [20:24:35] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_fbf6a6bb13f455234f8410708d660d6939b023713fb7426b3335eb2673669e92 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.bdd0d494.tar.gz (1362566) [20:24:35] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1362566) [20:24:35] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_b36af8b1d7f948f0d2fcae5bd60c1b876620e69b987bc066e7a90c810687e76f /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.066df28d.tar.gz (1362566) [20:24:35] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1362566) [20:24:35] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_0999dbfe3755729bd8aa3997d03dbd36a87187a19b61ce5cea2e01671a6305d6 /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.b53994b4.tar.gz (1362566) [20:24:35] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1362566) [20:24:35] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6ccac8825a1621fb204ad4b3e645b24ffd8fa9acfe97edc265646cafd18d3e4c /home/swadmin/.local/var/pmbootstrap/cache_apk_x86_64/APKINDEX.30e6f5af.tar.gz (1362566) [20:24:36] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-static-2.12.10-r1.apk (1362566) [20:24:36] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:36] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:36] extracted: /tmp/pmbootstrapnph4a3k1apk (1362566) [20:24:36] extracted: /tmp/pmbootstrapbtg2zwytsig (1362566) [20:24:36] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:36] % 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/pmbootstrapbtg2zwytsig /tmp/pmbootstrapnph4a3k1apk Verified OK (1362566) [20:24:36] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1362566) [20:24:36] % /tmp/pmbootstrapnph4a3k1apk --version apk-tools 2.12.10, compiled for x86_64. (1362566) [20:24:36] (native) install alpine-base (1362566) [20:24:36] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/cache (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % 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 (1362566) [20:24:36] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/resolv.conf (1362566) [20:24:36] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk (1362566) [20:24:36] (native) update /etc/apk/repositories (1362566) [20:24:36] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1362566) [20:24:36] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1362566) [20:24:36] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1362566) [20:24:36] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1362566) [20:24:36] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_native/etc/apk/repositories (1362566) [20:24:36] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1362566) [20:24:36] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1362566) [20:24:36] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1362566) [20:24:36] % 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 (1362566) [20:24:36] New background process: pid=1362747, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 10 MiB in 25 packages (1362566) [20:24:38] (native) % adduser -D pmos -u 12345 (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-abuild-config /home/pmos/.abuild (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-abuild-config (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-ccache /home/pmos/.ccache (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-ccache (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/packages (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-packages /home/pmos/packages/pmos (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-packages (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/registry (1362566) [20:24:38] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/index (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/index /home/pmos/.cargo/registry/index (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/index (1362566) [20:24:38] (native) % mkdir -p /mnt/pmbootstrap-rust/registry/cache (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/registry/cache /home/pmos/.cargo/registry/cache (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/registry/cache (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/.cargo/git (1362566) [20:24:38] (native) % mkdir -p /mnt/pmbootstrap-rust/git/db (1362566) [20:24:38] (native) % busybox su pmos -c HOME=/home/pmos ln -s /mnt/pmbootstrap-rust/git/db /home/pmos/.cargo/git/db (1362566) [20:24:38] (native) % chown pmos:pmos /mnt/pmbootstrap-rust/git/db (1362566) [20:24:38] (native) calculate depends of cryptsetup, util-linux, parted (pmbootstrap -v for details) (1362566) [20:24:41] (native) install cryptsetup util-linux parted (1362566) [20:24:41] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:24:41] (native) % cat /tmp/apk_progress_fifo (1362566) [20:24:41] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add cryptsetup util-linux parted (1362566) [20:24:41] New background process: pid=1363241, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/43) Installing libblkid (2.38.1-r0) (2/43) Installing argon2-libs (20190702-r2) (3/43) Installing device-mapper-libs (2.03.17-r1) (4/43) Installing json-c (0.16-r0) (5/43) Installing libuuid (2.38.1-r0) (6/43) Installing cryptsetup-libs (2.5.0-r2) (7/43) Installing popt (1.19-r0) (8/43) Installing cryptsetup (2.5.0-r2) (9/43) Installing cryptsetup-openrc (2.5.0-r2) (10/43) Installing ncurses-terminfo-base (6.3_p20221112-r0) (11/43) Installing ncurses-libs (6.3_p20221112-r0) (12/43) Installing readline (8.2.0-r0) (13/43) Installing parted (3.5-r0) (14/43) Installing util-linux (2.38.1-r0) (15/43) Installing libfdisk (2.38.1-r0) (16/43) Installing libmount (2.38.1-r0) (17/43) Installing libsmartcols (2.38.1-r0) (18/43) Installing util-linux-misc (2.38.1-r0) (19/43) Installing libeconf (0.4.7-r0) (20/43) Installing linux-pam (1.5.2-r1) (21/43) Installing runuser (2.38.1-r0) (22/43) Installing mount (2.38.1-r0) (23/43) Installing losetup (2.38.1-r0) (24/43) Installing hexdump (2.38.1-r0) (25/43) Installing uuidgen (2.38.1-r0) (26/43) Installing blkid (2.38.1-r0) (27/43) Installing sfdisk (2.38.1-r0) (28/43) Installing mcookie (2.38.1-r0) (29/43) Installing agetty (2.38.1-r0) (30/43) Installing agetty-openrc (0.45.2-r5) (31/43) Installing wipefs (2.38.1-r0) (32/43) Installing cfdisk (2.38.1-r0) (33/43) Installing umount (2.38.1-r0) (34/43) Installing util-linux-openrc (2.38.1-r0) (35/43) Installing flock (2.38.1-r0) (36/43) Installing eudev-libs (3.2.11-r3) (37/43) Installing lsblk (2.38.1-r0) (38/43) Installing libcap-ng (0.8.3-r1) (39/43) Installing setpriv (2.38.1-r0) (40/43) Installing logger (2.38.1-r0) (41/43) Installing partx (2.38.1-r0) (42/43) Installing fstrim (2.38.1-r0) (43/43) Installing findmnt (2.38.1-r0) Executing busybox-1.35.0-r28.trigger OK: 21 MiB in 68 packages (1362566) [20:24:43] *** (2/4) CREATE DEVICE ROOTFS ("pine64-pinephonepro") *** (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1362566) [20:24:43] % sudo mount -t tmpfs -o size=1M,noexec,dev tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1362566) [20:24:43] % 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 (1362566) [20:24:43] % sudo mount -t tmpfs -o nodev,nosuid,noexec tmpfs /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm (1362566) [20:24:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/null c 1 3 (1362566) [20:24:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/zero c 1 5 (1362566) [20:24:43] % sudo mknod -m 666 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/full c 1 7 (1362566) [20:24:43] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/random c 1 8 (1362566) [20:24:43] % sudo mknod -m 644 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/urandom c 1 9 (1362566) [20:24:43] % sudo ln -sf /proc/self/fd /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/ (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1362566) [20:24:43] % sudo mount --bind /proc /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_ccache_aarch64 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_distfiles /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_git /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/cache_rust /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_abuild /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/config_apk_keys /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/images_netboot /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1362566) [20:24:43] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1362566) [20:24:43] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/packages/edge /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1362566) [20:24:43] (native) calculate depends of qemu-aarch64 (pmbootstrap -v for details) (1362566) [20:24:43] (native) install qemu-aarch64 (1362566) [20:24:43] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:24:43] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:24:43] (native) % cat /tmp/apk_progress_fifo (1362566) [20:24:43] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add qemu-aarch64 (1362566) [20:24:43] New background process: pid=1363655, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing qemu-aarch64 (7.1.0-r7) Executing busybox-1.35.0-r28.trigger OK: 25 MiB in 69 packages (1362566) [20:24:44] Register qemu binfmt (aarch64) (1362566) [20:24:44] % 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 (1362566) [20:24:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin (1362566) [20:24:44] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1362566) [20:24:44] % 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 (1362566) [20:24:44] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap (1362566) [20:24:44] sigfilename: sbin/apk.static.SIGN.RSA.alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:44] sigkey: alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:44] extracted: /tmp/pmbootstrap3fm6wh65apk (1362566) [20:24:44] extracted: /tmp/pmbootstrap8_oiahsesig (1362566) [20:24:44] Verify apk.static signature with /home/swadmin/.local/lib/python3.8/site-packages/pmb/data/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub (1362566) [20:24:44] % 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/pmbootstrap8_oiahsesig /tmp/pmbootstrap3fm6wh65apk Verified OK (1362566) [20:24:44] Verify the version reported by the apk.static binary (must match the package version 2.12.10-r1) (1362566) [20:24:44] % /tmp/pmbootstrap3fm6wh65apk --version apk-tools 2.12.10, compiled for x86_64. (1362566) [20:24:44] (rootfs_pine64-pinephonepro) install alpine-base (1362566) [20:24:44] % sudo ln -s -f /var/cache/apk /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/cache (1362566) [20:24:44] % sudo cp /etc/resolv.conf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/resolv.conf (1362566) [20:24:44] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk (1362566) [20:24:44] (rootfs_pine64-pinephonepro) update /etc/apk/repositories (1362566) [20:24:44] % sudo sh -c echo /mnt/pmbootstrap-packages >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1362566) [20:24:44] % sudo sh -c echo http://mirror.postmarketos.org/postmarketos/master >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1362566) [20:24:44] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/main >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1362566) [20:24:44] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1362566) [20:24:44] % sudo sh -c echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/repositories (1362566) [20:24:44] APKINDEX outdated (file does not exist yet): http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1362566) [20:24:44] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1362566) [20:24:44] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1362566) [20:24:44] APKINDEX outdated (file does not exist yet): http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1362566) [20:24:44] Update package index for aarch64 (4 file(s)) (1362566) [20:24:44] Download http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz (1362566) [20:24:45] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_2133489a116f2a4aa3cb24bfb99e043d59160ca5cc7fead69e7c3f2240547e0e /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.bdd0d494.tar.gz (1362566) [20:24:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz (1362566) [20:24:45] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_40cefd388a6f179766303318562db37c94a7e2d75b4d33074c8beaeac080064f /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.066df28d.tar.gz (1362566) [20:24:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz (1362566) [20:24:45] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_6e80a381677679c0e83714d2dc6c418e0e0c96a146d9b57fa03839d1b9f5bd40 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.b53994b4.tar.gz (1362566) [20:24:45] Download http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz (1362566) [20:24:46] % sudo cp /home/swadmin/.local/var/pmbootstrap/cache_http/APKINDEX_d6ab3af2c088593f2c66b1286307b98f45cec060b38de2384f33bc9072659c06 /home/swadmin/.local/var/pmbootstrap/cache_apk_aarch64/APKINDEX.30e6f5af.tar.gz (1362566) [20:24:46] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/tmp (1362566) [20:24:46] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1362566) [20:24:46] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1362566) [20:24:46] % sudo cat /home/swadmin/.local/var/pmbootstrap/tmp/apk_progress_fifo (1362566) [20:24:46] % 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 (1362566) [20:24:46] New background process: pid=1363724, 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-r28) Executing busybox-1.35.0-r28.post-install (4/25) Installing busybox-binsh (1.35.0-r28) (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-r5) Executing openrc-0.45.2-r5.post-install (9/25) Installing mdev-conf (4.3-r0) (10/25) Installing busybox-mdev-openrc (1.35.0-r28) (11/25) Installing alpine-conf (3.15.0_rc2-r0) (12/25) Installing alpine-keys (2.4-r1) (13/25) Installing alpine-release (3.17.0_rc1-r0) (14/25) Installing ca-certificates-bundle (20220614-r2) (15/25) Installing libcrypto3 (3.0.7-r0) (16/25) Installing libssl3 (3.0.7-r0) (17/25) Installing ssl_client (1.35.0-r28) (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-r28) (21/25) Installing busybox-suid (1.35.0-r28) (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_rc1-r0) Executing busybox-1.35.0-r28.trigger OK: 13 MiB in 25 packages (1362566) [20:24:47] (rootfs_pine64-pinephonepro) % getent passwd user (1362566) [20:24:47] (rootfs_pine64-pinephonepro) % adduser -D -u 10000 user (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup -S wheel addgroup: group 'wheel' in use (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup user wheel (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup -S video addgroup: group 'video' in use (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup user video (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup -S audio addgroup: group 'audio' in use (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup user audio (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup -S input addgroup: group 'input' in use (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup user input (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup -S plugdev (1362566) [20:24:48] (rootfs_pine64-pinephonepro) % addgroup user plugdev (1362566) [20:24:49] (rootfs_pine64-pinephonepro) % addgroup -S netdev addgroup: group 'netdev' in use (1362566) [20:24:49] (rootfs_pine64-pinephonepro) % addgroup user netdev (1362566) [20:24:49] 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 (1362566) [20:24:50] (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) (1362566) [20:24:51] openssh-client: picked provider(s) with higest priority 1: openssh-client-default (1362566) [20:24:51] so:libpolkit-gobject-1.so.0: picked provider(s) with higest priority 100: polkit-libs (1362566) [20:24:51] pipewire-session-manager: picked provider(s) with higest priority 1: pipewire-media-session (1362566) [20:24:52] so:libjack.so.0: has multiple providers (jack, pipewire-jack), picked shortest: jack (1362566) [20:24:53] (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 (1362566) [20:24:53] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:24:53] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1362566) [20:24:53] (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 (1362566) [20:24:53] New background process: pid=1364223, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/725) Installing icu-data-full (72.1-r1) (2/725) Installing dbus-libs (1.14.4-r0) (3/725) Installing libgcc (12.2.1_git20220924-r4) (4/725) Installing libffi (3.4.4-r0) (5/725) Installing libintl (0.21.1-r1) (6/725) Installing libblkid (2.38.1-r0) (7/725) Installing libmount (2.38.1-r0) (8/725) Installing pcre2 (10.40-r0) (9/725) Installing glib (2.74.1-r2) (10/725) Installing libstdc++ (12.2.1_git20220924-r4) (11/725) Installing icu-libs (72.1-r1) (12/725) Installing libpcre2-16 (10.40-r0) (13/725) Installing zstd-libs (1.5.2-r9) (14/725) Installing qt5-qtbase (5.15.6_git20221010-r0) (15/725) Installing hicolor-icon-theme (0.17-r2) (16/725) Installing libmagic (5.43-r0) (17/725) Installing file (5.43-r0) (18/725) Installing libxau (1.0.10-r0) (19/725) Installing libmd (1.0.4-r0) (20/725) Installing libbsd (0.11.7-r0) (21/725) Installing libxdmcp (1.1.3-r1) (22/725) Installing libxcb (1.15-r0) (23/725) Installing libx11 (1.8.2-r0) (24/725) Installing libxext (1.3.5-r0) (25/725) Installing libice (1.0.10-r1) (26/725) Installing libuuid (2.38.1-r0) (27/725) Installing libsm (1.2.3-r1) (28/725) Installing libxt (1.2.1-r0) (29/725) Installing libxmu (1.1.4-r0) (30/725) Installing xset (1.2.4-r1) (31/725) Installing xprop (1.2.5-r1) (32/725) Installing xdg-utils (1.1.3-r4) (33/725) Installing mesa (22.2.4-r0) (34/725) Installing libdrm (2.4.114-r0) (35/725) Installing libexpat (2.5.0-r0) (36/725) Installing wayland-libs-server (1.21.0-r1) (37/725) Installing mesa-glapi (22.2.4-r0) (38/725) Installing mesa-gles (22.2.4-r0) (39/725) Installing qt5-qtdeclarative (5.15.6_git20220908-r0) (40/725) Installing libxcomposite (0.4.5-r1) (41/725) Installing brotli-libs (1.0.9-r9) (42/725) Installing libbz2 (1.0.8-r4) (43/725) Installing libpng (1.6.38-r0) (44/725) Installing freetype (2.12.1-r0) (45/725) Installing fontconfig (2.14.1-r0) (46/725) Installing wayland-libs-client (1.21.0-r1) (47/725) Installing wayland-libs-cursor (1.21.0-r1) (48/725) Installing wayland-libs-egl (1.21.0-r1) (49/725) Installing xkeyboard-config (2.37-r0) (50/725) Installing xz-libs (5.2.8-r0) (51/725) Installing libxml2 (2.10.3-r1) (52/725) Installing libxkbcommon (1.4.1-r0) (53/725) Installing qt5-qtwayland (5.15.6_git20220927-r1) (54/725) Installing mesa-gbm (22.2.4-r0) (55/725) Installing libxshmfence (1.3.1-r0) (56/725) Installing mesa-egl (22.2.4-r0) (57/725) Installing avahi-libs (0.8-r6) (58/725) Installing gmp (6.2.1-r2) (59/725) Installing nettle (3.8.1-r0) (60/725) Installing p11-kit (0.24.1-r1) (61/725) Installing libtasn1 (4.19.0-r0) (62/725) Installing libunistring (1.1-r0) (63/725) Installing gnutls (3.7.8-r2) (64/725) Installing cups-libs (2.4.2-r1) (65/725) Installing pkgconf (1.9.3-r0) (66/725) Installing shared-mime-info (2.2-r2) (67/725) Installing libjpeg-turbo (2.1.4-r0) (68/725) Installing libwebp (1.2.4-r1) (69/725) Installing tiff (4.4.0-r1) (70/725) Installing gdk-pixbuf (2.42.10-r0) (71/725) Installing gtk-update-icon-cache (3.24.34-r7) (72/725) Installing libxfixes (6.0.0-r0) (73/725) Installing libxrender (0.9.11-r0) (74/725) Installing libxcursor (1.2.1-r1) (75/725) Installing libxdamage (1.1.5-r1) (76/725) Installing libxi (1.8-r0) (77/725) Installing libxinerama (1.1.5-r0) (78/725) Installing libxrandr (1.5.2-r1) (79/725) Installing libatk-1.0 (2.46.0-r0) (80/725) Installing libxtst (1.2.4-r0) (81/725) Installing at-spi2-core (2.46.0-r0) (82/725) Installing libatk-bridge-2.0 (2.46.0-r0) (83/725) Installing pixman (0.42.2-r0) (84/725) Installing cairo (1.17.6-r3) (85/725) Installing cairo-gobject (1.17.6-r3) (86/725) Installing libepoxy (1.5.10-r0) (87/725) Installing fribidi (1.0.12-r0) (88/725) Installing graphite2 (1.3.14-r2) (89/725) Installing harfbuzz (5.3.1-r1) (90/725) Installing libxft (2.3.7-r0) (91/725) Installing pango (1.50.11-r0) (92/725) Installing gtk+3.0 (9999_git20210602-r4) Executing gtk+3.0-9999_git20210602-r4.post-install (93/725) Installing libevdev (1.13.0-r0) (94/725) Installing mtdev (1.1.6-r1) (95/725) Installing eudev-libs (3.2.11-r3) (96/725) Installing libinput-libs (1.21.0-r0) (97/725) Installing xcb-util-wm (0.4.2-r0) (98/725) Installing xcb-util (0.4.0-r3) (99/725) Installing xcb-util-image (0.4.1-r0) (100/725) Installing xcb-util-keysyms (0.4.1-r0) (101/725) Installing xcb-util-renderutil (0.3.10-r0) (102/725) Installing libxkbcommon-x11 (1.4.1-r0) (103/725) Installing qt5-qtbase-x11 (5.15.6_git20221010-r0) (104/725) Installing qt5-qtgraphicaleffects (5.15.6_git20220816-r0) (105/725) Installing qt5-qtquickcontrols2 (5.15.6_git20220907-r0) (106/725) Installing kirigami2-libs (5.100.0-r1) (107/725) Installing kirigami2 (5.100.0-r1) (108/725) Installing kactivities-libs (5.100.0-r0) (109/725) Installing karchive (5.100.0-r0) (110/725) Installing kconfig (5.100.0-r0) (111/725) Installing kcoreaddons (5.100.0-r0) (112/725) Installing qt5-qtx11extras (5.15.6_git20220816-r0) (113/725) Installing kwindowsystem (5.100.0-r0) (114/725) Installing kcrash (5.100.0-r0) (115/725) Installing kdbusaddons (5.100.0-r0) (116/725) Installing kglobalaccel (5.100.0-r0) (117/725) Installing kguiaddons (5.100.0-r0) (118/725) Installing ki18n (5.100.0-r0) (119/725) Installing libelogind (246.10-r5) (120/725) Installing polkit-elogind-libs (122-r0) (121/725) Installing polkit-qt-1 (0.114.0-r1) (122/725) Installing kauth (5.100.0-r0) (123/725) Installing kcodecs (5.100.0-r0) (124/725) Installing kwidgetsaddons (5.100.0-r0) (125/725) Installing kconfigwidgets (5.100.0-r0) (126/725) Installing qt5-qtsvg (5.15.6_git20220908-r0) (127/725) Installing kiconthemes (5.100.0-r0) (128/725) Installing kitemviews (5.100.0-r0) (129/725) Installing kxmlgui (5.100.0-r0) (130/725) Installing kbookmarks (5.100.0-r0) (131/725) Installing kcompletion (5.100.0-r0) (132/725) Installing libxml2-utils (2.10.3-r1) (133/725) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (134/725) Installing libgpg-error (1.46-r1) (135/725) Installing libgcrypt (1.10.1-r0) (136/725) Installing libxslt (1.1.37-r0) (137/725) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (138/725) Installing kdoctools (5.100.0-r0) (139/725) Installing kjobwidgets (5.100.0-r0) (140/725) Installing alsa-lib (1.2.8-r0) (141/725) Installing libxxf86vm (1.1.5-r0) (142/725) Installing mesa-gl (22.2.4-r0) (143/725) Installing libxv (1.0.11-r3) (144/725) Installing cdparanoia-libs (10.2-r11) (145/725) Installing graphene (1.10.8-r1) (146/725) Installing gstreamer (1.20.4-r0) (147/725) Installing libogg (1.3.5-r1) (148/725) Installing opus (1.3.1-r1) (149/725) Installing orc (0.4.33-r0) (150/725) Installing libtheora (1.1.1-r16) (151/725) Installing libvorbis (1.3.7-r0) (152/725) Installing gst-plugins-base (1.20.4-r0) (153/725) Installing qt5-qtmultimedia (5.15.6_git20220907-r0) (154/725) Installing qt5-qtspeech (5.15.6_git20220907-r0) (155/725) Installing sound-theme-freedesktop (0.8-r0) (156/725) Installing libltdl (2.4.7-r0) (157/725) Installing libcanberra (0.30-r9) (158/725) Installing libcanberra-gstreamer (0.30-r9) (159/725) Installing knotifications (5.100.0-r0) (160/725) Installing kservice (5.100.0-r0) (161/725) Installing solid-libs (5.100.0-r0) (162/725) Installing libhunspell (1.7.1-r0) (163/725) Installing ncurses-terminfo-base (6.3_p20221112-r0) (164/725) Installing ncurses-libs (6.3_p20221112-r0) (165/725) Installing readline (8.2.0-r0) (166/725) Installing hunspell (1.7.1-r0) (167/725) Installing sonnet (5.100.0-r0) (168/725) Installing ktextwidgets (5.100.0-r0) (169/725) Installing kio (5.100.0-r0) (170/725) Installing kpackage (5.100.0-r0) (171/725) Installing kdeclarative (5.100.0-r0) (172/725) Installing kwayland (5.100.0-r0) (173/725) Installing plasma-framework (5.100.0-r0) (174/725) Installing sqlite-libs (3.40.0-r0) (175/725) Installing libaccounts-glib (1.26-r0) (176/725) Installing libaccounts-qt (1.16-r1) (177/725) Installing signond (8.61-r0) (178/725) Installing accounts-qml-module (0.7_git20190605-r1) (179/725) Installing qt5-qtwebchannel (5.15.6_git20220907-r0) (180/725) Installing sdl2 (2.24.2-r0) (181/725) Installing aom-libs (3.5.0-r0) (182/725) Installing libass (0.16.0-r0) (183/725) Installing libdav1d (1.0.0-r2) (184/725) Installing lame (3.100-r2) (185/725) Installing libasyncns (0.8-r1) (186/725) Installing flac-libs (1.4.2-r0) (187/725) Installing libsndfile (1.1.0-r2) (188/725) Installing libgomp (12.2.1_git20220924-r4) (189/725) Installing soxr (0.1.3-r3) (190/725) Installing speexdsp (1.2.1-r0) (191/725) Installing tdb-libs (1.4.7-r0) (192/725) Installing libpulse (9999_git20220528-r0) (193/725) Installing cjson (1.7.15-r3) (194/725) Installing mbedtls (2.28.1-r0) (195/725) Installing librist (0.2.7-r0) (196/725) Installing libsrt (1.5.1-r0) (197/725) Installing libssh (0.10.4-r0) (198/725) Installing v4l-utils-libs (1.22.1-r2) (199/725) Installing libva (2.16.0-r0) (200/725) Installing libvdpau (1.5-r0) (201/725) Installing vidstab (1.1.0-r2) (202/725) Installing libvpx (1.12.0-r1) (203/725) Installing x264-libs (0.164_git20220602-r0) (204/725) Installing numactl (2.0.16-r0) (205/725) Installing x265-libs (3.5-r3) (206/725) Installing xvidcore (1.3.7-r1) (207/725) Installing libsodium (1.0.18-r2) (208/725) Installing libzmq (4.3.4-r1) (209/725) Installing ffmpeg-libs (5.1.2-r1) (210/725) Installing libevent (2.1.12-r5) (211/725) Installing nspr (4.35-r0) (212/725) Installing nss (3.85-r0) (213/725) Installing re2 (2022.06.01-r1) (214/725) Installing snappy (1.1.9-r4) (215/725) Installing qt5-qtwebengine (5.15.11-r4) (216/725) Installing libnotify (0.8.1-r1) (217/725) Installing libproxy (0.4.18-r1) (218/725) Installing signon-ui (0.17_git20171023-r2) (219/725) Installing libassuan (2.5.5-r1) (220/725) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (221/725) Installing gnupg-gpgconf (2.2.40-r0) (222/725) Installing gpg (2.2.40-r0) (223/725) Installing npth (1.6-r2) (224/725) Installing gpg-agent (2.2.40-r0) (225/725) Installing libksba (1.6.2-r0) (226/725) Installing gpgsm (2.2.40-r0) (227/725) Installing gpgme (1.18.0-r0) (228/725) Installing gpgmepp (1.18.0-r0) (229/725) Installing gdbm (1.23-r0) (230/725) Installing libsasl (2.1.28-r3) (231/725) Installing libqca (2.3.4-r2) (232/725) Installing kwallet (5.100.0-r0) (233/725) Installing kaccounts-integration (22.08.3-r0) (234/725) Installing purpose (5.100.0-r0) (235/725) Installing qt5-qtbase-sqlite (5.15.6_git20221010-r0) (236/725) Installing qt5-qtfeedback (0_git20180903-r0) (237/725) Installing angelfish (22.09-r0) (238/725) Installing gtk+2.0 (2.24.33-r7) Executing gtk+2.0-2.24.33-r7.post-install (239/725) Installing gtk-engines-clearlooks (2.21.0-r3) (240/725) Installing gtk-engines-crux (2.21.0-r3) (241/725) Installing gtk-engines-industrial (2.21.0-r3) (242/725) Installing gtk-engines-mist (2.21.0-r3) (243/725) Installing gtk-engines-redmond (2.21.0-r3) (244/725) Installing gtk-engines-thinice (2.21.0-r3) (245/725) Installing gtk-engines (2.21.0-r3) (246/725) Installing breeze-gtk (5.26.3-r0) (247/725) Installing alsa-ucm-conf (1.2.8-r1) (248/725) Installing ca-certificates (20220614-r2) (249/725) Installing nghttp2-libs (1.51.0-r0) (250/725) Installing libcurl (7.86.0-r1) (251/725) Installing libgpiod (1.6.3-r1) (252/725) Installing libgudev (237-r1) (253/725) Installing libmm-glib (1.20.2-r0) (254/725) Installing libusb (1.0.26-r0) (255/725) Installing eg25-manager (0.4.6-r0) (256/725) Installing eg25-manager-openrc (0.4.6-r0) (257/725) Installing linux-pine64-pinephonepro (6.0.8-r0) (258/725) Installing udev-init-scripts (35-r1) (259/725) Installing udev-init-scripts-openrc (35-r1) (260/725) Installing kmod-libs (30-r1) (261/725) Installing eudev (3.2.11-r3) (262/725) Installing eudev-openrc (3.2.11-r3) (263/725) Installing openssh-keygen (9.1_p1-r1) (264/725) Installing libedit (20221030.3.1-r0) (265/725) Installing openssh-client-common (9.1_p1-r1) (266/725) Installing openssh-client-default (9.1_p1-r1) (267/725) Installing openssh-sftp-server (9.1_p1-r1) (268/725) Installing openssh-server-common (9.1_p1-r1) (269/725) Installing openssh-server (9.1_p1-r1) (270/725) Installing openssh (9.1_p1-r1) (271/725) Installing boot-deploy (0.6.1-r0) (272/725) Installing busybox-extras (1.35.0-r28) Executing busybox-extras-1.35.0-r28.post-install (273/725) Installing lzo (2.10-r3) (274/725) Installing btrfs-progs (6.0.1-r0) (275/725) Installing bzip2 (1.0.8-r4) (276/725) Installing argon2-libs (20190702-r2) (277/725) Installing device-mapper-libs (2.03.17-r1) (278/725) Installing json-c (0.16-r0) (279/725) Installing cryptsetup-libs (2.5.0-r2) (280/725) Installing popt (1.19-r0) (281/725) Installing cryptsetup (2.5.0-r2) (282/725) Installing cryptsetup-openrc (2.5.0-r2) (283/725) Installing libaio (0.3.113-r0) (284/725) Installing device-mapper-event-libs (2.03.17-r1) (285/725) Installing lvm2-libs (2.03.17-r1) (286/725) Installing device-mapper (2.03.17-r1) (287/725) Installing device-mapper-udev (2.03.17-r1) Executing device-mapper-udev-2.03.17-r1.post-install (288/725) Installing libcom_err (1.46.5-r4) (289/725) Installing e2fsprogs-libs (1.46.5-r4) (290/725) Installing e2fsprogs (1.46.5-r4) (291/725) Installing e2fsprogs-extra (1.46.5-r4) (292/725) Installing f2fs-tools-libs (1.15.0-r0) (293/725) Installing f2fs-tools (1.15.0-r0) (294/725) Installing lz4 (1.9.4-r1) (295/725) Installing userspace-rcu (0.13.2-r0) (296/725) Installing multipath-tools (0.9.3-r1) (297/725) Installing multipath-tools-openrc (0.9.3-r1) (298/725) Installing parted (3.5-r0) (299/725) Installing postmarketos-mvcfg (1-r0) (300/725) Installing postmarketos-keys (1-r0) (301/725) Installing sudo (1.9.12_p1-r1) (302/725) Installing postmarketos-base-nofde (23-r1) (303/725) Installing unudhcpd (0.2.1-r0) (304/725) Installing xz (5.2.8-r0) (305/725) Installing postmarketos-mkinitfs (1.5.1-r1) (306/725) Installing postmarketos-base (23-r1) Executing postmarketos-base-23-r1.post-install * service udev added to runlevel sysinit * service udev-trigger added to runlevel sysinit * service udev-settle added to runlevel sysinit * service udev-postmount added to runlevel default (307/725) Installing llvm15-libs (15.0.5-r0) (308/725) Installing musl-fts (1.2.7-r3) (309/725) Installing libelf (0.187-r2) (310/725) Installing mesa-dri-gallium (22.2.4-r0) (311/725) Installing postmarketos-base-mesa (23-r1) (312/725) Installing dbus (1.14.4-r0) Executing dbus-1.14.4-r0.pre-install Executing dbus-1.14.4-r0.post-install (313/725) Installing dbus-openrc (1.14.4-r0) (314/725) Installing libacl (2.3.1-r1) (315/725) Installing lz4-libs (1.9.4-r1) (316/725) Installing libarchive (3.6.1-r1) (317/725) Installing libcbor (0.9.0-r1) (318/725) Installing efivar-libs (38-r1) (319/725) Installing libgcab (1.4-r3) (320/725) Installing json-glib (1.6.6-r1) (321/725) Installing libgusb (0.4.2-r0) (322/725) Installing libjcat (0.1.12-r0) (323/725) Installing libmbim (1.28.2-r0) (324/725) Installing protobuf-c (1.4.1-r1) (325/725) Installing libqrtr-glib (1.2.2-r0) (326/725) Installing libqmi (1.32.2-r0) (327/725) Installing tpm2-tss-mu (3.2.0-r0) (328/725) Installing tpm2-tss-sys (3.2.0-r0) (329/725) Installing tpm2-tss-esys (3.2.0-r0) (330/725) Installing libxmlb (0.3.10-r0) (331/725) Installing fwupd (1.8.7-r0) (332/725) Installing fwupd-openrc (1.8.7-r0) (333/725) Installing device-pine64-pinephonepro (3.5-r0) Executing device-pine64-pinephonepro-3.5-r0.post-install * service eg25-manager added to runlevel default (334/725) Installing firmware-pine64-pinebookpro (2-r0) (335/725) Installing linux-firmware-cypress (20221109-r0) (336/725) Installing linux-firmware-brcm (20221109-r0) (337/725) Installing linux-firmware-rockchip (20221109-r0) (338/725) Installing device-pine64-pinephonepro-nonfree-firmware (3.5-r0) (339/725) Installing yaml (0.2.5-r0) (340/725) Installing appstream (0.15.5-r1) Executing appstream-0.15.5-r1.post-install ✔ Metadata cache was updated successfully. (341/725) Installing appstream-qt (0.15.5-r1) (342/725) Installing attica (5.100.0-r0) (343/725) Installing kidletime (5.100.0-r0) (344/725) Installing knewstuff (5.100.0-r0) (345/725) Installing discover (5.26.3-r0) (346/725) Installing libapk-qt (0.4.2-r0) (347/725) Installing discover-backend-apk (5.26.3-r0) (348/725) Installing discover-backend-fwupd (5.26.3-r0) (349/725) Installing font-droid-nonlatin (20200215-r2) (350/725) Installing font-noto-common (0_git20211101-r6) (351/725) Installing font-noto-math (0_git20211101-r6) (352/725) Installing font-noto-symbols (0_git20211101-r6) (353/725) Installing font-noto (0_git20211101-r6) (354/725) Installing font-noto-emoji (2.038-r0) (355/725) Installing font-noto-extra (0_git20211101-r6) (356/725) Installing mauiman (1.0.0-r0) (357/725) Installing mauikit (2.2.0-r0) (358/725) Installing exiv2 (0.27.5-r1) (359/725) Installing mauikit-imagetools (2.2.0-r0) (360/725) Installing mauikit-filebrowsing (2.2.0-r0) (361/725) Installing index (2.2.0-r0) (362/725) Installing signon-plugin-oauth2 (0.25-r0) (363/725) Installing kaccounts-providers (22.08.3-r0) (364/725) Installing kirigami-addons (0.5-r0) (365/725) Installing kclock (22.09-r0) (366/725) Installing gsettings-desktop-schemas (43.0-r0) (367/725) Installing kdecoration (5.26.3-r0) (368/725) Installing kde-gtk-config (5.26.3-r0) (369/725) Installing kirigami-gallery (22.08.3-r0) (370/725) Installing kquickimageeditor (0.2.0-r1) (371/725) Installing taglib (1.13-r0) (372/725) Installing kfilemetadata (5.100.0-r0) (373/725) Installing qt5-qtlocation (5.15.6_git20220907-r1) (374/725) Installing koko (22.09-r0) (375/725) Installing kasync (0.3.0-r2) (376/725) Installing gpg-wks-server (2.2.40-r0) (377/725) Installing gpgv (2.2.40-r0) (378/725) Installing libldap (2.6.3-r6) (379/725) Installing gnupg-dirmngr (2.2.40-r0) (380/725) Installing gnupg-utils (2.2.40-r0) (381/725) Installing gnupg-wks-client (2.2.40-r0) (382/725) Installing gnupg (2.2.40-r0) (383/725) Installing iso-codes (4.12.0-r0) (384/725) Installing kcontacts (5.100.0-r0) (385/725) Installing kpeople (5.100.0-r0) (386/725) Installing libical (3.0.16-r1) (387/725) Installing kcalendarcore (5.100.0-r0) (388/725) Installing kmime (22.08.3-r0) (389/725) Installing kimap2 (0.4.0-r1) (390/725) Installing qt5-qtxmlpatterns (5.15.6_git20220816-r0) (391/725) Installing kdav2 (0.4.0-r1) (392/725) Installing lmdb (0.9.29-r2) (393/725) Installing libxapian (1.4.21-r0) (394/725) Installing sink (0.9.0-r3) (395/725) Installing kpeoplesink (0_git20210224-r1) (396/725) Installing kpeoplevcard (0.1-r2) (397/725) Installing libraw (0.20.2-r1) (398/725) Installing libraw-tools (0.20.2-r1) (399/725) Installing lcms2 (2.14-r0) (400/725) Installing imagemagick-libs (7.1.0.52-r0) (401/725) Installing jbig2dec (0.19-r1) (402/725) Installing ghostscript (10.0.0-r0) (403/725) Installing libde265 (1.0.9-r0) (404/725) Installing libheif (1.13.0-r0) (405/725) Installing libjxl (0.7.0-r0) (406/725) Installing librsvg (2.55.1-r0) (407/725) Installing imagemagick (7.1.0.52-r0) (408/725) Installing perl (5.36.0-r0) (409/725) Installing perl-image-exiftool (12.50-r0) (410/725) Installing exiftool (12.50-r0) (411/725) Installing tzdata (2022f-r1) (412/725) Installing openexr (3.1.5-r3) (413/725) Installing soundtouch (2.3.2-r1) (414/725) Installing libraw1394 (2.1.2-r3) (415/725) Installing libdc1394 (2.2.6-r1) (416/725) Installing tslib (1.22-r1) (417/725) Installing directfb (1.7.7-r5) (418/725) Installing faac (1.30-r2) (419/725) Installing fdk-aac (2.0.2-r1) (420/725) Installing flite (2.2-r1) (421/725) Installing libsamplerate (0.2.2-r0) (422/725) Installing jack (1.9.21-r0) (423/725) Installing portaudio (19.7.0-r0) (424/725) Installing fluidsynth-libs (2.3.0-r0) (425/725) Installing libfreeaptx (0.1.1-r1) (426/725) Installing gsm (1.0.22-r1) (427/725) Installing libldac (2.0.2.3-r0) (428/725) Installing libmodplug (0.8.9.0-r2) (429/725) Installing neon (0.32.4-r0) (430/725) Installing libnice (0.1.19-r0) (431/725) Installing openal-soft (1.22.2-r2) (432/725) Installing openjpeg (2.5.0-r0) (433/725) Installing librtmp (2.4_git20190330-r2) (434/725) Installing sbc (2.0-r0) (435/725) Installing spandsp (0.0.6-r2) (436/725) Installing libsrtp (2.4.2-r3) (437/725) Installing vo-aacenc (0.1.3-r0) (438/725) Installing vo-amrwbenc (0.1.3-r0) (439/725) Installing libzbar (0.23.92-r1) (440/725) Installing gst-plugins-bad (1.20.4-r2) (441/725) Installing gtk4.0 (4.8.2-r0) Executing gtk4.0-4.8.2-r0.post-install (442/725) Installing megapixels (1.5.2-r0) (443/725) Installing encodings (1.0.6-r0) (444/725) Installing libfontenc (1.1.6-r0) (445/725) Installing mkfontscale (1.2.2-r1) (446/725) Installing font-dejavu (2.37-r3) (447/725) Installing sdl2_ttf (2.20.1-r0) (448/725) Installing osk-sdl (0.67.1-r1) (449/725) Installing kcmutils (5.100.0-r0) (450/725) Installing frameworkintegration (5.100.0-r0) (451/725) Installing oxygen (5.26.3-r0) (452/725) Installing modemmanager-qt (5.100.0-r0) (453/725) Installing callaudiod-libs (0.1.4-r0) (454/725) Installing abseil-cpp (20220623.1-r1) (455/725) Installing boost1.80-thread (1.80.0-r3) (456/725) Installing libprotobuf (3.21.9-r0) (457/725) Installing libphonenumber (8.13.0-r0) (458/725) Installing plasma-dialer (22.09-r0) (459/725) Installing plasma-mobile-sounds (0.1-r1) (460/725) Installing qt5-qtquickcontrols (5.15.6_git20220816-r0) (461/725) Installing plasma-phonebook (22.09-r0) (462/725) Installing postmarketos-artwork-wallpapers (2-r1) (463/725) Installing postmarketos-hidden-desktop-entries (2.2-r1) (464/725) Installing bluez (5.66-r1) (465/725) Installing bluez-openrc (5.66-r1) (466/725) Installing bluez-obexd (5.66-r1) (467/725) Installing kded (5.100.0-r0) (468/725) Installing bluez-qt (5.100.0-r0) (469/725) Installing bluedevil (5.26.3-r0) (470/725) Installing breeze (5.26.3-r0) (471/725) Installing libpulse-mainloop-glib (9999_git20220528-r0) (472/725) Installing callaudiod (0.1.4-r0) (473/725) Installing dnsmasq-common (2.87-r0) (474/725) Installing dnsmasq-openrc (2.87-r0) (475/725) Installing dnsmasq (2.87-r0) Executing dnsmasq-2.87-r0.pre-install (476/725) Installing linux-pam (1.5.2-r1) (477/725) Installing shadow (4.13-r0) (478/725) Installing elogind (246.10-r5) (479/725) Installing elogind-openrc (246.10-r5) (480/725) Installing hfd-service (0.1.0-r1) (481/725) Installing hfd-service-openrc (0.1.0-r1) (482/725) Installing iio-sensor-proxy (3.4-r0) (483/725) Installing iio-sensor-proxy-openrc (3.4-r0) (484/725) Installing libkscreen (5.26.3-r0) (485/725) Installing layer-shell-qt (5.26.3-r0) (486/725) Installing qt5-qtsensors (5.15.6_git20220816-r0) (487/725) Installing kscreen (5.26.3-r0) (488/725) Installing socat (1.7.4.4-r0) (489/725) Installing kwallet-pam (5.26.3-r0) (490/725) Installing kwayland-integration (5.26.3-r0) (491/725) Installing polkit-common (122-r0) Executing polkit-common-122-r0.pre-install (492/725) Installing duktape (2.7.0-r0) (493/725) Installing polkit-elogind (122-r0) (494/725) Installing modemmanager (1.20.2-r0) (495/725) Installing modemmanager-openrc (1.20.2-r0) (496/725) Installing libnm (1.40.2-r0) (497/725) Installing networkmanager-common (1.40.2-r0) (498/725) Installing networkmanager-openrc (1.40.2-r0) (499/725) Installing libmnl (1.0.5-r0) (500/725) Installing libnftnl (1.2.4-r0) (501/725) Installing iptables (1.8.8-r2) (502/725) Installing iptables-openrc (1.8.8-r2) (503/725) Installing libndp (1.8-r1) (504/725) Installing libidn2 (2.3.4-r0) (505/725) Installing libpsl (0.21.1-r1) (506/725) Installing networkmanager (1.40.2-r0) Executing networkmanager-1.40.2-r0.pre-install Executing networkmanager-1.40.2-r0.post-install * * To modify system network connections without the root password, add your user * account to the 'plugdev' group. * * If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open * vSwitch), install the corresponding plugin: apk add networkmanager-<name>. * (507/725) Installing networkmanager-cli (1.40.2-r0) (508/725) Installing pcre (8.45-r2) (509/725) Installing slang (2.3.3-r0) (510/725) Installing newt (0.52.21-r4) (511/725) Installing networkmanager-tui (1.40.2-r0) (512/725) Installing wireless-regdb (2022.08.12-r0) (513/725) Installing networkmanager-wifi (1.40.2-r0) Executing networkmanager-wifi-1.40.2-r0.post-install * * To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package, * enable and start the corresponding service (rc-update add <name>; * rc-service <name> start), and restart networkmanager. * * If you chose iwd, you have to also add 'wifi.backend=iwd' into section * '[device]' in /etc/NetworkManager/NetworkManager.conf. * (514/725) Installing mobile-broadband-provider-info (20221107-r0) (515/725) Installing networkmanager-wwan (1.40.2-r0) (516/725) Installing libunwind (1.6.2-r0) (517/725) Installing libcamera (0.0.1-r1) (518/725) Installing pipewire-libs (0.3.60-r2) (519/725) Installing libuv (1.44.2-r0) (520/725) Installing roc-toolkit-libs (0.1.5-r2) (521/725) Installing webrtc-audio-processing (0.3.1-r6) (522/725) Installing pipewire (0.3.60-r2) (523/725) Installing breeze-icons (5.100.0-r0) (524/725) Installing dbus-x11 (1.14.4-r0) (525/725) Installing kactivities (5.100.0-r0) (526/725) Installing kpipewire (5.26.3-r0) (527/725) Installing dconf (0.40.0-r2) (528/725) Installing anthy (9100h-r2) (529/725) Installing maliit-framework (2.3.0-r1) (530/725) Installing kyotocabinet (1.2.79-r3) (531/725) Installing libpinyin (2.7.92-r0) (532/725) Installing tinyxml (2.6.2-r1) (533/725) Installing presage (0.9.1-r2) (534/725) Installing maliit-keyboard (2.3.1-r1) (535/725) Installing qt5-qtvirtualkeyboard (5.15.6_git20220927-r0) (536/725) Installing plasma-nano (5.26.3-r0) (537/725) Installing networkmanager-qt (5.100.0-r0) (538/725) Installing plasma-nm (5.26.3-r0) (539/725) Installing plasma-nm-mobile (5.26.3-r0) (540/725) Installing fftw-single-libs (3.3.10-r1) (541/725) Installing pulseaudio (9999_git20220528-r0) Executing pulseaudio-9999_git20220528-r0.post-install (542/725) Installing pulseaudio-bluez (9999_git20220528-r0) (543/725) Installing pulseaudio-alsa (9999_git20220528-r0) (544/725) Installing alsa-utils-openrc (1.2.8-r0) (545/725) Installing pulseaudio-openrc (9999_git20220528-r0) (546/725) Installing libcanberra-pulse (0.30-r9) (547/725) Installing plasma-pa (5.26.3-r0) (548/725) Installing libdaemon (0.14-r3) (549/725) Installing openrc-settingsd (1.1.0-r0) (550/725) Installing openrc-settingsd-openrc (1.1.0-r0) (551/725) Installing plasma-settings (22.09-r1) (552/725) Installing kactivitymanagerd (5.26.3-r0) (553/725) Installing kinit (5.100.0-r0) (554/725) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (555/725) Installing kdnssd (5.100.0-r0) (556/725) Installing syntax-highlighting (5.100.0-r0) (557/725) Installing kdsoap (2.1.1-r0) (558/725) Installing libmtp (1.1.20-r2) (559/725) Installing clang15-libclang (15.0.5-r0) (560/725) Installing qt5-qttools (5.15.6_git20220907-r1) (561/725) Installing phonon (4.11.1-r3) (562/725) Installing talloc (2.3.4-r0) (563/725) Installing tevent (0.13.0-r0) (564/725) Installing samba-util-libs (4.16.7-r0) (565/725) Installing jansson (2.14-r0) (566/725) Installing ldb (2.5.2-r0) (567/725) Installing libwbclient (4.16.7-r0) (568/725) Installing samba-libs (4.16.7-r0) (569/725) Installing libsmbclient (4.16.7-r0) (570/725) Installing kio-extras (22.08.3-r0) (571/725) Installing kquickcharts (5.100.0-r0) (572/725) Installing xorg-server-common (21.1.4-r1) (573/725) Installing libxkbfile (1.1.1-r0) (574/725) Installing xkbcomp (1.4.5-r1) (575/725) Installing libxfont2 (2.0.6-r0) (576/725) Installing libtirpc-conf (1.3.3-r0) (577/725) Installing libtirpc-nokrb (1.3.3-r0) (578/725) Installing libxcvt (0.1.2-r0) (579/725) Installing xwayland (22.1.5-r0) (580/725) Installing kscreenlocker (5.26.3-r0) (581/725) Installing libqaccessibilityclient (0.4.1-r1) (582/725) Installing xcb-util-cursor (0.1.4-r0) (583/725) Installing kwin (5.26.2.1-r0) (584/725) Installing kitemmodels (5.100.0-r0) (585/725) Installing threadweaver (5.100.0-r0) (586/725) Installing krunner (5.100.0-r0) (587/725) Installing milou (5.26.3-r0) (588/725) Installing pipewire-media-session (0.4.1-r0) (589/725) Installing font-hack (3.003-r3) (590/725) Installing qqc2-desktop-style (5.100.0-r0) (591/725) Installing plasma-integration (5.26.3-r0) (592/725) Installing qtchooser (66-r2) (593/725) Installing plasma-workspace-libs (5.26.3-r0) (594/725) Installing kactivities-stats (5.100.0-r0) (595/725) Installing baloo (5.100.0-r0) (596/725) Installing kholidays (5.100.0-r0) (597/725) Installing libkexiv2 (22.08.3-r0) (598/725) Installing knotifyconfig (5.100.0-r0) (599/725) Installing kparts (5.100.0-r0) (600/725) Installing zxing-cpp (1.4.0-r0) (601/725) Installing libdmtx-libs (0.7.7-r0) (602/725) Installing libqrencode (4.1.1-r1) (603/725) Installing prison (5.100.0-r0) (604/725) Installing ktexteditor (5.100.0-r0) (605/725) Installing libnl3 (3.7.0-r0) (606/725) Installing libpcap (1.10.1-r1) (607/725) Installing lm-sensors-libs (3.6.0-r4) (608/725) Installing libksysguard (5.26.3-r0) (609/725) Installing kuserfeedback (1.2.0-r1) (610/725) Installing gpsd (3.24-r0) (611/725) Installing gpsd-openrc (3.24-r0) (612/725) Installing mpfr4 (4.1.0-r0) (613/725) Installing libqalculate (4.4.0-r1) (614/725) Installing plasma-workspace (5.26.3-r0) (615/725) Installing kpty (5.100.0-r0) (616/725) Installing kdesu (5.100.0-r0) (617/725) Installing kde-cli-tools (5.26.3-r0) (618/725) Installing qqc2-breeze-style (5.26.3-r0) (619/725) Installing plasma-mobile (5.26.3-r0) (620/725) Installing polkit-kde-agent-1 (5.26.3-r0) (621/725) Installing chrony (4.3-r0) Executing chrony-4.3-r0.pre-install (622/725) Installing chrony-openrc (4.3-r0) (623/725) Installing haveged (1.9.18-r0) (624/725) Installing haveged-openrc (1.9.18-r0) (625/725) Installing nftables (1.0.5-r2) (626/725) Installing nftables-openrc (1.0.5-r2) (627/725) Installing postmarketos-config-nftables (0.13-r0) Executing postmarketos-config-nftables-0.13-r0.post-install * service nftables added to runlevel default (628/725) Installing postmarketos-config-nftables-networkmanager (0.13-r0) (629/725) Installing postmarketos-base-nftables (23-r1) Executing postmarketos-base-nftables-23-r1.post-install (630/725) Installing postmarketos-artwork-icons (2-r1) (631/725) Installing util-linux (2.38.1-r0) (632/725) Installing libfdisk (2.38.1-r0) (633/725) Installing libsmartcols (2.38.1-r0) (634/725) Installing util-linux-misc (2.38.1-r0) (635/725) Installing libeconf (0.4.7-r0) (636/725) Installing runuser (2.38.1-r0) (637/725) Installing mount (2.38.1-r0) (638/725) Installing losetup (2.38.1-r0) (639/725) Installing hexdump (2.38.1-r0) (640/725) Installing uuidgen (2.38.1-r0) (641/725) Installing blkid (2.38.1-r0) (642/725) Installing sfdisk (2.38.1-r0) (643/725) Installing mcookie (2.38.1-r0) (644/725) Installing agetty (2.38.1-r0) (645/725) Installing agetty-openrc (0.45.2-r5) (646/725) Installing wipefs (2.38.1-r0) (647/725) Installing cfdisk (2.38.1-r0) (648/725) Installing umount (2.38.1-r0) (649/725) Installing util-linux-openrc (2.38.1-r0) (650/725) Installing flock (2.38.1-r0) (651/725) Installing lsblk (2.38.1-r0) (652/725) Installing libcap-ng (0.8.3-r1) (653/725) Installing setpriv (2.38.1-r0) (654/725) Installing logger (2.38.1-r0) (655/725) Installing partx (2.38.1-r0) (656/725) Installing fstrim (2.38.1-r0) (657/725) Installing findmnt (2.38.1-r0) (658/725) Installing pcsc-lite-libs (1.9.9-r0) (659/725) Installing wpa_supplicant (2.10-r4) (660/725) Installing wpa_supplicant-openrc (2.10-r4) (661/725) Installing ifupdown-ng-wifi (0.12.1-r0) (662/725) Installing postmarketos-base-ui (6-r1) Executing postmarketos-base-ui-6-r1.post-install (663/725) Installing postmarketos-base-ui-networkmanager (6-r1) (664/725) Installing mpdecimal (2.5.1-r1) (665/725) Installing python3 (3.10.8-r3) (666/725) Installing py3-ruamel.yaml.clib (0.2.7-r0) (667/725) Installing py3-ruamel.yaml (0.17.21-r0) (668/725) Installing sleep-inhibitor (1.16-r0) (669/725) Installing sleep-inhibitor-openrc (1.16-r0) (670/725) Installing postmarketos-base-ui-elogind (6-r1) Executing postmarketos-base-ui-elogind-6-r1.post-install (671/725) Installing py3-dbus (1.3.2-r0) (672/725) Installing obex-capabilities (0.2.1-r1) (673/725) Installing obex-capabilities-bluez-obexd (0.2.1-r1) (674/725) Installing postmarketos-base-ui-bluez-obexd (6-r1) (675/725) Installing pulseaudio-utils (9999_git20220528-r0) (676/725) Installing postmarketos-base-ui-pulseaudio (6-r1) (677/725) Installing upower (1.90.0-r2) (678/725) Installing powerdevil-libs (5.26.3-r0) (679/725) Installing powerdevil (5.26.3-r0) (680/725) Installing bubblewrap (0.7.0-r0) (681/725) Installing fuse-common (3.12.0-r0) (682/725) Installing fuse-openrc (3.12.0-r0) (683/725) Installing fuse3-libs (3.12.0-r0) (684/725) Installing fuse3 (3.12.0-r0) (685/725) Installing xdg-desktop-portal (1.15.0-r0) (686/725) Installing xdg-desktop-portal-kde (5.26.3-r0) (687/725) Installing autologin (1.0.0-r4) (688/725) Installing tinydm (1.1.2-r1) (689/725) Installing tinydm-openrc (1.1.2-r1) (690/725) Installing postmarketos-base-ui-tinydm (6-r1) (691/725) Installing font-alias (1.0.4-r0) (692/725) Installing util-macros (1.19.3-r0) (693/725) Installing font-misc-misc (1.1.2-r3) (694/725) Installing font-cursor-misc (1.0.3-r3) (695/725) Installing xauth (1.1.2-r0) (696/725) Installing xmodmap (1.0.11-r0) (697/725) Installing xrdb (1.2.1-r1) (698/725) Installing xinit (1.4.1-r1) (699/725) Installing hwdata-pci (0.364-r0) (700/725) Installing libpciaccess (0.17-r0) (701/725) Installing xorg-server (21.1.4-r1) (702/725) Installing libinput (1.21.0-r0) (703/725) Installing xf86-input-libinput (1.2.1-r0) (704/725) Installing xf86-video-fbdev (0.5.0-r3) (705/725) Installing postmarketos-base-ui-x11 (6-r1) (706/725) Installing postmarketos-ui-plasma-mobile (3.9-r0) Executing postmarketos-ui-plasma-mobile-3.9-r0.post-install * service tinydm added to runlevel default * rc-update: service `urfkill' does not exist * service iio-sensor-proxy added to runlevel default * service bluetooth added to runlevel default * service hfd-service added to runlevel default * service networkmanager added to runlevel default * service modemmanager added to runlevel default * rc-update: service `ofono' is not in the runlevel `default' tinydm: session set: /usr/share/wayland-sessions/plasma-mobile.desktop (707/725) Installing libexif (0.6.24-r0) (708/725) Installing hwloc (2.8.0-r0) (709/725) Installing libtbb (2021.7.0-r0) (710/725) Installing opencv (4.6.0-r3) (711/725) Installing postprocessd (0.2.1-r0) (712/725) Installing postprocessd-megapixels (0.2.1-r0) (713/725) Installing qmltermwidget (0.2.0-r1) (714/725) Installing qmlkonsole (22.09-r1) (715/725) Installing c-ares (1.18.1-r0) (716/725) Installing spacebar (22.09-r0) (717/725) Installing hkdm (0.2.0-r0) (718/725) Installing buffyboard (0.2.0-r0) (719/725) Installing terminus-font (4.49.1-r3) (720/725) Installing kbd-misc (2.5.1-r3) (721/725) Installing kbd (2.5.1-r3) (722/725) Installing kbd-openrc (2.5.1-r3) (723/725) Installing ttyescape (1.0.1-r1) Executing ttyescape-1.0.1-r1.post-install (724/725) Installing ttyescape-openrc (1.0.1-r1) (725/725) Installing xdg-user-dirs (0.18-r0) Executing busybox-1.35.0-r28.trigger Executing glib-2.74.1-r2.trigger Executing fontconfig-2.14.1-r0.trigger Executing shared-mime-info-2.2-r2.trigger Executing gdk-pixbuf-2.42.10-r0.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing ca-certificates-20220614-r2.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-mkinitfs-1.5.1-r1.trigger 2022/11/18 20:28:48 Generating for kernel version: 6.0.8 2022/11/18 20:28:48 Output directory: /boot 2022/11/18 20:28:48 == Generating initramfs == 2022/11/18 20:28:48 - Including hook files 2022/11/18 20:28:48 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:28:48 - Including hook scripts 2022/11/18 20:28:48 - Including required binaries 2022/11/18 20:28:48 - Including kernel modules 2022/11/18 20:28:48 - Including splash images 2022/11/18 20:28:48 - Writing and verifying initramfs archive 2022/11/18 20:28:49 == Generating initramfs extra == 2022/11/18 20:28:49 - Including extra binaries 2022/11/18 20:28:49 - Including FDE support 2022/11/18 20:28:50 - Writing and verifying initramfs-extra archive 2022/11/18 20:28:50 == 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/11/18 20:28:52 mkinitfs completed in: 4.033778321s Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS2 with baud rate 115200 Executing dbus-1.14.4-r0.trigger Executing mkfontscale-1.2.2-r1.trigger OK: 2147 MiB in 750 packages (1362566) [20:28:58] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2147 MiB in 750 packages (1362566) [20:29:01] (rootfs_pine64-pinephonepro) calculate depends of device-pine64-pinephonepro (pmbootstrap -v for details) (1362566) [20:29:02] (rootfs_pine64-pinephonepro) install device-pine64-pinephonepro (1362566) [20:29:02] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:29:02] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:29:02] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1362566) [20:29:02] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add device-pine64-pinephonepro (1362566) [20:29:02] New background process: pid=1374460, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2147 MiB in 750 packages (1362566) [20:29:05] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2147 MiB in 750 packages (1362566) [20:29:08] (rootfs_pine64-pinephonepro) calculate depends of postmarketos-mkinitfs (pmbootstrap -v for details) (1362566) [20:29:08] (rootfs_pine64-pinephonepro) install postmarketos-mkinitfs (1362566) [20:29:08] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:29:08] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:29:08] (rootfs_pine64-pinephonepro) % cat /tmp/apk_progress_fifo (1362566) [20:29:08] (rootfs_pine64-pinephonepro) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add postmarketos-mkinitfs (1362566) [20:29:08] New background process: pid=1374706, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2147 MiB in 750 packages (1362566) [20:29:11] (rootfs_pine64-pinephonepro) % apk --no-progress del openssh-client-krb5 vlan WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory OK: 2147 MiB in 750 packages (1362566) [20:29:14] (rootfs_pine64-pinephonepro) mkinitfs pine64-pinephonepro (1362566) [20:29:14] (rootfs_pine64-pinephonepro) % mkinitfs 2022/11/18 20:29:14 Generating for kernel version: 6.0.8 2022/11/18 20:29:14 Output directory: /boot 2022/11/18 20:29:14 == Generating initramfs == 2022/11/18 20:29:14 - Including hook files 2022/11/18 20:29:14 -- Including files from: /etc/postmarketos-mkinitfs/files/30-osk-sdl.files 2022/11/18 20:29:14 - Including hook scripts 2022/11/18 20:29:14 - Including required binaries 2022/11/18 20:29:14 - Including kernel modules 2022/11/18 20:29:14 - Including splash images 2022/11/18 20:29:14 - Writing and verifying initramfs archive 2022/11/18 20:29:14 == Generating initramfs extra == 2022/11/18 20:29:14 - Including extra binaries 2022/11/18 20:29:14 - Including FDE support 2022/11/18 20:29:16 - Writing and verifying initramfs-extra archive 2022/11/18 20:29:16 == Using boot-deploy to finalize/install files == ==> u-boot: creating FIT images ==> Checking free space at /boot ... OK! ==> Installing: /boot/initramfs ==> Installing: /boot/initramfs-extra 2022/11/18 20:29:19 mkinitfs completed in: 5.038530992s (1362566) [20:29:19] *** SET LOGIN PASSWORD FOR: 'user' *** (1362566) [20:29:19] (rootfs_pine64-pinephonepro) % passwd user New password: Retype new password: passwd: password updated successfully (1362566) [20:29:19] (rootfs_pine64-pinephonepro) % grep ^root:!: /etc/shadow (1362566) [20:29:19] (rootfs_pine64-pinephonepro) locking root (1362566) [20:29:19] (rootfs_pine64-pinephonepro) % passwd -l root passwd: password changed. (1362566) [20:29:19] NOTE: No valid keymap specified for device (1362566) [20:29:19] (rootfs_pine64-pinephonepro) % setup-timezone Etc/UTC (1362566) [20:29:25] (rootfs_pine64-pinephonepro) % sh -c echo pine64-pinephonepro > /etc/hostname (1362566) [20:29:25] (rootfs_pine64-pinephonepro) % sed -i -e s/^127\.0\.0\.1.*/127.0.0.1\tpine64\-pinephonepro localhost.localdomain localhost/ /etc/hosts (1362566) [20:29:25] *** (3/4) PREPARE INSTALL BLOCKDEVICE *** (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/distfiles (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/var/cache/apk (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/proc (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-rust (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-packages (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-netboot (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-git (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-ccache (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/mnt/pmbootstrap-abuild-config (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/etc/apk/keys (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev/shm (1362566) [20:29:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/dev (1362566) [20:29:25] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1362566) [20:29:25] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/in-pmbootstrap (1362566) [20:29:25] % sudo du -ks /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro 2207084 /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1362566) [20:29:26] (native) % busybox su pmos -c HOME=/home/pmos mkdir -p /home/pmos/rootfs (1362566) [20:29:26] (native) create pine64-pinephonepro.img (2892M) (1362566) [20:29:26] (native) % truncate -s 2892M /home/pmos/rootfs/pine64-pinephonepro.img (1362566) [20:29:26] (native) mount /dev/install (pine64-pinephonepro.img) (1362566) [20:29:26] (native) mount /home/pmos/rootfs/pine64-pinephonepro.img (loop) (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1362566) [20:29:26] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop11 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1362566) [20:29:26] % sudo mount --bind /dev/loop10 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop10 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1362566) [20:29:26] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop9 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1362566) [20:29:26] % sudo mount --bind /dev/loop8 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop8 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1362566) [20:29:26] % sudo mount --bind /dev/loop7 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop7 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1362566) [20:29:26] % sudo mount --bind /dev/loop6 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop6 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1362566) [20:29:26] % sudo mount --bind /dev/loop5 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop5 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1362566) [20:29:26] % sudo mount --bind /dev/loop4 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop4 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1362566) [20:29:26] % sudo mount --bind /dev/loop3 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop3 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1362566) [20:29:26] % sudo mount --bind /dev/loop2 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop2 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1362566) [20:29:26] % sudo mount --bind /dev/loop1 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop1 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1362566) [20:29:26] % sudo mount --bind /dev/loop0 /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop0 (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1362566) [20:29:26] % sudo mount --bind /dev/loop-control /home/swadmin/.local/var/pmbootstrap/chroot_native//dev/loop-control (1362566) [20:29:26] (native) % losetup -f /home/pmos/rootfs/pine64-pinephonepro.img (1362566) [20:29:26] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 } ] } (1362566) [20:29:26] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 } ] } (1362566) [20:29:26] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1362566) [20:29:26] % sudo mount --bind /dev/loop11 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install (1362566) [20:29:26] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest) (1362566) [20:29:27] (native) % parted -s /dev/install mktable gpt (1362566) [20:29:27] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M (1362566) [20:29:27] (native) % parted -s /dev/install mkpart primary 256M 100% (1362566) [20:29:27] (native) % parted -s /dev/install set 1 boot on (1362566) [20:29:27] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 } ] } (1362566) [20:29:27] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1362566) [20:29:27] % sudo mount --bind /dev/loop11p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1 (1362566) [20:29:27] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1362566) [20:29:27] % sudo mount --bind /dev/loop11p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2 (1362566) [20:29:27] (native) calculate depends of e2fsprogs (pmbootstrap -v for details) (1362566) [20:29:27] (native) install e2fsprogs (1362566) [20:29:27] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:29:27] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:29:27] (native) % cat /tmp/apk_progress_fifo (1362566) [20:29:27] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs (1362566) [20:29:27] New background process: pid=1376136, 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-r28.trigger OK: 26 MiB in 72 packages (1362566) [20:29:28] (native) format /dev/installp2 (root, ext4) (1362566) [20:29:28] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2 (1362566) [20:29:28] (native) mount /dev/installp2 to /mnt/install (1362566) [20:29:28] (native) % mkdir -p /mnt/install (1362566) [20:29:28] (native) % mount /dev/installp2 /mnt/install (1362566) [20:29:28] (native) calculate depends of dosfstools (pmbootstrap -v for details) (1362566) [20:29:28] (native) install dosfstools (1362566) [20:29:28] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:29:28] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo (1362566) [20:29:28] (native) % cat /tmp/apk_progress_fifo (1362566) [20:29:28] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools (1362566) [20:29:28] New background process: pid=1376168, output=background WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory (1/1) Installing dosfstools (4.2-r1) Executing busybox-1.35.0-r28.trigger OK: 26 MiB in 73 packages (1362566) [20:29:29] (native) format /dev/installp1 (boot, fat32), mount to mountpoint (1362566) [20:29:29] (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 (1362566) [20:29:29] (native) % mkdir -p /mnt/install/boot (1362566) [20:29:29] (native) % mount /dev/installp1 /mnt/install/boot (1362566) [20:29:29] *** (4/4) FILL INSTALL BLOCKDEVICE *** (1362566) [20:29:29] (native) copy rootfs_pine64-pinephonepro to /mnt/install/ (1362566) [20:29:29] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro (1362566) [20:29:29] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro (1362566) [20:29:29] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static (1362566) [20:29:29] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo (1362566) [20:29:29] (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/ (1362566) [20:29:44] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home (1362566) [20:29:44] % 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 (1362566) [20:29:44] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % 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/ (1362566) [20:29:44] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories (1362566) [20:29:44] % 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 (1362566) [20:29:45] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot (1362566) [20:29:45] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install (1362566) [20:29:46] (native) % losetup --json --list { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17576.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop1", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2566.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop2", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1634.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop3", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22526.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop4", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1623.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop5", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/lxd_22753.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop6", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core18_2620.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop7", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17029.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop8", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": false, "back-file": "/storagepool/storagepool-ext.img", "dio": false, "log-sec": 512 },{ "name": "/dev/loop9", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/snapd_17336.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop10", "sizelimit": 0, "offset": 0, "autoclear": true, "ro": true, "back-file": "/var/lib/snapd/snaps/core20_1695.snap", "dio": false, "log-sec": 512 },{ "name": "/dev/loop11", "sizelimit": 0, "offset": 0, "autoclear": false, "ro": false, "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img", "dio": false, "log-sec": 512 } ] } (1362566) [20:29:46] (native) umount /dev/loop11 (1362566) [20:29:46] (native) % losetup -d /dev/loop11 (1362566) [20:29:46] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap (1362566) [20:29:46] (1362566) [20:29:46] *** FLASHING INFORMATION *** (1362566) [20:29:46] Refer to the installation instructions of your device, or the generic install instructions in the wiki. (1362566) [20:29:46] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash (1362566) [20:29:46] (1362566) [20:29:46] *** SSH DAEMON INFORMATION *** (1362566) [20:29:46] SSH daemon is enabled (disable with --no-sshd). (1362566) [20:29:46] Login as 'user' with the password given during installation. (1362566) [20:29:46] (1362566) [20:29:46] *** FIREWALL INFORMATION *** (1362566) [20:29:46] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables). (1362566) [20:29:46] For more information: https://postmarketos.org/firewall (1362566) [20:29:46] (1362566) [20:29:46] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) (1362566) [20:29:46] DONE! total 2301108 -rw-r--r-- 1 root 12345 3032481792 Nov 18 20:29 pine64-pinephonepro.img '/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img' Loop Device: /dev/loop11 NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /var/lib/snapd/snaps/core18_2566.snap 0 512 /dev/loop8 0 0 1 0 /storagepool/storagepool-ext.img 0 512 /dev/loop6 0 0 1 1 /var/lib/snapd/snaps/core18_2620.snap 0 512 /dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core20_1623.snap (deleted) 0 512 /dev/loop11 0 0 0 0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img 0 512 /dev/loop2 0 0 1 1 /var/lib/snapd/snaps/core20_1634.snap 0 512 /dev/loop0 0 0 1 1 /var/lib/snapd/snaps/snapd_17576.snap 0 512 /dev/loop9 0 0 1 1 /var/lib/snapd/snaps/snapd_17336.snap 0 512 /dev/loop7 0 0 1 1 /var/lib/snapd/snaps/snapd_17029.snap (deleted) 0 512 /dev/loop5 0 0 1 1 /var/lib/snapd/snaps/lxd_22753.snap 0 512 /dev/loop3 0 0 1 1 /var/lib/snapd/snaps/lxd_22526.snap 0 512 /dev/loop10 0 0 1 1 /var/lib/snapd/snaps/core20_1695.snap 0 512 Waiting for devices to settle... total 0 lrwxrwxrwx 1 root root 14 Nov 18 20:30 pmOS_boot -> ../../loop11p1 lrwxrwxrwx 1 root root 14 Nov 18 20:30 pmOS_root -> ../../loop11p2 lrwxrwxrwx 1 root root 10 Nov 18 20:30 storagepool -> ../../sda1 total 88 drwxr-xr-x 2 root root 4096 Nov 18 20:28 bin drwxr-xr-x 2 root root 4096 Nov 18 20:29 boot drwxr-xr-x 2 root root 4096 Nov 18 20:24 dev drwxr-xr-x 65 root root 4096 Nov 18 20:29 etc drwxr-xr-x 3 root root 4096 Nov 18 20:29 home drwxr-xr-x 14 root root 4096 Nov 18 20:28 lib drwx------ 2 root root 16384 Nov 18 20:29 lost+found drwxr-xr-x 5 root root 4096 Nov 18 20:24 media drwxr-xr-x 8 root root 4096 Nov 18 20:24 mnt drwxr-xr-x 2 root root 4096 Nov 18 20:24 opt drwxr-xr-x 2 root root 4096 Nov 18 20:24 proc drwx------ 2 root root 4096 Nov 18 20:24 root drwxr-xr-x 6 root root 4096 Nov 18 20:27 run drwxr-xr-x 2 root root 4096 Nov 18 20:28 sbin drwxr-xr-x 2 root root 4096 Nov 18 20:24 srv drwxr-xr-x 2 root root 4096 Nov 18 20:24 sys drwxrwxrwt 2 root root 4096 Nov 18 20:29 tmp drwxr-xr-x 9 root root 4096 Nov 18 20:26 usr drwxr-xr-x 13 root root 4096 Nov 18 20:26 var https://espi.sineware.ca/repo/alpine/prolinux-nightly/ --2022-11-18 20:30:11-- 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% 108M=0s 2022-11-18 20:30:11 (108 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-11-18 18:00:25.756525 [http://mirror.postmarketos.org/postmarketos/master] v3.17.0_rc1-503-ga9bcb5213d [http://dl-cdn.alpinelinux.org/alpine/edge/main] v3.17.0_rc1-522-g72492e8c56 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v3.17.0_rc1-523-gdd171b33a9 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] prolinux-nightly [https://espi.sineware.ca/repo/alpine/prolinux-nightly/] OK: 24961 distinct packages available (1/102) Upgrading kirigami2-libs (5.100.0-r1 -> 9999_git1668581321-r1) (2/102) Upgrading kirigami2 (5.100.0-r1 -> 9999_git1668581321-r1) (3/102) Upgrading kactivities-libs (5.100.0-r0 -> 9999_git1668426311-r0) (4/102) Upgrading karchive (5.100.0-r0 -> 9999_git1668477600-r0) (5/102) Upgrading kconfig (5.100.0-r0 -> 9999_git1668559787-r0) (6/102) Upgrading kcoreaddons (5.100.0-r0 -> 9999_git1668564338-r0) (7/102) Upgrading kwindowsystem (5.100.0-r0 -> 9999_git1668426902-r0) (8/102) Upgrading kcrash (5.100.0-r0 -> 9999_git1668426443-r0) (9/102) Upgrading kdbusaddons (5.100.0-r0 -> 9999_git1668426463-r0) (10/102) Upgrading kglobalaccel (5.100.0-r0 -> 9999_git1668564355-r0) (11/102) Upgrading kguiaddons (5.100.0-r0 -> 9999_git1668426576-r0) (12/102) Upgrading ki18n (5.100.0-r0 -> 9999_git1668603844-r0) (13/102) Upgrading kauth (5.100.0-r0 -> 9999_git1668426348-r0) (14/102) Upgrading kcodecs (5.100.0-r0 -> 9999_git1668442178-r0) (15/102) Upgrading kwidgetsaddons (5.100.0-r0 -> 9999_git1668426893-r0) (16/102) Upgrading kconfigwidgets (5.100.0-r0 -> 9999_git1668477626-r0) (17/102) Upgrading kiconthemes (5.100.0-r0 -> 9999_git1668426617-r0) (18/102) Upgrading kitemviews (5.100.0-r0 -> 9999_git1668426679-r0) (19/102) Upgrading kxmlgui (5.100.0-r0 -> 9999_git1668477702-r0) (20/102) Upgrading kbookmarks (5.100.0-r0 -> 9999_git1668426358-r0) (21/102) Upgrading kcompletion (5.100.0-r0 -> 9999_git1668426396-r0) (22/102) Upgrading kdoctools (5.100.0-r0 -> 9999_git1668426539-r0) (23/102) Upgrading kjobwidgets (5.100.0-r0 -> 9999_git1668426688-r0) (24/102) Upgrading knotifications (5.100.0-r0 -> 9999_git1668426736-r0) (25/102) Upgrading kservice (5.100.0-r0 -> 9999_git1668426832-r0) (26/102) Upgrading solid-libs (5.100.0-r0 -> 9999_git1668426998-r0) (27/102) Upgrading sonnet (5.100.0-r0 -> 9999_git1668427007-r0) (28/102) Upgrading ktextwidgets (5.100.0-r0 -> 9999_git1668426851-r0) (29/102) Upgrading kio (5.100.0-r0 -> 9999_git1668564846-r0) (30/102) Upgrading kpackage (5.100.0-r0 -> 9999_git1668426755-r0) (31/102) Upgrading kdeclarative (5.100.0-r0 -> 9999_git1666436074-r0) (32/102) Upgrading kwayland (5.100.0-r0 -> 9999_git1668451144-r0) (33/102) Upgrading plasma-framework (5.100.0-r0 -> 9999_git1668608229-r0) (34/102) Upgrading kwallet (5.100.0-r0 -> 9999_git1668426873-r0) (35/102) Upgrading purpose (5.100.0-r0 -> 9999_git1668611231-r0) (36/102) Upgrading angelfish (22.09-r0 -> 9999_git1667789871-r0) (37/102) Upgrading breeze-gtk (5.26.3-r0 -> 9999_git1667417749-r0) (38/102) Upgrading attica (5.100.0-r0 -> 9999_git1668426255-r0) (39/102) Upgrading kidletime (5.100.0-r0 -> 9999_git1668426629-r0) (40/102) Upgrading knewstuff (5.100.0-r0 -> 9999_git1668444458-r0) (41/102) Upgrading kirigami-addons (0.5-r0 -> 9999_git1668680403-r0) (42/102) Upgrading kclock (22.09-r0 -> 9999_git1668650950-r0) (43/102) Upgrading kdecoration (5.26.3-r0 -> 9999_git1667789379-r0) (44/102) Upgrading kde-gtk-config (5.26.3-r0 -> 9999_git1668304265-r0) (45/102) Upgrading kfilemetadata (5.100.0-r0 -> 9999_git1668426558-r0) (46/102) Upgrading kcontacts (5.100.0-r0 -> 9999_git1668426424-r0) (47/102) Upgrading kpeople (5.100.0-r0 -> 9999_git1668426776-r0) (48/102) Upgrading kcalendarcore (5.100.0-r0 -> 9999_git1668426368-r0) (49/102) Upgrading kcmutils (5.100.0-r0 -> 9999_git1668564325-r0) (50/102) Upgrading frameworkintegration (5.100.0-r0 -> 9999_git1668426301-r0) (51/102) Upgrading oxygen (5.26.3-r0 -> 9999_git1668478787-r0) (52/102) Upgrading modemmanager-qt (5.100.0-r0 -> 9999_git1668426931-r0) (53/102) Upgrading plasma-dialer (22.09-r0 -> 9999_git1668650967-r0) (54/102) Upgrading plasma-phonebook (22.09-r0 -> 9999_git1667789975-r0) (55/102) Upgrading kded (5.100.0-r0 -> 9999_git1668426481-r0) (56/102) Upgrading bluez-qt (5.100.0-r0 -> 9999_git1668426273-r0) (57/102) Upgrading bluedevil (5.26.3-r0 -> 9999_git1668650684-r0) (58/102) Upgrading breeze (5.26.3-r0 -> 9999_git1668046210-r0) (59/102) Upgrading libkscreen (5.26.3-r0 -> 9999_git1668650779-r0) (60/102) Upgrading layer-shell-qt (5.26.3-r0 -> 9999_git1666447153-r0) (61/102) Upgrading kscreen (5.26.3-r0 -> 9999_git1668218974-r0) (62/102) Upgrading kwallet-pam (5.26.3-r0 -> 9999_git1668649715-r0) (63/102) Upgrading kwayland-integration (5.26.3-r0 -> 9999_git1667577609-r0) (64/102) Upgrading breeze-icons (5.100.0-r0 -> 9999_git1668426282-r0) (65/102) Upgrading kactivities (5.100.0-r0 -> 9999_git1668426311-r0) (66/102) Upgrading plasma-nano (5.26.3-r0 -> 9999_git1667789641-r0) (67/102) Upgrading networkmanager-qt (5.100.0-r0 -> 9999_git1668426940-r0) (68/102) Upgrading plasma-nm (5.26.3-r0 -> 9999_git1668650849-r0) (69/102) Upgrading plasma-nm-mobile (5.26.3-r0 -> 9999_git1668650849-r0) (70/102) Upgrading plasma-settings (22.09-r1 -> 9999_git1668650979-r1) (71/102) Upgrading kactivitymanagerd (5.26.3-r0 -> 9999_git1667789359-r0) (72/102) Upgrading kinit (5.100.0-r0 -> 9999_git1668426639-r0) (73/102) Upgrading kdnssd (5.100.0-r0 -> 9999_git1668426530-r0) (74/102) Upgrading syntax-highlighting (5.100.0-r0 -> 9999_git1668625741-r0) (75/102) Upgrading kquickcharts (5.100.0-r0 -> 9999_git1668426803-r0) (76/102) Upgrading kscreenlocker (5.26.3-r0 -> 9999_git1668478703-r0) (77/102) Upgrading kwin (5.26.2.1-r0 -> 9999_git1668650756-r0) (78/102) Upgrading kitemmodels (5.100.0-r0 -> 9999_git1668426669-r0) (79/102) Upgrading threadweaver (5.100.0-r0 -> 9999_git1668427036-r0) (80/102) Upgrading krunner (5.100.0-r0 -> 9999_git1668426822-r0) (81/102) Upgrading milou (5.26.3-r0 -> 9999_git1667789539-r0) (82/102) Upgrading qqc2-desktop-style (5.100.0-r0 -> 9999_git1668426989-r0) (83/102) Upgrading plasma-integration (5.26.3-r0 -> 9999_git1668650838-r0) (84/102) Upgrading plasma-workspace-libs (5.26.3-r0 -> 9999_git1668650889-r0) (85/102) Upgrading kactivities-stats (5.100.0-r0 -> 9999_git1668426320-r0) (86/102) Upgrading baloo (5.100.0-r0 -> 9999_git1668563593-r0) (87/102) Upgrading kholidays (5.100.0-r0 -> 9999_git1668426586-r0) (88/102) Upgrading knotifyconfig (5.100.0-r0 -> 9999_git1668426745-r0) (89/102) Upgrading kparts (5.100.0-r0 -> 9999_git1668426766-r0) (90/102) Upgrading prison (5.100.0-r0 -> 9999_git1668530923-r0) (91/102) Upgrading ktexteditor (5.100.0-r0 -> 9999_git1668650139-r0) (92/102) Upgrading libksysguard (5.26.3-r0 -> 9999_git1668650789-r0) (93/102) Upgrading plasma-workspace (5.26.3-r0 -> 9999_git1668650889-r0) (94/102) Upgrading kpty (5.100.0-r0 -> 9999_git1668426794-r0) (95/102) Upgrading kde-cli-tools (5.26.3-r0 -> 9999_git1668565595-r0) (96/102) Upgrading qqc2-breeze-style (5.26.3-r0 -> 9999_git1667579379-r0) (97/102) Upgrading plasma-mobile (5.26.3-r0 -> 9999_git1668653191-r0) (98/102) Upgrading polkit-kde-agent-1 (5.26.3-r0 -> 9999_git1667789783-r0) (99/102) Upgrading powerdevil-libs (5.26.3-r0 -> 9999_git1668650901-r0) (100/102) Upgrading powerdevil (5.26.3-r0 -> 9999_git1668650901-r0) (101/102) Upgrading xdg-desktop-portal-kde (5.26.3-r0 -> 9999_git1668650919-r0) (102/102) Upgrading qmlkonsole (22.09-r1 -> 9999_git1668565962-r1) Executing busybox-1.35.0-r28.trigger Executing shared-mime-info-2.2-r2.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing eudev-3.2.11-r3.trigger Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS2 with baud rate 115200 Executing dbus-1.14.4-r0.trigger OK: 2319 MiB in 750 packages (1/10) Installing bash (5.2.9-r0) Executing bash-5.2.9-r0.post-install (2/10) Installing xdg-dbus-proxy (0.1.4-r0) (3/10) Installing ostree (2022.6-r0) (4/10) Installing libseccomp (2.5.4-r0) (5/10) Installing flatpak (1.14.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-48-generic': No such file or directory * * To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in * Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a * regular user that will use Flatpak. * (6/10) Installing flatpak-libs (1.14.1-r0) (7/10) Installing discover-backend-flatpak (5.26.3-r0) (8/10) Installing htop (3.2.1-r1) (9/10) Installing nano (7.0-r0) (10/10) Installing neofetch (7.1.0-r1) Executing busybox-1.35.0-r28.trigger Executing gtk-update-icon-cache-3.24.34-r7.trigger Executing postmarketos-base-23-r1.trigger Configuring a getty on port ttyS2 with baud rate 115200 Executing dbus-1.14.4-r0.trigger OK: 2330 MiB in 760 packages (1/91) Installing syndication (9999_git1668427016-r0) (2/91) Installing alligator (9999_git1668650929-r0) (3/91) Installing libavc1394 (0.5.4-r3) (4/91) Installing libcaca (0.99_beta20-r0) (5/91) Installing libdv (1.0.0-r7) (6/91) Installing libiec61883 (1.2.0-r3) (7/91) Installing mpg123-libs (1.31.1-r0) (8/91) Installing speex (1.2.1-r0) (9/91) Installing libshout (2.4.6-r1) (10/91) Installing wavpack (5.5.0-r0) (11/91) Installing gst-plugins-good (1.20.4-r1) (12/91) Installing py3-parsing (3.0.9-r0) (13/91) Installing py3-packaging (21.3-r2) (14/91) Installing py3-setuptools (65.5.1-r0) (15/91) Installing py3-certifi (2022.9.24-r0) (16/91) Installing py3-charset-normalizer (3.0.0-r0) (17/91) Installing py3-idna (3.4-r2) (18/91) Installing py3-urllib3 (1.26.12-r0) (19/91) Installing py3-requests (2.28.1-r1) (20/91) Installing py3-ytmusicapi (0.24.0-r0) (21/91) Installing libmng (2.0.3-r1) (22/91) Installing qt5-qtimageformats (5.15.6_git20220907-r0) (23/91) Installing py3-mutagen (1.46.0-r0) (24/91) Installing py3-websockets (10.4-r0) (25/91) Installing py3-brotli (1.0.9-r9) (26/91) Installing yt-dlp (2022.11.11-r0) (27/91) Installing audiotube (9999_git1668565861-r0) (28/91) Installing calindori (9999_git1667789891-r0) (29/91) Installing live-media (2022.10.01-r0) (30/91) Installing libxpm (3.5.13-r1) (31/91) Installing a52dec (0.7.4-r8) (32/91) Installing vulkan-loader (1.3.231.1-r0) (33/91) Installing ffmpeg4-libs (4.4.3-r0) (34/91) Installing libbluray (1.3.3-r0) (35/91) Installing libcddb (1.3.2-r4) (36/91) Installing libdvbpsi (1.3.3-r0) (37/91) Installing libdvdcss (1.4.3-r0) (38/91) Installing libdvdread (6.1.3-r0) (39/91) Installing libdvdnav (6.1.1-r0) (40/91) Installing libebml (1.4.4-r0) (41/91) Installing faad2-libs (2.10.1-r0) (42/91) Installing libupnp (1.14.14-r0) (43/91) Installing lua5.2-libs (5.2.4-r10) (44/91) Installing libmad (0.15.1b-r9) (45/91) Installing libmatroska (1.7.1-r0) (46/91) Installing libmicrodns (0.2.0-r0) (47/91) Installing libmpeg2 (0.5.1-r9) (48/91) Installing glslang-libs (11.12.0-r0) (49/91) Installing glslang (11.12.0-r0) (50/91) Installing spirv-tools (1.3.231.1-r0) ERROR: Failed to create usr/lib/libSPIRV-Tools-shared.so: No space left on device ERROR: spirv-tools-1.3.231.1-r0: No space left on device (51/91) Installing shaderc (2022.3-r1) (52/91) Installing libplacebo (5.229.1-r0) (53/91) Installing libprotobuf-lite (3.21.9-r0) (54/91) Installing vlc-libs (3.0.17.4-r12) ERROR: Failed to create usr/lib/libvlccore.so.9.0.0: Connection aborted ERROR: vlc-libs-3.0.17.4-r12: No space left on device (55/91) Installing vlc (3.0.17.4-r12) ERROR: Failed to create usr/lib/vlc/plugins/access/libdc1394_plugin.so: Connection aborted ERROR: vlc-3.0.17.4-r12: No space left on device (56/91) Installing elisa (22.08.3-r0) ERROR: Failed to create usr/bin/elisa: Connection aborted ERROR: elisa-22.08.3-r0: No space left on device (57/91) Installing kunitconversion (9999_git1668564420-r0) ERROR: Failed to create usr/share/locale/ca/LC_MESSAGES/kunitconversion5.mo: No space left on device ERROR: kunitconversion-9999_git1668564420-r0: No space left on device (58/91) Installing kalk (9999_git1668565871-r0) (59/91) Installing qt5-qtkeychain (0.13.2-r0) (60/91) Installing kasts (9999_git1668650938-r0) ERROR: Failed to create usr/bin/kasts: No space left on device ERROR: kasts-9999_git1668650938-r0: No space left on device (61/91) Installing keysmith (9999_git1668479232-r0) ERROR: Failed to create usr/bin/keysmith: Connection aborted ERROR: keysmith-9999_git1668479232-r0: No space left on device (62/91) Installing krecorder (9999_git1668565905-r1) (63/91) Installing kpublictransport (22.08.3-r0) ERROR: kpublictransport-22.08.3-r0: No space left on device (64/91) Installing ktrip (9999_git1667790799-r0) ERROR: ktrip-9999_git1667790799-r0: No space left on device (65/91) Installing kweathercore (9999_git1668470939-r0) ERROR: kweathercore-9999_git1668470939-r0: No space left on device (66/91) Installing qt5-qtcharts (5.15.6_git20220816-r0) ERROR: qt5-qtcharts-5.15.6_git20220816-r0: No space left on device (67/91) Installing kweather (9999_git1668650958-r1) ERROR: kweather-9999_git1668650958-r1: No space left on device (68/91) Installing libquotient (0.6.11-r0) ERROR: libquotient-0.6.11-r0: No space left on device (69/91) Installing libcmark (0.30.2-r1) ERROR: libcmark-0.30.2-r1: No space left on device (70/91) Installing neochat (9999_git1668684678-r0) ERROR: neochat-9999_git1668684678-r0: No space left on device (71/91) Installing kjs (9999_git1668426697-r0) ERROR: kjs-9999_git1668426697-r0: No space left on device (72/91) Installing libdjvulibre (3.5.28-r2) ERROR: libdjvulibre-3.5.28-r2: No space left on device (73/91) Installing libzip (1.9.2-r2) ERROR: libzip-1.9.2-r2: No space left on device (74/91) Installing ebook-tools (0.2.2-r3) (75/91) Installing discount-libs (2.2.7b-r0) ERROR: discount-libs-2.2.7b-r0: Operation not permitted (76/91) Installing poppler (22.11.0-r0) ERROR: poppler-22.11.0-r0: Operation not permitted (77/91) Installing poppler-qt5 (22.11.0-r0) ERROR: poppler-qt5-22.11.0-r0: Operation not permitted (78/91) Installing kdegraphics-mobipocket (22.08.3-r0) ERROR: kdegraphics-mobipocket-22.08.3-r0: Operation not permitted (79/91) Installing libspectre (0.2.11-r0) ERROR: libspectre-0.2.11-r0: Operation not permitted (80/91) Installing okular-common (22.08.3-r0) ERROR: okular-common-22.08.3-r0: Operation not permitted (81/91) Installing okular (22.08.3-r0) ERROR: okular-22.08.3-r0: Operation not permitted (82/91) Installing plasma-camera (1.0_git20210328-r2) ERROR: plasma-camera-1.0_git20210328-r2: Operation not permitted (83/91) Installing gst-libav (1.20.4-r0) ERROR: gst-libav-1.20.4-r0: Operation not permitted (84/91) Installing gst-plugins-good-qt (1.20.4-r1) ERROR: gst-plugins-good-qt-1.20.4-r1: Operation not permitted (85/91) Installing plasmatube (9999_git1668392143-r0) ERROR: plasmatube-9999_git1668392143-r0: Operation not permitted (86/91) Installing postmarketos-config-nftables-upnp-client (0.13-r0) ERROR: postmarketos-config-nftables-upnp-client-0.13-r0: Operation not permitted (87/91) Installing postmarketos-config-nftables-mdns (0.13-r0) ERROR: postmarketos-config-nftables-mdns-0.13-r0: Operation not permitted (88/91) Installing postmarketos-config-nftables-chromecast (0.13-r0) ERROR: postmarketos-config-nftables-chromecast-0.13-r0: Operation not permitted (89/91) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0) ERROR: postmarketos-config-nftables-vlc-chromecast-0.13-r0: Operation not permitted (90/91) Installing qt5-qtwebsockets (5.15.6_git20220907-r0) ERROR: qt5-qtwebsockets-5.15.6_git20220907-r0: Operation not permitted (91/91) Installing tokodon (9999_git1668650515-r0) ERROR: tokodon-9999_git1668650515-r0: Operation not permitted Executing busybox-1.35.0-r28.trigger ERROR: sybox-1.35.0-r28.trigger: failed to execute: No space left on device Executing gtk-update-icon-cache-3.24.34-r7.trigger ERROR: k-update-icon-cache-3.24.34-r7.trigger: failed to execute: No space left on device Executing postmarketos-base-23-r1.trigger ERROR: stmarketos-base-23-r1.trigger: failed to execute: No space left on device 35 errors; 2411 MiB in 816 packages sh: write error: No space left on device (chroot) Exiting chroot... [20:32:09] Unregister qemu binfmt (arm) [20:32:09] Unregister qemu binfmt (aarch64) [20:32:09] Unregister qemu binfmt (riscv64) [20:32:10] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y [20:32:10] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native [20:32:10] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y [20:32:10] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro [20:32:12] Cleared up ~4429 MB of space [20:32:12] DONE! removed 'images/pmos-plasma-mobile-nightly-20221117-pine64-pinephone.img.xz' removed 'images/pmos-plasma-mobile-nightly-20221117-pine64-pinephone.img.xz.sha256' removed 'images/pmos-plasma-mobile-nightly-20221117-pine64-pinephonepro.img.xz' removed 'images/pmos-plasma-mobile-nightly-20221117-pine64-pinephonepro.img.xz.sha256' removed 'images/pmos-plasma-mobile-nightly-20221117-tablet-x64uefi.img.xz' removed 'images/pmos-plasma-mobile-nightly-20221117-tablet-x64uefi.img.xz.sha256' Compressing pine64-pinephone.img pine64-pinephone.img: 882.3 MiB / 2,933.0 MiB = 0.301, 28 MiB/s, 1:45 renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221118-pine64-pinephone.img.xz' Compressing pine64-pinephonepro.img pine64-pinephonepro.img: 823.3 MiB / 2,892.0 MiB = 0.285, 27 MiB/s, 1:48 renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221118-pine64-pinephonepro.img.xz' Compressing tablet-x64uefi.img tablet-x64uefi.img: 1,271.8 MiB / 4,045.0 MiB = 0.314, 29 MiB/s, 2:17 renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221118-tablet-x64uefi.img.xz' sending incremental file list deleting images/pmos-plasma-mobile-nightly-20221117-tablet-x64uefi.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20221117-tablet-x64uefi.img.xz deleting images/pmos-plasma-mobile-nightly-20221117-pine64-pinephonepro.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20221117-pine64-pinephonepro.img.xz deleting images/pmos-plasma-mobile-nightly-20221117-pine64-pinephone.img.xz.sha256 deleting images/pmos-plasma-mobile-nightly-20221117-pine64-pinephone.img.xz images/ images/pmos-plasma-mobile-nightly-20221118-pine64-pinephone.img.xz 32,768 0% 0.00kB/s 0:00:00 3,342,336 0% 3.10MB/s 0:04:50 4,653,056 0% 2.11MB/s 0:07:05 5,963,776 0% 1.81MB/s 0:08:14 7,274,496 0% 1.67MB/s 0:08:57 8,585,216 0% 1.20MB/s 0:12:23 9,895,936 1% 1.21MB/s 0:12:20 11,206,656 1% 1.21MB/s 0:12:19 12,517,376 1% 1.20MB/s 0:12:22 13,828,096 1% 1.20MB/s 0:12:22 15,138,816 1% 1.19MB/s 0:12:27 16,449,536 1% 1.19MB/s 0:12:25 17,760,256 1% 1.20MB/s 0:12:20 19,070,976 2% 1.19MB/s 0:12:20 20,381,696 2% 1.22MB/s 0:12:04 21,692,416 2% 1.22MB/s 0:12:03 23,003,136 2% 1.22MB/s 0:12:01 24,313,856 2% 1.23MB/s 0:11:57 25,624,576 2% 1.22MB/s 0:12:01 26,935,296 2% 1.22MB/s 0:11:58 28,246,016 3% 1.21MB/s 0:12:01 29,556,736 3% 1.21MB/s 0:12:00 30,867,456 3% 1.21MB/s 0:11:59 32,178,176 3% 1.21MB/s 0:11:59 33,488,896 3% 1.21MB/s 0:11:57 34,799,616 3% 1.21MB/s 0:12:00 36,110,336 3% 1.21MB/s 0:11:57 37,421,056 4% 1.21MB/s 0:11:57 38,731,776 4% 1.21MB/s 0:11:56 40,042,496 4% 1.22MB/s 0:11:51 41,353,216 4% 1.21MB/s 0:11:50 42,663,936 4% 1.21MB/s 0:11:50 43,974,656 4% 1.21MB/s 0:11:51 45,285,376 4% 1.21MB/s 0:11:51 46,596,096 5% 1.20MB/s 0:11:52 47,906,816 5% 1.20MB/s 0:11:53 49,217,536 5% 1.19MB/s 0:11:58 50,528,256 5% 1.19MB/s 0:11:57 51,838,976 5% 1.20MB/s 0:11:52 53,149,696 5% 1.20MB/s 0:11:48 54,460,416 5% 1.22MB/s 0:11:38 55,771,136 6% 1.22MB/s 0:11:38 57,081,856 6% 1.22MB/s 0:11:37 58,392,576 6% 1.21MB/s 0:11:38 59,703,296 6% 1.21MB/s 0:11:37 61,014,016 6% 1.21MB/s 0:11:39 62,324,736 6% 1.20MB/s 0:11:40 63,635,456 6% 1.19MB/s 0:11:46 64,946,176 7% 1.17MB/s 0:11:55 66,256,896 7% 1.17MB/s 0:11:55 67,534,848 7% 1.16MB/s 0:12:00 68,845,568 7% 1.17MB/s 0:11:57 70,156,288 7% 1.18MB/s 0:11:45 71,467,008 7% 1.19MB/s 0:11:42 72,777,728 7% 1.19MB/s 0:11:36 74,088,448 8% 1.21MB/s 0:11:26 75,399,168 8% 1.21MB/s 0:11:24 76,709,888 8% 1.22MB/s 0:11:19 78,020,608 8% 1.22MB/s 0:11:16 79,331,328 8% 1.22MB/s 0:11:16 80,642,048 8% 1.22MB/s 0:11:14 81,952,768 8% 1.22MB/s 0:11:15 83,263,488 9% 1.22MB/s 0:11:12 84,574,208 9% 1.22MB/s 0:11:12 85,884,928 9% 1.21MB/s 0:11:15 87,195,648 9% 1.21MB/s 0:11:14 88,506,368 9% 1.21MB/s 0:11:14 89,817,088 9% 1.21MB/s 0:11:11 91,127,808 9% 1.22MB/s 0:11:07 92,438,528 9% 1.22MB/s 0:11:04 93,749,248 10% 1.22MB/s 0:11:03 95,059,968 10% 1.22MB/s 0:11:04 96,370,688 10% 1.22MB/s 0:11:04 97,681,408 10% 1.22MB/s 0:11:02 98,992,128 10% 1.21MB/s 0:11:04 100,302,848 10% 1.22MB/s 0:10:58 101,613,568 10% 1.23MB/s 0:10:55 102,924,288 11% 1.22MB/s 0:10:56 104,235,008 11% 1.23MB/s 0:10:54 105,545,728 11% 1.22MB/s 0:10:56 106,856,448 11% 1.22MB/s 0:10:56 108,167,168 11% 1.21MB/s 0:10:58 109,477,888 11% 1.22MB/s 0:10:53 110,788,608 11% 1.22MB/s 0:10:51 112,099,328 12% 1.22MB/s 0:10:51 113,410,048 12% 1.22MB/s 0:10:48 114,720,768 12% 1.22MB/s 0:10:49 116,031,488 12% 1.22MB/s 0:10:48 117,342,208 12% 1.22MB/s 0:10:46 118,652,928 12% 1.22MB/s 0:10:43 119,963,648 12% 1.22MB/s 0:10:43 121,274,368 13% 1.22MB/s 0:10:45 122,585,088 13% 1.22MB/s 0:10:42 123,895,808 13% 1.22MB/s 0:10:41 125,206,528 13% 1.22MB/s 0:10:40 126,517,248 13% 1.22MB/s 0:10:37 127,827,968 13% 1.21MB/s 0:10:41 129,138,688 13% 1.21MB/s 0:10:40 130,449,408 14% 1.21MB/s 0:10:39 131,760,128 14% 1.22MB/s 0:10:35 133,070,848 14% 1.21MB/s 0:10:36 134,381,568 14% 1.21MB/s 0:10:35 135,692,288 14% 1.21MB/s 0:10:35 137,003,008 14% 1.21MB/s 0:10:36 138,313,728 14% 1.22MB/s 0:10:29 139,624,448 15% 1.22MB/s 0:10:28 140,935,168 15% 1.22MB/s 0:10:25 142,245,888 15% 1.22MB/s 0:10:24 143,556,608 15% 1.22MB/s 0:10:23 144,867,328 15% 1.22MB/s 0:10:24 146,178,048 15% 1.22MB/s 0:10:24 147,488,768 15% 1.22MB/s 0:10:22 148,799,488 16% 1.22MB/s 0:10:23 150,110,208 16% 1.22MB/s 0:10:22 151,420,928 16% 1.19MB/s 0:10:32 152,731,648 16% 1.20MB/s 0:10:29 154,042,368 16% 1.20MB/s 0:10:26 155,353,088 16% 1.20MB/s 0:10:24 156,663,808 16% 1.22MB/s 0:10:15 157,974,528 17% 1.21MB/s 0:10:18 159,285,248 17% 1.21MB/s 0:10:20 160,595,968 17% 1.20MB/s 0:10:22 161,906,688 17% 1.19MB/s 0:10:26 163,217,408 17% 1.19MB/s 0:10:25 164,528,128 17% 1.19MB/s 0:10:23 165,838,848 17% 1.20MB/s 0:10:17 167,149,568 18% 1.21MB/s 0:10:09 168,460,288 18% 1.22MB/s 0:10:05 169,771,008 18% 1.22MB/s 0:10:03 171,081,728 18% 1.22MB/s 0:10:02 172,392,448 18% 1.23MB/s 0:09:59 173,703,168 18% 1.23MB/s 0:09:58 175,013,888 18% 1.22MB/s 0:10:00 176,324,608 19% 1.21MB/s 0:10:06 177,635,328 19% 1.19MB/s 0:10:11 178,946,048 19% 1.19MB/s 0:10:12 180,256,768 19% 1.19MB/s 0:10:11 181,567,488 19% 1.21MB/s 0:10:01 182,878,208 19% 1.22MB/s 0:09:55 184,188,928 19% 1.22MB/s 0:09:51 185,499,648 20% 1.23MB/s 0:09:48 186,810,368 20% 1.22MB/s 0:09:48 188,121,088 20% 1.21MB/s 0:09:54 189,431,808 20% 1.21MB/s 0:09:52 190,742,528 20% 1.21MB/s 0:09:51 192,053,248 20% 1.21MB/s 0:09:51 193,363,968 20% 1.23MB/s 0:09:41 194,674,688 21% 1.22MB/s 0:09:42 195,985,408 21% 1.23MB/s 0:09:40 197,296,128 21% 1.23MB/s 0:09:39 198,606,848 21% 1.22MB/s 0:09:41 199,917,568 21% 1.22MB/s 0:09:38 201,228,288 21% 1.22MB/s 0:09:37 202,506,240 21% 1.21MB/s 0:09:41 203,816,960 22% 1.22MB/s 0:09:37 205,127,680 22% 1.21MB/s 0:09:39 206,438,400 22% 1.21MB/s 0:09:38 207,749,120 22% 1.22MB/s 0:09:32 209,059,840 22% 1.22MB/s 0:09:31 210,370,560 22% 1.22MB/s 0:09:30 211,681,280 22% 1.22MB/s 0:09:28 212,992,000 23% 1.22MB/s 0:09:31 214,302,720 23% 1.22MB/s 0:09:28 215,613,440 23% 1.22MB/s 0:09:28 216,924,160 23% 1.22MB/s 0:09:27 218,234,880 23% 1.22MB/s 0:09:26 219,545,600 23% 1.22MB/s 0:09:26 220,856,320 23% 1.22MB/s 0:09:25 222,167,040 24% 1.21MB/s 0:09:28 223,477,760 24% 1.21MB/s 0:09:26 224,788,480 24% 1.20MB/s 0:09:28 226,099,200 24% 1.19MB/s 0:09:32 227,409,920 24% 1.20MB/s 0:09:29 228,720,640 24% 1.20MB/s 0:09:28 230,031,360 24% 1.20MB/s 0:09:25 231,342,080 25% 1.21MB/s 0:09:20 232,652,800 25% 1.22MB/s 0:09:15 233,963,520 25% 1.22MB/s 0:09:12 235,274,240 25% 1.22MB/s 0:09:10 236,584,960 25% 1.23MB/s 0:09:08 237,895,680 25% 1.22MB/s 0:09:09 239,206,400 25% 1.22MB/s 0:09:09 240,517,120 25% 1.22MB/s 0:09:08 241,827,840 26% 1.21MB/s 0:09:09 243,138,560 26% 1.22MB/s 0:09:07 244,449,280 26% 1.22MB/s 0:09:06 245,760,000 26% 1.22MB/s 0:09:05 247,070,720 26% 1.22MB/s 0:09:03 248,381,440 26% 1.20MB/s 0:09:09 249,561,088 26% 1.18MB/s 0:09:20 250,871,808 27% 1.17MB/s 0:09:24 252,182,528 27% 1.15MB/s 0:09:32 253,493,248 27% 1.15MB/s 0:09:27 254,803,968 27% 1.18MB/s 0:09:17 256,114,688 27% 1.18MB/s 0:09:13 257,425,408 27% 1.20MB/s 0:09:03 258,736,128 27% 1.21MB/s 0:08:59 260,046,848 28% 1.21MB/s 0:08:55 261,357,568 28% 1.22MB/s 0:08:51 262,668,288 28% 1.22MB/s 0:08:49 263,979,008 28% 1.22MB/s 0:08:48 265,289,728 28% 1.22MB/s 0:08:49 266,600,448 28% 1.22MB/s 0:08:48 267,911,168 28% 1.22MB/s 0:08:47 269,221,888 29% 1.22MB/s 0:08:45 270,532,608 29% 1.22MB/s 0:08:42 271,843,328 29% 1.22MB/s 0:08:41 273,154,048 29% 1.22MB/s 0:08:41 274,464,768 29% 1.22MB/s 0:08:40 275,775,488 29% 1.22MB/s 0:08:39 277,086,208 29% 1.22MB/s 0:08:37 278,396,928 30% 1.22MB/s 0:08:36 279,707,648 30% 1.22MB/s 0:08:36 281,018,368 30% 1.22MB/s 0:08:36 282,329,088 30% 1.22MB/s 0:08:35 283,639,808 30% 1.22MB/s 0:08:33 284,950,528 30% 1.22MB/s 0:08:32 286,261,248 30% 1.22MB/s 0:08:31 287,571,968 31% 1.22MB/s 0:08:30 288,882,688 31% 1.22MB/s 0:08:28 290,193,408 31% 1.22MB/s 0:08:26 291,504,128 31% 1.22MB/s 0:08:26 292,552,704 31% 1.15MB/s 0:08:58 293,208,064 31% 1017.10kB/s 0:10:21 293,732,352 31% 830.57kB/s 0:12:40 294,387,712 31% 652.00kB/s 0:16:07 295,043,072 31% 550.60kB/s 0:19:04 295,829,504 31% 578.01kB/s 0:18:08 297,140,224 32% 746.86kB/s 0:14:00 298,188,800 32% 855.69kB/s 0:12:12 299,106,304 32% 945.89kB/s 0:11:01 299,892,736 32% 942.52kB/s 0:11:03 301,203,456 32% 946.79kB/s 0:10:59 302,514,176 32% 1014.90kB/s 0:10:13 303,824,896 32% 1.07MB/s 0:09:24 305,135,616 32% 1.20MB/s 0:08:24 306,446,336 33% 1.21MB/s 0:08:20 307,757,056 33% 1.21MB/s 0:08:18 309,067,776 33% 1.21MB/s 0:08:19 310,378,496 33% 1.21MB/s 0:08:18 311,689,216 33% 1.20MB/s 0:08:18 312,999,936 33% 1.19MB/s 0:08:20 314,310,656 33% 1.20MB/s 0:08:15 315,621,376 34% 1.21MB/s 0:08:12 316,932,096 34% 1.21MB/s 0:08:09 318,242,816 34% 1.22MB/s 0:08:04 319,553,536 34% 1.22MB/s 0:08:04 320,864,256 34% 1.22MB/s 0:08:03 322,174,976 34% 1.22MB/s 0:08:03 323,485,696 34% 1.21MB/s 0:08:04 324,796,416 35% 1.22MB/s 0:08:02 326,107,136 35% 1.22MB/s 0:08:01 327,417,856 35% 1.22MB/s 0:07:59 328,728,576 35% 1.22MB/s 0:07:56 330,039,296 35% 1.22MB/s 0:07:55 331,350,016 35% 1.22MB/s 0:07:53 332,660,736 35% 1.22MB/s 0:07:53 333,971,456 36% 1.22MB/s 0:07:51 335,282,176 36% 1.22MB/s 0:07:52 336,560,128 36% 1.21MB/s 0:07:55 337,870,848 36% 1.21MB/s 0:07:54 339,181,568 36% 1.21MB/s 0:07:53 340,492,288 36% 1.21MB/s 0:07:51 341,803,008 36% 1.22MB/s 0:07:46 343,113,728 37% 1.22MB/s 0:07:45 344,424,448 37% 1.22MB/s 0:07:43 345,735,168 37% 1.22MB/s 0:07:42 347,045,888 37% 1.22MB/s 0:07:41 348,356,608 37% 1.22MB/s 0:07:40 349,667,328 37% 1.22MB/s 0:07:39 350,978,048 37% 1.22MB/s 0:07:38 352,288,768 38% 1.22MB/s 0:07:36 353,599,488 38% 1.22MB/s 0:07:37 354,910,208 38% 1.22MB/s 0:07:35 356,220,928 38% 1.22MB/s 0:07:35 357,138,432 38% 1.09MB/s 0:08:26 358,449,152 38% 1.10MB/s 0:08:25 359,759,872 38% 1.09MB/s 0:08:26 361,070,592 39% 1.09MB/s 0:08:26 362,381,312 39% 1.21MB/s 0:07:34 363,692,032 39% 1.20MB/s 0:07:35 365,002,752 39% 1.20MB/s 0:07:34 366,313,472 39% 1.21MB/s 0:07:31 367,624,192 39% 1.21MB/s 0:07:30 368,934,912 39% 1.22MB/s 0:07:26 370,245,632 40% 1.22MB/s 0:07:25 371,556,352 40% 1.22MB/s 0:07:23 372,867,072 40% 1.22MB/s 0:07:21 374,177,792 40% 1.22MB/s 0:07:20 375,488,512 40% 1.23MB/s 0:07:17 376,799,232 40% 1.23MB/s 0:07:16 378,109,952 40% 1.23MB/s 0:07:15 379,420,672 41% 1.22MB/s 0:07:15 380,731,392 41% 1.23MB/s 0:07:13 382,042,112 41% 1.22MB/s 0:07:13 383,352,832 41% 1.22MB/s 0:07:13 384,663,552 41% 1.21MB/s 0:07:14 385,974,272 41% 1.21MB/s 0:07:15 387,284,992 41% 1.21MB/s 0:07:14 388,595,712 42% 1.21MB/s 0:07:13 389,906,432 42% 1.22MB/s 0:07:09 391,217,152 42% 1.22MB/s 0:07:07 392,527,872 42% 1.22MB/s 0:07:06 393,838,592 42% 1.22MB/s 0:07:04 395,149,312 42% 1.23MB/s 0:07:02 396,328,960 42% 1.17MB/s 0:07:23 397,508,608 42% 1.12MB/s 0:07:40 398,819,328 43% 1.11MB/s 0:07:41 400,130,048 43% 1.11MB/s 0:07:41 401,440,768 43% 1.17MB/s 0:07:18 402,751,488 43% 1.21MB/s 0:07:01 404,062,208 43% 1.21MB/s 0:07:00 405,372,928 43% 1.20MB/s 0:07:02 406,683,648 43% 1.20MB/s 0:07:03 407,994,368 44% 1.19MB/s 0:07:04 409,305,088 44% 1.18MB/s 0:07:05 410,615,808 44% 1.17MB/s 0:07:07 411,926,528 44% 1.17MB/s 0:07:10 413,237,248 44% 1.17MB/s 0:07:07 414,547,968 44% 1.17MB/s 0:07:04 415,858,688 44% 1.19MB/s 0:06:58 417,169,408 45% 1.20MB/s 0:06:52 418,480,128 45% 1.20MB/s 0:06:50 419,790,848 45% 1.20MB/s 0:06:49 421,101,568 45% 1.20MB/s 0:06:50 422,412,288 45% 1.19MB/s 0:06:52 423,329,792 45% 1.08MB/s 0:07:32 424,378,368 45% 1.03MB/s 0:07:54 425,689,088 46% 1.04MB/s 0:07:51 426,999,808 46% 1.04MB/s 0:07:46 428,310,528 46% 1.15MB/s 0:07:01 429,621,248 46% 1.21MB/s 0:06:39 430,931,968 46% 1.19MB/s 0:06:45 432,242,688 46% 1.17MB/s 0:06:50 433,553,408 46% 1.17MB/s 0:06:51 434,864,128 47% 1.16MB/s 0:06:54 436,174,848 47% 1.17MB/s 0:06:48 437,485,568 47% 1.18MB/s 0:06:42 438,796,288 47% 1.19MB/s 0:06:38 440,107,008 47% 1.20MB/s 0:06:36 441,417,728 47% 1.20MB/s 0:06:33 442,728,448 47% 1.20MB/s 0:06:31 444,039,168 47% 1.20MB/s 0:06:30 445,349,888 48% 1.21MB/s 0:06:26 446,660,608 48% 1.21MB/s 0:06:26 447,971,328 48% 1.21MB/s 0:06:24 449,282,048 48% 1.21MB/s 0:06:24 450,592,768 48% 1.21MB/s 0:06:24 451,903,488 48% 1.21MB/s 0:06:20 453,214,208 48% 1.22MB/s 0:06:19 454,524,928 49% 1.22MB/s 0:06:16 455,835,648 49% 1.23MB/s 0:06:13 457,146,368 49% 1.22MB/s 0:06:13 458,457,088 49% 1.22MB/s 0:06:12 459,767,808 49% 1.22MB/s 0:06:13 461,078,528 49% 1.22MB/s 0:06:12 462,389,248 49% 1.22MB/s 0:06:11 463,699,968 50% 1.22MB/s 0:06:10 465,010,688 50% 1.22MB/s 0:06:07 466,321,408 50% 1.22MB/s 0:06:08 467,632,128 50% 1.21MB/s 0:06:07 468,942,848 50% 1.21MB/s 0:06:07 470,089,728 50% 1.18MB/s 0:06:17 470,876,160 50% 1.05MB/s 0:07:01 472,055,808 51% 1.02MB/s 0:07:15 473,366,528 51% 1.02MB/s 0:07:13 474,677,248 51% 1.05MB/s 0:06:57 475,987,968 51% 1.19MB/s 0:06:09 477,298,688 51% 1.22MB/s 0:05:57 478,609,408 51% 1.22MB/s 0:05:56 479,920,128 51% 1.22MB/s 0:05:55 481,230,848 52% 1.22MB/s 0:05:55 482,541,568 52% 1.22MB/s 0:05:54 483,852,288 52% 1.22MB/s 0:05:53 485,163,008 52% 1.22MB/s 0:05:53 486,473,728 52% 1.20MB/s 0:05:55 487,784,448 52% 1.20MB/s 0:05:56 489,095,168 52% 1.19MB/s 0:05:57 490,405,888 53% 1.19MB/s 0:05:57 491,716,608 53% 1.20MB/s 0:05:53 493,027,328 53% 1.20MB/s 0:05:51 494,338,048 53% 1.21MB/s 0:05:47 495,648,768 53% 1.21MB/s 0:05:46 496,959,488 53% 1.21MB/s 0:05:46 498,270,208 53% 1.21MB/s 0:05:44 499,580,928 54% 1.21MB/s 0:05:43 500,891,648 54% 1.21MB/s 0:05:41 502,202,368 54% 1.22MB/s 0:05:38 503,513,088 54% 1.22MB/s 0:05:36 504,823,808 54% 1.22MB/s 0:05:35 506,134,528 54% 1.23MB/s 0:05:33 507,445,248 54% 1.23MB/s 0:05:32 508,755,968 54% 1.22MB/s 0:05:32 510,066,688 55% 1.22MB/s 0:05:32 511,377,408 55% 1.22MB/s 0:05:31 512,688,128 55% 1.22MB/s 0:05:30 513,998,848 55% 1.22MB/s 0:05:29 515,309,568 55% 1.22MB/s 0:05:27 516,620,288 55% 1.23MB/s 0:05:25 517,931,008 55% 1.22MB/s 0:05:25 519,241,728 56% 1.22MB/s 0:05:24 520,552,448 56% 1.22MB/s 0:05:23 521,863,168 56% 1.22MB/s 0:05:22 523,173,888 56% 1.22MB/s 0:05:22 524,484,608 56% 1.22MB/s 0:05:21 525,795,328 56% 1.21MB/s 0:05:21 527,106,048 56% 1.20MB/s 0:05:23 528,416,768 57% 1.21MB/s 0:05:21 529,727,488 57% 1.20MB/s 0:05:20 531,038,208 57% 1.20MB/s 0:05:21 532,086,784 57% 1.15MB/s 0:05:32 533,397,504 57% 1.15MB/s 0:05:32 534,708,224 57% 1.15MB/s 0:05:32 536,018,944 57% 1.15MB/s 0:05:31 537,198,592 58% 1.18MB/s 0:05:21 538,509,312 58% 1.17MB/s 0:05:22 539,820,032 58% 1.18MB/s 0:05:19 541,130,752 58% 1.18MB/s 0:05:16 542,441,472 58% 1.21MB/s 0:05:09 543,752,192 58% 1.21MB/s 0:05:06 545,062,912 58% 1.21MB/s 0:05:05 546,373,632 59% 1.21MB/s 0:05:06 547,684,352 59% 1.21MB/s 0:05:04 548,864,000 59% 1.18MB/s 0:05:11 550,174,720 59% 1.18MB/s 0:05:09 551,485,440 59% 1.19MB/s 0:05:06 552,796,160 59% 1.19MB/s 0:05:05 554,106,880 59% 1.22MB/s 0:04:56 555,417,600 60% 1.22MB/s 0:04:57 556,728,320 60% 1.21MB/s 0:04:56 558,039,040 60% 1.21MB/s 0:04:55 559,349,760 60% 1.21MB/s 0:04:55 560,660,480 60% 1.21MB/s 0:04:54 561,971,200 60% 1.21MB/s 0:04:53 563,281,920 60% 1.21MB/s 0:04:51 564,592,640 61% 1.22MB/s 0:04:49 565,903,360 61% 1.22MB/s 0:04:47 567,214,080 61% 1.22MB/s 0:04:46 568,524,800 61% 1.22MB/s 0:04:46 569,835,520 61% 1.22MB/s 0:04:45 571,146,240 61% 1.22MB/s 0:04:44 572,456,960 61% 1.22MB/s 0:04:42 573,767,680 62% 1.22MB/s 0:04:41 575,078,400 62% 1.22MB/s 0:04:40 576,389,120 62% 1.22MB/s 0:04:40 577,699,840 62% 1.21MB/s 0:04:39 579,010,560 62% 1.21MB/s 0:04:38 580,321,280 62% 1.21MB/s 0:04:37 581,632,000 62% 1.22MB/s 0:04:35 582,942,720 63% 1.22MB/s 0:04:34 584,253,440 63% 1.21MB/s 0:04:34 585,564,160 63% 1.21MB/s 0:04:33 586,874,880 63% 1.21MB/s 0:04:32 588,185,600 63% 1.21MB/s 0:04:32 589,496,320 63% 1.21MB/s 0:04:30 590,807,040 63% 1.21MB/s 0:04:29 592,117,760 64% 1.21MB/s 0:04:28 593,428,480 64% 1.20MB/s 0:04:28 594,739,200 64% 1.20MB/s 0:04:28 596,049,920 64% 1.20MB/s 0:04:27 597,360,640 64% 1.20MB/s 0:04:25 598,671,360 64% 1.21MB/s 0:04:23 599,982,080 64% 1.21MB/s 0:04:22 601,292,800 64% 1.21MB/s 0:04:20 602,603,520 65% 1.22MB/s 0:04:18 603,914,240 65% 1.22MB/s 0:04:16 605,192,192 65% 1.22MB/s 0:04:16 606,502,912 65% 1.22MB/s 0:04:15 607,813,632 65% 1.21MB/s 0:04:16 609,124,352 65% 1.20MB/s 0:04:16 610,435,072 65% 1.20MB/s 0:04:16 611,745,792 66% 1.19MB/s 0:04:16 613,056,512 66% 1.20MB/s 0:04:14 614,367,232 66% 1.20MB/s 0:04:13 615,677,952 66% 1.20MB/s 0:04:11 616,988,672 66% 1.20MB/s 0:04:10 618,299,392 66% 1.21MB/s 0:04:08 619,610,112 66% 1.21MB/s 0:04:06 620,920,832 67% 1.22MB/s 0:04:04 622,231,552 67% 1.22MB/s 0:04:02 623,542,272 67% 1.22MB/s 0:04:01 624,852,992 67% 1.22MB/s 0:04:00 626,163,712 67% 1.22MB/s 0:03:59 627,474,432 67% 1.22MB/s 0:03:58 628,785,152 67% 1.22MB/s 0:03:56 630,095,872 68% 1.22MB/s 0:03:56 631,406,592 68% 1.22MB/s 0:03:55 632,717,312 68% 1.22MB/s 0:03:54 634,028,032 68% 1.22MB/s 0:03:53 635,338,752 68% 1.22MB/s 0:03:52 636,649,472 68% 1.22MB/s 0:03:51 637,960,192 68% 1.22MB/s 0:03:49 639,270,912 69% 1.22MB/s 0:03:48 640,581,632 69% 1.22MB/s 0:03:48 641,892,352 69% 1.22MB/s 0:03:47 643,203,072 69% 1.21MB/s 0:03:47 644,513,792 69% 1.21MB/s 0:03:46 645,824,512 69% 1.21MB/s 0:03:45 647,135,232 69% 1.20MB/s 0:03:45 648,445,952 70% 1.20MB/s 0:03:45 649,756,672 70% 1.20MB/s 0:03:44 651,067,392 70% 1.20MB/s 0:03:43 652,378,112 70% 1.20MB/s 0:03:41 653,688,832 70% 1.21MB/s 0:03:39 654,999,552 70% 1.21MB/s 0:03:38 656,310,272 70% 1.21MB/s 0:03:36 657,620,992 71% 1.21MB/s 0:03:35 658,931,712 71% 1.22MB/s 0:03:33 660,242,432 71% 1.21MB/s 0:03:33 661,553,152 71% 1.21MB/s 0:03:33 662,863,872 71% 1.21MB/s 0:03:32 664,174,592 71% 1.21MB/s 0:03:30 665,485,312 71% 1.21MB/s 0:03:28 666,796,032 72% 1.22MB/s 0:03:27 668,106,752 72% 1.22MB/s 0:03:26 669,417,472 72% 1.22MB/s 0:03:24 670,728,192 72% 1.22MB/s 0:03:23 672,038,912 72% 1.22MB/s 0:03:22 673,349,632 72% 1.22MB/s 0:03:21 674,660,352 72% 1.22MB/s 0:03:20 675,971,072 73% 1.22MB/s 0:03:20 677,281,792 73% 1.22MB/s 0:03:18 678,592,512 73% 1.22MB/s 0:03:18 679,903,232 73% 1.22MB/s 0:03:15 681,213,952 73% 1.21MB/s 0:03:16 682,524,672 73% 1.21MB/s 0:03:16 683,835,392 73% 1.20MB/s 0:03:16 685,146,112 74% 1.19MB/s 0:03:16 686,456,832 74% 1.20MB/s 0:03:14 687,636,480 74% 1.17MB/s 0:03:17 688,947,200 74% 1.18MB/s 0:03:16 690,257,920 74% 1.17MB/s 0:03:16 691,568,640 74% 1.17MB/s 0:03:14 692,879,360 74% 1.20MB/s 0:03:09 694,190,080 75% 1.20MB/s 0:03:08 695,500,800 75% 1.21MB/s 0:03:05 696,811,520 75% 1.21MB/s 0:03:03 698,122,240 75% 1.22MB/s 0:03:02 699,432,960 75% 1.21MB/s 0:03:02 700,743,680 75% 1.21MB/s 0:03:01 702,054,400 75% 1.21MB/s 0:02:59 703,365,120 76% 1.21MB/s 0:02:58 704,675,840 76% 1.22MB/s 0:02:57 705,986,560 76% 1.21MB/s 0:02:56 707,297,280 76% 1.21MB/s 0:02:55 708,608,000 76% 1.21MB/s 0:02:55 709,918,720 76% 1.21MB/s 0:02:53 711,229,440 76% 1.22MB/s 0:02:51 712,540,160 77% 1.21MB/s 0:02:51 713,850,880 77% 1.20MB/s 0:02:51 715,161,600 77% 1.20MB/s 0:02:50 716,472,320 77% 1.20MB/s 0:02:49 717,783,040 77% 1.21MB/s 0:02:47 719,093,760 77% 1.21MB/s 0:02:45 720,404,480 77% 1.21MB/s 0:02:45 721,715,200 78% 1.21MB/s 0:02:44 723,025,920 78% 1.20MB/s 0:02:44 724,336,640 78% 1.20MB/s 0:02:43 725,647,360 78% 1.20MB/s 0:02:41 726,958,080 78% 1.19MB/s 0:02:42 728,268,800 78% 1.20MB/s 0:02:40 729,579,520 78% 1.20MB/s 0:02:38 730,890,240 79% 1.21MB/s 0:02:37 732,200,960 79% 1.22MB/s 0:02:34 733,511,680 79% 1.20MB/s 0:02:35 734,822,400 79% 1.20MB/s 0:02:34 736,133,120 79% 1.20MB/s 0:02:33 737,443,840 79% 1.20MB/s 0:02:32 738,721,792 79% 1.20MB/s 0:02:31 740,032,512 79% 1.20MB/s 0:02:31 741,343,232 80% 1.19MB/s 0:02:30 742,653,952 80% 1.19MB/s 0:02:29 743,964,672 80% 1.20MB/s 0:02:27 745,275,392 80% 1.20MB/s 0:02:25 746,586,112 80% 1.21MB/s 0:02:24 747,896,832 80% 1.21MB/s 0:02:23 749,207,552 80% 1.21MB/s 0:02:21 750,518,272 81% 1.21MB/s 0:02:20 751,828,992 81% 1.21MB/s 0:02:19 753,139,712 81% 1.22MB/s 0:02:18 754,450,432 81% 1.22MB/s 0:02:16 755,761,152 81% 1.20MB/s 0:02:17 757,071,872 81% 1.20MB/s 0:02:16 758,382,592 81% 1.20MB/s 0:02:15 759,693,312 82% 1.20MB/s 0:02:14 761,004,032 82% 1.22MB/s 0:02:11 762,314,752 82% 1.21MB/s 0:02:11 763,625,472 82% 1.21MB/s 0:02:10 764,936,192 82% 1.21MB/s 0:02:09 766,246,912 82% 1.21MB/s 0:02:08 767,557,632 82% 1.22MB/s 0:02:05 768,868,352 83% 1.22MB/s 0:02:05 770,179,072 83% 1.21MB/s 0:02:04 771,489,792 83% 1.22MB/s 0:02:03 772,800,512 83% 1.22MB/s 0:02:01 774,111,232 83% 1.22MB/s 0:02:00 775,421,952 83% 1.23MB/s 0:01:59 776,732,672 83% 1.23MB/s 0:01:58 778,043,392 84% 1.22MB/s 0:01:57 779,354,112 84% 1.22MB/s 0:01:56 780,664,832 84% 1.22MB/s 0:01:55 781,975,552 84% 1.22MB/s 0:01:54 783,286,272 84% 1.22MB/s 0:01:53 784,596,992 84% 1.22MB/s 0:01:52 785,907,712 84% 1.22MB/s 0:01:51 787,218,432 85% 1.22MB/s 0:01:50 788,529,152 85% 1.22MB/s 0:01:49 789,839,872 85% 1.22MB/s 0:01:48 791,150,592 85% 1.22MB/s 0:01:47 792,461,312 85% 1.21MB/s 0:01:46 793,772,032 85% 1.21MB/s 0:01:45 795,082,752 85% 1.22MB/s 0:01:44 796,393,472 86% 1.22MB/s 0:01:42 797,704,192 86% 1.22MB/s 0:01:41 799,014,912 86% 1.22MB/s 0:01:40 800,325,632 86% 1.22MB/s 0:01:39 801,636,352 86% 1.22MB/s 0:01:38 802,947,072 86% 1.22MB/s 0:01:37 804,257,792 86% 1.22MB/s 0:01:36 805,568,512 87% 1.22MB/s 0:01:35 806,879,232 87% 1.22MB/s 0:01:34 808,189,952 87% 1.22MB/s 0:01:33 809,500,672 87% 1.22MB/s 0:01:32 810,811,392 87% 1.22MB/s 0:01:31 812,122,112 87% 1.22MB/s 0:01:30 813,432,832 87% 1.22MB/s 0:01:29 814,743,552 88% 1.22MB/s 0:01:28 816,054,272 88% 1.22MB/s 0:01:27 817,364,992 88% 1.22MB/s 0:01:25 818,675,712 88% 1.23MB/s 0:01:24 819,986,432 88% 1.23MB/s 0:01:23 821,297,152 88% 1.22MB/s 0:01:22 822,607,872 88% 1.22MB/s 0:01:22 823,918,592 89% 1.21MB/s 0:01:21 825,229,312 89% 1.21MB/s 0:01:20 826,540,032 89% 1.21MB/s 0:01:19 827,850,752 89% 1.21MB/s 0:01:18 829,161,472 89% 1.21MB/s 0:01:17 830,472,192 89% 1.21MB/s 0:01:16 831,782,912 89% 1.21MB/s 0:01:15 833,093,632 90% 1.21MB/s 0:01:14 834,404,352 90% 1.21MB/s 0:01:13 835,715,072 90% 1.20MB/s 0:01:12 837,025,792 90% 1.20MB/s 0:01:11 838,336,512 90% 1.19MB/s 0:01:11 839,647,232 90% 1.19MB/s 0:01:10 840,957,952 90% 1.19MB/s 0:01:08 842,268,672 91% 1.20MB/s 0:01:07 843,579,392 91% 1.21MB/s 0:01:06 844,890,112 91% 1.21MB/s 0:01:04 846,200,832 91% 1.21MB/s 0:01:03 847,511,552 91% 1.21MB/s 0:01:02 848,822,272 91% 1.21MB/s 0:01:01 850,132,992 91% 1.21MB/s 0:01:00 851,443,712 92% 1.21MB/s 0:00:59 852,754,432 92% 1.21MB/s 0:00:58 854,065,152 92% 1.21MB/s 0:00:57 855,375,872 92% 1.21MB/s 0:00:56 856,686,592 92% 1.21MB/s 0:00:55 857,997,312 92% 1.21MB/s 0:00:54 859,308,032 92% 1.21MB/s 0:00:53 860,618,752 93% 1.21MB/s 0:00:52 861,929,472 93% 1.21MB/s 0:00:51 863,240,192 93% 1.22MB/s 0:00:49 864,550,912 93% 1.22MB/s 0:00:48 865,861,632 93% 1.22MB/s 0:00:47 867,172,352 93% 1.23MB/s 0:00:46 868,483,072 93% 1.22MB/s 0:00:45 869,793,792 94% 1.22MB/s 0:00:44 871,104,512 94% 1.22MB/s 0:00:43 872,415,232 94% 1.22MB/s 0:00:42 873,693,184 94% 1.21MB/s 0:00:41 875,003,904 94% 1.21MB/s 0:00:40 876,314,624 94% 1.20MB/s 0:00:39 877,625,344 94% 1.21MB/s 0:00:38 878,936,064 95% 1.21MB/s 0:00:37 880,246,784 95% 1.22MB/s 0:00:36 881,557,504 95% 1.22MB/s 0:00:34 882,868,224 95% 1.22MB/s 0:00:33 884,178,944 95% 1.22MB/s 0:00:32 885,489,664 95% 1.22MB/s 0:00:31 886,800,384 95% 1.22MB/s 0:00:30 888,111,104 95% 1.22MB/s 0:00:29 889,421,824 96% 1.22MB/s 0:00:28 890,732,544 96% 1.22MB/s 0:00:27 892,043,264 96% 1.22MB/s 0:00:26 893,353,984 96% 1.22MB/s 0:00:25 894,664,704 96% 1.22MB/s 0:00:24 895,975,424 96% 1.22MB/s 0:00:23 897,286,144 96% 1.21MB/s 0:00:22 898,596,864 97% 1.21MB/s 0:00:21 899,907,584 97% 1.20MB/s 0:00:20 901,218,304 97% 1.20MB/s 0:00:19 902,529,024 97% 1.19MB/s 0:00:18 903,839,744 97% 1.20MB/s 0:00:17 905,150,464 97% 1.20MB/s 0:00:16 906,461,184 97% 1.21MB/s 0:00:15 907,771,904 98% 1.21MB/s 0:00:13 909,082,624 98% 1.21MB/s 0:00:12 910,393,344 98% 1.22MB/s 0:00:11 911,704,064 98% 1.21MB/s 0:00:10 913,014,784 98% 1.22MB/s 0:00:09 914,325,504 98% 1.22MB/s 0:00:08 915,636,224 98% 1.21MB/s 0:00:07 916,946,944 99% 1.22MB/s 0:00:06 918,257,664 99% 1.22MB/s 0:00:05 919,568,384 99% 1.22MB/s 0:00:04 920,879,104 99% 1.23MB/s 0:00:03 922,189,824 99% 1.22MB/s 0:00:02 923,500,544 99% 1.22MB/s 0:00:01 924,811,264 99% 1.22MB/s 0:00:00 925,141,664 100% 1.20MB/s 0:12:13 (xfr#1, to-chk=5/7) images/pmos-plasma-mobile-nightly-20221118-pine64-pinephone.img.xz.sha256 133 100% 0.63kB/s 0:00:00 133 100% 0.63kB/s 0:00:00 (xfr#2, to-chk=4/7) images/pmos-plasma-mobile-nightly-20221118-pine64-pinephonepro.img.xz 32,768 0% 154.59kB/s 1:33:03 983,040 0% 926.64kB/s 0:15:30 2,293,760 0% 1.06MB/s 0:13:13 3,604,480 0% 1.11MB/s 0:12:35 4,915,200 0% 1.14MB/s 0:12:17 6,225,920 0% 1.22MB/s 0:11:28 7,536,640 0% 1.22MB/s 0:11:25 8,847,360 1% 1.22MB/s 0:11:23 10,158,080 1% 1.22MB/s 0:11:20 11,468,800 1% 1.23MB/s 0:11:18 12,779,520 1% 1.23MB/s 0:11:17 14,090,240 1% 1.23MB/s 0:11:15 15,400,960 1% 1.23MB/s 0:11:15 16,711,680 1% 1.23MB/s 0:11:14 18,022,400 2% 1.22MB/s 0:11:14 19,333,120 2% 1.22MB/s 0:11:14 20,643,840 2% 1.22MB/s 0:11:13 21,954,560 2% 1.22MB/s 0:11:13 23,265,280 2% 1.22MB/s 0:11:11 24,576,000 2% 1.22MB/s 0:11:10 25,886,720 2% 1.22MB/s 0:11:08 27,197,440 3% 1.22MB/s 0:11:08 28,508,160 3% 1.22MB/s 0:11:10 29,818,880 3% 1.21MB/s 0:11:11 31,129,600 3% 1.20MB/s 0:11:14 32,440,320 3% 1.20MB/s 0:11:13 33,751,040 3% 1.21MB/s 0:11:11 35,061,760 4% 1.20MB/s 0:11:12 36,372,480 4% 1.21MB/s 0:11:07 37,683,200 4% 1.21MB/s 0:11:08 38,993,920 4% 1.21MB/s 0:11:04 40,304,640 4% 1.22MB/s 0:10:59 41,615,360 4% 1.22MB/s 0:10:57 42,926,080 4% 1.22MB/s 0:10:54 44,236,800 5% 1.22MB/s 0:10:57 45,547,520 5% 1.22MB/s 0:10:56 46,858,240 5% 1.21MB/s 0:10:56 48,168,960 5% 1.22MB/s 0:10:53 49,479,680 5% 1.22MB/s 0:10:49 50,790,400 5% 1.22MB/s 0:10:48 51,838,976 6% 1.16MB/s 0:11:24 52,756,480 6% 1.07MB/s 0:12:18 53,805,056 6% 1003.09kB/s 0:13:26 54,984,704 6% 960.60kB/s 0:14:01 56,295,424 6% 1.00MB/s 0:13:06 57,606,144 6% 1.08MB/s 0:12:08 58,916,864 6% 1.17MB/s 0:11:10 60,227,584 6% 1.22MB/s 0:10:45 61,538,304 7% 1.21MB/s 0:10:46 62,849,024 7% 1.21MB/s 0:10:47 64,159,744 7% 1.21MB/s 0:10:46 65,470,464 7% 1.20MB/s 0:10:49 66,781,184 7% 1.20MB/s 0:10:48 68,091,904 7% 1.21MB/s 0:10:43 69,402,624 8% 1.21MB/s 0:10:41 70,680,576 8% 1.21MB/s 0:10:39 71,991,296 8% 1.21MB/s 0:10:36 73,302,016 8% 1.21MB/s 0:10:38 74,612,736 8% 1.20MB/s 0:10:39 75,923,456 8% 1.21MB/s 0:10:34 77,234,176 8% 1.21MB/s 0:10:33 78,544,896 9% 1.21MB/s 0:10:30 79,855,616 9% 1.21MB/s 0:10:31 81,166,336 9% 1.21MB/s 0:10:29 82,477,056 9% 1.22MB/s 0:10:26 83,787,776 9% 1.22MB/s 0:10:24 85,098,496 9% 1.23MB/s 0:10:19 86,409,216 10% 1.23MB/s 0:10:18 87,719,936 10% 1.23MB/s 0:10:17 89,030,656 10% 1.22MB/s 0:10:17 90,341,376 10% 1.22MB/s 0:10:16 91,652,096 10% 1.22MB/s 0:10:15 92,962,816 10% 1.22MB/s 0:10:14 94,273,536 10% 1.22MB/s 0:10:13 95,584,256 11% 1.22MB/s 0:10:12 96,894,976 11% 1.22MB/s 0:10:11 98,205,696 11% 1.22MB/s 0:10:10 99,516,416 11% 1.21MB/s 0:10:16 100,827,136 11% 1.20MB/s 0:10:19 102,137,856 11% 1.20MB/s 0:10:18 103,448,576 11% 1.20MB/s 0:10:17 104,759,296 12% 1.21MB/s 0:10:11 106,070,016 12% 1.21MB/s 0:10:10 107,380,736 12% 1.21MB/s 0:10:11 108,691,456 12% 1.20MB/s 0:10:13 110,002,176 12% 1.20MB/s 0:10:12 111,312,896 12% 1.21MB/s 0:10:08 112,623,616 13% 1.21MB/s 0:10:06 113,934,336 13% 1.22MB/s 0:10:01 115,245,056 13% 1.22MB/s 0:10:00 116,555,776 13% 1.22MB/s 0:09:59 117,866,496 13% 1.22MB/s 0:09:58 119,177,216 13% 1.21MB/s 0:09:59 120,487,936 13% 1.21MB/s 0:09:57 121,798,656 14% 1.22MB/s 0:09:54 123,109,376 14% 1.21MB/s 0:09:57 124,420,096 14% 1.21MB/s 0:09:54 125,730,816 14% 1.21MB/s 0:09:53 127,041,536 14% 1.20MB/s 0:09:58 128,352,256 14% 1.21MB/s 0:09:53 129,662,976 15% 1.21MB/s 0:09:52 130,973,696 15% 1.21MB/s 0:09:52 132,284,416 15% 1.22MB/s 0:09:46 133,595,136 15% 1.22MB/s 0:09:42 134,905,856 15% 1.22MB/s 0:09:42 136,216,576 15% 1.22MB/s 0:09:41 137,527,296 15% 1.22MB/s 0:09:39 138,838,016 16% 1.22MB/s 0:09:39 140,148,736 16% 1.22MB/s 0:09:38 141,459,456 16% 1.22MB/s 0:09:38 142,770,176 16% 1.20MB/s 0:09:44 144,080,896 16% 1.19MB/s 0:09:49 145,391,616 16% 1.19MB/s 0:09:47 146,702,336 16% 1.19MB/s 0:09:46 148,013,056 17% 1.20MB/s 0:09:39 149,323,776 17% 1.22MB/s 0:09:32 150,634,496 17% 1.20MB/s 0:09:41 151,945,216 17% 1.19MB/s 0:09:44 153,255,936 17% 1.18MB/s 0:09:47 154,566,656 17% 1.17MB/s 0:09:52 155,746,304 18% 1.14MB/s 0:10:05 156,532,736 18% 1.04MB/s 0:11:05 157,581,312 18% 1013.92kB/s 0:11:35 158,498,816 18% 861.57kB/s 0:13:37 159,023,104 18% 706.71kB/s 0:16:36 160,071,680 18% 747.73kB/s 0:15:40 161,382,400 18% 799.83kB/s 0:14:37 162,693,120 18% 945.74kB/s 0:12:20 164,003,840 18% 1.14MB/s 0:10:01 165,314,560 19% 1.22MB/s 0:09:20 166,625,280 19% 1.20MB/s 0:09:26 167,936,000 19% 1.19MB/s 0:09:30 169,246,720 19% 1.18MB/s 0:09:33 170,557,440 19% 1.18MB/s 0:09:32 171,868,160 19% 1.19MB/s 0:09:25 173,178,880 20% 1.20MB/s 0:09:21 174,489,600 20% 1.20MB/s 0:09:22 175,800,320 20% 1.18MB/s 0:09:26 177,111,040 20% 1.19MB/s 0:09:23 178,290,688 20% 1.17MB/s 0:09:31 179,208,192 20% 1.09MB/s 0:10:12 180,387,840 20% 1.07MB/s 0:10:24 181,698,560 21% 1.07MB/s 0:10:22 183,009,280 21% 1.09MB/s 0:10:09 184,320,000 21% 1.18MB/s 0:09:19 185,630,720 21% 1.22MB/s 0:09:02 186,941,440 21% 1.22MB/s 0:09:00 188,252,160 21% 1.23MB/s 0:08:56 189,562,880 21% 1.22MB/s 0:08:59 190,873,600 22% 1.21MB/s 0:09:03 192,184,320 22% 1.20MB/s 0:09:05 193,495,040 22% 1.19MB/s 0:09:09 194,805,760 22% 1.18MB/s 0:09:12 196,116,480 22% 1.17MB/s 0:09:18 197,427,200 22% 1.17MB/s 0:09:15 198,737,920 23% 1.18MB/s 0:09:09 200,048,640 23% 1.19MB/s 0:09:03 201,359,360 23% 1.22MB/s 0:08:51 202,670,080 23% 1.21MB/s 0:08:53 203,948,032 23% 1.20MB/s 0:08:56 205,258,752 23% 1.20MB/s 0:08:54 206,569,472 23% 1.21MB/s 0:08:51 207,880,192 24% 1.21MB/s 0:08:46 209,190,912 24% 1.22MB/s 0:08:41 210,501,632 24% 1.22MB/s 0:08:42 211,812,352 24% 1.21MB/s 0:08:44 213,123,072 24% 1.21MB/s 0:08:44 214,433,792 24% 1.19MB/s 0:08:53 215,744,512 24% 1.19MB/s 0:08:53 216,793,088 25% 1.11MB/s 0:09:28 217,841,664 25% 1.03MB/s 0:10:13 219,152,384 25% 1.04MB/s 0:10:04 220,463,104 25% 1.03MB/s 0:10:06 221,511,680 25% 1.04MB/s 0:10:03 222,724,096 25% 1.11MB/s 0:09:25 223,870,976 25% 1.06MB/s 0:09:48 224,788,480 26% 984.84kB/s 0:10:48 225,837,056 26% 990.39kB/s 0:10:43 227,016,704 26% 965.23kB/s 0:10:59 228,327,424 26% 1001.15kB/s 0:10:34 229,638,144 26% 1.08MB/s 0:09:34 230,948,864 26% 1.14MB/s 0:09:00 232,259,584 26% 1.18MB/s 0:08:42 233,570,304 27% 1.19MB/s 0:08:36 234,881,024 27% 1.20MB/s 0:08:30 236,191,744 27% 1.20MB/s 0:08:28 237,502,464 27% 1.21MB/s 0:08:25 238,682,112 27% 1.18MB/s 0:08:35 239,992,832 27% 1.18MB/s 0:08:34 241,303,552 27% 1.17MB/s 0:08:37 242,614,272 28% 1.18MB/s 0:08:35 243,924,992 28% 1.20MB/s 0:08:23 245,235,712 28% 1.20MB/s 0:08:24 246,546,432 28% 1.20MB/s 0:08:21 247,857,152 28% 1.20MB/s 0:08:19 249,167,872 28% 1.21MB/s 0:08:16 250,478,592 29% 1.20MB/s 0:08:17 251,789,312 29% 1.20MB/s 0:08:18 252,968,960 29% 1.15MB/s 0:08:38 254,148,608 29% 1.11MB/s 0:08:54 255,459,328 29% 1.12MB/s 0:08:49 256,770,048 29% 1.13MB/s 0:08:44 258,080,768 29% 1.17MB/s 0:08:23 259,391,488 30% 1.21MB/s 0:08:07 260,702,208 30% 1.21MB/s 0:08:05 262,012,928 30% 1.22MB/s 0:08:03 263,323,648 30% 1.20MB/s 0:08:07 264,634,368 30% 1.20MB/s 0:08:06 265,945,088 30% 1.20MB/s 0:08:04 267,255,808 30% 1.20MB/s 0:08:04 268,566,528 31% 1.22MB/s 0:07:57 269,877,248 31% 1.22MB/s 0:07:55 271,187,968 31% 1.21MB/s 0:07:56 272,498,688 31% 1.21MB/s 0:07:55 273,809,408 31% 1.22MB/s 0:07:53 275,120,128 31% 1.22MB/s 0:07:51 276,430,848 32% 1.22MB/s 0:07:50 277,741,568 32% 1.21MB/s 0:07:52 279,052,288 32% 1.20MB/s 0:07:54 280,363,008 32% 1.20MB/s 0:07:56 281,673,728 32% 1.20MB/s 0:07:54 282,853,376 32% 1.17MB/s 0:08:03 284,164,096 32% 1.17MB/s 0:08:01 285,474,816 33% 1.18MB/s 0:07:57 286,785,536 33% 1.17MB/s 0:07:59 288,096,256 33% 1.20MB/s 0:07:48 289,406,976 33% 1.19MB/s 0:07:51 290,717,696 33% 1.18MB/s 0:07:52 292,028,416 33% 1.18MB/s 0:07:53 293,339,136 33% 1.17MB/s 0:07:54 294,649,856 34% 1.18MB/s 0:07:51 295,960,576 34% 1.17MB/s 0:07:54 297,140,224 34% 1.14MB/s 0:08:03 298,319,872 34% 1.12MB/s 0:08:12 299,630,592 34% 1.12MB/s 0:08:11 300,941,312 34% 1.12MB/s 0:08:09 302,120,960 34% 1.13MB/s 0:08:06 303,431,680 35% 1.15MB/s 0:07:55 304,611,328 35% 1.12MB/s 0:08:05 305,922,048 35% 1.13MB/s 0:08:01 307,232,768 35% 1.15MB/s 0:07:52 308,543,488 35% 1.16MB/s 0:07:46 309,723,136 35% 1.16MB/s 0:07:44 311,033,856 36% 1.16MB/s 0:07:45 312,344,576 36% 1.18MB/s 0:07:37 313,655,296 36% 1.18MB/s 0:07:35 314,966,016 36% 1.20MB/s 0:07:26 316,276,736 36% 1.21MB/s 0:07:22 317,587,456 36% 1.20MB/s 0:07:23 318,636,032 36% 1.14MB/s 0:07:47 319,553,536 37% 1.04MB/s 0:08:28 320,733,184 37% 1.00MB/s 0:08:47 321,781,760 37% 934.73kB/s 0:09:39 322,437,120 37% 842.11kB/s 0:10:42 323,092,480 37% 764.60kB/s 0:11:46 323,747,840 37% 642.79kB/s 0:13:59 324,534,272 37% 598.13kB/s 0:15:00 325,844,992 37% 746.36kB/s 0:12:00 327,155,712 37% 921.08kB/s 0:09:42 328,466,432 38% 1.04MB/s 0:08:20 329,646,080 38% 1.15MB/s 0:07:32 330,956,800 38% 1.15MB/s 0:07:31 332,267,520 38% 1.16MB/s 0:07:28 333,578,240 38% 1.18MB/s 0:07:18 334,757,888 38% 1.17MB/s 0:07:20 336,068,608 38% 1.16MB/s 0:07:22 337,248,256 39% 1.13MB/s 0:07:35 338,526,208 39% 1.13MB/s 0:07:34 339,836,928 39% 1.17MB/s 0:07:18 341,147,648 39% 1.15MB/s 0:07:21 342,458,368 39% 1.19MB/s 0:07:06 343,769,088 39% 1.20MB/s 0:07:02 345,079,808 39% 1.20MB/s 0:07:01 346,390,528 40% 1.22MB/s 0:06:53 347,701,248 40% 1.22MB/s 0:06:52 348,880,896 40% 1.19MB/s 0:07:03 350,191,616 40% 1.18MB/s 0:07:02 351,109,120 40% 1.06MB/s 0:07:51 351,764,480 40% 920.01kB/s 0:09:15 352,419,840 40% 789.58kB/s 0:10:46 353,730,560 40% 782.96kB/s 0:10:50 355,041,280 41% 890.33kB/s 0:09:30 356,220,928 41% 1.00MB/s 0:08:14 357,531,648 41% 1.14MB/s 0:07:12 358,711,296 41% 1.13MB/s 0:07:17 359,890,944 41% 1.08MB/s 0:07:35 360,939,520 41% 1.05MB/s 0:07:45 362,250,240 41% 1.07MB/s 0:07:36 363,429,888 42% 1.06MB/s 0:07:42 364,609,536 42% 1.08MB/s 0:07:29 365,789,184 42% 1.10MB/s 0:07:23 367,099,904 42% 1.08MB/s 0:07:30 368,017,408 42% 1.02MB/s 0:07:55 369,197,056 42% 1.01MB/s 0:07:58 370,507,776 42% 1.04MB/s 0:07:40 371,818,496 43% 1.06MB/s 0:07:32 373,129,216 43% 1.15MB/s 0:06:54 374,308,864 43% 1.14MB/s 0:06:59 375,619,584 43% 1.14MB/s 0:06:58 376,930,304 43% 1.14MB/s 0:06:56 378,109,952 43% 1.12MB/s 0:07:04 379,420,672 43% 1.16MB/s 0:06:47 380,600,320 44% 1.14MB/s 0:06:52 381,911,040 44% 1.14MB/s 0:06:53 383,090,688 44% 1.13MB/s 0:06:55 384,401,408 44% 1.11MB/s 0:06:59 385,449,984 44% 1.08MB/s 0:07:10 386,760,704 44% 1.09MB/s 0:07:07 388,071,424 44% 1.12MB/s 0:06:54 389,382,144 45% 1.13MB/s 0:06:48 390,692,864 45% 1.18MB/s 0:06:31 391,872,512 45% 1.14MB/s 0:06:44 393,183,232 45% 1.13MB/s 0:06:46 394,100,736 45% 1.03MB/s 0:07:26 394,887,168 45% 929.85kB/s 0:08:23 395,542,528 45% 816.40kB/s 0:09:32 396,197,888 45% 682.43kB/s 0:11:24 397,377,536 46% 749.94kB/s 0:10:21 398,557,184 46% 847.88kB/s 0:09:08 399,867,904 46% 1001.66kB/s 0:07:42 400,916,480 46% 1.06MB/s 0:07:04 402,227,200 46% 1.11MB/s 0:06:46 403,537,920 46% 1.14MB/s 0:06:32 404,848,640 46% 1.15MB/s 0:06:29 406,159,360 47% 1.21MB/s 0:06:09 407,470,080 47% 1.17MB/s 0:06:21 408,518,656 47% 1.11MB/s 0:06:38 409,829,376 47% 1.11MB/s 0:06:37 411,140,096 47% 1.11MB/s 0:06:36 412,450,816 47% 1.14MB/s 0:06:25 413,761,536 47% 1.20MB/s 0:06:06 415,072,256 48% 1.20MB/s 0:06:04 416,251,904 48% 1.16MB/s 0:06:16 417,562,624 48% 1.17MB/s 0:06:13 418,873,344 48% 1.16MB/s 0:06:13 420,184,064 48% 1.16MB/s 0:06:13 421,494,784 48% 1.20MB/s 0:05:58 422,805,504 48% 1.19MB/s 0:06:01 424,116,224 49% 1.19MB/s 0:05:59 425,426,944 49% 1.20MB/s 0:05:57 426,737,664 49% 1.19MB/s 0:05:57 428,048,384 49% 1.21MB/s 0:05:52 429,228,032 49% 1.16MB/s 0:06:05 430,538,752 49% 1.16MB/s 0:06:04 431,849,472 50% 1.16MB/s 0:06:01 433,160,192 50% 1.15MB/s 0:06:05 434,077,696 50% 1.11MB/s 0:06:18 435,257,344 50% 1.03MB/s 0:06:44 436,305,920 50% 1000.92kB/s 0:07:06 437,616,640 50% 1014.45kB/s 0:06:59 438,927,360 50% 1.05MB/s 0:06:35 439,844,864 50% 1.00MB/s 0:06:52 440,500,224 51% 930.70kB/s 0:07:34 441,679,872 51% 899.77kB/s 0:07:48 442,990,592 51% 923.86kB/s 0:07:34 443,908,096 51% 948.37kB/s 0:07:22 444,825,600 51% 1015.14kB/s 0:06:52 446,136,320 51% 1.02MB/s 0:06:38 447,447,040 51% 1.03MB/s 0:06:35 448,757,760 51% 1.12MB/s 0:05:59 450,068,480 52% 1.22MB/s 0:05:31 451,379,200 52% 1.22MB/s 0:05:29 452,689,920 52% 1.22MB/s 0:05:28 454,000,640 52% 1.22MB/s 0:05:27 455,311,360 52% 1.22MB/s 0:05:25 456,622,080 52% 1.22MB/s 0:05:25 457,932,800 53% 1.22MB/s 0:05:25 459,243,520 53% 1.22MB/s 0:05:24 460,554,240 53% 1.22MB/s 0:05:23 461,864,960 53% 1.22MB/s 0:05:22 463,044,608 53% 1.18MB/s 0:05:29 464,355,328 53% 1.19MB/s 0:05:28 465,666,048 53% 1.19MB/s 0:05:27 466,976,768 54% 1.19MB/s 0:05:25 468,287,488 54% 1.22MB/s 0:05:15 469,598,208 54% 1.21MB/s 0:05:17 470,908,928 54% 1.21MB/s 0:05:16 471,826,432 54% 1.12MB/s 0:05:40 472,842,240 54% 1.02MB/s 0:06:14 473,890,816 54% 988.21kB/s 0:06:34 475,070,464 55% 963.03kB/s 0:06:43 476,381,184 55% 1.03MB/s 0:06:08 477,691,904 55% 1.13MB/s 0:05:33 479,002,624 55% 1.18MB/s 0:05:16 480,313,344 55% 1.20MB/s 0:05:10 481,624,064 55% 1.20MB/s 0:05:11 482,934,784 55% 1.20MB/s 0:05:09 484,245,504 56% 1.20MB/s 0:05:08 485,556,224 56% 1.20MB/s 0:05:07 486,473,728 56% 1.11MB/s 0:05:31 487,784,448 56% 1.11MB/s 0:05:30 489,095,168 56% 1.11MB/s 0:05:28 490,405,888 56% 1.12MB/s 0:05:26 491,716,608 56% 1.22MB/s 0:04:58 493,027,328 57% 1.22MB/s 0:04:56 494,338,048 57% 1.21MB/s 0:04:57 495,648,768 57% 1.21MB/s 0:04:56 496,959,488 57% 1.21MB/s 0:04:56 498,270,208 57% 1.19MB/s 0:04:58 499,580,928 57% 1.21MB/s 0:04:54 500,891,648 58% 1.19MB/s 0:04:56 502,202,368 58% 1.19MB/s 0:04:55 503,513,088 58% 1.20MB/s 0:04:52 504,823,808 58% 1.19MB/s 0:04:54 506,134,528 58% 1.20MB/s 0:04:51 507,445,248 58% 1.19MB/s 0:04:52 508,755,968 58% 1.19MB/s 0:04:50 510,066,688 59% 1.20MB/s 0:04:47 511,377,408 59% 1.21MB/s 0:04:44 512,688,128 59% 1.22MB/s 0:04:41 513,998,848 59% 1.22MB/s 0:04:40 515,309,568 59% 1.22MB/s 0:04:39 516,620,288 59% 1.21MB/s 0:04:39 517,931,008 59% 1.20MB/s 0:04:41 519,241,728 60% 1.19MB/s 0:04:41 520,552,448 60% 1.19MB/s 0:04:40 521,732,096 60% 1.16MB/s 0:04:46 523,042,816 60% 1.17MB/s 0:04:44 524,353,536 60% 1.17MB/s 0:04:44 525,664,256 60% 1.17MB/s 0:04:41 526,974,976 61% 1.20MB/s 0:04:34 527,892,480 61% 1.10MB/s 0:04:57 529,072,128 61% 1.06MB/s 0:05:07 530,120,704 61% 1013.04kB/s 0:05:28 531,431,424 61% 1005.31kB/s 0:05:30 532,480,000 61% 1.02MB/s 0:05:17 533,528,576 61% 1.00MB/s 0:05:20 534,577,152 61% 1.00MB/s 0:05:20 535,756,800 62% 989.69kB/s 0:05:30 536,936,448 62% 1021.60kB/s 0:05:19 538,148,864 62% 1.04MB/s 0:05:04 539,295,744 62% 1.07MB/s 0:04:55 540,606,464 62% 1.13MB/s 0:04:38 541,917,184 62% 1.17MB/s 0:04:28 543,227,904 62% 1.18MB/s 0:04:23 544,538,624 63% 1.22MB/s 0:04:14 545,849,344 63% 1.22MB/s 0:04:14 547,160,064 63% 1.22MB/s 0:04:13 548,470,784 63% 1.21MB/s 0:04:13 549,781,504 63% 1.22MB/s 0:04:10 551,092,224 63% 1.22MB/s 0:04:09 552,402,944 63% 1.21MB/s 0:04:11 553,713,664 64% 1.20MB/s 0:04:11 554,762,240 64% 1.14MB/s 0:04:24 556,072,960 64% 1.13MB/s 0:04:25 557,383,680 64% 1.14MB/s 0:04:21 558,694,400 64% 1.15MB/s 0:04:18 560,005,120 64% 1.21MB/s 0:04:05 561,315,840 65% 1.22MB/s 0:04:02 562,626,560 65% 1.22MB/s 0:04:01 563,937,280 65% 1.21MB/s 0:04:00 565,248,000 65% 1.21MB/s 0:04:00 566,558,720 65% 1.21MB/s 0:04:00 567,869,440 65% 1.21MB/s 0:03:59 569,049,088 65% 1.18MB/s 0:04:03 570,359,808 66% 1.18MB/s 0:04:02 571,670,528 66% 1.18MB/s 0:04:00 572,981,248 66% 1.18MB/s 0:03:59 574,291,968 66% 1.21MB/s 0:03:52 575,602,688 66% 1.21MB/s 0:03:52 576,913,408 66% 1.19MB/s 0:03:55 578,093,056 66% 1.14MB/s 0:04:04 579,403,776 67% 1.14MB/s 0:04:03 580,714,496 67% 1.14MB/s 0:04:01 582,025,216 67% 1.16MB/s 0:03:57 583,335,936 67% 1.21MB/s 0:03:46 584,646,656 67% 1.21MB/s 0:03:45 585,957,376 67% 1.20MB/s 0:03:46 587,268,096 68% 1.20MB/s 0:03:44 588,578,816 68% 1.20MB/s 0:03:43 589,889,536 68% 1.21MB/s 0:03:41 591,200,256 68% 1.22MB/s 0:03:38 592,510,976 68% 1.23MB/s 0:03:35 593,821,696 68% 1.23MB/s 0:03:34 595,132,416 68% 1.22MB/s 0:03:34 596,443,136 69% 1.23MB/s 0:03:32 597,753,856 69% 1.22MB/s 0:03:32 599,064,576 69% 1.22MB/s 0:03:31 600,375,296 69% 1.22MB/s 0:03:30 601,686,016 69% 1.22MB/s 0:03:29 602,996,736 69% 1.22MB/s 0:03:28 604,307,456 70% 1.22MB/s 0:03:26 605,618,176 70% 1.22MB/s 0:03:25 606,896,128 70% 1.22MB/s 0:03:25 608,206,848 70% 1.22MB/s 0:03:24 609,517,568 70% 1.21MB/s 0:03:25 610,828,288 70% 1.20MB/s 0:03:25 612,007,936 70% 1.17MB/s 0:03:29 613,056,512 71% 1.11MB/s 0:03:39 614,105,088 71% 1.07MB/s 0:03:48 615,284,736 71% 1.04MB/s 0:03:52 616,595,456 71% 1.08MB/s 0:03:42 617,906,176 71% 1.14MB/s 0:03:30 619,216,896 71% 1.17MB/s 0:03:23 620,527,616 71% 1.18MB/s 0:03:20 621,838,336 72% 1.18MB/s 0:03:20 622,886,912 72% 1.12MB/s 0:03:28 624,197,632 72% 1.14MB/s 0:03:24 625,246,208 72% 1.08MB/s 0:03:34 626,294,784 72% 1.01MB/s 0:03:48 627,605,504 72% 1.07MB/s 0:03:34 628,916,224 72% 1.08MB/s 0:03:32 630,095,872 72% 1.11MB/s 0:03:24 631,406,592 73% 1.18MB/s 0:03:11 632,717,312 73% 1.18MB/s 0:03:10 634,028,032 73% 1.17MB/s 0:03:11 635,338,752 73% 1.18MB/s 0:03:07 636,649,472 73% 1.19MB/s 0:03:06 637,960,192 73% 1.19MB/s 0:03:04 639,270,912 74% 1.19MB/s 0:03:04 640,450,560 74% 1.18MB/s 0:03:04 641,761,280 74% 1.18MB/s 0:03:03 643,072,000 74% 1.18MB/s 0:03:01 644,382,720 74% 1.18MB/s 0:03:00 645,562,368 74% 1.18MB/s 0:03:00 646,873,088 74% 1.18MB/s 0:02:58 648,183,808 75% 1.18MB/s 0:02:58 649,494,528 75% 1.19MB/s 0:02:54 650,674,176 75% 1.19MB/s 0:02:54 651,984,896 75% 1.19MB/s 0:02:53 653,295,616 75% 1.18MB/s 0:02:53 654,606,336 75% 1.18MB/s 0:02:52 655,917,056 75% 1.21MB/s 0:02:47 657,227,776 76% 1.19MB/s 0:02:48 658,538,496 76% 1.20MB/s 0:02:47 659,849,216 76% 1.20MB/s 0:02:45 661,028,864 76% 1.17MB/s 0:02:49 662,339,584 76% 1.19MB/s 0:02:45 663,650,304 76% 1.17MB/s 0:02:46 664,961,024 77% 1.17MB/s 0:02:44 666,271,744 77% 1.21MB/s 0:02:39 667,582,464 77% 1.21MB/s 0:02:37 668,893,184 77% 1.23MB/s 0:02:34 670,203,904 77% 1.21MB/s 0:02:35 671,514,624 77% 1.21MB/s 0:02:35 672,825,344 77% 1.20MB/s 0:02:34 674,136,064 78% 1.19MB/s 0:02:35 675,446,784 78% 1.20MB/s 0:02:32 676,757,504 78% 1.20MB/s 0:02:31 678,068,224 78% 1.21MB/s 0:02:29 679,378,944 78% 1.22MB/s 0:02:26 680,689,664 78% 1.22MB/s 0:02:25 682,000,384 79% 1.23MB/s 0:02:24 683,180,032 79% 1.19MB/s 0:02:28 684,490,752 79% 1.19MB/s 0:02:26 685,801,472 79% 1.19MB/s 0:02:25 687,112,192 79% 1.17MB/s 0:02:27 688,422,912 79% 1.20MB/s 0:02:22 689,733,632 79% 1.20MB/s 0:02:20 691,044,352 80% 1.20MB/s 0:02:20 692,224,000 80% 1.19MB/s 0:02:20 693,534,720 80% 1.18MB/s 0:02:20 694,845,440 80% 1.16MB/s 0:02:22 696,156,160 80% 1.15MB/s 0:02:21 697,335,808 80% 1.13MB/s 0:02:22 698,646,528 80% 1.13MB/s 0:02:22 699,957,248 81% 1.16MB/s 0:02:17 701,267,968 81% 1.16MB/s 0:02:15 702,578,688 81% 1.21MB/s 0:02:10 703,889,408 81% 1.21MB/s 0:02:08 705,200,128 81% 1.20MB/s 0:02:08 706,510,848 81% 1.19MB/s 0:02:08 707,690,496 81% 1.14MB/s 0:02:13 708,870,144 82% 1.11MB/s 0:02:15 709,918,720 82% 1.05MB/s 0:02:22 711,229,440 82% 1.05MB/s 0:02:21 712,540,160 82% 1.10MB/s 0:02:13 713,850,880 82% 1.14MB/s 0:02:07 715,161,600 82% 1.20MB/s 0:02:00 716,472,320 82% 1.20MB/s 0:01:59 717,783,040 83% 1.19MB/s 0:01:59 719,093,760 83% 1.19MB/s 0:01:58 720,404,480 83% 1.19MB/s 0:01:57 721,715,200 83% 1.20MB/s 0:01:55 723,025,920 83% 1.21MB/s 0:01:52 724,074,496 83% 1.16MB/s 0:01:57 725,385,216 84% 1.16MB/s 0:01:55 726,695,936 84% 1.16MB/s 0:01:54 728,006,656 84% 1.16MB/s 0:01:53 729,317,376 84% 1.23MB/s 0:01:46 730,628,096 84% 1.22MB/s 0:01:46 731,938,816 84% 1.21MB/s 0:01:45 733,249,536 84% 1.22MB/s 0:01:44 734,560,256 85% 1.21MB/s 0:01:43 735,870,976 85% 1.20MB/s 0:01:43 737,181,696 85% 1.20MB/s 0:01:42 738,361,344 85% 1.16MB/s 0:01:44 739,540,992 85% 1.14MB/s 0:01:45 740,818,944 85% 1.13MB/s 0:01:45 742,129,664 85% 1.13MB/s 0:01:44 743,440,384 86% 1.16MB/s 0:01:40 744,751,104 86% 1.18MB/s 0:01:37 746,061,824 86% 1.20MB/s 0:01:35 747,241,472 86% 1.16MB/s 0:01:37 748,552,192 86% 1.16MB/s 0:01:36 749,862,912 86% 1.17MB/s 0:01:34 751,173,632 87% 1.17MB/s 0:01:33 752,484,352 87% 1.21MB/s 0:01:29 753,795,072 87% 1.21MB/s 0:01:28 755,105,792 87% 1.20MB/s 0:01:27 756,285,440 87% 1.18MB/s 0:01:28 757,596,160 87% 1.18MB/s 0:01:27 758,906,880 87% 1.19MB/s 0:01:25 760,217,600 88% 1.19MB/s 0:01:24 761,528,320 88% 1.21MB/s 0:01:21 762,576,896 88% 1.12MB/s 0:01:28 764,018,688 88% 1.14MB/s 0:01:24 765,329,408 88% 1.14MB/s 0:01:24 766,640,128 88% 1.14MB/s 0:01:22 767,950,848 88% 1.24MB/s 0:01:15 769,261,568 89% 1.22MB/s 0:01:15 770,572,288 89% 1.22MB/s 0:01:14 771,883,008 89% 1.20MB/s 0:01:14 773,193,728 89% 1.20MB/s 0:01:13 774,504,448 89% 1.18MB/s 0:01:13 775,815,168 89% 1.19MB/s 0:01:11 777,125,888 90% 1.18MB/s 0:01:11 778,436,608 90% 1.18MB/s 0:01:10 779,616,256 90% 1.16MB/s 0:01:10 780,926,976 90% 1.16MB/s 0:01:09 782,237,696 90% 1.18MB/s 0:01:07 783,417,344 90% 1.16MB/s 0:01:07 784,728,064 90% 1.18MB/s 0:01:04 786,038,784 91% 1.18MB/s 0:01:03 787,349,504 91% 1.18MB/s 0:01:02 788,660,224 91% 1.20MB/s 0:01:00 789,839,872 91% 1.19MB/s 0:01:00 791,150,592 91% 1.19MB/s 0:00:59 792,461,312 91% 1.19MB/s 0:00:58 793,772,032 91% 1.19MB/s 0:00:57 795,082,752 92% 1.22MB/s 0:00:54 796,393,472 92% 1.22MB/s 0:00:53 797,573,120 92% 1.18MB/s 0:00:54 798,752,768 92% 1.15MB/s 0:00:54 800,063,488 92% 1.15MB/s 0:00:53 801,374,208 92% 1.15MB/s 0:00:52 802,684,928 92% 1.18MB/s 0:00:50 803,995,648 93% 1.21MB/s 0:00:47 805,306,368 93% 1.21MB/s 0:00:46 806,486,016 93% 1.17MB/s 0:00:47 807,796,736 93% 1.17MB/s 0:00:46 809,107,456 93% 1.17MB/s 0:00:45 810,418,176 93% 1.17MB/s 0:00:44 811,728,896 94% 1.21MB/s 0:00:41 813,039,616 94% 1.21MB/s 0:00:40 814,219,264 94% 1.19MB/s 0:00:40 815,529,984 94% 1.19MB/s 0:00:39 816,840,704 94% 1.19MB/s 0:00:37 818,151,424 94% 1.18MB/s 0:00:37 819,462,144 94% 1.21MB/s 0:00:35 820,772,864 95% 1.22MB/s 0:00:34 822,083,584 95% 1.21MB/s 0:00:33 823,394,304 95% 1.22MB/s 0:00:31 824,705,024 95% 1.22MB/s 0:00:30 826,015,744 95% 1.22MB/s 0:00:29 827,195,392 95% 1.19MB/s 0:00:29 828,506,112 95% 1.18MB/s 0:00:28 829,816,832 96% 1.18MB/s 0:00:27 831,127,552 96% 1.18MB/s 0:00:26 832,438,272 96% 1.21MB/s 0:00:24 833,748,992 96% 1.22MB/s 0:00:23 835,059,712 96% 1.22MB/s 0:00:22 836,370,432 96% 1.22MB/s 0:00:21 837,419,008 97% 1.15MB/s 0:00:21 838,729,728 97% 1.15MB/s 0:00:20 840,040,448 97% 1.15MB/s 0:00:19 841,351,168 97% 1.15MB/s 0:00:18 842,530,816 97% 1.19MB/s 0:00:17 843,841,536 97% 1.19MB/s 0:00:15 845,152,256 97% 1.17MB/s 0:00:15 846,462,976 98% 1.17MB/s 0:00:14 847,773,696 98% 1.19MB/s 0:00:12 849,084,416 98% 1.18MB/s 0:00:11 850,395,136 98% 1.17MB/s 0:00:10 851,705,856 98% 1.18MB/s 0:00:09 853,016,576 98% 1.18MB/s 0:00:08 854,327,296 98% 1.18MB/s 0:00:07 855,638,016 99% 1.20MB/s 0:00:06 856,817,664 99% 1.16MB/s 0:00:05 858,128,384 99% 1.15MB/s 0:00:04 859,439,104 99% 1.16MB/s 0:00:03 860,749,824 99% 1.16MB/s 0:00:02 862,060,544 99% 1.19MB/s 0:00:00 863,251,176 100% 1.16MB/s 0:11:52 (xfr#3, to-chk=3/7) images/pmos-plasma-mobile-nightly-20221118-pine64-pinephonepro.img.xz.sha256 136 100% 0.14kB/s 0:00:00 136 100% 0.14kB/s 0:00:00 (xfr#4, to-chk=2/7) images/pmos-plasma-mobile-nightly-20221118-tablet-x64uefi.img.xz 32,768 0% 34.52kB/s 10:43:50 131,072 0% 121.33kB/s 3:03:10 1,409,024 0% 657.43kB/s 0:33:46 2,719,744 0% 848.56kB/s 0:26:08 4,030,464 0% 946.84kB/s 0:23:24 5,341,184 0% 1.20MB/s 0:18:02 6,651,904 0% 1.20MB/s 0:17:57 7,831,552 0% 1.18MB/s 0:18:17 9,142,272 0% 1.18MB/s 0:18:15 10,452,992 0% 1.18MB/s 0:18:18 11,763,712 0% 1.16MB/s 0:18:28 12,943,360 0% 1.15MB/s 0:18:37 14,254,080 1% 1.14MB/s 0:18:48 15,564,800 1% 1.15MB/s 0:18:41 16,875,520 1% 1.15MB/s 0:18:37 18,186,240 1% 1.18MB/s 0:18:06 19,365,888 1% 1.17MB/s 0:18:19 20,676,608 1% 1.15MB/s 0:18:34 21,987,328 1% 1.16MB/s 0:18:27 23,298,048 1% 1.16MB/s 0:18:21 24,608,768 1% 1.19MB/s 0:17:52 25,919,488 1% 1.21MB/s 0:17:32 27,230,208 2% 1.22MB/s 0:17:26 28,540,928 2% 1.21MB/s 0:17:32 29,851,648 2% 1.20MB/s 0:17:42 31,031,296 2% 1.16MB/s 0:18:17 32,342,016 2% 1.16MB/s 0:18:17 33,652,736 2% 1.17MB/s 0:18:04 34,963,456 2% 1.18MB/s 0:17:56 36,274,176 2% 1.22MB/s 0:17:21 37,584,896 2% 1.22MB/s 0:17:15 38,895,616 2% 1.22MB/s 0:17:18 40,206,336 3% 1.22MB/s 0:17:13 41,517,056 3% 1.22MB/s 0:17:11 42,827,776 3% 1.22MB/s 0:17:13 44,007,424 3% 1.19MB/s 0:17:41 45,318,144 3% 1.18MB/s 0:17:41 46,628,864 3% 1.18MB/s 0:17:42 47,939,584 3% 1.18MB/s 0:17:42 49,250,304 3% 1.21MB/s 0:17:15 50,561,024 3% 1.21MB/s 0:17:15 51,871,744 3% 1.21MB/s 0:17:14 53,182,464 3% 1.20MB/s 0:17:18 54,493,184 4% 1.19MB/s 0:17:27 55,541,760 4% 1.11MB/s 0:18:45 56,721,408 4% 1.08MB/s 0:19:18 58,032,128 4% 1.08MB/s 0:19:11 59,342,848 4% 1.09MB/s 0:18:56 60,653,568 4% 1.17MB/s 0:17:39 61,964,288 4% 1.20MB/s 0:17:11 63,012,864 4% 1.15MB/s 0:17:57 64,323,584 4% 1.15MB/s 0:17:58 65,503,232 4% 1.12MB/s 0:18:28 66,813,952 5% 1.11MB/s 0:18:30 68,124,672 5% 1.16MB/s 0:17:41 69,435,392 5% 1.17MB/s 0:17:35 70,746,112 5% 1.20MB/s 0:17:08 72,056,832 5% 1.20MB/s 0:17:10 73,367,552 5% 1.19MB/s 0:17:10 74,153,984 5% 1.07MB/s 0:19:08 75,333,632 5% 1.04MB/s 0:19:39 76,283,904 5% 998.79kB/s 0:20:58 77,430,784 5% 952.02kB/s 0:21:59 78,741,504 5% 1.05MB/s 0:19:21 80,052,224 6% 1.09MB/s 0:18:41 81,362,944 6% 1.17MB/s 0:17:26 82,673,664 6% 1.22MB/s 0:16:39 83,984,384 6% 1.22MB/s 0:16:37 85,295,104 6% 1.22MB/s 0:16:37 86,605,824 6% 1.22MB/s 0:16:39 87,916,544 6% 1.22MB/s 0:16:39 89,227,264 6% 1.22MB/s 0:16:40 90,537,984 6% 1.21MB/s 0:16:40 91,848,704 6% 1.21MB/s 0:16:41 93,159,424 6% 1.21MB/s 0:16:40 94,470,144 7% 1.21MB/s 0:16:40 95,649,792 7% 1.17MB/s 0:17:08 96,829,440 7% 1.16MB/s 0:17:24 98,140,160 7% 1.16MB/s 0:17:23 99,450,880 7% 1.16MB/s 0:17:23 100,728,832 7% 1.18MB/s 0:16:56 102,039,552 7% 1.21MB/s 0:16:34 103,350,272 7% 1.21MB/s 0:16:30 104,660,992 7% 1.21MB/s 0:16:28 105,840,640 7% 1.19MB/s 0:16:45 107,151,360 8% 1.19MB/s 0:16:45 108,462,080 8% 1.19MB/s 0:16:44 109,772,800 8% 1.19MB/s 0:16:46 111,083,520 8% 1.21MB/s 0:16:26 112,394,240 8% 1.20MB/s 0:16:30 113,704,960 8% 1.19MB/s 0:16:37 115,015,680 8% 1.20MB/s 0:16:33 116,326,400 8% 1.20MB/s 0:16:28 117,637,120 8% 1.21MB/s 0:16:21 118,947,840 8% 1.22MB/s 0:16:12 120,258,560 9% 1.22MB/s 0:16:09 121,569,280 9% 1.22MB/s 0:16:08 122,880,000 9% 1.22MB/s 0:16:11 124,059,648 9% 1.19MB/s 0:16:36 125,239,296 9% 1.14MB/s 0:17:11 126,550,016 9% 1.13MB/s 0:17:22 127,729,664 9% 1.10MB/s 0:17:49 129,040,384 9% 1.13MB/s 0:17:25 130,351,104 9% 1.15MB/s 0:16:59 131,661,824 9% 1.16MB/s 0:16:50 132,710,400 9% 1.09MB/s 0:17:56 133,890,048 10% 1.07MB/s 0:18:17 135,200,768 10% 1.07MB/s 0:18:12 136,249,344 10% 1007.42kB/s 0:19:48 136,904,704 10% 951.89kB/s 0:20:57 137,953,280 10% 906.14kB/s 0:21:59 139,264,000 10% 911.56kB/s 0:21:50 140,574,720 10% 1005.47kB/s 0:19:46 141,885,440 10% 1.14MB/s 0:17:00 143,196,160 10% 1.22MB/s 0:15:55 144,375,808 10% 1.18MB/s 0:16:22 145,686,528 10% 1.17MB/s 0:16:30 146,997,248 11% 1.16MB/s 0:16:35 148,307,968 11% 1.13MB/s 0:17:01 149,618,688 11% 1.15MB/s 0:16:43 150,929,408 11% 1.16MB/s 0:16:38 152,240,128 11% 1.15MB/s 0:16:42 153,550,848 11% 1.18MB/s 0:16:17 154,861,568 11% 1.18MB/s 0:16:11 156,172,288 11% 1.18MB/s 0:16:11 157,483,008 11% 1.18MB/s 0:16:13 158,793,728 11% 1.18MB/s 0:16:12 160,104,448 12% 1.19MB/s 0:16:06 161,415,168 12% 1.19MB/s 0:16:03 162,594,816 12% 1.16MB/s 0:16:24 163,774,464 12% 1.12MB/s 0:16:58 164,954,112 12% 1.10MB/s 0:17:18 166,264,832 12% 1.09MB/s 0:17:23 167,575,552 12% 1.12MB/s 0:16:56 168,755,200 12% 1.13MB/s 0:16:45 170,065,920 12% 1.15MB/s 0:16:31 171,376,640 12% 1.14MB/s 0:16:33 172,687,360 12% 1.15MB/s 0:16:25 173,998,080 13% 1.17MB/s 0:16:07 175,308,800 13% 1.18MB/s 0:16:01 176,619,520 13% 1.18MB/s 0:15:59 177,930,240 13% 1.18MB/s 0:15:53 178,847,744 13% 1.11MB/s 0:16:53 180,158,464 13% 1.11MB/s 0:16:53 181,338,112 13% 1.09MB/s 0:17:09 182,648,832 13% 1.08MB/s 0:17:22 183,959,552 13% 1.16MB/s 0:16:08 184,745,984 13% 1.03MB/s 0:18:11 186,056,704 13% 1.06MB/s 0:17:41 187,367,424 14% 1.07MB/s 0:17:24 188,678,144 14% 1.07MB/s 0:17:23 189,988,864 14% 1.21MB/s 0:15:21 191,299,584 14% 1.21MB/s 0:15:24 192,610,304 14% 1.19MB/s 0:15:35 193,921,024 14% 1.17MB/s 0:15:47 195,231,744 14% 1.16MB/s 0:15:56 196,542,464 14% 1.17MB/s 0:15:52 197,853,184 14% 1.17MB/s 0:15:44 198,901,760 14% 1.14MB/s 0:16:15 200,212,480 15% 1.15MB/s 0:16:02 201,523,200 15% 1.15MB/s 0:16:01 202,833,920 15% 1.15MB/s 0:15:58 204,144,640 15% 1.21MB/s 0:15:12 205,455,360 15% 1.20MB/s 0:15:15 206,766,080 15% 1.21MB/s 0:15:12 208,076,800 15% 1.21MB/s 0:15:10 209,387,520 15% 1.20MB/s 0:15:12 210,567,168 15% 1.18MB/s 0:15:29 211,877,888 15% 1.17MB/s 0:15:38 213,188,608 15% 1.17MB/s 0:15:36 214,499,328 16% 1.17MB/s 0:15:30 215,810,048 16% 1.20MB/s 0:15:07 217,120,768 16% 1.22MB/s 0:14:56 218,431,488 16% 1.21MB/s 0:14:57 219,742,208 16% 1.20MB/s 0:15:06 221,052,928 16% 1.20MB/s 0:15:09 222,363,648 16% 1.20MB/s 0:15:02 223,674,368 16% 1.21MB/s 0:14:58 224,985,088 16% 1.21MB/s 0:14:54 226,295,808 16% 1.22MB/s 0:14:48 227,606,528 17% 1.21MB/s 0:14:51 228,917,248 17% 1.21MB/s 0:14:51 230,227,968 17% 1.21MB/s 0:14:48 231,538,688 17% 1.20MB/s 0:14:58 232,849,408 17% 1.20MB/s 0:14:59 234,127,360 17% 1.20MB/s 0:14:57 235,438,080 17% 1.20MB/s 0:14:54 236,748,800 17% 1.21MB/s 0:14:43 238,059,520 17% 1.21MB/s 0:14:40 239,370,240 17% 1.21MB/s 0:14:40 240,680,960 18% 1.21MB/s 0:14:38 241,991,680 18% 1.21MB/s 0:14:37 243,302,400 18% 1.22MB/s 0:14:36 244,613,120 18% 1.20MB/s 0:14:49 245,923,840 18% 1.20MB/s 0:14:47 247,234,560 18% 1.20MB/s 0:14:46 248,545,280 18% 1.19MB/s 0:14:47 249,856,000 18% 1.21MB/s 0:14:32 251,166,720 18% 1.21MB/s 0:14:33 252,477,440 18% 1.21MB/s 0:14:34 253,788,160 19% 1.21MB/s 0:14:33 255,033,344 19% 1.20MB/s 0:14:35 256,278,528 19% 1.18MB/s 0:14:48 257,589,248 19% 1.18MB/s 0:14:48 258,899,968 19% 1.19MB/s 0:14:45 260,210,688 19% 1.19MB/s 0:14:41 261,521,408 19% 1.21MB/s 0:14:25 262,832,128 19% 1.21MB/s 0:14:20 264,142,848 19% 1.21MB/s 0:14:21 265,453,568 19% 1.22MB/s 0:14:15 266,764,288 20% 1.22MB/s 0:14:17 267,812,864 20% 1.15MB/s 0:15:08 269,123,584 20% 1.14MB/s 0:15:15 270,434,304 20% 1.13MB/s 0:15:16 271,745,024 20% 1.14MB/s 0:15:12 273,055,744 20% 1.20MB/s 0:14:20 274,366,464 20% 1.22MB/s 0:14:10 275,677,184 20% 1.20MB/s 0:14:20 276,987,904 20% 1.20MB/s 0:14:20 278,298,624 20% 1.20MB/s 0:14:17 279,609,344 20% 1.19MB/s 0:14:25 280,920,064 21% 1.20MB/s 0:14:16 282,230,784 21% 1.20MB/s 0:14:17 283,541,504 21% 1.20MB/s 0:14:18 284,852,224 21% 1.19MB/s 0:14:22 286,162,944 21% 1.19MB/s 0:14:16 287,473,664 21% 1.20MB/s 0:14:14 288,784,384 21% 1.18MB/s 0:14:23 290,095,104 21% 1.20MB/s 0:14:06 291,405,824 21% 1.20MB/s 0:14:08 292,716,544 21% 1.20MB/s 0:14:08 294,027,264 22% 1.21MB/s 0:13:56 295,206,912 22% 1.19MB/s 0:14:13 296,517,632 22% 1.19MB/s 0:14:07 297,697,280 22% 1.17MB/s 0:14:21 299,008,000 22% 1.18MB/s 0:14:19 300,318,720 22% 1.17MB/s 0:14:23 301,629,440 22% 1.16MB/s 0:14:26 302,940,160 22% 1.18MB/s 0:14:10 304,250,880 22% 1.17MB/s 0:14:19 305,561,600 22% 1.20MB/s 0:13:59 306,741,248 23% 1.17MB/s 0:14:13 308,051,968 23% 1.16MB/s 0:14:23 309,362,688 23% 1.17MB/s 0:14:12 310,542,336 23% 1.14MB/s 0:14:33 311,721,984 23% 1.13MB/s 0:14:43 313,032,704 23% 1.15MB/s 0:14:29 314,343,424 23% 1.15MB/s 0:14:28 315,654,144 23% 1.17MB/s 0:14:07 316,964,864 23% 1.20MB/s 0:13:47 318,275,584 23% 1.20MB/s 0:13:47 319,586,304 23% 1.20MB/s 0:13:46 320,897,024 24% 1.20MB/s 0:13:44 322,207,744 24% 1.21MB/s 0:13:36 323,518,464 24% 1.21MB/s 0:13:35 324,829,184 24% 1.21MB/s 0:13:32 326,139,904 24% 1.21MB/s 0:13:32 327,450,624 24% 1.19MB/s 0:13:45 328,761,344 24% 1.19MB/s 0:13:44 330,072,064 24% 1.19MB/s 0:13:44 331,251,712 24% 1.12MB/s 0:14:32 332,431,360 24% 1.11MB/s 0:14:38 333,742,080 25% 1.11MB/s 0:14:40 335,052,800 25% 1.11MB/s 0:14:37 336,363,520 25% 1.18MB/s 0:13:43 337,674,240 25% 1.21MB/s 0:13:24 338,984,960 25% 1.21MB/s 0:13:23 340,295,680 25% 1.20MB/s 0:13:25 341,606,400 25% 1.20MB/s 0:13:24 342,917,120 25% 1.21MB/s 0:13:22 344,227,840 25% 1.21MB/s 0:13:19 345,538,560 25% 1.20MB/s 0:13:21 346,849,280 26% 1.20MB/s 0:13:21 348,160,000 26% 1.20MB/s 0:13:24 349,470,720 26% 1.19MB/s 0:13:25 350,781,440 26% 1.20MB/s 0:13:22 352,092,160 26% 1.20MB/s 0:13:21 353,402,880 26% 1.19MB/s 0:13:27 354,451,456 26% 1.13MB/s 0:14:03 355,500,032 26% 1.05MB/s 0:15:12 356,155,392 26% 919.16kB/s 0:17:43 356,810,752 26% 770.91kB/s 0:21:07 357,990,400 26% 787.06kB/s 0:20:39 359,301,120 26% 854.71kB/s 0:18:59 360,611,840 27% 1004.38kB/s 0:16:08 361,660,416 27% 1.09MB/s 0:14:31 362,971,136 27% 1.12MB/s 0:14:03 364,281,856 27% 1.13MB/s 0:13:54 365,592,576 27% 1.14MB/s 0:13:51 366,903,296 27% 1.17MB/s 0:13:27 368,082,944 27% 1.15MB/s 0:13:40 369,360,896 27% 1.14MB/s 0:13:45 370,671,616 27% 1.14MB/s 0:13:43 371,851,264 27% 1.11MB/s 0:14:05 373,161,984 27% 1.14MB/s 0:13:43 374,341,632 28% 1.13MB/s 0:13:49 375,521,280 28% 1.11MB/s 0:14:02 376,700,928 28% 1.14MB/s 0:13:40 378,011,648 28% 1.13MB/s 0:13:42 379,322,368 28% 1.14MB/s 0:13:35 380,633,088 28% 1.16MB/s 0:13:19 381,943,808 28% 1.16MB/s 0:13:17 383,254,528 28% 1.17MB/s 0:13:14 384,434,176 28% 1.17MB/s 0:13:14 385,744,896 28% 1.16MB/s 0:13:15 386,924,544 29% 1.16MB/s 0:13:18 388,235,264 29% 1.16MB/s 0:13:17 389,545,984 29% 1.17MB/s 0:13:04 390,594,560 29% 1.12MB/s 0:13:39 391,905,280 29% 1.15MB/s 0:13:20 393,216,000 29% 1.15MB/s 0:13:18 394,526,720 29% 1.15MB/s 0:13:15 395,837,440 29% 1.20MB/s 0:12:40 397,148,160 29% 1.19MB/s 0:12:46 398,458,880 29% 1.19MB/s 0:12:45 399,769,600 29% 1.19MB/s 0:12:49 401,080,320 30% 1.18MB/s 0:12:52 402,391,040 30% 1.19MB/s 0:12:41 403,701,760 30% 1.19MB/s 0:12:40 405,012,480 30% 1.20MB/s 0:12:33 406,323,200 30% 1.21MB/s 0:12:27 407,633,920 30% 1.21MB/s 0:12:27 408,944,640 30% 1.21MB/s 0:12:26 410,255,360 30% 1.21MB/s 0:12:24 411,435,008 30% 1.18MB/s 0:12:40 412,745,728 30% 1.18MB/s 0:12:39 414,056,448 31% 1.19MB/s 0:12:37 415,367,168 31% 1.18MB/s 0:12:37 416,677,888 31% 1.21MB/s 0:12:18 417,988,608 31% 1.21MB/s 0:12:18 419,299,328 31% 1.21MB/s 0:12:19 420,610,048 31% 1.21MB/s 0:12:18 421,920,768 31% 1.20MB/s 0:12:21 423,231,488 31% 1.20MB/s 0:12:21 424,542,208 31% 1.20MB/s 0:12:20 425,852,928 31% 1.20MB/s 0:12:21 427,163,648 32% 1.20MB/s 0:12:19 428,474,368 32% 1.20MB/s 0:12:18 429,785,088 32% 1.19MB/s 0:12:20 431,095,808 32% 1.19MB/s 0:12:21 432,406,528 32% 1.19MB/s 0:12:21 433,586,176 32% 1.15MB/s 0:12:44 434,896,896 32% 1.16MB/s 0:12:38 436,207,616 32% 1.15MB/s 0:12:41 437,387,264 32% 1.11MB/s 0:13:07 438,697,984 32% 1.15MB/s 0:12:37 440,008,704 32% 1.15MB/s 0:12:40 441,319,424 33% 1.16MB/s 0:12:30 442,630,144 33% 1.20MB/s 0:12:04 443,940,864 33% 1.18MB/s 0:12:14 445,251,584 33% 1.19MB/s 0:12:08 446,562,304 33% 1.19MB/s 0:12:07 447,873,024 33% 1.20MB/s 0:12:00 449,183,744 33% 1.22MB/s 0:11:48 450,494,464 33% 1.22MB/s 0:11:46 451,805,184 33% 1.22MB/s 0:11:46 453,115,904 33% 1.22MB/s 0:11:45 454,426,624 34% 1.22MB/s 0:11:42 455,737,344 34% 1.22MB/s 0:11:41 457,048,064 34% 1.23MB/s 0:11:38 458,358,784 34% 1.22MB/s 0:11:38 459,669,504 34% 1.22MB/s 0:11:39 460,980,224 34% 1.21MB/s 0:11:43 462,290,944 34% 1.21MB/s 0:11:42 463,601,664 34% 1.21MB/s 0:11:41 464,912,384 34% 1.21MB/s 0:11:40 466,223,104 34% 1.21MB/s 0:11:37 467,533,824 35% 1.21MB/s 0:11:36 468,844,544 35% 1.21MB/s 0:11:36 470,024,192 35% 1.17MB/s 0:12:02 471,334,912 35% 1.17MB/s 0:11:58 472,645,632 35% 1.17MB/s 0:11:59 473,956,352 35% 1.17MB/s 0:11:59 475,267,072 35% 1.21MB/s 0:11:32 476,577,792 35% 1.21MB/s 0:11:31 477,888,512 35% 1.20MB/s 0:11:36 479,199,232 35% 1.20MB/s 0:11:36 480,509,952 36% 1.19MB/s 0:11:39 481,820,672 36% 1.19MB/s 0:11:39 483,131,392 36% 1.20MB/s 0:11:32 484,442,112 36% 1.20MB/s 0:11:30 485,752,832 36% 1.21MB/s 0:11:22 487,063,552 36% 1.21MB/s 0:11:22 488,374,272 36% 1.19MB/s 0:11:30 489,553,920 36% 1.17MB/s 0:11:43 490,733,568 36% 1.12MB/s 0:12:16 492,044,288 36% 1.11MB/s 0:12:22 493,355,008 36% 1.10MB/s 0:12:23 494,534,656 37% 1.10MB/s 0:12:27 495,583,232 37% 1.08MB/s 0:12:40 496,893,952 37% 1.09MB/s 0:12:28 498,204,672 37% 1.11MB/s 0:12:12 499,515,392 37% 1.14MB/s 0:11:53 500,695,040 37% 1.18MB/s 0:11:27 501,743,616 37% 1.12MB/s 0:12:03 503,021,568 37% 1.11MB/s 0:12:09 504,201,216 37% 1.07MB/s 0:12:39 505,511,936 37% 1.08MB/s 0:12:26 506,822,656 38% 1.13MB/s 0:11:53 508,133,376 38% 1.14MB/s 0:11:48 509,444,096 38% 1.19MB/s 0:11:18 510,754,816 38% 1.20MB/s 0:11:11 511,934,464 38% 1.18MB/s 0:11:18 513,245,184 38% 1.18MB/s 0:11:18 514,555,904 38% 1.17MB/s 0:11:21 515,866,624 38% 1.17MB/s 0:11:19 517,177,344 38% 1.20MB/s 0:11:04 518,488,064 38% 1.21MB/s 0:11:00 519,798,784 38% 1.20MB/s 0:11:02 521,109,504 39% 1.20MB/s 0:11:02 522,289,152 39% 1.15MB/s 0:11:30 523,599,872 39% 1.15MB/s 0:11:27 524,910,592 39% 1.15MB/s 0:11:24 526,090,240 39% 1.13MB/s 0:11:35 527,400,960 39% 1.18MB/s 0:11:07 528,711,680 39% 1.18MB/s 0:11:05 529,891,328 39% 1.17MB/s 0:11:13 531,202,048 39% 1.19MB/s 0:10:59 532,512,768 39% 1.19MB/s 0:10:55 533,823,488 40% 1.19MB/s 0:10:54 535,134,208 40% 1.22MB/s 0:10:40 536,444,928 40% 1.22MB/s 0:10:39 537,755,648 40% 1.21MB/s 0:10:41 538,935,296 40% 1.18MB/s 0:10:55 540,246,016 40% 1.19MB/s 0:10:52 541,556,736 40% 1.19MB/s 0:10:49 542,867,456 40% 1.20MB/s 0:10:45 544,047,104 40% 1.19MB/s 0:10:46 545,357,824 40% 1.19MB/s 0:10:45 546,668,544 40% 1.19MB/s 0:10:46 547,979,264 41% 1.19MB/s 0:10:45 549,289,984 41% 1.22MB/s 0:10:28 550,600,704 41% 1.19MB/s 0:10:39 551,911,424 41% 1.18MB/s 0:10:48 553,222,144 41% 1.18MB/s 0:10:46 554,532,864 41% 1.16MB/s 0:10:58 555,843,584 41% 1.17MB/s 0:10:47 557,154,304 41% 1.19MB/s 0:10:37 558,465,024 41% 1.19MB/s 0:10:36 559,775,744 41% 1.21MB/s 0:10:26 560,955,392 42% 1.16MB/s 0:10:50 562,266,112 42% 1.16MB/s 0:10:50 563,576,832 42% 1.15MB/s 0:10:51 564,887,552 42% 1.15MB/s 0:10:49 566,198,272 42% 1.20MB/s 0:10:25 567,508,992 42% 1.19MB/s 0:10:27 568,819,712 42% 1.20MB/s 0:10:24 570,130,432 42% 1.20MB/s 0:10:20 571,441,152 42% 1.20MB/s 0:10:19 572,751,872 42% 1.21MB/s 0:10:13 574,062,592 43% 1.20MB/s 0:10:15 575,373,312 43% 1.19MB/s 0:10:20 576,552,960 43% 1.16MB/s 0:10:34 577,863,680 43% 1.16MB/s 0:10:37 579,174,400 43% 1.16MB/s 0:10:34 580,485,120 43% 1.17MB/s 0:10:30 581,795,840 43% 1.20MB/s 0:10:13 583,106,560 43% 1.20MB/s 0:10:11 584,417,280 43% 1.20MB/s 0:10:11 585,728,000 43% 1.20MB/s 0:10:09 587,038,720 44% 1.20MB/s 0:10:07 588,349,440 44% 1.20MB/s 0:10:08 589,529,088 44% 1.17MB/s 0:10:21 590,839,808 44% 1.17MB/s 0:10:20 592,150,528 44% 1.16MB/s 0:10:23 593,330,176 44% 1.14MB/s 0:10:35 594,509,824 44% 1.15MB/s 0:10:30 595,820,544 44% 1.14MB/s 0:10:30 597,131,264 44% 1.15MB/s 0:10:27 598,441,984 44% 1.18MB/s 0:10:09 599,752,704 44% 1.20MB/s 0:09:59 601,063,424 45% 1.19MB/s 0:10:01 602,374,144 45% 1.19MB/s 0:09:58 603,684,864 45% 1.20MB/s 0:09:55 604,995,584 45% 1.20MB/s 0:09:51 606,306,304 45% 1.21MB/s 0:09:46 607,617,024 45% 1.21MB/s 0:09:45 608,796,672 45% 1.18MB/s 0:10:01 610,107,392 45% 1.18MB/s 0:09:58 611,418,112 45% 1.19MB/s 0:09:54 612,728,832 45% 1.19MB/s 0:09:53 614,039,552 46% 1.19MB/s 0:09:49 615,350,272 46% 1.19MB/s 0:09:50 616,660,992 46% 1.19MB/s 0:09:49 617,971,712 46% 1.18MB/s 0:09:50 619,282,432 46% 1.22MB/s 0:09:33 620,593,152 46% 1.21MB/s 0:09:35 621,903,872 46% 1.21MB/s 0:09:34 623,214,592 46% 1.20MB/s 0:09:37 624,525,312 46% 1.19MB/s 0:09:39 625,836,032 46% 1.19MB/s 0:09:39 627,146,752 47% 1.18MB/s 0:09:44 628,457,472 47% 1.19MB/s 0:09:38 629,768,192 47% 1.19MB/s 0:09:39 631,078,912 47% 1.19MB/s 0:09:38 632,389,632 47% 1.19MB/s 0:09:35 633,700,352 47% 1.19MB/s 0:09:33 635,011,072 47% 1.20MB/s 0:09:30 636,321,792 47% 1.20MB/s 0:09:25 637,599,744 47% 1.20MB/s 0:09:25 638,910,464 47% 1.20MB/s 0:09:25 640,221,184 48% 1.20MB/s 0:09:25 641,531,904 48% 1.19MB/s 0:09:27 642,842,624 48% 1.17MB/s 0:09:37 644,153,344 48% 1.17MB/s 0:09:37 645,464,064 48% 1.16MB/s 0:09:37 646,774,784 48% 1.17MB/s 0:09:32 648,085,504 48% 1.20MB/s 0:09:17 649,396,224 48% 1.21MB/s 0:09:13 650,706,944 48% 1.21MB/s 0:09:12 652,017,664 48% 1.20MB/s 0:09:14 653,328,384 48% 1.20MB/s 0:09:13 654,639,104 49% 1.19MB/s 0:09:15 655,949,824 49% 1.19MB/s 0:09:16 657,260,544 49% 1.19MB/s 0:09:17 658,571,264 49% 1.19MB/s 0:09:15 659,881,984 49% 1.19MB/s 0:09:13 661,192,704 49% 1.20MB/s 0:09:08 662,503,424 49% 1.21MB/s 0:09:02 663,814,144 49% 1.19MB/s 0:09:09 665,124,864 49% 1.19MB/s 0:09:07 666,435,584 49% 1.19MB/s 0:09:06 667,746,304 50% 1.19MB/s 0:09:07 669,057,024 50% 1.21MB/s 0:08:57 670,367,744 50% 1.21MB/s 0:08:54 671,678,464 50% 1.21MB/s 0:08:52 672,989,184 50% 1.21MB/s 0:08:53 674,299,904 50% 1.20MB/s 0:08:54 675,610,624 50% 1.20MB/s 0:08:55 676,921,344 50% 1.19MB/s 0:08:57 678,232,064 50% 1.20MB/s 0:08:53 679,542,784 50% 1.20MB/s 0:08:52 680,853,504 51% 1.20MB/s 0:08:51 682,164,224 51% 1.20MB/s 0:08:49 683,474,944 51% 1.20MB/s 0:08:50 684,785,664 51% 1.20MB/s 0:08:47 686,096,384 51% 1.19MB/s 0:08:50 687,407,104 51% 1.20MB/s 0:08:46 688,717,824 51% 1.20MB/s 0:08:42 690,028,544 51% 1.20MB/s 0:08:41 691,339,264 51% 1.22MB/s 0:08:34 692,649,984 51% 1.22MB/s 0:08:34 693,960,704 52% 1.20MB/s 0:08:39 695,271,424 52% 1.20MB/s 0:08:38 696,451,072 52% 1.18MB/s 0:08:47 697,761,792 52% 1.16MB/s 0:08:55 698,941,440 52% 1.15MB/s 0:09:00 700,252,160 52% 1.15MB/s 0:08:58 701,431,808 52% 1.14MB/s 0:09:01 702,742,528 52% 1.16MB/s 0:08:51 704,053,248 52% 1.19MB/s 0:08:38 705,363,968 52% 1.19MB/s 0:08:36 706,674,688 52% 1.21MB/s 0:08:24 707,985,408 53% 1.21MB/s 0:08:23 709,296,128 53% 1.20MB/s 0:08:26 710,606,848 53% 1.19MB/s 0:08:29 711,917,568 53% 1.20MB/s 0:08:26 713,228,288 53% 1.18MB/s 0:08:32 714,539,008 53% 1.17MB/s 0:08:38 715,849,728 53% 1.17MB/s 0:08:36 717,160,448 53% 1.17MB/s 0:08:35 718,471,168 53% 1.17MB/s 0:08:32 719,781,888 53% 1.19MB/s 0:08:23 721,092,608 54% 1.20MB/s 0:08:19 722,403,328 54% 1.20MB/s 0:08:18 723,714,048 54% 1.21MB/s 0:08:10 725,024,768 54% 1.22MB/s 0:08:06 726,335,488 54% 1.22MB/s 0:08:04 727,646,208 54% 1.22MB/s 0:08:03 728,956,928 54% 1.22MB/s 0:08:03 730,267,648 54% 1.21MB/s 0:08:05 731,578,368 54% 1.21MB/s 0:08:06 732,889,088 54% 1.21MB/s 0:08:05 734,199,808 55% 1.21MB/s 0:08:04 735,510,528 55% 1.21MB/s 0:08:02 736,821,248 55% 1.20MB/s 0:08:06 738,131,968 55% 1.20MB/s 0:08:06 739,442,688 55% 1.18MB/s 0:08:10 740,753,408 55% 1.18MB/s 0:08:09 742,064,128 55% 1.19MB/s 0:08:06 743,374,848 55% 1.19MB/s 0:08:04 744,685,568 55% 1.20MB/s 0:07:58 745,996,288 55% 1.21MB/s 0:07:56 747,307,008 56% 1.21MB/s 0:07:51 748,617,728 56% 1.22MB/s 0:07:48 749,928,448 56% 1.22MB/s 0:07:45 751,239,168 56% 1.22MB/s 0:07:44 752,549,888 56% 1.21MB/s 0:07:50 753,860,608 56% 1.19MB/s 0:07:54 755,171,328 56% 1.19MB/s 0:07:52 756,482,048 56% 1.19MB/s 0:07:54 757,792,768 56% 1.19MB/s 0:07:53 758,841,344 56% 1.14MB/s 0:08:11 760,020,992 56% 1.10MB/s 0:08:27 761,331,712 57% 1.10MB/s 0:08:29 762,642,432 57% 1.11MB/s 0:08:21 763,953,152 57% 1.17MB/s 0:07:57 765,263,872 57% 1.21MB/s 0:07:39 766,574,592 57% 1.22MB/s 0:07:32 767,885,312 57% 1.22MB/s 0:07:33 769,196,032 57% 1.22MB/s 0:07:31 770,506,752 57% 1.22MB/s 0:07:31 771,784,704 57% 1.19MB/s 0:07:39 773,095,424 57% 1.20MB/s 0:07:37 774,406,144 58% 1.18MB/s 0:07:44 775,716,864 58% 1.17MB/s 0:07:44 777,027,584 58% 1.18MB/s 0:07:39 778,338,304 58% 1.18MB/s 0:07:38 779,649,024 58% 1.20MB/s 0:07:31 780,828,672 58% 1.16MB/s 0:07:43 782,139,392 58% 1.17MB/s 0:07:38 783,450,112 58% 1.17MB/s 0:07:39 784,760,832 58% 1.18MB/s 0:07:35 786,071,552 58% 1.21MB/s 0:07:21 787,382,272 59% 1.19MB/s 0:07:28 788,692,992 59% 1.20MB/s 0:07:24 790,003,712 59% 1.19MB/s 0:07:24 791,314,432 59% 1.20MB/s 0:07:21 792,494,080 59% 1.19MB/s 0:07:22 793,804,800 59% 1.17MB/s 0:07:29 795,115,520 59% 1.17MB/s 0:07:30 796,426,240 59% 1.17MB/s 0:07:29 797,736,960 59% 1.19MB/s 0:07:19 798,785,536 59% 1.15MB/s 0:07:34 800,096,256 59% 1.16MB/s 0:07:30 801,406,976 60% 1.15MB/s 0:07:33 802,717,696 60% 1.15MB/s 0:07:30 803,897,344 60% 1.17MB/s 0:07:20 805,208,064 60% 1.17MB/s 0:07:20 806,518,784 60% 1.18MB/s 0:07:17 807,829,504 60% 1.17MB/s 0:07:17 809,140,224 60% 1.19MB/s 0:07:10 810,450,944 60% 1.16MB/s 0:07:20 811,761,664 60% 1.15MB/s 0:07:24 813,072,384 60% 1.14MB/s 0:07:27 814,383,104 61% 1.15MB/s 0:07:21 815,693,824 61% 1.17MB/s 0:07:10 817,004,544 61% 1.18MB/s 0:07:06 818,184,192 61% 1.17MB/s 0:07:08 819,494,912 61% 1.17MB/s 0:07:09 820,805,632 61% 1.16MB/s 0:07:11 822,116,352 61% 1.16MB/s 0:07:11 823,296,000 61% 1.14MB/s 0:07:15 824,606,720 61% 1.14MB/s 0:07:14 825,917,440 61% 1.15MB/s 0:07:12 827,228,160 62% 1.14MB/s 0:07:12 828,407,808 62% 1.14MB/s 0:07:12 829,718,528 62% 1.13MB/s 0:07:14 831,029,248 62% 1.14MB/s 0:07:10 832,208,896 62% 1.13MB/s 0:07:14 833,519,616 62% 1.16MB/s 0:07:00 834,830,336 62% 1.18MB/s 0:06:54 836,141,056 62% 1.16MB/s 0:06:58 837,451,776 62% 1.18MB/s 0:06:50 838,762,496 62% 1.18MB/s 0:06:48 840,073,216 62% 1.18MB/s 0:06:47 841,383,936 63% 1.19MB/s 0:06:43 842,694,656 63% 1.20MB/s 0:06:38 843,874,304 63% 1.18MB/s 0:06:46 845,185,024 63% 1.17MB/s 0:06:46 846,495,744 63% 1.18MB/s 0:06:42 847,806,464 63% 1.16MB/s 0:06:47 849,117,184 63% 1.20MB/s 0:06:35 850,427,904 63% 1.20MB/s 0:06:32 851,738,624 63% 1.21MB/s 0:06:29 853,049,344 63% 1.22MB/s 0:06:24 854,360,064 64% 1.22MB/s 0:06:23 855,670,784 64% 1.22MB/s 0:06:22 856,850,432 64% 1.17MB/s 0:06:38 858,161,152 64% 1.17MB/s 0:06:37 859,471,872 64% 1.17MB/s 0:06:36 860,782,592 64% 1.17MB/s 0:06:35 862,093,312 64% 1.21MB/s 0:06:19 863,272,960 64% 1.17MB/s 0:06:31 864,583,680 64% 1.17MB/s 0:06:31 865,894,400 64% 1.17MB/s 0:06:30 867,205,120 65% 1.17MB/s 0:06:27 868,515,840 65% 1.21MB/s 0:06:14 869,826,560 65% 1.22MB/s 0:06:12 871,137,280 65% 1.21MB/s 0:06:12 872,448,000 65% 1.21MB/s 0:06:12 873,758,720 65% 1.21MB/s 0:06:11 874,938,368 65% 1.16MB/s 0:06:26 876,249,088 65% 1.16MB/s 0:06:25 877,559,808 65% 1.16MB/s 0:06:23 878,870,528 65% 1.16MB/s 0:06:22 880,181,248 66% 1.20MB/s 0:06:08 881,491,968 66% 1.21MB/s 0:06:05 882,802,688 66% 1.21MB/s 0:06:04 884,113,408 66% 1.21MB/s 0:06:03 885,424,128 66% 1.21MB/s 0:06:01 886,734,848 66% 1.21MB/s 0:06:00 888,045,568 66% 1.19MB/s 0:06:04 889,356,288 66% 1.19MB/s 0:06:04 890,667,008 66% 1.20MB/s 0:06:01 891,977,728 66% 1.20MB/s 0:05:59 893,288,448 66% 1.22MB/s 0:05:53 894,599,168 67% 1.20MB/s 0:05:57 895,778,816 67% 1.17MB/s 0:06:06 897,089,536 67% 1.17MB/s 0:06:05 898,400,256 67% 1.16MB/s 0:06:06 899,710,976 67% 1.18MB/s 0:05:59 901,021,696 67% 1.21MB/s 0:05:50 902,332,416 67% 1.20MB/s 0:05:51 903,643,136 67% 1.19MB/s 0:05:52 904,822,784 67% 1.17MB/s 0:05:57 906,100,736 67% 1.17MB/s 0:05:57 907,411,456 68% 1.17MB/s 0:05:54 908,722,176 68% 1.18MB/s 0:05:50 910,032,896 68% 1.21MB/s 0:05:42 911,343,616 68% 1.21MB/s 0:05:39 912,654,336 68% 1.21MB/s 0:05:38 913,965,056 68% 1.22MB/s 0:05:37 915,275,776 68% 1.21MB/s 0:05:38 916,586,496 68% 1.21MB/s 0:05:37 917,766,144 68% 1.17MB/s 0:05:46 919,076,864 68% 1.18MB/s 0:05:43 920,387,584 69% 1.18MB/s 0:05:40 921,698,304 69% 1.18MB/s 0:05:40 923,009,024 69% 1.21MB/s 0:05:30 924,319,744 69% 1.21MB/s 0:05:30 925,630,464 69% 1.20MB/s 0:05:32 926,941,184 69% 1.19MB/s 0:05:33 928,120,832 69% 1.16MB/s 0:05:41 929,431,552 69% 1.16MB/s 0:05:39 930,742,272 69% 1.17MB/s 0:05:35 932,052,992 69% 1.18MB/s 0:05:32 933,363,712 69% 1.21MB/s 0:05:22 934,674,432 70% 1.20MB/s 0:05:23 935,985,152 70% 1.20MB/s 0:05:23 937,295,872 70% 1.21MB/s 0:05:20 938,475,520 70% 1.17MB/s 0:05:29 939,786,240 70% 1.18MB/s 0:05:27 941,096,960 70% 1.18MB/s 0:05:23 942,407,680 70% 1.18MB/s 0:05:22 943,718,400 70% 1.22MB/s 0:05:12 945,029,120 70% 1.22MB/s 0:05:10 946,339,840 70% 1.22MB/s 0:05:09 947,650,560 71% 1.22MB/s 0:05:09 948,961,280 71% 1.22MB/s 0:05:08 950,272,000 71% 1.21MB/s 0:05:08 951,582,720 71% 1.19MB/s 0:05:12 952,893,440 71% 1.20MB/s 0:05:10 954,204,160 71% 1.20MB/s 0:05:08 955,514,880 71% 1.20MB/s 0:05:07 956,825,600 71% 1.22MB/s 0:05:02 958,136,320 71% 1.22MB/s 0:05:01 959,447,040 71% 1.20MB/s 0:05:04 960,757,760 72% 1.20MB/s 0:05:03 962,068,480 72% 1.19MB/s 0:05:04 963,379,200 72% 1.19MB/s 0:05:03 964,689,920 72% 1.21MB/s 0:04:58 966,000,640 72% 1.21MB/s 0:04:57 967,311,360 72% 1.21MB/s 0:04:54 968,622,080 72% 1.21MB/s 0:04:53 969,801,728 72% 1.17MB/s 0:05:02 971,112,448 72% 1.17MB/s 0:05:02 972,423,168 72% 1.17MB/s 0:05:00 973,733,888 73% 1.17MB/s 0:04:59 975,044,608 73% 1.22MB/s 0:04:48 976,355,328 73% 1.21MB/s 0:04:48 977,666,048 73% 1.21MB/s 0:04:46 978,976,768 73% 1.22MB/s 0:04:44 980,287,488 73% 1.22MB/s 0:04:43 981,467,136 73% 1.19MB/s 0:04:48 982,777,856 73% 1.17MB/s 0:04:52 984,088,576 73% 1.17MB/s 0:04:51 985,399,296 73% 1.17MB/s 0:04:49 986,710,016 73% 1.20MB/s 0:04:41 988,020,736 74% 1.22MB/s 0:04:36 989,331,456 74% 1.22MB/s 0:04:35 990,642,176 74% 1.21MB/s 0:04:35 991,952,896 74% 1.21MB/s 0:04:34 993,263,616 74% 1.22MB/s 0:04:33 994,574,336 74% 1.22MB/s 0:04:31 995,885,056 74% 1.20MB/s 0:04:34 997,195,776 74% 1.20MB/s 0:04:34 998,506,496 74% 1.19MB/s 0:04:34 999,686,144 74% 1.15MB/s 0:04:43 1,000,865,792 75% 1.12MB/s 0:04:50 1,002,176,512 75% 1.11MB/s 0:04:52 1,003,356,160 75% 1.08MB/s 0:04:58 1,004,535,808 75% 1.09MB/s 0:04:55 1,005,715,456 75% 1.10MB/s 0:04:50 1,006,895,104 75% 1.09MB/s 0:04:51 1,008,205,824 75% 1.11MB/s 0:04:47 1,009,254,400 75% 1.08MB/s 0:04:54 1,010,434,048 75% 1.08MB/s 0:04:52 1,011,482,624 75% 1.04MB/s 0:05:01 1,012,662,272 75% 1.01MB/s 0:05:11 1,013,972,992 76% 1.06MB/s 0:04:55 1,015,152,640 76% 1.04MB/s 0:04:59 1,016,463,360 76% 1.08MB/s 0:04:47 1,017,643,008 76% 1.10MB/s 0:04:39 1,018,822,656 76% 1.08MB/s 0:04:45 1,019,478,016 76% 981.41kB/s 0:05:20 1,020,133,376 76% 820.89kB/s 0:06:21 1,020,788,736 76% 683.88kB/s 0:07:37 1,021,444,096 76% 572.71kB/s 0:09:04 1,022,099,456 76% 572.71kB/s 0:09:03 1,022,754,816 76% 580.76kB/s 0:08:55 1,023,672,320 76% 657.02kB/s 0:07:51 1,024,720,896 76% 741.60kB/s 0:06:56 1,025,900,544 76% 866.48kB/s 0:05:55 1,027,211,264 77% 1.00MB/s 0:04:57 1,028,521,984 77% 1.07MB/s 0:04:39 1,029,832,704 77% 1.12MB/s 0:04:23 1,031,143,424 77% 1.15MB/s 0:04:16 1,032,454,144 77% 1.15MB/s 0:04:14 1,033,764,864 77% 1.15MB/s 0:04:14 1,034,813,440 77% 1.11MB/s 0:04:23 1,036,124,160 77% 1.10MB/s 0:04:23 1,037,434,880 77% 1.11MB/s 0:04:21 1,038,483,456 77% 1.08MB/s 0:04:27 1,039,761,408 77% 1.13MB/s 0:04:13 1,041,072,128 78% 1.14MB/s 0:04:09 1,042,382,848 78% 1.13MB/s 0:04:11 1,043,693,568 78% 1.18MB/s 0:03:59 1,045,004,288 78% 1.19MB/s 0:03:55 1,046,315,008 78% 1.20MB/s 0:03:54 1,047,625,728 78% 1.21MB/s 0:03:50 1,048,936,448 78% 1.20MB/s 0:03:50 1,050,247,168 78% 1.19MB/s 0:03:51 1,051,557,888 78% 1.18MB/s 0:03:54 1,052,868,608 78% 1.18MB/s 0:03:52 1,054,179,328 79% 1.19MB/s 0:03:49 1,055,490,048 79% 1.20MB/s 0:03:46 1,056,800,768 79% 1.22MB/s 0:03:42 1,058,111,488 79% 1.21MB/s 0:03:42 1,059,291,136 79% 1.16MB/s 0:03:50 1,060,601,856 79% 1.16MB/s 0:03:50 1,061,912,576 79% 1.15MB/s 0:03:51 1,062,961,152 79% 1.10MB/s 0:04:00 1,064,140,800 79% 1.12MB/s 0:03:54 1,065,451,520 79% 1.10MB/s 0:03:57 1,066,631,168 79% 1.07MB/s 0:04:03 1,067,810,816 80% 1.10MB/s 0:03:56 1,069,121,536 80% 1.10MB/s 0:03:53 1,070,170,112 80% 1.03MB/s 0:04:10 1,071,349,760 80% 1.03MB/s 0:04:07 1,072,660,480 80% 1.05MB/s 0:04:03 1,073,971,200 80% 1.05MB/s 0:04:02 1,075,281,920 80% 1.13MB/s 0:03:43 1,076,592,640 80% 1.15MB/s 0:03:37 1,077,772,288 80% 1.12MB/s 0:03:42 1,079,083,008 80% 1.12MB/s 0:03:41 1,080,393,728 81% 1.12MB/s 0:03:40 1,081,704,448 81% 1.13MB/s 0:03:37 1,083,015,168 81% 1.16MB/s 0:03:31 1,084,194,816 81% 1.15MB/s 0:03:32 1,085,505,536 81% 1.15MB/s 0:03:29 1,086,685,184 81% 1.10MB/s 0:03:39 1,087,602,688 81% 1.03MB/s 0:03:52 1,088,782,336 81% 1.03MB/s 0:03:53 1,089,699,840 81% 962.63kB/s 0:04:13 1,090,486,272 81% 858.46kB/s 0:04:43 1,091,272,704 81% 816.21kB/s 0:04:56 1,092,059,136 81% 734.45kB/s 0:05:28 1,093,107,712 81% 750.06kB/s 0:05:20 1,094,287,360 82% 861.65kB/s 0:04:37 1,095,467,008 82% 963.99kB/s 0:04:06 1,096,515,584 82% 1.00MB/s 0:03:50 1,097,826,304 82% 1.05MB/s 0:03:38 1,099,005,952 82% 1.06MB/s 0:03:36 1,100,054,528 82% 1.02MB/s 0:03:43 1,101,365,248 82% 1.07MB/s 0:03:31 1,102,413,824 82% 1.05MB/s 0:03:35 1,103,724,544 82% 1.09MB/s 0:03:26 1,105,035,264 82% 1.15MB/s 0:03:13 1,106,345,984 82% 1.15MB/s 0:03:13 1,107,394,560 83% 1.15MB/s 0:03:11 1,108,705,280 83% 1.15MB/s 0:03:10 1,110,016,000 83% 1.15MB/s 0:03:09 1,111,326,720 83% 1.15MB/s 0:03:08 1,112,637,440 83% 1.19MB/s 0:03:00 1,113,948,160 83% 1.18MB/s 0:03:01 1,115,258,880 83% 1.18MB/s 0:03:00 1,116,569,600 83% 1.16MB/s 0:03:03 1,117,749,248 83% 1.13MB/s 0:03:06 1,119,059,968 83% 1.13MB/s 0:03:05 1,120,370,688 84% 1.13MB/s 0:03:04 1,121,681,408 84% 1.15MB/s 0:03:00 1,122,992,128 84% 1.19MB/s 0:02:53 1,124,302,848 84% 1.17MB/s 0:02:54 1,125,613,568 84% 1.16MB/s 0:02:54 1,126,924,288 84% 1.17MB/s 0:02:52 1,128,235,008 84% 1.17MB/s 0:02:51 1,129,545,728 84% 1.17MB/s 0:02:49 1,130,856,448 84% 1.18MB/s 0:02:48 1,132,036,096 84% 1.14MB/s 0:02:52 1,133,215,744 84% 1.12MB/s 0:02:54 1,134,526,464 85% 1.13MB/s 0:02:51 1,135,837,184 85% 1.15MB/s 0:02:48 1,137,147,904 85% 1.19MB/s 0:02:41 1,138,458,624 85% 1.21MB/s 0:02:37 1,139,769,344 85% 1.21MB/s 0:02:36 1,140,948,992 85% 1.17MB/s 0:02:41 1,142,259,712 85% 1.16MB/s 0:02:41 1,143,570,432 85% 1.15MB/s 0:02:41 1,144,750,080 85% 1.09MB/s 0:02:49 1,145,798,656 85% 1.06MB/s 0:02:53 1,146,847,232 85% 1.01MB/s 0:03:00 1,148,157,952 86% 1.00MB/s 0:03:00 1,149,337,600 86% 1.04MB/s 0:02:53 1,150,648,320 86% 1.11MB/s 0:02:41 1,151,959,040 86% 1.15MB/s 0:02:34 1,153,138,688 86% 1.12MB/s 0:02:37 1,154,449,408 86% 1.13MB/s 0:02:34 1,155,629,056 86% 1.11MB/s 0:02:36 1,156,939,776 86% 1.12MB/s 0:02:33 1,158,250,496 86% 1.16MB/s 0:02:27 1,159,561,216 86% 1.15MB/s 0:02:28 1,160,871,936 87% 1.16MB/s 0:02:24 1,162,182,656 87% 1.17MB/s 0:02:23 1,163,231,232 87% 1.12MB/s 0:02:28 1,164,541,952 87% 1.14MB/s 0:02:25 1,165,852,672 87% 1.14MB/s 0:02:24 1,167,163,392 87% 1.14MB/s 0:02:22 1,168,474,112 87% 1.19MB/s 0:02:15 1,169,784,832 87% 1.18MB/s 0:02:15 1,170,964,480 87% 1.16MB/s 0:02:16 1,172,275,200 87% 1.15MB/s 0:02:16 1,173,585,920 88% 1.16MB/s 0:02:14 1,174,863,872 88% 1.16MB/s 0:02:13 1,175,912,448 88% 1.13MB/s 0:02:16 1,177,223,168 88% 1.13MB/s 0:02:14 1,178,533,888 88% 1.13MB/s 0:02:13 1,179,844,608 88% 1.15MB/s 0:02:10 1,181,155,328 88% 1.19MB/s 0:02:05 1,182,466,048 88% 1.19MB/s 0:02:03 1,183,776,768 88% 1.19MB/s 0:02:03 1,184,956,416 88% 1.15MB/s 0:02:05 1,186,267,136 88% 1.17MB/s 0:02:02 1,187,577,856 89% 1.15MB/s 0:02:03 1,188,888,576 89% 1.16MB/s 0:02:02 1,190,199,296 89% 1.20MB/s 0:01:57 1,191,510,016 89% 1.19MB/s 0:01:57 1,192,820,736 89% 1.21MB/s 0:01:54 1,194,131,456 89% 1.21MB/s 0:01:52 1,195,442,176 89% 1.21MB/s 0:01:51 1,196,523,520 89% 1.18MB/s 0:01:53 1,197,801,472 89% 1.15MB/s 0:01:54 1,199,112,192 89% 1.15MB/s 0:01:54 1,200,422,912 90% 1.15MB/s 0:01:53 1,201,733,632 90% 1.18MB/s 0:01:49 1,203,044,352 90% 1.19MB/s 0:01:46 1,204,355,072 90% 1.20MB/s 0:01:45 1,205,665,792 90% 1.19MB/s 0:01:45 1,206,976,512 90% 1.18MB/s 0:01:44 1,208,287,232 90% 1.19MB/s 0:01:43 1,209,597,952 90% 1.18MB/s 0:01:42 1,210,908,672 90% 1.19MB/s 0:01:40 1,212,219,392 90% 1.20MB/s 0:01:39 1,213,530,112 90% 1.20MB/s 0:01:37 1,214,840,832 91% 1.20MB/s 0:01:36 1,216,151,552 91% 1.20MB/s 0:01:35 1,217,331,200 91% 1.18MB/s 0:01:35 1,218,641,920 91% 1.17MB/s 0:01:35 1,219,952,640 91% 1.16MB/s 0:01:35 1,221,132,288 91% 1.13MB/s 0:01:37 1,222,443,008 91% 1.16MB/s 0:01:33 1,223,753,728 91% 1.18MB/s 0:01:30 1,225,064,448 91% 1.18MB/s 0:01:29 1,226,375,168 91% 1.20MB/s 0:01:27 1,227,685,888 92% 1.19MB/s 0:01:26 1,228,996,608 92% 1.18MB/s 0:01:26 1,230,307,328 92% 1.19MB/s 0:01:24 1,231,618,048 92% 1.20MB/s 0:01:22 1,232,797,696 92% 1.18MB/s 0:01:23 1,234,108,416 92% 1.19MB/s 0:01:21 1,235,419,136 92% 1.19MB/s 0:01:20 1,236,729,856 92% 1.19MB/s 0:01:19 1,237,909,504 92% 1.18MB/s 0:01:18 1,239,220,224 92% 1.18MB/s 0:01:18 1,240,530,944 93% 1.16MB/s 0:01:18 1,241,841,664 93% 1.16MB/s 0:01:17 1,243,152,384 93% 1.19MB/s 0:01:14 1,244,463,104 93% 1.18MB/s 0:01:13 1,245,773,824 93% 1.20MB/s 0:01:11 1,247,084,544 93% 1.21MB/s 0:01:10 1,248,395,264 93% 1.21MB/s 0:01:08 1,249,705,984 93% 1.22MB/s 0:01:06 1,251,016,704 93% 1.22MB/s 0:01:05 1,252,196,352 93% 1.18MB/s 0:01:07 1,253,507,072 93% 1.17MB/s 0:01:06 1,254,817,792 94% 1.17MB/s 0:01:05 1,256,128,512 94% 1.16MB/s 0:01:05 1,257,439,232 94% 1.20MB/s 0:01:02 1,258,749,952 94% 1.21MB/s 0:01:00 1,260,060,672 94% 1.21MB/s 0:00:59 1,261,371,392 94% 1.22MB/s 0:00:57 1,262,682,112 94% 1.22MB/s 0:00:56 1,263,992,832 94% 1.22MB/s 0:00:55 1,265,303,552 94% 1.22MB/s 0:00:54 1,266,614,272 94% 1.21MB/s 0:00:54 1,267,924,992 95% 1.21MB/s 0:00:52 1,269,235,712 95% 1.20MB/s 0:00:52 1,270,546,432 95% 1.20MB/s 0:00:51 1,271,857,152 95% 1.21MB/s 0:00:49 1,273,167,872 95% 1.20MB/s 0:00:49 1,274,478,592 95% 1.20MB/s 0:00:48 1,275,658,240 95% 1.16MB/s 0:00:48 1,276,968,960 95% 1.15MB/s 0:00:47 1,278,279,680 95% 1.16MB/s 0:00:46 1,279,590,400 95% 1.16MB/s 0:00:45 1,280,901,120 96% 1.19MB/s 0:00:43 1,282,211,840 96% 1.18MB/s 0:00:42 1,283,522,560 96% 1.19MB/s 0:00:41 1,284,833,280 96% 1.19MB/s 0:00:39 1,286,144,000 96% 1.20MB/s 0:00:38 1,287,454,720 96% 1.20MB/s 0:00:37 1,288,634,368 96% 1.18MB/s 0:00:37 1,289,945,088 96% 1.17MB/s 0:00:36 1,291,255,808 96% 1.18MB/s 0:00:34 1,292,566,528 96% 1.19MB/s 0:00:33 1,293,877,248 97% 1.20MB/s 0:00:32 1,295,187,968 97% 1.21MB/s 0:00:30 1,296,498,688 97% 1.20MB/s 0:00:30 1,297,809,408 97% 1.20MB/s 0:00:29 1,299,120,128 97% 1.21MB/s 0:00:27 1,300,430,848 97% 1.21MB/s 0:00:26 1,301,610,496 97% 1.18MB/s 0:00:26 1,302,921,216 97% 1.17MB/s 0:00:25 1,304,231,936 97% 1.16MB/s 0:00:24 1,305,542,656 97% 1.16MB/s 0:00:23 1,306,853,376 97% 1.19MB/s 0:00:21 1,308,131,328 98% 1.19MB/s 0:00:20 1,309,442,048 98% 1.19MB/s 0:00:19 1,310,752,768 98% 1.19MB/s 0:00:18 1,312,063,488 98% 1.18MB/s 0:00:17 1,313,374,208 98% 1.19MB/s 0:00:16 1,314,553,856 98% 1.15MB/s 0:00:16 1,315,864,576 98% 1.16MB/s 0:00:14 1,317,175,296 98% 1.17MB/s 0:00:13 1,318,486,016 98% 1.15MB/s 0:00:12 1,319,796,736 98% 1.19MB/s 0:00:11 1,321,107,456 99% 1.16MB/s 0:00:10 1,322,418,176 99% 1.16MB/s 0:00:09 1,323,728,896 99% 1.17MB/s 0:00:08 1,325,039,616 99% 1.18MB/s 0:00:07 1,326,350,336 99% 1.21MB/s 0:00:05 1,327,661,056 99% 1.22MB/s 0:00:04 1,328,971,776 99% 1.21MB/s 0:00:03 1,330,282,496 99% 1.21MB/s 0:00:02 1,331,593,216 99% 1.21MB/s 0:00:01 1,332,903,936 99% 1.21MB/s 0:00:00 1,333,549,704 100% 1.16MB/s 0:18:12 (xfr#5, to-chk=1/7) images/pmos-plasma-mobile-nightly-20221118-tablet-x64uefi.img.xz.sha256 131 100% 0.31kB/s 0:00:00 131 100% 0.31kB/s 0:00:00 (xfr#6, to-chk=0/7) sent 3,122,705,730 bytes received 577 bytes 1,229,169.97 bytes/sec total size is 3,121,942,944 speedup is 1.00 All done! [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@72807228[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=33,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-10-04T14:33:56Z]] (sha:247add9) with context:plasma-mobile-nightly-images Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/247add935fd3a2c38898774e934f60f40a90a1f3 Sending notification to Discord. Finished: SUCCESS