Skip to content
Success

Console Output

Skipping 334 KB.. Full Log
(3697434) [16:15:38] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(3697434) [16:15:38] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(3697434) [16:15:38] (native) % parted -s /dev/install mktable gpt
(3697434) [16:15:38] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M
(3697434) [16:15:38] (native) % parted -s /dev/install mkpart primary 256M 100%
(3697434) [16:15:38] (native) % parted -s /dev/install set 1 boot on
(3697434) [16:15:38] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop8",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": false,
         "back-file": "/storagepool/storagepool-ext.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop9",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3697434) [16:15:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3697434) [16:15:38] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3697434) [16:15:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3697434) [16:15:38] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3697434) [16:15:38] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(3697434) [16:15:38] (native) install e2fsprogs
(3697434) [16:15:38] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3697434) [16:15:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3697434) [16:15:38] (native) % cat /tmp/apk_progress_fifo
(3697434) [16:15:38] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(3697434) [16:15:38] New background process: pid=3709344, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/3) Installing libcom_err (1.46.5-r3)
(2/3) Installing e2fsprogs-libs (1.46.5-r3)
(3/3) Installing e2fsprogs (1.46.5-r3)
Executing busybox-1.35.0-r27.trigger
OK: 26 MiB in 72 packages
(3697434) [16:15:39] (native) format /dev/installp2 (root, ext4)
(3697434) [16:15:39] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(3697434) [16:15:39] (native) mount /dev/installp2 to /mnt/install
(3697434) [16:15:39] (native) % mkdir -p /mnt/install
(3697434) [16:15:39] (native) % mount /dev/installp2 /mnt/install
(3697434) [16:15:40] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(3697434) [16:15:40] (native) install dosfstools
(3697434) [16:15:40] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3697434) [16:15:40] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3697434) [16:15:40] (native) % cat /tmp/apk_progress_fifo
(3697434) [16:15:40] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(3697434) [16:15:40] New background process: pid=3709476, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing dosfstools (4.2-r1)
Executing busybox-1.35.0-r27.trigger
OK: 26 MiB in 73 packages
(3697434) [16:15:40] (native) format /dev/installp1 (boot, fat32), mount to mountpoint
(3697434) [16:15:40] (native) % mkfs.fat -F 32 -n pmOS_boot /dev/installp1
mkfs.fat 4.2 (2021-01-31)
mkfs.fat: Warning: lowercase labels might not work properly on some systems
(3697434) [16:15:40] (native) % mkdir -p /mnt/install/boot
(3697434) [16:15:40] (native) % mount /dev/installp1 /mnt/install/boot
(3697434) [16:15:40] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(3697434) [16:15:40] (native) copy rootfs_pine64-pinephonepro to /mnt/install/
(3697434) [16:15:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(3697434) [16:15:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(3697434) [16:15:40] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(3697434) [16:15:40] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(3697434) [16:15:40] (native) % cd /mnt/rootfs_pine64-pinephonepro; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/
(3697434) [16:15:52] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(3697434) [16:15:52] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(3697434) [16:15:52] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/build.postmarketos.org.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(3697434) [16:15:52] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(3697434) [16:15:52] % cat /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
http://mirror.postmarketos.org/postmarketos/master
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
(3697434) [16:15:52] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(3697434) [16:15:52] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(3697434) [16:15:54] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2560.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2566.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_16778.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22526.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1623.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1611.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17029.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop8",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": false,
         "back-file": "/storagepool/storagepool-ext.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop9",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3697434) [16:15:54] (native) umount /dev/loop9
(3697434) [16:15:54] (native) % losetup -d /dev/loop9
(3697434) [16:15:54] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3697434) [16:15:54] 
(3697434) [16:15:54] *** FLASHING INFORMATION ***
(3697434) [16:15:54] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(3697434) [16:15:54] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(3697434) [16:15:54] 
(3697434) [16:15:54] *** SSH DAEMON INFORMATION ***
(3697434) [16:15:54] SSH daemon is enabled (disable with --no-sshd).
(3697434) [16:15:54] Login as 'user' with the password given during installation.
(3697434) [16:15:54] 
(3697434) [16:15:54] *** FIREWALL INFORMATION ***
(3697434) [16:15:54] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(3697434) [16:15:54] For more information: https://postmarketos.org/firewall
(3697434) [16:15:54] 
(3697434) [16:15:54] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(3697434) [16:15:54] DONE!
total 2277296
-rw-r--r-- 1 root 12345 3003121664 Oct 17 16:15 pine64-pinephonepro.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img'
Loop Device: /dev/loop9
NAME       SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE                                                                              DIO LOG-SEC
/dev/loop1         0      0         1  1 /var/lib/snapd/snaps/core18_2566.snap                                                    0     512
/dev/loop8         0      0         1  0 /storagepool/storagepool-ext.img                                                         0     512
/dev/loop6         0      0         1  1 /var/lib/snapd/snaps/core20_1611.snap                                                    0     512
/dev/loop4         0      0         1  1 /var/lib/snapd/snaps/core20_1623.snap                                                    0     512
/dev/loop2         0      0         1  1 /var/lib/snapd/snaps/snapd_16778.snap                                                    0     512
/dev/loop0         0      0         1  1 /var/lib/snapd/snaps/core18_2560.snap                                                    0     512
/dev/loop9         0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img   0     512
/dev/loop7         0      0         1  1 /var/lib/snapd/snaps/snapd_17029.snap                                                    0     512
/dev/loop5         0      0         1  1 /var/lib/snapd/snaps/lxd_22753.snap                                                      0     512
/dev/loop3         0      0         1  1 /var/lib/snapd/snaps/lxd_22526.snap                                                      0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Oct 17 16:16 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Oct 17 16:16 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Oct 17 16:16 storagepool -> ../../sda1
total 88
drwxr-xr-x  2 root root  4096 Oct 17 16:14 bin
drwxr-xr-x  2 root root  4096 Oct 17 16:15 boot
drwxr-xr-x  2 root root  4096 Oct 17 16:08 dev
drwxr-xr-x 65 root root  4096 Oct 17 16:15 etc
drwxr-xr-x  3 root root  4096 Oct 17 16:15 home
drwxr-xr-x 15 root root  4096 Oct 17 16:14 lib
drwx------  2 root root 16384 Oct 17 16:15 lost+found
drwxr-xr-x  5 root root  4096 Oct 17 16:08 media
drwxr-xr-x  8 root root  4096 Oct 17 16:08 mnt
drwxr-xr-x  2 root root  4096 Oct 17 16:08 opt
drwxr-xr-x  2 root root  4096 Oct 17 16:08 proc
drwx------  2 root root  4096 Oct 17 16:08 root
drwxr-xr-x  6 root root  4096 Oct 17 16:13 run
drwxr-xr-x  2 root root  4096 Oct 17 16:14 sbin
drwxr-xr-x  2 root root  4096 Oct 17 16:08 srv
drwxr-xr-x  2 root root  4096 Oct 17 16:08 sys
drwxrwxrwt  2 root root  4096 Oct 17 16:15 tmp
drwxr-xr-x 10 root root  4096 Oct 17 16:14 usr
drwxr-xr-x 13 root root  4096 Oct 17 16:10 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-10-17 16:16:18--  https://sineware.ca/prolinux/plasma-mobile-nightly/swadmin-632219ce.rsa.pub
Resolving sineware.ca (sineware.ca)... 2603:c021:1:3c01:391c:d648:2470:96c2, 140.238.158.18
Connecting to sineware.ca (sineware.ca)|2603:c021:1:3c01:391c:d648:2470:96c2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 799 [application/x-mspublisher]
Saving to: ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’

     0K                                                       100% 34.0M=0s

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

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

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

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

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

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

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

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

sent 3,075,931,805 bytes  received 577 bytes  1,261,920.98 bytes/sec
total size is 3,075,180,460  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@7a5d3a78[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=33,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-10-04T14:33:56Z]] (sha:f43e2ed) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/f43e2ed5193bbe6600e21dd23c93d3273648e059
Finished: SUCCESS