Skip to content
Success

Console Output

Skipping 345 KB.. Full Log
(3611677) [16:07:16] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(3611677) [16:07:16] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(3611677) [16:07:16] (native) % parted -s /dev/install mktable gpt
(3611677) [16:07:16] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M
(3611677) [16:07:16] (native) % parted -s /dev/install mkpart primary 256M 100%
(3611677) [16:07:16] (native) % parted -s /dev/install set 1 boot on
(3611677) [16:07:16] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_23991.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2667.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1695.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2654.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17576.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17883.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop8",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": false,
         "back-file": "/storagepool/storagepool-ext.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop9",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop10",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1738.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3611677) [16:07:16] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3611677) [16:07:16] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(3611677) [16:07:16] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3611677) [16:07:16] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(3611677) [16:07:16] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(3611677) [16:07:16] (native) install e2fsprogs
(3611677) [16:07:16] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3611677) [16:07:16] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3611677) [16:07:16] (native) % cat /tmp/apk_progress_fifo
(3611677) [16:07:16] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(3611677) [16:07:16] New background process: pid=3624032, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/3) Installing libcom_err (1.46.5-r4)
(2/3) Installing e2fsprogs-libs (1.46.5-r4)
(3/3) Installing e2fsprogs (1.46.5-r4)
Executing busybox-1.35.0-r29.trigger
OK: 26 MiB in 71 packages
(3611677) [16:07:17] (native) format /dev/installp2 (root, ext4)
(3611677) [16:07:17] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(3611677) [16:07:17] (native) mount /dev/installp2 to /mnt/install
(3611677) [16:07:17] (native) % mkdir -p /mnt/install
(3611677) [16:07:17] (native) % mount /dev/installp2 /mnt/install
(3611677) [16:07:17] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(3611677) [16:07:17] (native) install dosfstools
(3611677) [16:07:17] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3611677) [16:07:17] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(3611677) [16:07:17] (native) % cat /tmp/apk_progress_fifo
(3611677) [16:07:17] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(3611677) [16:07:17] New background process: pid=3624061, output=background
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
(1/1) Installing dosfstools (4.2-r1)
Executing busybox-1.35.0-r29.trigger
OK: 26 MiB in 72 packages
(3611677) [16:07:18] (native) format /dev/installp1 (boot, fat32), mount to mountpoint
(3611677) [16:07:18] (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
(3611677) [16:07:18] (native) % mkdir -p /mnt/install/boot
(3611677) [16:07:18] (native) % mount /dev/installp1 /mnt/install/boot
(3611677) [16:07:18] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(3611677) [16:07:18] (native) copy rootfs_pine64-pinephonepro to /mnt/install/
(3611677) [16:07:18] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(3611677) [16:07:18] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(3611677) [16:07:18] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(3611677) [16:07:18] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(3611677) [16:07:18] (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/
(3611677) [16:07:25] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(3611677) [16:07:25] % 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
(3611677) [16:07:25] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % 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/
(3611677) [16:07:25] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(3611677) [16:07:25] % 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
(3611677) [16:07:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(3611677) [16:07:25] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(3611677) [16:07:29] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_23991.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2667.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop2",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1695.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop3",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_24061.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop4",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_2654.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop5",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17576.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop6",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/snapd_17883.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop7",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_22753.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop8",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": false,
         "back-file": "/storagepool/storagepool-ext.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop9",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": false,
         "ro": false,
         "back-file": "/home/pmos/rootfs/pine64-pinephonepro.img",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop10",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core20_1738.snap",
         "dio": false,
         "log-sec": 512
      }
   ]
}
(3611677) [16:07:29] (native) umount /dev/loop9
(3611677) [16:07:29] (native) % losetup -d /dev/loop9
(3611677) [16:07:29] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(3611677) [16:07:29] 
(3611677) [16:07:29] *** FLASHING INFORMATION ***
(3611677) [16:07:29] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(3611677) [16:07:29] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(3611677) [16:07:29] 
(3611677) [16:07:29] *** SSH DAEMON INFORMATION ***
(3611677) [16:07:29] SSH daemon is enabled (disable with --no-sshd).
(3611677) [16:07:29] Login as 'user' with the password given during installation.
(3611677) [16:07:29] 
(3611677) [16:07:29] *** FIREWALL INFORMATION ***
(3611677) [16:07:29] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(3611677) [16:07:29] For more information: https://postmarketos.org/firewall
(3611677) [16:07:29] 
(3611677) [16:07:29] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(3611677) [16:07:29] DONE!
total 2315940
-rw-r--r-- 1 root 12345 3587178496 Dec 21 16:07 pine64-pinephonepro.img
'/home/swadmin/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/pine64-pinephonepro.img' -> './pine64-pinephonepro.img'
Loop Device: /dev/loop9
NAME        SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE                                                                              DIO LOG-SEC
/dev/loop1          0      0         1  1 /var/lib/snapd/snaps/core18_2667.snap                                                    0     512
/dev/loop8          0      0         1  0 /storagepool/storagepool-ext.img                                                         0     512
/dev/loop6          0      0         1  1 /var/lib/snapd/snaps/snapd_17883.snap                                                    0     512
/dev/loop4          0      0         1  1 /var/lib/snapd/snaps/core18_2654.snap                                                    0     512
/dev/loop2          0      0         1  1 /var/lib/snapd/snaps/core20_1695.snap                                                    0     512
/dev/loop0          0      0         1  1 /var/lib/snapd/snaps/lxd_23991.snap                                                      0     512
/dev/loop9          0      0         0  0 /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/pine64-pinephonepro.img   0     512
/dev/loop7          0      0         1  1 /var/lib/snapd/snaps/lxd_22753.snap (deleted)                                            0     512
/dev/loop5          0      0         1  1 /var/lib/snapd/snaps/snapd_17576.snap (deleted)                                          0     512
/dev/loop3          0      0         1  1 /var/lib/snapd/snaps/lxd_24061.snap                                                      0     512
/dev/loop10         0      0         1  1 /var/lib/snapd/snaps/core20_1738.snap                                                    0     512
Waiting for devices to settle...
total 0
lrwxrwxrwx 1 root root 13 Dec 21 16:07 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Dec 21 16:07 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Dec 21 16:07 storagepool -> ../../sdb1
total 88
drwxr-xr-x  2 root root  4096 Dec 21 16:06 bin
drwxr-xr-x  2 root root  4096 Dec 21 16:07 boot
drwxr-xr-x  2 root root  4096 Dec 21 16:02 dev
drwxr-xr-x 65 root root  4096 Dec 21 16:07 etc
drwxr-xr-x  3 root root  4096 Dec 21 16:07 home
drwxr-xr-x 14 root root  4096 Dec 21 16:05 lib
drwx------  2 root root 16384 Dec 21 16:07 lost+found
drwxr-xr-x  5 root root  4096 Dec 21 16:02 media
drwxr-xr-x  8 root root  4096 Dec 21 16:02 mnt
drwxr-xr-x  2 root root  4096 Dec 21 16:02 opt
drwxr-xr-x  2 root root  4096 Dec 21 16:02 proc
drwx------  2 root root  4096 Dec 21 16:02 root
drwxr-xr-x  6 root root  4096 Dec 21 16:05 run
drwxr-xr-x  2 root root  4096 Dec 21 16:06 sbin
drwxr-xr-x  2 root root  4096 Dec 21 16:02 srv
drwxr-xr-x  2 root root  4096 Dec 21 16:02 sys
drwxrwxrwt  2 root root  4096 Dec 21 16:07 tmp
drwxr-xr-x  9 root root  4096 Dec 21 16:03 usr
drwxr-xr-x 13 root root  4096 Dec 21 16:03 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-12-21 16:07:52--  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% 91.7M=0s

2022-12-21 16:07:52 (91.7 MB/s) - ‘./mnt/etc/apk/keys/swadmin-632219ce.rsa.pub’ saved [799/799]

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/aarch64/APKINDEX.tar.gz
2022-12-20 21:36:42.236770 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-2014-ge3e20d7259 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-2021-g4194554afa [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-2020-g4e26acf883 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25290 distinct packages available
(1/102) Upgrading kirigami2-libs (5.101.0-r0 -> 9999_git1671550179-r0)
(2/102) Upgrading kirigami2 (5.101.0-r0 -> 9999_git1671550179-r0)
(3/102) Upgrading kactivities-libs (5.101.0-r0 -> 9999_git1670961040-r0)
(4/102) Upgrading karchive (5.101.0-r0 -> 9999_git1671501450-r0)
(5/102) Upgrading kconfig (5.101.0-r0 -> 9999_git1670983668-r0)
(6/102) Upgrading kcoreaddons (5.101.0-r0 -> 9999_git1671501464-r0)
(7/102) Upgrading kwindowsystem (5.101.0-r0 -> 9999_git1671291497-r0)
(8/102) Upgrading kcrash (5.101.0-r0 -> 9999_git1670961176-r0)
(9/102) Upgrading kdbusaddons (5.101.0-r0 -> 9999_git1670983716-r0)
(10/102) Upgrading kglobalaccel (5.101.0-r0 -> 9999_git1671156734-r0)
(11/102) Upgrading kguiaddons (5.101.0-r0 -> 9999_git1671120703-r0)
(12/102) Upgrading ki18n (5.101.0-r0 -> 9999_git1670983823-r0)
(13/102) Upgrading kauth (5.101.0-r0 -> 9999_git1670983618-r0)
(14/102) Upgrading kcodecs (5.101.0-r0 -> 9999_git1670983650-r0)
(15/102) Upgrading kwidgetsaddons (5.101.0-r0 -> 9999_git1671070167-r0)
(16/102) Upgrading kconfigwidgets (5.101.0-r0 -> 9999_git1671330281-r0)
(17/102) Upgrading kiconthemes (5.101.0-r0 -> 9999_git1670983832-r0)
(18/102) Upgrading kitemviews (5.101.0-r0 -> 9999_git1670983874-r0)
(19/102) Upgrading kxmlgui (5.101.0-r0 -> 9999_git1670984048-r0)
(20/102) Upgrading kbookmarks (5.101.0-r0 -> 9999_git1670983629-r0)
(21/102) Upgrading kcompletion (5.101.0-r0 -> 9999_git1670983659-r0)
(22/102) Upgrading kdoctools (5.101.0-r0 -> 9999_git1671242901-r0)
(23/102) Upgrading kjobwidgets (5.101.0-r0 -> 9999_git1670983884-r0)
(24/102) Upgrading knotifications (5.101.0-r0 -> 9999_git1670983912-r0)
(25/102) Upgrading kservice (5.101.0-r0 -> 9999_git1671501503-r0)
(26/102) Upgrading solid-libs (5.101.0-r0 -> 9999_git1671382667-r0)
(27/102) Upgrading sonnet (5.101.0-r0 -> 9999_git1671279913-r0)
(28/102) Upgrading ktextwidgets (5.101.0-r0 -> 9999_git1671330354-r0)
(29/102) Upgrading kio (5.101.0-r0 -> 9999_git1671453854-r0)
(30/102) Upgrading kpackage (5.101.0-r0 -> 9999_git1671415350-r0)
(31/102) Upgrading kdeclarative (5.101.0-r0 -> 9999_git1671455506-r0)
(32/102) Upgrading kwayland (5.101.0-r0 -> 9999_git1671294132-r0)
(33/102) Upgrading plasma-framework (5.101.0-r0 -> 9999_git1670984067-r0)
(34/102) Upgrading kwallet (5.101.0-r0 -> 9999_git1671489723-r0)
(35/102) Upgrading purpose (5.101.0-r0 -> 9999_git1671501518-r0)
(36/102) Upgrading angelfish (22.11-r0 -> 9999_git1671588934-r0)
(37/102) Upgrading breeze-gtk (5.26.4-r0 -> 9999_git1667417749-r0)
(38/102) Upgrading attica (5.101.0-r0 -> 9999_git1670960981-r0)
(39/102) Upgrading kidletime (5.101.0-r0 -> 9999_git1670961361-r0)
(40/102) Upgrading knewstuff (5.101.0-r0 -> 9999_git1671415340-r0)
(41/102) Upgrading kirigami-addons (0.6.1-r0 -> 9999_git1671588314-r0)
(42/102) Upgrading kclock (22.11-r0 -> 9999_git1671345680-r0)
(43/102) Upgrading kdecoration (5.26.4-r0 -> 9999_git1671236289-r0)
(44/102) Upgrading kde-gtk-config (5.26.4-r0 -> 9999_git1669286098-r0)
(45/102) Upgrading kfilemetadata (5.101.0-r0 -> 9999_git1670983781-r0)
(46/102) Upgrading kcontacts (5.101.0-r0 -> 9999_git1671155896-r0)
(47/102) Upgrading kpeople (5.101.0-r0 -> 9999_git1671156778-r0)
(48/102) Upgrading kcalendarcore (5.101.0-r0 -> 9999_git1670961098-r0)
(49/102) Upgrading kcmutils (5.101.0-r0 -> 9999_git1670983639-r0)
(50/102) Upgrading frameworkintegration (5.101.0-r0 -> 9999_git1670961030-r0)
(51/102) Upgrading oxygen (5.26.4-r0 -> 9999_git1671280537-r0)
(52/102) Upgrading modemmanager-qt (5.101.0-r0 -> 9999_git1671213815-r0)
(53/102) Upgrading plasma-dialer (22.11-r0 -> 9999_git1671588958-r0)
(54/102) Upgrading plasma-phonebook (22.11-r0 -> 9999_git1671331612-r0)
(55/102) Upgrading kded (5.101.0-r0 -> 9999_git1670961214-r0)
(56/102) Upgrading bluez-qt (5.101.0-r0 -> 9999_git1670961000-r0)
(57/102) Upgrading bluedevil (5.26.4-r0 -> 9999_git1671280442-r0)
(58/102) Upgrading breeze (5.26.4-r0 -> 9999_git1671157467-r0)
(59/102) Upgrading libkscreen (5.26.4-r0 -> 9999_git1671502278-r0)
(60/102) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1666447153-r0)
(61/102) Upgrading kscreen (5.26.4-r0 -> 9999_git1671588735-r0)
(62/102) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/102) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1670361355-r0)
(64/102) Upgrading breeze-icons (5.101.0-r0 -> 9999_git1671483339-r0)
(65/102) Upgrading kactivities (5.101.0-r0 -> 9999_git1670961040-r0)
(66/102) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1670987013-r0)
(67/102) Upgrading networkmanager-qt (5.101.0-r0 -> 9999_git1670961680-r0)
(68/102) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1671588815-r0)
(69/102) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1671588815-r0)
(70/102) Upgrading plasma-settings (22.11-r0 -> 9999_git1671502472-r0)
(71/102) Upgrading kactivitymanagerd (5.26.4-r0 -> 9999_git1670986721-r0)
(72/102) Upgrading kinit (5.101.0-r0 -> 9999_git1670983841-r0)
(73/102) Upgrading kdnssd (5.101.0-r0 -> 9999_git1670983763-r0)
(74/102) Upgrading syntax-highlighting (5.101.0-r0 -> 9999_git1671305692-r0)
(75/102) Upgrading kquickcharts (5.101.0-r0 -> 9999_git1670961540-r0)
(76/102) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1671416056-r0)
(77/102) Upgrading kwin (5.26.4-r0 -> 9999_git1671575926-r0)
(78/102) Upgrading kitemmodels (5.101.0-r0 -> 9999_git1670961402-r0)
(79/102) Upgrading threadweaver (5.101.0-r0 -> 9999_git1670961783-r0)
(80/102) Upgrading krunner (5.101.0-r0 -> 9999_git1670961560-r0)
(81/102) Upgrading milou (5.26.4-r0 -> 9999_git1670986912-r0)
(82/102) Upgrading qqc2-desktop-style (5.101.0-r0 -> 9999_git1670962982-r0)
(83/102) Upgrading plasma-integration (5.26.4-r0 -> 9999_git1671157665-r0)
(84/102) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1671587431-r0)
(85/102) Upgrading kactivities-stats (5.101.0-r0 -> 9999_git1670961051-r0)
(86/102) Upgrading baloo (5.101.0-r0 -> 9999_git1670983598-r0)
(87/102) Upgrading kholidays (5.101.0-r0 -> 9999_git1671281066-r0)
(88/102) Upgrading knotifyconfig (5.101.0-r0 -> 9999_git1670983921-r0)
(89/102) Upgrading kparts (5.101.0-r0 -> 9999_git1671415360-r0)
(90/102) Upgrading prison (5.101.0-r0 -> 9999_git1670961713-r0)
(91/102) Upgrading ktexteditor (5.101.0-r0 -> 9999_git1671414672-r0)
(92/102) Upgrading libksysguard (5.26.4-r0 -> 9999_git1671502290-r0)
(93/102) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1671587431-r0)
(94/102) Upgrading kpty (5.101.0-r0 -> 9999_git1670983961-r0)
(95/102) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1671588682-r0)
(96/102) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1670949548-r0)
(97/102) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1671588800-r0)
(98/102) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1670987150-r0)
(99/102) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1671588884-r0)
(100/102) Upgrading powerdevil (5.26.4-r0 -> 9999_git1671588884-r0)
(101/102) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1671588905-r0)
(102/102) Upgrading qmlkonsole (22.11-r0 -> 9999_git1670987380-r0)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing eudev-3.2.11-r6.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2336 MiB in 753 packages
(1/10) Installing bash (5.2.15-r0)
Executing bash-5.2.15-r0.post-install
(2/10) Installing xdg-dbus-proxy (0.1.4-r0)
(3/10) Installing ostree (2022.6-r0)
(4/10) Installing libseccomp (2.5.4-r1)
(5/10) Installing flatpak (1.14.1-r0)
Executing flatpak-1.14.1-r0.pre-install
Executing flatpak-1.14.1-r0.post-install
modprobe: can't change directory to '5.15.0-53-generic': No such file or directory
*
* To enable access to XDG directories (e.g. ~/Desktop, ~/Downloads, ...) in
* Flatpak apps, run xdg-user-dirs-update (from xdg-user-dirs package) as a
* regular user that will use Flatpak.
*
(6/10) Installing flatpak-libs (1.14.1-r0)
(7/10) Installing discover-backend-flatpak (5.26.4-r0)
(8/10) Installing htop (3.2.1-r1)
(9/10) Installing nano (7.1-r0)
(10/10) Installing neofetch (7.1.0-r1)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing dbus-1.14.4-r0.trigger
OK: 2347 MiB in 763 packages
(1/102) Installing syndication (9999_git1670961763-r0)
(2/102) Installing alligator (9999_git1671588925-r0)
(3/102) Installing libavc1394 (0.5.4-r3)
(4/102) Installing libcaca (0.99_beta20-r0)
(5/102) Installing libdv (1.0.0-r7)
(6/102) Installing libiec61883 (1.2.0-r3)
(7/102) Installing mpg123-libs (1.31.1-r0)
(8/102) Installing speex (1.2.1-r0)
(9/102) Installing libshout (2.4.6-r1)
(10/102) Installing wavpack (5.6.0-r0)
(11/102) Installing gst-plugins-good (1.20.5-r0)
(12/102) Installing py3-parsing (3.0.9-r1)
(13/102) Installing py3-packaging (22.0-r0)
(14/102) Installing py3-setuptools (65.6.3-r0)
(15/102) Installing py3-certifi (2022.12.7-r0)
(16/102) Installing py3-charset-normalizer (3.0.1-r1)
(17/102) Installing py3-idna (3.4-r3)
(18/102) Installing py3-urllib3 (1.26.13-r0)
(19/102) Installing py3-requests (2.28.1-r2)
(20/102) Installing py3-ytmusicapi (0.24.1-r0)
(21/102) Installing libmng (2.0.3-r1)
(22/102) Installing qt5-qtimageformats (5.15.6_git20220907-r1)
(23/102) Installing py3-mutagen (1.46.0-r1)
(24/102) Installing py3-websockets (10.4-r1)
(25/102) Installing py3-brotli (1.0.9-r10)
(26/102) Installing yt-dlp (2022.11.11-r1)
(27/102) Installing audiotube (9999_git1671588943-r0)
(28/102) Installing calindori (9999_git1670987261-r0)
(29/102) Installing live-media (2022.10.01-r0)
(30/102) Installing libxpm (3.5.14-r0)
(31/102) Installing a52dec (0.8.0-r8)
(32/102) Installing vulkan-loader (1.3.236.0-r0)
(33/102) Installing ffmpeg4-libs (4.4.3-r0)
(34/102) Installing libbluray (1.3.4-r0)
(35/102) Installing libcddb (1.3.2-r4)
(36/102) Installing libdvbpsi (1.3.3-r0)
(37/102) Installing libdvdcss (1.4.3-r0)
(38/102) Installing libdvdread (6.1.3-r1)
(39/102) Installing libdvdnav (6.1.1-r0)
(40/102) Installing libebml (1.4.4-r0)
(41/102) Installing faad2-libs (2.10.1-r0)
(42/102) Installing libupnp (1.14.15-r0)
(43/102) Installing lua5.2-libs (5.2.4-r10)
(44/102) Installing libmad (0.15.1b-r9)
(45/102) Installing libmatroska (1.7.1-r0)
(46/102) Installing libmicrodns (0.2.0-r0)
(47/102) Installing libmpeg2 (0.5.1-r10)
(48/102) Installing glslang-libs (1.3.236.0-r0)
(49/102) Installing glslang (1.3.236.0-r0)
(50/102) Installing spirv-tools (1.3.236.0-r0)
(51/102) Installing shaderc (2022.4-r0)
(52/102) Installing libplacebo (5.229.1-r1)
(53/102) Installing libprotobuf-lite (3.21.12-r0)
(54/102) Installing vlc-libs (3.0.18-r0)
(55/102) Installing vlc (3.0.18-r0)
(56/102) Installing elisa (22.12.0-r0)
(57/102) Installing kunitconversion (9999_git1671330365-r0)
(58/102) Installing kalk (9999_git1671280642-r0)
(59/102) Installing qt5-qtkeychain (0.13.2-r0)
(60/102) Installing kasts (9999_git1671416253-r0)
(61/102) Installing keysmith (9999_git1670988071-r0)
(62/102) Installing krecorder (9999_git1671331600-r0)
(63/102) Installing kpublictransport (22.12.0-r0)
(64/102) Installing ktrip (9999_git1670988219-r0)
(65/102) Installing kweathercore (9999_git1670985152-r0)
(66/102) Installing qt5-qtcharts (5.15.6_git20220816-r0)
(67/102) Installing kweather (9999_git1671157772-r0)
(68/102) Installing olm (3.2.13-r1)
(69/102) Installing libquotient (0.7.0-r0)
(70/102) Installing libcmark (0.30.2-r1)
(71/102) Installing neochat (9999_git1671588451-r1)
(72/102) Installing kjs (9999_git1670961433-r0)
(73/102) Installing libdjvulibre (3.5.28-r3)
(74/102) Installing libzip (1.9.2-r2)
(75/102) Installing ebook-tools (0.2.2-r3)
(76/102) Installing discount-libs (2.2.7b-r0)
(77/102) Installing poppler (22.12.0-r2)
(78/102) Installing poppler-qt5 (22.12.0-r0)
(79/102) Installing kdegraphics-mobipocket (22.12.0-r0)
(80/102) Installing libspectre (0.2.11-r0)
(81/102) Installing okular-common (22.12.0-r1)
(82/102) Installing okular (22.12.0-r1)
(83/102) Installing plasma-camera (1.0_git20210328-r2)
(84/102) Installing gst-libav (1.20.5-r0)
(85/102) Installing gst-plugins-good-qt (1.20.5-r0)
(86/102) Installing libxpresent (1.0.1-r0)
(87/102) Installing libxscrnsaver (1.2.4-r0)
(88/102) Installing libcdio (2.1.0-r1)
(89/102) Installing libcdio-paranoia (10.2.2.0.1-r1)
(90/102) Installing luajit (2.1_p20210510-r3)
(91/102) Installing rubberband-libs (3.1.1-r1)
(92/102) Installing sndio-libs (1.9.0-r0)
(93/102) Installing uchardet-libs (0.0.8-r0)
(94/102) Installing zimg (3.0.4-r1)
(95/102) Installing mpv-libs (0.35.0-r1)
(96/102) Installing plasmatube (9999_git1671588974-r0)
(97/102) Installing postmarketos-config-nftables-upnp-client (0.13-r0)
(98/102) Installing postmarketos-config-nftables-mdns (0.13-r0)
(99/102) Installing postmarketos-config-nftables-chromecast (0.13-r0)
(100/102) Installing postmarketos-config-nftables-vlc-chromecast (0.13-r0)
(101/102) Installing qt5-qtwebsockets (5.15.6_git20220907-r0)
(102/102) Installing tokodon (9999_git1671588478-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.35-r2.trigger
Executing postmarketos-base-24.1-r0.trigger
Configuring a getty on port ttyS2 with baud rate 115200
Executing vlc-libs-3.0.18-r0.trigger
OK: 2522 MiB in 865 packages
(chroot) Exiting chroot...
[16:09:34] Unregister qemu binfmt (arm)
[16:09:34] Unregister qemu binfmt (aarch64)
[16:09:34] Unregister qemu binfmt (riscv64)
[16:09:34] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:09:34] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:09:34] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:09:34] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:09:36] Cleared up ~4457 MB of space
[16:09:36] DONE!
removed 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 903.5 MiB / 3,463.0 MiB = 0.261, 45 MiB/s, 1:17
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221221-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 881.6 MiB / 3,421.0 MiB = 0.258, 45 MiB/s, 1:15
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221221-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,279.6 MiB / 4,631.0 MiB = 0.276, 47 MiB/s, 1:38
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221221-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221220-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221220-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221220-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221221-pine64-pinephone.img.xz

         32,768   0%    0.00kB/s    0:00:00  
      3,342,336   0%    3.11MB/s    0:04:56  
      4,653,056   0%    2.16MB/s    0:07:05  
      5,963,776   0%    1.85MB/s    0:08:17  
      7,274,496   0%    1.68MB/s    0:09:06  
      8,585,216   0%    1.21MB/s    0:12:37  
      9,895,936   1%    1.20MB/s    0:12:41  
     11,206,656   1%    1.20MB/s    0:12:40  
     12,517,376   1%    1.20MB/s    0:12:38  
     13,828,096   1%    1.21MB/s    0:12:36  
     15,138,816   1%    1.21MB/s    0:12:31  
     16,056,320   1%    1.11MB/s    0:13:35  
     16,711,680   1%  977.80kB/s    0:15:51  
     18,022,400   1%  977.80kB/s    0:15:50  
     19,333,120   2%  978.27kB/s    0:15:48  
     20,643,840   2%    1.05MB/s    0:14:23  
     21,954,560   2%    1.22MB/s    0:12:21  
     23,265,280   2%    1.22MB/s    0:12:20  
     24,576,000   2%    1.21MB/s    0:12:22  
     25,886,720   2%    1.22MB/s    0:12:17  
     27,197,440   2%    1.22MB/s    0:12:18  
     28,508,160   3%    1.22MB/s    0:12:17  
     29,818,880   3%    1.22MB/s    0:12:14  
     31,129,600   3%    1.22MB/s    0:12:14  
     32,440,320   3%    1.22MB/s    0:12:13  
     33,751,040   3%    1.13MB/s    0:13:12  
     34,439,168   3% 1023.13kB/s    0:14:52  
     35,717,120   3% 1016.10kB/s    0:14:57  
     37,027,840   3% 1015.64kB/s    0:14:56  
     38,338,560   4%    1.07MB/s    0:13:46  
     39,649,280   4%    1.21MB/s    0:12:10  
     40,960,000   4%    1.22MB/s    0:12:05  
     42,270,720   4%    1.22MB/s    0:12:03  
     43,581,440   4%    1.22MB/s    0:12:06  
     44,892,160   4%    1.22MB/s    0:12:04  
     46,202,880   4%    1.22MB/s    0:12:03  
     46,727,168   4%    1.03MB/s    0:14:16  
     48,037,888   5%    1.03MB/s    0:14:09  
     49,348,608   5%    1.03MB/s    0:14:09  
     50,659,328   5%    1.03MB/s    0:14:08  
     51,970,048   5%    1.22MB/s    0:11:55  
     53,280,768   5%    1.22MB/s    0:11:55  
     54,591,488   5%    1.22MB/s    0:11:56  
     54,984,704   5%  969.25kB/s    0:15:20  
     56,295,424   5%  969.92kB/s    0:15:18  
     56,688,640   5%  721.60kB/s    0:20:34  
     57,999,360   6%  723.64kB/s    0:20:29  
     58,916,864   6%  868.39kB/s    0:17:03  
     59,834,368   6%  710.96kB/s    0:20:48  
     60,882,944   6%  878.22kB/s    0:16:49  
     62,193,664   6%  878.03kB/s    0:16:48  
     63,504,384   6%  975.61kB/s    0:15:05  
     64,815,104   6%    1.14MB/s    0:12:33  
     66,125,824   6%    1.22MB/s    0:11:44  
     67,436,544   7%    1.22MB/s    0:11:43  
     68,747,264   7%    1.22MB/s    0:11:42  
     70,057,984   7%    1.22MB/s    0:11:44  
     70,844,416   7%    1.06MB/s    0:13:28  
     72,155,136   7%    1.06MB/s    0:13:27  
     72,941,568   7%  867.06kB/s    0:16:48  
     73,990,144   7%  807.57kB/s    0:18:01  
     75,300,864   7%  942.60kB/s    0:15:25  
     76,611,584   8%  943.01kB/s    0:15:23  
     77,922,304   8%    1.14MB/s    0:12:26  
     78,577,664   8% 1006.06kB/s    0:14:23  
     79,888,384   8% 1007.65kB/s    0:14:20  
     81,199,104   8% 1007.87kB/s    0:14:19  
     82,509,824   8% 1012.20kB/s    0:14:14  
     83,820,544   8%    1.21MB/s    0:11:34  
     85,131,264   8%    1.21MB/s    0:11:34  
     86,441,984   9%    1.21MB/s    0:11:35  
     87,752,704   9%    1.21MB/s    0:11:32  
     89,063,424   9%    1.21MB/s    0:11:30  
     90,374,144   9%    1.21MB/s    0:11:32  
     91,684,864   9%    1.21MB/s    0:11:31  
     92,995,584   9%    1.21MB/s    0:11:30  
     94,306,304   9%    1.21MB/s    0:11:29  
     95,617,024  10%    1.21MB/s    0:11:24  
     96,927,744  10%    1.21MB/s    0:11:23  
     98,238,464  10%    1.21MB/s    0:11:23  
     99,549,184  10%    1.21MB/s    0:11:22  
    100,859,904  10%    1.21MB/s    0:11:21  
    102,170,624  10%    1.21MB/s    0:11:21  
    103,481,344  10%    1.21MB/s    0:11:18  
    104,792,064  11%    1.22MB/s    0:11:16  
    106,102,784  11%    1.22MB/s    0:11:14  
    107,413,504  11%    1.22MB/s    0:11:11  
    108,724,224  11%    1.22MB/s    0:11:12  
    110,034,944  11%    1.22MB/s    0:11:11  
    111,345,664  11%    1.22MB/s    0:11:11  
    112,656,384  11%    1.22MB/s    0:11:10  
    113,967,104  12%    1.22MB/s    0:11:09  
    115,277,824  12%    1.21MB/s    0:11:09  
    116,588,544  12%    1.22MB/s    0:11:05  
    117,899,264  12%    1.22MB/s    0:11:03  
    119,209,984  12%    1.22MB/s    0:11:01  
    120,520,704  12%    1.22MB/s    0:11:01  
    121,831,424  12%    1.21MB/s    0:11:04  
    123,142,144  12%    1.21MB/s    0:11:04  
    124,452,864  13%    1.21MB/s    0:11:04  
    125,763,584  13%    1.21MB/s    0:11:00  
    127,074,304  13%    1.22MB/s    0:10:58  
    128,385,024  13%    1.22MB/s    0:10:57  
    129,695,744  13%    1.22MB/s    0:10:55  
    131,006,464  13%    1.22MB/s    0:10:55  
    132,317,184  13%    1.22MB/s    0:10:54  
    133,627,904  14%    1.22MB/s    0:10:53  
    134,905,856  14%    1.21MB/s    0:10:58  
    136,216,576  14%    1.21MB/s    0:10:53  
    137,527,296  14%    1.21MB/s    0:10:53  
    138,838,016  14%    1.21MB/s    0:10:54  
    140,148,736  14%    1.22MB/s    0:10:47  
    141,459,456  14%    1.21MB/s    0:10:48  
    142,770,176  15%    1.21MB/s    0:10:47  
    144,080,896  15%    1.22MB/s    0:10:45  
    145,391,616  15%    1.21MB/s    0:10:46  
    146,702,336  15%    1.21MB/s    0:10:45  
    148,013,056  15%    1.21MB/s    0:10:43  
    149,323,776  15%    1.22MB/s    0:10:41  
    150,634,496  15%    1.21MB/s    0:10:43  
    151,945,216  16%    1.21MB/s    0:10:43  
    153,255,936  16%    1.21MB/s    0:10:42  
    154,566,656  16%    1.21MB/s    0:10:41  
    155,877,376  16%    1.22MB/s    0:10:34  
    157,188,096  16%    1.22MB/s    0:10:33  
    158,498,816  16%    1.22MB/s    0:10:33  
    159,809,536  16%    1.22MB/s    0:10:31  
    161,120,256  17%    1.22MB/s    0:10:31  
    162,430,976  17%    1.22MB/s    0:10:30  
    163,741,696  17%    1.22MB/s    0:10:27  
    165,052,416  17%    1.22MB/s    0:10:26  
    166,363,136  17%    1.22MB/s    0:10:25  
    167,280,640  17%    1.02MB/s    0:12:26  
    168,591,360  17%    1.01MB/s    0:12:34  
    169,902,080  17%    1.01MB/s    0:12:33  
    171,212,800  18%    1.01MB/s    0:12:31  
    172,523,520  18%    1.20MB/s    0:10:28  
    173,834,240  18%    1.22MB/s    0:10:19  
    175,144,960  18%    1.22MB/s    0:10:20  
    176,455,680  18%    1.21MB/s    0:10:21  
    177,766,400  18%    1.21MB/s    0:10:18  
    179,077,120  18%    1.21MB/s    0:10:18  
    180,387,840  19%    1.22MB/s    0:10:16  
    181,698,560  19%    1.22MB/s    0:10:12  
    183,009,280  19%    1.21MB/s    0:10:15  
    184,320,000  19%    1.21MB/s    0:10:15  
    185,630,720  19%    1.21MB/s    0:10:14  
    186,941,440  19%    1.21MB/s    0:10:15  
    188,252,160  19%    1.21MB/s    0:10:11  
    189,562,880  20%    1.21MB/s    0:10:09  
    190,873,600  20%    1.22MB/s    0:10:07  
    192,184,320  20%    1.22MB/s    0:10:05  
    193,495,040  20%    1.21MB/s    0:10:06  
    194,805,760  20%    1.21MB/s    0:10:04  
    196,116,480  20%    1.21MB/s    0:10:04  
    197,427,200  20%    1.21MB/s    0:10:03  
    198,737,920  20%    1.22MB/s    0:09:59  
    200,048,640  21%    1.22MB/s    0:09:59  
    201,359,360  21%    1.22MB/s    0:09:58  
    202,670,080  21%    1.22MB/s    0:09:58  
    203,980,800  21%    1.21MB/s    0:09:58  
    205,291,520  21%    1.21MB/s    0:09:57  
    206,602,240  21%    1.21MB/s    0:09:56  
    207,912,960  21%    1.21MB/s    0:09:56  
    209,223,680  22%    1.21MB/s    0:09:53  
    210,534,400  22%    1.22MB/s    0:09:52  
    211,845,120  22%    1.22MB/s    0:09:51  
    213,155,840  22%    1.22MB/s    0:09:48  
    214,466,560  22%    1.21MB/s    0:09:50  
    215,777,280  22%    1.21MB/s    0:09:50  
    217,088,000  22%    1.21MB/s    0:09:48  
    218,398,720  23%    1.21MB/s    0:09:49  
    219,709,440  23%    1.21MB/s    0:09:49  
    221,020,160  23%    1.20MB/s    0:09:49  
    222,330,880  23%    1.20MB/s    0:09:48  
    223,641,600  23%    1.21MB/s    0:09:45  
    224,952,320  23%    1.21MB/s    0:09:41  
    226,263,040  23%    1.21MB/s    0:09:41  
    227,573,760  24%    1.21MB/s    0:09:41  
    228,884,480  24%    1.21MB/s    0:09:40  
    230,195,200  24%    1.21MB/s    0:09:39  
    231,505,920  24%    1.22MB/s    0:09:34  
    232,816,640  24%    1.22MB/s    0:09:32  
    234,127,360  24%    1.22MB/s    0:09:31  
    235,438,080  24%    1.22MB/s    0:09:30  
    236,748,800  24%    1.22MB/s    0:09:28  
    238,059,520  25%    1.22MB/s    0:09:28  
    239,370,240  25%    1.22MB/s    0:09:27  
    240,680,960  25%    1.22MB/s    0:09:26  
    241,991,680  25%    1.22MB/s    0:09:25  
    243,302,400  25%    1.22MB/s    0:09:25  
    244,613,120  25%    1.21MB/s    0:09:26  
    245,923,840  25%    1.21MB/s    0:09:26  
    247,234,560  26%    1.21MB/s    0:09:25  
    248,545,280  26%    1.21MB/s    0:09:24  
    249,856,000  26%    1.22MB/s    0:09:20  
    251,166,720  26%    1.22MB/s    0:09:17  
    252,477,440  26%    1.22MB/s    0:09:16  
    253,788,160  26%    1.22MB/s    0:09:15  
    255,098,880  26%    1.22MB/s    0:09:14  
    256,409,600  27%    1.22MB/s    0:09:13  
    257,720,320  27%    1.22MB/s    0:09:12  
    259,031,040  27%    1.22MB/s    0:09:11  
    260,341,760  27%    1.22MB/s    0:09:12  
    261,652,480  27%    1.22MB/s    0:09:10  
    262,963,200  27%    1.22MB/s    0:09:09  
    264,273,920  27%    1.21MB/s    0:09:11  
    265,584,640  28%    1.21MB/s    0:09:08  
    266,895,360  28%    1.21MB/s    0:09:07  
    268,206,080  28%    1.21MB/s    0:09:07  
    269,484,032  28%    1.21MB/s    0:09:07  
    270,794,752  28%    1.21MB/s    0:09:05  
    272,105,472  28%    1.21MB/s    0:09:04  
    273,416,192  28%    1.21MB/s    0:09:04  
    274,726,912  28%    1.22MB/s    0:08:59  
    276,037,632  29%    1.20MB/s    0:09:07  
    277,348,352  29%    1.20MB/s    0:09:06  
    278,659,072  29%    1.20MB/s    0:09:04  
    279,969,792  29%    1.19MB/s    0:09:06  
    281,280,512  29%    1.21MB/s    0:08:58  
    282,460,160  29%    1.18MB/s    0:09:10  
    283,770,880  29%    1.18MB/s    0:09:11  
    285,081,600  30%    1.18MB/s    0:09:08  
    286,392,320  30%    1.17MB/s    0:09:10  
    287,703,040  30%    1.20MB/s    0:08:58  
    289,013,760  30%    1.20MB/s    0:08:55  
    290,193,408  30%    1.18MB/s    0:09:03  
    291,110,912  30%    1.10MB/s    0:09:42  
    292,159,488  30%    1.02MB/s    0:10:29  
    293,470,208  30%    1.02MB/s    0:10:28  
    294,780,928  31%    1.02MB/s    0:10:23  
    296,091,648  31%    1.10MB/s    0:09:35  
    297,402,368  31%    1.19MB/s    0:08:52  
    298,713,088  31%    1.19MB/s    0:08:51  
    300,023,808  31%    1.20MB/s    0:08:44  
    301,334,528  31%    1.21MB/s    0:08:43  
    302,645,248  31%    1.21MB/s    0:08:42  
    303,955,968  32%    1.20MB/s    0:08:44  
    305,266,688  32%    1.20MB/s    0:08:44  
    306,577,408  32%    1.20MB/s    0:08:41  
    307,888,128  32%    1.20MB/s    0:08:40  
    309,198,848  32%    1.21MB/s    0:08:35  
    310,509,568  32%    1.22MB/s    0:08:31  
    311,820,288  32%    1.22MB/s    0:08:28  
    313,131,008  33%    1.21MB/s    0:08:29  
    314,441,728  33%    1.21MB/s    0:08:29  
    315,752,448  33%    1.22MB/s    0:08:26  
    317,063,168  33%    1.21MB/s    0:08:27  
    318,373,888  33%    1.22MB/s    0:08:24  
    319,684,608  33%    1.22MB/s    0:08:23  
    320,995,328  33%    1.21MB/s    0:08:23  
    322,306,048  34%    1.22MB/s    0:08:22  
    323,616,768  34%    1.21MB/s    0:08:21  
    324,927,488  34%    1.22MB/s    0:08:19  
    326,238,208  34%    1.21MB/s    0:08:20  
    327,548,928  34%    1.21MB/s    0:08:20  
    328,859,648  34%    1.21MB/s    0:08:18  
    330,170,368  34%    1.21MB/s    0:08:18  
    331,481,088  34%    1.22MB/s    0:08:14  
    332,791,808  35%    1.22MB/s    0:08:12  
    334,102,528  35%    1.22MB/s    0:08:11  
    335,413,248  35%    1.22MB/s    0:08:09  
    336,723,968  35%    1.21MB/s    0:08:11  
    338,034,688  35%    1.21MB/s    0:08:10  
    339,345,408  35%    1.20MB/s    0:08:15  
    340,656,128  35%    1.20MB/s    0:08:12  
    341,966,848  36%    1.21MB/s    0:08:09  
    343,277,568  36%    1.21MB/s    0:08:08  
    344,588,288  36%    1.22MB/s    0:08:00  
    345,899,008  36%    1.22MB/s    0:08:02  
    347,078,656  36%    1.18MB/s    0:08:15  
    348,389,376  36%    1.18MB/s    0:08:14  
    349,700,096  36%    1.18MB/s    0:08:14  
    351,010,816  37%    1.18MB/s    0:08:12  
    352,321,536  37%    1.22MB/s    0:07:57  
    353,632,256  37%    1.21MB/s    0:07:57  
    354,942,976  37%    1.21MB/s    0:07:57  
    356,253,696  37%    1.21MB/s    0:07:57  
    357,564,416  37%    1.21MB/s    0:07:56  
    358,875,136  37%    1.21MB/s    0:07:55  
    360,185,856  38%    1.21MB/s    0:07:52  
    361,496,576  38%    1.21MB/s    0:07:50  
    362,807,296  38%    1.22MB/s    0:07:49  
    364,118,016  38%    1.22MB/s    0:07:48  
    365,428,736  38%    1.22MB/s    0:07:47  
    366,739,456  38%    1.21MB/s    0:07:46  
    368,050,176  38%    1.21MB/s    0:07:48  
    369,360,896  38%    1.21MB/s    0:07:45  
    370,671,616  39%    1.20MB/s    0:07:48  
    371,982,336  39%    1.20MB/s    0:07:46  
    373,293,056  39%    1.21MB/s    0:07:44  
    374,603,776  39%    1.20MB/s    0:07:46  
    375,914,496  39%    1.21MB/s    0:07:42  
    377,225,216  39%    1.19MB/s    0:07:46  
    378,535,936  39%    1.20MB/s    0:07:44  
    379,846,656  40%    1.20MB/s    0:07:43  
    381,157,376  40%    1.20MB/s    0:07:42  
    382,468,096  40%    1.21MB/s    0:07:36  
    383,778,816  40%    1.21MB/s    0:07:35  
    385,089,536  40%    1.21MB/s    0:07:33  
    386,400,256  40%    1.22MB/s    0:07:30  
    387,710,976  40%    1.22MB/s    0:07:29  
    389,021,696  41%    1.22MB/s    0:07:27  
    390,332,416  41%    1.22MB/s    0:07:27  
    391,643,136  41%    1.21MB/s    0:07:27  
    392,953,856  41%    1.21MB/s    0:07:26  
    394,264,576  41%    1.21MB/s    0:07:27  
    395,575,296  41%    1.21MB/s    0:07:24  
    396,886,016  41%    1.21MB/s    0:07:24  
    398,196,736  42%    1.21MB/s    0:07:23  
    399,507,456  42%    1.21MB/s    0:07:21  
    400,818,176  42%    1.21MB/s    0:07:19  
    402,128,896  42%    1.22MB/s    0:07:16  
    403,406,848  42%    1.21MB/s    0:07:20  
    404,717,568  42%    1.21MB/s    0:07:17  
    406,028,288  42%    1.21MB/s    0:07:18  
    407,339,008  42%    1.21MB/s    0:07:15  
    408,649,728  43%    1.22MB/s    0:07:12  
    409,960,448  43%    1.21MB/s    0:07:12  
    411,271,168  43%    1.22MB/s    0:07:09  
    412,581,888  43%    1.21MB/s    0:07:10  
    413,892,608  43%    1.22MB/s    0:07:08  
    415,203,328  43%    1.22MB/s    0:07:07  
    416,514,048  43%    1.22MB/s    0:07:06  
    417,824,768  44%    1.21MB/s    0:07:05  
    419,135,488  44%    1.21MB/s    0:07:07  
    420,446,208  44%    1.21MB/s    0:07:06  
    420,970,496  44%    1.03MB/s    0:08:21  
    422,281,216  44%    1.01MB/s    0:08:25  
    423,591,936  44%    1.02MB/s    0:08:22  
    424,902,656  44%    1.02MB/s    0:08:22  
    426,213,376  44%    1.18MB/s    0:07:10  
    427,524,096  45%    1.20MB/s    0:07:04  
    428,834,816  45%    1.20MB/s    0:07:02  
    430,145,536  45%    1.20MB/s    0:07:01  
    431,456,256  45%    1.21MB/s    0:06:56  
    432,766,976  45%    1.21MB/s    0:06:55  
    434,077,696  45%    1.21MB/s    0:06:52  
    435,388,416  45%    1.22MB/s    0:06:51  
    436,699,136  46%    1.22MB/s    0:06:49  
    438,009,856  46%    1.21MB/s    0:06:51  
    439,320,576  46%    1.20MB/s    0:06:52  
    440,631,296  46%    1.20MB/s    0:06:52  
    441,942,016  46%    1.20MB/s    0:06:52  
    443,252,736  46%    1.21MB/s    0:06:47  
    444,563,456  46%    1.21MB/s    0:06:45  
    445,874,176  47%    1.21MB/s    0:06:43  
    447,053,824  47%    1.18MB/s    0:06:53  
    448,364,544  47%    1.18MB/s    0:06:53  
    449,675,264  47%    1.18MB/s    0:06:53  
    450,985,984  47%    1.18MB/s    0:06:52  
    452,296,704  47%    1.20MB/s    0:06:41  
    453,607,424  47%    1.21MB/s    0:06:39  
    454,918,144  48%    1.21MB/s    0:06:37  
    456,228,864  48%    1.21MB/s    0:06:36  
    457,539,584  48%    1.22MB/s    0:06:33  
    458,850,304  48%    1.22MB/s    0:06:31  
    460,161,024  48%    1.22MB/s    0:06:30  
    461,471,744  48%    1.22MB/s    0:06:29  
    462,782,464  48%    1.22MB/s    0:06:28  
    464,093,184  48%    1.22MB/s    0:06:27  
    465,403,904  49%    1.22MB/s    0:06:26  
    466,583,552  49%    1.19MB/s    0:06:34  
    467,763,200  49%    1.14MB/s    0:06:50  
    469,073,920  49%    1.14MB/s    0:06:48  
    470,384,640  49%    1.14MB/s    0:06:48  
    471,695,360  49%    1.16MB/s    0:06:41  
    473,006,080  49%    1.21MB/s    0:06:23  
    474,316,800  50%    1.20MB/s    0:06:23  
    475,627,520  50%    1.21MB/s    0:06:21  
    476,938,240  50%    1.22MB/s    0:06:17  
    478,248,960  50%    1.21MB/s    0:06:18  
    479,559,680  50%    1.21MB/s    0:06:17  
    480,870,400  50%    1.21MB/s    0:06:15  
    482,181,120  50%    1.19MB/s    0:06:21  
    483,491,840  51%    1.19MB/s    0:06:19  
    484,802,560  51%    1.20MB/s    0:06:17  
    486,113,280  51%    1.20MB/s    0:06:16  
    487,424,000  51%    1.21MB/s    0:06:10  
    488,734,720  51%    1.21MB/s    0:06:09  
    490,045,440  51%    1.21MB/s    0:06:08  
    491,356,160  51%    1.21MB/s    0:06:09  
    492,666,880  52%    1.20MB/s    0:06:08  
    493,977,600  52%    1.21MB/s    0:06:06  
    495,288,320  52%    1.20MB/s    0:06:08  
    496,599,040  52%    1.19MB/s    0:06:09  
    497,909,760  52%    1.19MB/s    0:06:08  
    499,220,480  52%    1.19MB/s    0:06:06  
    500,531,200  52%    1.19MB/s    0:06:06  
    501,841,920  52%    1.19MB/s    0:06:04  
    503,152,640  53%    1.20MB/s    0:06:02  
    504,463,360  53%    1.19MB/s    0:06:02  
    505,774,080  53%    1.21MB/s    0:05:57  
    507,084,800  53%    1.21MB/s    0:05:54  
    508,395,520  53%    1.21MB/s    0:05:53  
    509,706,240  53%    1.21MB/s    0:05:52  
    511,016,960  53%    1.21MB/s    0:05:50  
    512,327,680  54%    1.21MB/s    0:05:50  
    513,638,400  54%    1.21MB/s    0:05:50  
    514,949,120  54%    1.21MB/s    0:05:48  
    516,259,840  54%    1.21MB/s    0:05:47  
    517,570,560  54%    1.21MB/s    0:05:46  
    518,881,280  54%    1.22MB/s    0:05:43  
    520,192,000  54%    1.21MB/s    0:05:44  
    521,502,720  55%    1.21MB/s    0:05:43  
    522,813,440  55%    1.21MB/s    0:05:43  
    524,124,160  55%    1.21MB/s    0:05:42  
    525,434,880  55%    1.21MB/s    0:05:40  
    526,745,600  55%    1.21MB/s    0:05:40  
    528,056,320  55%    1.20MB/s    0:05:41  
    529,367,040  55%    1.20MB/s    0:05:40  
    530,677,760  56%    1.20MB/s    0:05:37  
    531,988,480  56%    1.21MB/s    0:05:36  
    533,299,200  56%    1.22MB/s    0:05:32  
    534,609,920  56%    1.21MB/s    0:05:31  
    535,920,640  56%    1.22MB/s    0:05:30  
    537,198,592  56%    1.20MB/s    0:05:32  
    538,509,312  56%    1.21MB/s    0:05:31  
    539,820,032  56%    1.20MB/s    0:05:30  
    541,130,752  57%    1.20MB/s    0:05:29  
    542,441,472  57%    1.21MB/s    0:05:25  
    543,752,192  57%    1.21MB/s    0:05:24  
    545,062,912  57%    1.22MB/s    0:05:23  
    546,373,632  57%    1.22MB/s    0:05:22  
    547,684,352  57%    1.22MB/s    0:05:21  
    548,995,072  57%    1.22MB/s    0:05:20  
    550,305,792  58%    1.22MB/s    0:05:18  
    551,616,512  58%    1.22MB/s    0:05:17  
    552,927,232  58%    1.22MB/s    0:05:16  
    554,237,952  58%    1.21MB/s    0:05:16  
    555,548,672  58%    1.21MB/s    0:05:15  
    556,859,392  58%    1.21MB/s    0:05:14  
    558,170,112  58%    1.21MB/s    0:05:13  
    559,480,832  59%    1.21MB/s    0:05:11  
    560,791,552  59%    1.21MB/s    0:05:10  
    562,102,272  59%    1.21MB/s    0:05:09  
    563,412,992  59%    1.22MB/s    0:05:07  
    564,723,712  59%    1.21MB/s    0:05:08  
    566,034,432  59%    1.21MB/s    0:05:07  
    567,345,152  59%    1.21MB/s    0:05:06  
    568,655,872  60%    1.21MB/s    0:05:04  
    569,966,592  60%    1.22MB/s    0:05:02  
    571,277,312  60%    1.22MB/s    0:05:01  
    572,588,032  60%    1.22MB/s    0:05:00  
    573,898,752  60%    1.22MB/s    0:05:00  
    575,209,472  60%    1.22MB/s    0:04:58  
    576,520,192  60%    1.21MB/s    0:04:58  
    577,830,912  60%    1.21MB/s    0:04:57  
    579,141,632  61%    1.21MB/s    0:04:57  
    580,452,352  61%    1.20MB/s    0:04:58  
    581,763,072  61%    1.20MB/s    0:04:56  
    583,073,792  61%    1.20MB/s    0:04:56  
    584,384,512  61%    1.20MB/s    0:04:54  
    585,695,232  61%    1.22MB/s    0:04:50  
    587,005,952  61%    1.22MB/s    0:04:49  
    588,316,672  62%    1.22MB/s    0:04:47  
    589,627,392  62%    1.22MB/s    0:04:46  
    590,938,112  62%    1.22MB/s    0:04:45  
    592,248,832  62%    1.22MB/s    0:04:44  
    593,559,552  62%    1.22MB/s    0:04:43  
    594,870,272  62%    1.21MB/s    0:04:43  
    596,180,992  62%    1.21MB/s    0:04:43  
    597,491,712  63%    1.21MB/s    0:04:42  
    598,802,432  63%    1.20MB/s    0:04:42  
    600,113,152  63%    1.20MB/s    0:04:41  
    601,423,872  63%    1.20MB/s    0:04:40  
    602,734,592  63%    1.19MB/s    0:04:42  
    604,045,312  63%    1.19MB/s    0:04:41  
    605,356,032  63%    1.19MB/s    0:04:40  
    606,666,752  64%    1.18MB/s    0:04:40  
    607,977,472  64%    1.19MB/s    0:04:38  
    609,288,192  64%    1.19MB/s    0:04:37  
    610,598,912  64%    1.19MB/s    0:04:35  
    611,909,632  64%    1.20MB/s    0:04:32  
    613,220,352  64%    1.21MB/s    0:04:30  
    614,531,072  64%    1.22MB/s    0:04:27  
    615,841,792  65%    1.22MB/s    0:04:26  
    617,152,512  65%    1.21MB/s    0:04:26  
    618,463,232  65%    1.20MB/s    0:04:26  
    619,773,952  65%    1.21MB/s    0:04:24  
    621,084,672  65%    1.21MB/s    0:04:23  
    622,395,392  65%    1.22MB/s    0:04:21  
    623,706,112  65%    1.22MB/s    0:04:18  
    625,016,832  65%    1.22MB/s    0:04:18  
    626,327,552  66%    1.22MB/s    0:04:17  
    627,507,200  66%    1.18MB/s    0:04:24  
    628,817,920  66%    1.18MB/s    0:04:23  
    630,128,640  66%    1.18MB/s    0:04:23  
    631,439,360  66%    1.18MB/s    0:04:22  
    632,750,080  66%    1.21MB/s    0:04:13  
    634,060,800  66%    1.22MB/s    0:04:11  
    635,371,520  67%    1.21MB/s    0:04:12  
    636,682,240  67%    1.21MB/s    0:04:11  
    637,992,960  67%    1.20MB/s    0:04:10  
    639,303,680  67%    1.20MB/s    0:04:10  
    640,614,400  67%    1.21MB/s    0:04:07  
    641,925,120  67%    1.21MB/s    0:04:06  
    643,235,840  67%    1.21MB/s    0:04:04  
    644,546,560  68%    1.21MB/s    0:04:03  
    645,857,280  68%    1.21MB/s    0:04:02  
    647,168,000  68%    1.21MB/s    0:04:01  
    648,478,720  68%    1.21MB/s    0:04:00  
    649,789,440  68%    1.20MB/s    0:04:02  
    651,100,160  68%    1.20MB/s    0:04:01  
    652,410,880  68%    1.20MB/s    0:04:00  
    653,721,600  69%    1.20MB/s    0:03:59  
    655,032,320  69%    1.21MB/s    0:03:55  
    656,343,040  69%    1.21MB/s    0:03:54  
    657,653,760  69%    1.21MB/s    0:03:53  
    658,964,480  69%    1.21MB/s    0:03:51  
    660,275,200  69%    1.21MB/s    0:03:50  
    661,585,920  69%    1.22MB/s    0:03:49  
    662,896,640  69%    1.21MB/s    0:03:48  
    664,207,360  70%    1.21MB/s    0:03:48  
    665,518,080  70%    1.21MB/s    0:03:47  
    666,828,800  70%    1.21MB/s    0:03:46  
    668,139,520  70%    1.22MB/s    0:03:44  
    669,450,240  70%    1.22MB/s    0:03:42  
    670,760,960  70%    1.22MB/s    0:03:41  
    672,038,912  70%    1.21MB/s    0:03:42  
    673,349,632  71%    1.21MB/s    0:03:40  
    674,660,352  71%    1.21MB/s    0:03:40  
    675,971,072  71%    1.21MB/s    0:03:39  
    677,281,792  71%    1.21MB/s    0:03:38  
    678,592,512  71%    1.21MB/s    0:03:37  
    679,903,232  71%    1.20MB/s    0:03:38  
    681,213,952  71%    1.20MB/s    0:03:36  
    682,524,672  72%    1.20MB/s    0:03:35  
    683,835,392  72%    1.20MB/s    0:03:35  
    685,146,112  72%    1.20MB/s    0:03:33  
    686,456,832  72%    1.21MB/s    0:03:31  
    687,767,552  72%    1.21MB/s    0:03:29  
    689,078,272  72%    1.21MB/s    0:03:28  
    690,388,992  72%    1.21MB/s    0:03:26  
    691,699,712  73%    1.21MB/s    0:03:26  
    693,010,432  73%    1.21MB/s    0:03:24  
    694,321,152  73%    1.21MB/s    0:03:24  
    695,631,872  73%    1.21MB/s    0:03:23  
    696,942,592  73%    1.21MB/s    0:03:22  
    698,253,312  73%    1.21MB/s    0:03:21  
    699,564,032  73%    1.21MB/s    0:03:19  
    700,874,752  73%    1.21MB/s    0:03:18  
    702,185,472  74%    1.21MB/s    0:03:18  
    703,496,192  74%    1.21MB/s    0:03:16  
    704,806,912  74%    1.21MB/s    0:03:15  
    706,117,632  74%    1.21MB/s    0:03:14  
    707,428,352  74%    1.21MB/s    0:03:13  
    708,739,072  74%    1.21MB/s    0:03:12  
    710,049,792  74%    1.21MB/s    0:03:10  
    711,360,512  75%    1.22MB/s    0:03:09  
    712,671,232  75%    1.22MB/s    0:03:08  
    713,981,952  75%    1.22MB/s    0:03:07  
    715,292,672  75%    1.22MB/s    0:03:06  
    716,603,392  75%    1.22MB/s    0:03:05  
    717,914,112  75%    1.22MB/s    0:03:04  
    719,224,832  75%    1.22MB/s    0:03:03  
    720,535,552  76%    1.22MB/s    0:03:02  
    721,846,272  76%    1.22MB/s    0:03:00  
    723,156,992  76%    1.22MB/s    0:02:59  
    724,467,712  76%    1.22MB/s    0:02:58  
    725,778,432  76%    1.22MB/s    0:02:57  
    727,089,152  76%    1.22MB/s    0:02:56  
    728,399,872  76%    1.22MB/s    0:02:55  
    729,710,592  77%    1.22MB/s    0:02:54  
    731,021,312  77%    1.22MB/s    0:02:53  
    732,332,032  77%    1.22MB/s    0:02:52  
    733,642,752  77%    1.22MB/s    0:02:51  
    734,953,472  77%    1.22MB/s    0:02:50  
    736,264,192  77%    1.22MB/s    0:02:49  
    737,574,912  77%    1.22MB/s    0:02:48  
    738,885,632  77%    1.22MB/s    0:02:46  
    740,196,352  78%    1.22MB/s    0:02:46  
    741,507,072  78%    1.22MB/s    0:02:45  
    742,817,792  78%    1.22MB/s    0:02:44  
    744,128,512  78%    1.22MB/s    0:02:43  
    745,439,232  78%    1.22MB/s    0:02:42  
    746,749,952  78%    1.22MB/s    0:02:40  
    748,060,672  78%    1.22MB/s    0:02:39  
    749,371,392  79%    1.21MB/s    0:02:40  
    750,682,112  79%    1.20MB/s    0:02:39  
    751,992,832  79%    1.20MB/s    0:02:38  
    753,303,552  79%    1.20MB/s    0:02:38  
    754,614,272  79%    1.21MB/s    0:02:35  
    755,924,992  79%    1.21MB/s    0:02:34  
    757,235,712  79%    1.20MB/s    0:02:34  
    758,546,432  80%    1.21MB/s    0:02:32  
    759,857,152  80%    1.21MB/s    0:02:31  
    761,167,872  80%    1.21MB/s    0:02:30  
    762,478,592  80%    1.22MB/s    0:02:28  
    763,789,312  80%    1.22MB/s    0:02:27  
    765,100,032  80%    1.21MB/s    0:02:27  
    766,410,752  80%    1.21MB/s    0:02:26  
    767,721,472  81%    1.21MB/s    0:02:24  
    769,032,192  81%    1.21MB/s    0:02:23  
    770,342,912  81%    1.22MB/s    0:02:21  
    771,653,632  81%    1.22MB/s    0:02:20  
    772,964,352  81%    1.22MB/s    0:02:19  
    774,275,072  81%    1.22MB/s    0:02:18  
    775,585,792  81%    1.22MB/s    0:02:17  
    776,896,512  82%    1.22MB/s    0:02:16  
    778,207,232  82%    1.22MB/s    0:02:15  
    779,517,952  82%    1.22MB/s    0:02:14  
    780,828,672  82%    1.22MB/s    0:02:13  
    782,139,392  82%    1.22MB/s    0:02:12  
    783,450,112  82%    1.22MB/s    0:02:11  
    784,760,832  82%    1.22MB/s    0:02:10  
    786,071,552  82%    1.22MB/s    0:02:09  
    787,382,272  83%    1.21MB/s    0:02:08  
    788,692,992  83%    1.22MB/s    0:02:07  
    790,003,712  83%    1.21MB/s    0:02:07  
    791,314,432  83%    1.21MB/s    0:02:05  
    792,625,152  83%    1.21MB/s    0:02:04  
    793,935,872  83%    1.21MB/s    0:02:04  
    795,246,592  83%    1.21MB/s    0:02:02  
    796,557,312  84%    1.21MB/s    0:02:01  
    797,868,032  84%    1.21MB/s    0:02:00  
    799,178,752  84%    1.21MB/s    0:01:59  
    800,489,472  84%    1.22MB/s    0:01:57  
    801,800,192  84%    1.22MB/s    0:01:56  
    803,110,912  84%    1.22MB/s    0:01:55  
    804,421,632  84%    1.22MB/s    0:01:54  
    805,699,584  85%    1.21MB/s    0:01:54  
    807,010,304  85%    1.21MB/s    0:01:53  
    808,321,024  85%    1.21MB/s    0:01:51  
    809,631,744  85%    1.21MB/s    0:01:50  
    810,942,464  85%    1.22MB/s    0:01:49  
    812,253,184  85%    1.22MB/s    0:01:48  
    813,563,904  85%    1.22MB/s    0:01:47  
    814,874,624  86%    1.22MB/s    0:01:46  
    816,185,344  86%    1.22MB/s    0:01:45  
    817,496,064  86%    1.22MB/s    0:01:44  
    818,806,784  86%    1.22MB/s    0:01:43  
    820,117,504  86%    1.22MB/s    0:01:42  
    821,428,224  86%    1.21MB/s    0:01:41  
    822,738,944  86%    1.21MB/s    0:01:40  
    824,049,664  86%    1.20MB/s    0:01:40  
    825,360,384  87%    1.20MB/s    0:01:38  
    826,671,104  87%    1.21MB/s    0:01:37  
    827,981,824  87%    1.21MB/s    0:01:36  
    829,292,544  87%    1.22MB/s    0:01:34  
    830,603,264  87%    1.21MB/s    0:01:34  
    831,913,984  87%    1.21MB/s    0:01:32  
    833,224,704  87%    1.21MB/s    0:01:31  
    834,535,424  88%    1.21MB/s    0:01:30  
    835,846,144  88%    1.21MB/s    0:01:29  
    837,156,864  88%    1.21MB/s    0:01:28  
    838,467,584  88%    1.22MB/s    0:01:27  
    839,778,304  88%    1.22MB/s    0:01:26  
    841,089,024  88%    1.21MB/s    0:01:25  
    842,399,744  88%    1.21MB/s    0:01:24  
    843,710,464  89%    1.21MB/s    0:01:23  
    845,021,184  89%    1.21MB/s    0:01:22  
    846,331,904  89%    1.22MB/s    0:01:21  
    847,642,624  89%    1.22MB/s    0:01:19  
    848,953,344  89%    1.21MB/s    0:01:19  
    850,264,064  89%    1.21MB/s    0:01:18  
    851,574,784  89%    1.21MB/s    0:01:17  
    852,885,504  90%    1.21MB/s    0:01:16  
    854,196,224  90%    1.21MB/s    0:01:14  
    855,506,944  90%    1.21MB/s    0:01:13  
    856,817,664  90%    1.22MB/s    0:01:12  
    858,128,384  90%    1.22MB/s    0:01:11  
    859,439,104  90%    1.21MB/s    0:01:10  
    860,749,824  90%    1.21MB/s    0:01:09  
    862,060,544  90%    1.21MB/s    0:01:08  
    863,371,264  91%    1.20MB/s    0:01:08  
    864,681,984  91%    1.20MB/s    0:01:07  
    865,992,704  91%    1.20MB/s    0:01:06  
    867,303,424  91%    1.20MB/s    0:01:04  
    868,614,144  91%    1.21MB/s    0:01:03  
    869,924,864  91%    1.21MB/s    0:01:02  
    871,235,584  91%    1.21MB/s    0:01:01  
    872,546,304  92%    1.21MB/s    0:01:00  
    873,857,024  92%    1.21MB/s    0:00:59  
    875,167,744  92%    1.21MB/s    0:00:58  
    876,478,464  92%    1.21MB/s    0:00:56  
    877,789,184  92%    1.22MB/s    0:00:55  
    879,099,904  92%    1.22MB/s    0:00:54  
    880,410,624  92%    1.22MB/s    0:00:53  
    881,721,344  93%    1.22MB/s    0:00:52  
    883,032,064  93%    1.22MB/s    0:00:51  
    884,342,784  93%    1.22MB/s    0:00:50  
    885,653,504  93%    1.21MB/s    0:00:49  
    886,964,224  93%    1.21MB/s    0:00:48  
    888,274,944  93%    1.21MB/s    0:00:47  
    889,585,664  93%    1.21MB/s    0:00:46  
    890,896,384  94%    1.21MB/s    0:00:45  
    892,207,104  94%    1.21MB/s    0:00:44  
    893,517,824  94%    1.22MB/s    0:00:43  
    894,828,544  94%    1.22MB/s    0:00:42  
    896,139,264  94%    1.22MB/s    0:00:41  
    897,449,984  94%    1.22MB/s    0:00:40  
    898,760,704  94%    1.22MB/s    0:00:38  
    900,071,424  95%    1.22MB/s    0:00:37  
    901,382,144  95%    1.22MB/s    0:00:36  
    902,692,864  95%    1.22MB/s    0:00:35  
    904,003,584  95%    1.20MB/s    0:00:35  
    905,314,304  95%    1.20MB/s    0:00:34  
    906,625,024  95%    1.20MB/s    0:00:33  
    907,935,744  95%    1.20MB/s    0:00:32  
    909,246,464  95%    1.20MB/s    0:00:30  
    910,557,184  96%    1.20MB/s    0:00:29  
    911,867,904  96%    1.20MB/s    0:00:28  
    912,916,480  96%    1.11MB/s    0:00:30  
    914,096,128  96%    1.08MB/s    0:00:30  
    914,882,560  96%  974.17kB/s    0:00:33  
    916,193,280  96%  980.27kB/s    0:00:31  
    917,504,000  96%    1.03MB/s    0:00:28  
    918,814,720  96%    1.07MB/s    0:00:26  
    920,125,440  97%    1.20MB/s    0:00:22  
    921,436,160  97%    1.20MB/s    0:00:21  
    922,746,880  97%    1.20MB/s    0:00:19  
    924,057,600  97%    1.21MB/s    0:00:18  
    925,368,320  97%    1.22MB/s    0:00:17  
    926,679,040  97%    1.22MB/s    0:00:16  
    927,989,760  97%    1.22MB/s    0:00:15  
    929,300,480  98%    1.22MB/s    0:00:14  
    930,611,200  98%    1.22MB/s    0:00:13  
    931,921,920  98%    1.21MB/s    0:00:12  
    933,232,640  98%    1.21MB/s    0:00:11  
    934,543,360  98%    1.21MB/s    0:00:10  
    935,854,080  98%    1.21MB/s    0:00:09  
    937,164,800  98%    1.21MB/s    0:00:08  
    938,475,520  99%    1.21MB/s    0:00:07  
    939,753,472  99%    1.20MB/s    0:00:06  
    941,064,192  99%    1.20MB/s    0:00:05  
    942,374,912  99%    1.20MB/s    0:00:04  
    943,685,632  99%    1.20MB/s    0:00:02  
    944,996,352  99%    1.21MB/s    0:00:01  
    946,307,072  99%    1.21MB/s    0:00:00  
    947,366,328 100%    1.19MB/s    0:12:36 (xfr#1, to-chk=5/7)
images/pmos-plasma-mobile-nightly-20221221-pine64-pinephone.img.xz.sha256

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

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

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

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

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

sent 3,214,272,551 bytes  received 577 bytes  1,259,758.23 bytes/sec
total size is 3,213,487,412  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@307a84e8[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=37,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-10-04T14:33:56Z]] (sha:c4f94fc) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/c4f94fc1b654411ea321b8d2a0e9bbbf8f1e16be
Sending notification to Discord.
Finished: SUCCESS