Skip to content
Success

Console Output

Skipping 344 KB.. Full Log
      }
   ]
}
(2780331) [16:06:37] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(2780331) [16:06:37] % sudo mount --bind /dev/loop9 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/install
(2780331) [16:06:37] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
(2780331) [16:06:37] (native) % parted -s /dev/install mktable gpt
(2780331) [16:06:38] (native) % parted -s /dev/install mkpart primary fat32 2048s 256M
(2780331) [16:06:38] (native) % parted -s /dev/install mkpart primary 256M 100%
(2780331) [16:06:38] (native) % parted -s /dev/install set 1 boot on
(2780331) [16:06:38] (native) % losetup --json --list
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/lxd_23991.snap",
         "dio": false,
         "log-sec": 512
      },{
         "name": "/dev/loop1",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": true,
         "ro": true,
         "back-file": "/var/lib/snapd/snaps/core18_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
      }
   ]
}
(2780331) [16:06:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(2780331) [16:06:38] % sudo mount --bind /dev/loop9p1 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp1
(2780331) [16:06:38] % sudo touch /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(2780331) [16:06:38] % sudo mount --bind /dev/loop9p2 /home/swadmin/.local/var/pmbootstrap/chroot_native/dev/installp2
(2780331) [16:06:38] (native) calculate depends of e2fsprogs (pmbootstrap -v for details)
(2780331) [16:06:38] (native) install e2fsprogs
(2780331) [16:06:38] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(2780331) [16:06:38] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(2780331) [16:06:38] (native) % cat /tmp/apk_progress_fifo
(2780331) [16:06:38] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add e2fsprogs
(2780331) [16:06:38] New background process: pid=2791287, 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
(2780331) [16:06:39] (native) format /dev/installp2 (root, ext4)
(2780331) [16:06:39] (native) % mkfs.ext4 -O ^metadata_csum -F -q -L pmOS_root -N 100000 /dev/installp2
(2780331) [16:06:39] (native) mount /dev/installp2 to /mnt/install
(2780331) [16:06:39] (native) % mkdir -p /mnt/install
(2780331) [16:06:39] (native) % mount /dev/installp2 /mnt/install
(2780331) [16:06:39] (native) calculate depends of dosfstools (pmbootstrap -v for details)
(2780331) [16:06:39] (native) install dosfstools
(2780331) [16:06:39] % sudo rm -f /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(2780331) [16:06:39] % sudo mkfifo /home/swadmin/.local/var/pmbootstrap/chroot_native/tmp/apk_progress_fifo
(2780331) [16:06:39] (native) % cat /tmp/apk_progress_fifo
(2780331) [16:06:39] (native) % sh -c exec 3>/tmp/apk_progress_fifo; apk --no-progress --progress-fd 3 add dosfstools
(2780331) [16:06:39] New background process: pid=2791316, 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
(2780331) [16:06:40] (native) format /dev/installp1 (boot, fat32), mount to mountpoint
(2780331) [16:06:40] (native) % mkfs.fat -F 32 -n pmOS_boot /dev/installp1
mkfs.fat 4.2 (2021-01-31)
mkfs.fat: Warning: lowercase labels might not work properly on some systems
(2780331) [16:06:40] (native) % mkdir -p /mnt/install/boot
(2780331) [16:06:40] (native) % mount /dev/installp1 /mnt/install/boot
(2780331) [16:06:40] *** (4/4) FILL INSTALL BLOCKDEVICE ***
(2780331) [16:06:40] (native) copy rootfs_pine64-pinephonepro to /mnt/install/
(2780331) [16:06:40] % sudo mkdir -p /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(2780331) [16:06:40] % sudo mount --bind /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro
(2780331) [16:06:40] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/rootfs_pine64-pinephonepro/usr/bin/qemu-aarch64-static
(2780331) [16:06:40] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro/tmp/apk_progress_fifo
(2780331) [16:06:40] (native) % cd /mnt/rootfs_pine64-pinephonepro; cp -a boot tmp root srv etc dev var sbin proc mnt opt sys lib run usr bin media /mnt/install/
(2780331) [16:06:47] % sudo mkdir /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home
(2780331) [16:06:47] % sudo cp -a /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/skel /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(2780331) [16:06:47] % sudo chown -R 10000 /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/home/user
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % sudo cp /home/swadmin/.local/var/pmbootstrap/config_apk_keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/keys/
(2780331) [16:06:47] % 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/
(2780331) [16:06:47] % 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/
(2780331) [16:06:47] % sudo sed -i /\/mnt\/pmbootstrap-packages/d /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/etc/apk/repositories
(2780331) [16:06:47] % 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
(2780331) [16:06:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install/boot
(2780331) [16:06:47] % sudo umount /home/swadmin/.local/var/pmbootstrap/chroot_native/mnt/install
(2780331) [16:06:51] (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
      }
   ]
}
(2780331) [16:06:51] (native) umount /dev/loop9
(2780331) [16:06:51] (native) % losetup -d /dev/loop9
(2780331) [16:06:51] % sudo rm /home/swadmin/.local/var/pmbootstrap/chroot_native/in-pmbootstrap
(2780331) [16:06:51] 
(2780331) [16:06:51] *** FLASHING INFORMATION ***
(2780331) [16:06:51] Refer to the installation instructions of your device, or the generic install instructions in the wiki.
(2780331) [16:06:51] https://wiki.postmarketos.org/wiki/Installation_guide#pmbootstrap_flash
(2780331) [16:06:51] 
(2780331) [16:06:51] *** SSH DAEMON INFORMATION ***
(2780331) [16:06:51] SSH daemon is enabled (disable with --no-sshd).
(2780331) [16:06:51] Login as 'user' with the password given during installation.
(2780331) [16:06:51] 
(2780331) [16:06:51] *** FIREWALL INFORMATION ***
(2780331) [16:06:51] Firewall is enabled, but may not work (couldn't determine if kernel supports nftables).
(2780331) [16:06:51] For more information: https://postmarketos.org/firewall
(2780331) [16:06:51] 
(2780331) [16:06:51] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(2780331) [16:06:51] DONE!
total 2316184
-rw-r--r-- 1 root 12345 3588227072 Dec 26 16:06 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 26 16:07 pmOS_boot -> ../../loop9p1
lrwxrwxrwx 1 root root 13 Dec 26 16:07 pmOS_root -> ../../loop9p2
lrwxrwxrwx 1 root root 10 Dec 26 16:07 storagepool -> ../../sda1
total 88
drwxr-xr-x  2 root root  4096 Dec 26 16:05 bin
drwxr-xr-x  2 root root  4096 Dec 26 16:06 boot
drwxr-xr-x  2 root root  4096 Dec 26 16:02 dev
drwxr-xr-x 65 root root  4096 Dec 26 16:06 etc
drwxr-xr-x  3 root root  4096 Dec 26 16:06 home
drwxr-xr-x 14 root root  4096 Dec 26 16:05 lib
drwx------  2 root root 16384 Dec 26 16:06 lost+found
drwxr-xr-x  5 root root  4096 Dec 26 16:02 media
drwxr-xr-x  8 root root  4096 Dec 26 16:02 mnt
drwxr-xr-x  2 root root  4096 Dec 26 16:02 opt
drwxr-xr-x  2 root root  4096 Dec 26 16:02 proc
drwx------  2 root root  4096 Dec 26 16:02 root
drwxr-xr-x  6 root root  4096 Dec 26 16:05 run
drwxr-xr-x  2 root root  4096 Dec 26 16:05 sbin
drwxr-xr-x  2 root root  4096 Dec 26 16:02 srv
drwxr-xr-x  2 root root  4096 Dec 26 16:02 sys
drwxrwxrwt  2 root root  4096 Dec 26 16:06 tmp
drwxr-xr-x  9 root root  4096 Dec 26 16:03 usr
drwxr-xr-x 13 root root  4096 Dec 26 16:03 var
https://espi.sineware.ca/repo/alpine/prolinux-nightly/
--2022-12-26 16:07:14--  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% 59.3M=0s

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

Entering chroot...
Enabling binfmt multiarch...
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
(chroot) Upgrading to Plasma Mobile Nightly packages...
fetch http://mirror.postmarketos.org/postmarketos/master/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
fetch https://espi.sineware.ca/repo/alpine/prolinux-nightly/aarch64/APKINDEX.tar.gz
2022-12-20 21:36:42.236770 [http://mirror.postmarketos.org/postmarketos/master]
v3.17.0-2289-g70ba5bd987 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.17.0-2292-g50e46aa359 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.17.0-2292-g50e46aa359 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
prolinux-nightly  [https://espi.sineware.ca/repo/alpine/prolinux-nightly/]
OK: 25320 distinct packages available
(1/102) Upgrading kirigami2-libs (5.101.0-r0 -> 9999_git1671847614-r0)
(2/102) Upgrading kirigami2 (5.101.0-r0 -> 9999_git1671847614-r0)
(3/102) Upgrading kactivities-libs (5.101.0-r1 -> 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_git1671760945-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_git1671674448-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_git1671674431-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_git1671795930-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_git1671724116-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_git1671848289-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_git1671588181-r0)
(41/102) Upgrading kirigami-addons (0.6.1-r0 -> 9999_git1671588314-r0)
(42/102) Upgrading kclock (22.11-r0 -> 9999_git1671914693-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_git1671760271-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_git1671657139-r0)
(53/102) Upgrading plasma-dialer (22.11-r0 -> 9999_git1671675086-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_git1671808220-r0)
(58/102) Upgrading breeze (5.26.4-r0 -> 9999_git1671157467-r0)
(59/102) Upgrading libkscreen (5.26.4-r0 -> 9999_git1671796565-r0)
(60/102) Upgrading layer-shell-qt (5.26.4-r0 -> 9999_git1671799851-r0)
(61/102) Upgrading kscreen (5.26.4-r0 -> 9999_git1671796460-r0)
(62/102) Upgrading kwallet-pam (5.26.4-r0 -> 9999_git1668649715-r0)
(63/102) Upgrading kwayland-integration (5.26.4-r0 -> 9999_git1671825709-r0)
(64/102) Upgrading breeze-icons (5.101.0-r0 -> 9999_git1671483339-r0)
(65/102) Upgrading kactivities (5.101.0-r1 -> 9999_git1670961040-r0)
(66/102) Upgrading plasma-nano (5.26.4-r0 -> 9999_git1671780676-r0)
(67/102) Upgrading networkmanager-qt (5.101.0-r0 -> 9999_git1670961680-r0)
(68/102) Upgrading plasma-nm (5.26.4-r0 -> 9999_git1671848213-r0)
(69/102) Upgrading plasma-nm-mobile (5.26.4-r0 -> 9999_git1671848213-r0)
(70/102) Upgrading plasma-settings (22.11-r0 -> 9999_git1671502472-r0)
(71/102) Upgrading kactivitymanagerd (5.26.4-r1 -> 9999_git1671781139-r1)
(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_git1671588203-r0)
(75/102) Upgrading kquickcharts (5.101.0-r0 -> 9999_git1670961540-r0)
(76/102) Upgrading kscreenlocker (5.26.4-r0 -> 9999_git1671829640-r0)
(77/102) Upgrading kwin (5.26.4-r0 -> 9999_git1671848147-r0)
(78/102) Upgrading kitemmodels (5.101.0-r0 -> 9999_git1671554681-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_git1671796688-r0)
(84/102) Upgrading plasma-workspace-libs (5.26.4.1-r0 -> 9999_git1671848247-r0)
(85/102) Upgrading kactivities-stats (5.101.0-r1 -> 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_git1671577420-r0)
(92/102) Upgrading libksysguard (5.26.4-r0 -> 9999_git1671502290-r0)
(93/102) Upgrading plasma-workspace (5.26.4.1-r0 -> 9999_git1671848247-r0)
(94/102) Upgrading kpty (5.101.0-r0 -> 9999_git1670983961-r0)
(95/102) Upgrading kde-cli-tools (5.26.4-r0 -> 9999_git1671641424-r0)
(96/102) Upgrading qqc2-breeze-style (5.26.4-r0 -> 9999_git1670949548-r0)
(97/102) Upgrading plasma-mobile (5.26.4-r0 -> 9999_git1671848193-r0)
(98/102) Upgrading polkit-kde-agent-1 (5.26.4-r0 -> 9999_git1671825673-r0)
(99/102) Upgrading powerdevil-libs (5.26.4-r0 -> 9999_git1671848265-r0)
(100/102) Upgrading powerdevil (5.26.4-r0 -> 9999_git1671848265-r0)
(101/102) Upgrading xdg-desktop-portal-kde (5.26.4-r0 -> 9999_git1671761686-r0)
(102/102) Upgrading qmlkonsole (22.11-r0 -> 9999_git1671848337-r0)
Executing busybox-1.35.0-r29.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gtk-update-icon-cache-3.24.36-r0.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.36-r0.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: 2348 MiB in 763 packages
(1/102) Installing syndication (9999_git1670961763-r0)
(2/102) Installing alligator (9999_git1671848275-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_git1671848299-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-r2)
(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_git1671726775-r0)
(59/102) Installing qt5-qtkeychain (0.13.2-r1)
(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_git1671847924-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-r2)
(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_git1671848326-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_git1671847959-r0)
Executing busybox-1.35.0-r29.trigger
Executing gtk-update-icon-cache-3.24.36-r0.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: 2523 MiB in 865 packages
(chroot) Exiting chroot...
[16:09:08] Unregister qemu binfmt (arm)
[16:09:08] Unregister qemu binfmt (aarch64)
[16:09:08] Unregister qemu binfmt (riscv64)
[16:09:08] Remove /home/swadmin/.local/var/pmbootstrap/chroot_native? (y/n) [n]: y
[16:09:08] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_native
[16:09:08] Remove /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro? (y/n) [n]: y
[16:09:08] % rm -rf /home/swadmin/.local/var/pmbootstrap/chroot_rootfs_pine64-pinephonepro
[16:09:10] Cleared up ~4458 MB of space
[16:09:10] DONE!
removed 'images/pmos-plasma-mobile-nightly-20221225-pine64-pinephone.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221225-pine64-pinephone.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221225-pine64-pinephonepro.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221225-pine64-pinephonepro.img.xz.sha256'
removed 'images/pmos-plasma-mobile-nightly-20221225-tablet-x64uefi.img.xz'
removed 'images/pmos-plasma-mobile-nightly-20221225-tablet-x64uefi.img.xz.sha256'
Compressing pine64-pinephone.img
pine64-pinephone.img: 914.8 MiB / 3,463.0 MiB = 0.264, 44 MiB/s, 1:18
renamed 'pine64-pinephone.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221226-pine64-pinephone.img.xz'
Compressing pine64-pinephonepro.img
pine64-pinephonepro.img: 871.7 MiB / 3,422.0 MiB = 0.255, 45 MiB/s, 1:15
renamed 'pine64-pinephonepro.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221226-pine64-pinephonepro.img.xz'
Compressing tablet-x64uefi.img
tablet-x64uefi.img: 1,282.8 MiB / 4,631.0 MiB = 0.277, 47 MiB/s, 1:37
renamed 'tablet-x64uefi.img.xz' -> 'images/pmos-plasma-mobile-nightly-20221226-tablet-x64uefi.img.xz'
sending incremental file list
deleting images/pmos-plasma-mobile-nightly-20221225-tablet-x64uefi.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221225-tablet-x64uefi.img.xz
deleting images/pmos-plasma-mobile-nightly-20221225-pine64-pinephonepro.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221225-pine64-pinephonepro.img.xz
deleting images/pmos-plasma-mobile-nightly-20221225-pine64-pinephone.img.xz.sha256
deleting images/pmos-plasma-mobile-nightly-20221225-pine64-pinephone.img.xz
images/
images/pmos-plasma-mobile-nightly-20221226-pine64-pinephone.img.xz

         32,768   0%    0.00kB/s    0:00:00  
      3,342,336   0%    3.01MB/s    0:05:09  
      4,653,056   0%    2.09MB/s    0:07:26  
      5,963,776   0%    1.78MB/s    0:08:42  
      7,274,496   0%    1.63MB/s    0:09:31  
      8,585,216   0%    1.17MB/s    0:13:11  
      9,895,936   1%    1.17MB/s    0:13:11  
     11,206,656   1%    1.17MB/s    0:13:09  
     12,517,376   1%    1.18MB/s    0:13:06  
     13,828,096   1%    1.18MB/s    0:13:04  
     15,138,816   1%    1.18MB/s    0:13:03  
     16,449,536   1%    1.18MB/s    0:13:02  
     17,760,256   1%    1.18MB/s    0:13:01  
     19,070,976   1%    1.18MB/s    0:13:00  
     20,381,696   2%    1.17MB/s    0:13:01  
     21,692,416   2%    1.18MB/s    0:12:58  
     23,003,136   2%    1.18MB/s    0:12:57  
     24,313,856   2%    1.17MB/s    0:12:57  
     25,624,576   2%    1.18MB/s    0:12:54  
     26,935,296   2%    1.17MB/s    0:12:55  
     28,246,016   2%    1.18MB/s    0:12:53  
     29,556,736   3%    1.18MB/s    0:12:52  
     30,867,456   3%    1.17MB/s    0:12:52  
     32,178,176   3%    1.17MB/s    0:12:53  
     33,488,896   3%    1.17MB/s    0:12:50  
     34,799,616   3%    1.17MB/s    0:12:48  
     36,110,336   3%    1.18MB/s    0:12:46  
     37,421,056   3%    1.18MB/s    0:12:43  
     38,731,776   4%    1.17MB/s    0:12:48  
     40,042,496   4%    1.17MB/s    0:12:45  
     41,353,216   4%    1.17MB/s    0:12:44  
     42,663,936   4%    1.17MB/s    0:12:43  
     43,974,656   4%    1.18MB/s    0:12:39  
     45,285,376   4%    1.17MB/s    0:12:40  
     46,596,096   4%    1.17MB/s    0:12:42  
     47,906,816   4%    1.17MB/s    0:12:40  
     49,217,536   5%    1.16MB/s    0:12:43  
     50,528,256   5%    1.16MB/s    0:12:44  
     51,838,976   5%    1.17MB/s    0:12:38  
     53,149,696   5%    1.17MB/s    0:12:37  
     54,460,416   5%    1.18MB/s    0:12:31  
     55,771,136   5%    1.18MB/s    0:12:28  
     57,081,856   5%    1.17MB/s    0:12:32  
     58,392,576   6%    1.17MB/s    0:12:31  
     59,703,296   6%    1.17MB/s    0:12:33  
     61,014,016   6%    1.17MB/s    0:12:32  
     62,324,736   6%    1.16MB/s    0:12:33  
     63,635,456   6%    1.15MB/s    0:12:39  
     64,946,176   6%    1.16MB/s    0:12:35  
     66,256,896   6%    1.15MB/s    0:12:38  
     67,567,616   7%    1.15MB/s    0:12:35  
     68,878,336   7%    1.16MB/s    0:12:27  
     70,189,056   7%    1.16MB/s    0:12:28  
     71,499,776   7%    1.16MB/s    0:12:25  
     72,810,496   7%    1.17MB/s    0:12:21  
     74,121,216   7%    1.17MB/s    0:12:20  
     75,431,936   7%    1.17MB/s    0:12:16  
     76,742,656   8%    1.18MB/s    0:12:13  
     78,053,376   8%    1.18MB/s    0:12:12  
     79,364,096   8%    1.18MB/s    0:12:10  
     80,674,816   8%    1.17MB/s    0:12:10  
     81,985,536   8%    1.17MB/s    0:12:11  
     83,296,256   8%    1.17MB/s    0:12:11  
     84,606,976   8%    1.17MB/s    0:12:10  
     85,917,696   8%    1.17MB/s    0:12:07  
     87,228,416   9%    1.17MB/s    0:12:06  
     88,539,136   9%    1.17MB/s    0:12:05  
     89,849,856   9%    1.17MB/s    0:12:05  
     91,160,576   9%    1.17MB/s    0:12:04  
     92,471,296   9%    1.18MB/s    0:11:59  
     93,782,016   9%    1.18MB/s    0:11:58  
     95,092,736   9%    1.18MB/s    0:11:56  
     96,403,456  10%    1.18MB/s    0:11:55  
     97,714,176  10%    1.17MB/s    0:11:56  
     99,024,896  10%    1.18MB/s    0:11:54  
    100,335,616  10%    1.18MB/s    0:11:53  
    101,646,336  10%    1.18MB/s    0:11:52  
    102,957,056  10%    1.18MB/s    0:11:50  
    104,267,776  10%    1.18MB/s    0:11:49  
    105,578,496  11%    1.18MB/s    0:11:48  
    106,889,216  11%    1.17MB/s    0:11:50  
    108,199,936  11%    1.17MB/s    0:11:49  
    109,510,656  11%    1.17MB/s    0:11:48  
    110,821,376  11%    1.17MB/s    0:11:47  
    112,132,096  11%    1.18MB/s    0:11:43  
    113,442,816  11%    1.18MB/s    0:11:41  
    114,753,536  11%    1.18MB/s    0:11:40  
    116,064,256  12%    1.18MB/s    0:11:39  
    117,374,976  12%    1.18MB/s    0:11:39  
    118,685,696  12%    1.17MB/s    0:11:38  
    119,996,416  12%    1.17MB/s    0:11:38  
    121,307,136  12%    1.17MB/s    0:11:37  
    122,617,856  12%    1.17MB/s    0:11:41  
    123,928,576  12%    1.17MB/s    0:11:39  
    125,239,296  13%    1.17MB/s    0:11:38  
    126,550,016  13%    1.17MB/s    0:11:36  
    127,860,736  13%    1.18MB/s    0:11:30  
    129,171,456  13%    1.17MB/s    0:11:30  
    130,482,176  13%    1.17MB/s    0:11:28  
    131,792,896  13%    1.17MB/s    0:11:27  
    133,103,616  13%    1.17MB/s    0:11:27  
    134,381,568  14%    1.17MB/s    0:11:29  
    135,692,288  14%    1.17MB/s    0:11:28  
    137,003,008  14%    1.17MB/s    0:11:28  
    138,313,728  14%    1.17MB/s    0:11:27  
    139,624,448  14%    1.17MB/s    0:11:21  
    140,935,168  14%    1.17MB/s    0:11:20  
    142,245,888  14%    1.18MB/s    0:11:18  
    143,556,608  14%    1.18MB/s    0:11:17  
    144,867,328  15%    1.18MB/s    0:11:16  
    146,178,048  15%    1.18MB/s    0:11:15  
    147,488,768  15%    1.17MB/s    0:11:16  
    148,799,488  15%    1.18MB/s    0:11:12  
    150,110,208  15%    1.18MB/s    0:11:11  
    151,420,928  15%    1.17MB/s    0:11:12  
    152,731,648  15%    1.18MB/s    0:11:07  
    154,042,368  16%    1.18MB/s    0:11:08  
    155,353,088  16%    1.18MB/s    0:11:07  
    156,663,808  16%    1.18MB/s    0:11:05  
    157,974,528  16%    1.17MB/s    0:11:07  
    159,285,248  16%    1.17MB/s    0:11:06  
    160,595,968  16%    1.17MB/s    0:11:07  
    161,906,688  16%    1.17MB/s    0:11:05  
    163,217,408  17%    1.17MB/s    0:11:04  
    164,528,128  17%    1.17MB/s    0:11:03  
    165,838,848  17%    1.17MB/s    0:11:00  
    167,149,568  17%    1.18MB/s    0:10:57  
    168,460,288  17%    1.18MB/s    0:10:56  
    169,771,008  17%    1.18MB/s    0:10:55  
    171,081,728  17%    1.18MB/s    0:10:54  
    172,392,448  17%    1.17MB/s    0:10:54  
    173,703,168  18%    1.18MB/s    0:10:52  
    175,013,888  18%    1.18MB/s    0:10:51  
    176,324,608  18%    1.17MB/s    0:10:54  
    177,635,328  18%    1.16MB/s    0:10:55  
    178,946,048  18%    1.16MB/s    0:10:55  
    180,256,768  18%    1.16MB/s    0:10:56  
    181,567,488  18%    1.17MB/s    0:10:51  
    182,878,208  19%    1.17MB/s    0:10:47  
    184,188,928  19%    1.17MB/s    0:10:47  
    185,499,648  19%    1.16MB/s    0:10:49  
    186,810,368  19%    1.16MB/s    0:10:47  
    188,121,088  19%    1.16MB/s    0:10:46  
    189,431,808  19%    1.17MB/s    0:10:45  
    190,742,528  19%    1.18MB/s    0:10:38  
    192,053,248  20%    1.17MB/s    0:10:38  
    193,363,968  20%    1.17MB/s    0:10:38  
    194,674,688  20%    1.17MB/s    0:10:37  
    195,985,408  20%    1.17MB/s    0:10:38  
    197,296,128  20%    1.17MB/s    0:10:37  
    198,606,848  20%    1.17MB/s    0:10:35  
    199,917,568  20%    1.17MB/s    0:10:34  
    201,228,288  20%    1.17MB/s    0:10:31  
    202,539,008  21%    1.18MB/s    0:10:28  
    203,849,728  21%    1.18MB/s    0:10:27  
    205,160,448  21%    1.18MB/s    0:10:26  
    206,471,168  21%    1.18MB/s    0:10:25  
    207,781,888  21%    1.18MB/s    0:10:24  
    209,092,608  21%    1.18MB/s    0:10:22  
    210,403,328  21%    1.18MB/s    0:10:22  
    211,714,048  22%    1.17MB/s    0:10:21  
    213,024,768  22%    1.18MB/s    0:10:20  
    214,335,488  22%    1.17MB/s    0:10:19  
    215,646,208  22%    1.18MB/s    0:10:17  
    216,956,928  22%    1.18MB/s    0:10:16  
    218,267,648  22%    1.18MB/s    0:10:15  
    219,578,368  22%    1.18MB/s    0:10:14  
    220,889,088  23%    1.18MB/s    0:10:13  
    222,199,808  23%    1.18MB/s    0:10:11  
    223,510,528  23%    1.17MB/s    0:10:14  
    224,821,248  23%    1.17MB/s    0:10:12  
    226,131,968  23%    1.17MB/s    0:10:11  
    227,442,688  23%    1.17MB/s    0:10:10  
    228,753,408  23%    1.18MB/s    0:10:06  
    230,064,128  23%    1.17MB/s    0:10:07  
    231,374,848  24%    1.17MB/s    0:10:05  
    232,685,568  24%    1.17MB/s    0:10:04  
    233,996,288  24%    1.17MB/s    0:10:03  
    235,307,008  24%    1.18MB/s    0:09:59  
    236,617,728  24%    1.18MB/s    0:09:59  
    237,928,448  24%    1.18MB/s    0:09:59  
    239,239,168  24%    1.18MB/s    0:09:57  
    240,549,888  25%    1.18MB/s    0:09:56  
    241,860,608  25%    1.17MB/s    0:09:56  
    243,171,328  25%    1.18MB/s    0:09:54  
    244,482,048  25%    1.17MB/s    0:09:54  
    245,792,768  25%    1.18MB/s    0:09:52  
    247,103,488  25%    1.18MB/s    0:09:51  
    248,414,208  25%    1.18MB/s    0:09:50  
    249,724,928  26%    1.18MB/s    0:09:48  
    251,035,648  26%    1.18MB/s    0:09:47  
    252,346,368  26%    1.18MB/s    0:09:46  
    253,657,088  26%    1.18MB/s    0:09:45  
    254,967,808  26%    1.17MB/s    0:09:45  
    256,278,528  26%    1.17MB/s    0:09:45  
    257,589,248  26%    1.17MB/s    0:09:44  
    258,899,968  26%    1.17MB/s    0:09:42  
    260,210,688  27%    1.18MB/s    0:09:40  
    261,521,408  27%    1.18MB/s    0:09:38  
    262,832,128  27%    1.18MB/s    0:09:37  
    264,142,848  27%    1.18MB/s    0:09:36  
    265,453,568  27%    1.18MB/s    0:09:36  
    266,764,288  27%    1.18MB/s    0:09:34  
    268,075,008  27%    1.18MB/s    0:09:33  
    269,352,960  28%    1.17MB/s    0:09:36  
    270,663,680  28%    1.16MB/s    0:09:38  
    271,974,400  28%    1.16MB/s    0:09:38  
    273,285,120  28%    1.16MB/s    0:09:38  
    274,595,840  28%    1.17MB/s    0:09:33  
    275,906,560  28%    1.17MB/s    0:09:28  
    277,217,280  28%    1.17MB/s    0:09:27  
    278,528,000  29%    1.18MB/s    0:09:25  
    279,838,720  29%    1.17MB/s    0:09:24  
    281,149,440  29%    1.18MB/s    0:09:22  
    282,460,160  29%    1.18MB/s    0:09:22  
    283,770,880  29%    1.18MB/s    0:09:20  
    285,081,600  29%    1.18MB/s    0:09:19  
    286,392,320  29%    1.18MB/s    0:09:18  
    287,703,040  29%    1.18MB/s    0:09:17  
    289,013,760  30%    1.18MB/s    0:09:16  
    290,324,480  30%    1.17MB/s    0:09:16  
    291,635,200  30%    1.17MB/s    0:09:15  
    292,945,920  30%    1.17MB/s    0:09:14  
    294,256,640  30%    1.17MB/s    0:09:14  
    295,567,360  30%    1.17MB/s    0:09:12  
    296,878,080  30%    1.17MB/s    0:09:11  
    298,188,800  31%    1.17MB/s    0:09:10  
    299,499,520  31%    1.18MB/s    0:09:08  
    300,810,240  31%    1.18MB/s    0:09:06  
    302,120,960  31%    1.18MB/s    0:09:05  
    303,431,680  31%    1.18MB/s    0:09:03  
    304,742,400  31%    1.18MB/s    0:09:03  
    306,053,120  31%    1.18MB/s    0:09:02  
    307,363,840  32%    1.18MB/s    0:09:01  
    308,674,560  32%    1.17MB/s    0:09:01  
    309,985,280  32%    1.18MB/s    0:08:59  
    311,296,000  32%    1.18MB/s    0:08:57  
    312,606,720  32%    1.18MB/s    0:08:56  
    313,917,440  32%    1.18MB/s    0:08:55  
    315,228,160  32%    1.17MB/s    0:08:55  
    316,538,880  32%    1.17MB/s    0:08:55  
    317,849,600  33%    1.17MB/s    0:08:53  
    319,160,320  33%    1.18MB/s    0:08:51  
    320,471,040  33%    1.18MB/s    0:08:50  
    321,781,760  33%    1.17MB/s    0:08:50  
    323,092,480  33%    1.17MB/s    0:08:49  
    324,403,200  33%    1.17MB/s    0:08:48  
    325,713,920  33%    1.17MB/s    0:08:47  
    327,024,640  34%    1.18MB/s    0:08:45  
    328,335,360  34%    1.18MB/s    0:08:43  
    329,646,080  34%    1.18MB/s    0:08:42  
    330,956,800  34%    1.18MB/s    0:08:41  
    332,267,520  34%    1.17MB/s    0:08:41  
    333,578,240  34%    1.18MB/s    0:08:39  
    334,888,960  34%    1.17MB/s    0:08:39  
    336,199,680  35%    1.17MB/s    0:08:38  
    337,510,400  35%    1.18MB/s    0:08:35  
    338,821,120  35%    1.17MB/s    0:08:35  
    340,131,840  35%    1.17MB/s    0:08:34  
    341,442,560  35%    1.18MB/s    0:08:33  
    342,753,280  35%    1.17MB/s    0:08:34  
    344,064,000  35%    1.16MB/s    0:08:36  
    345,374,720  36%    1.16MB/s    0:08:34  
    346,685,440  36%    1.16MB/s    0:08:33  
    347,996,160  36%    1.16MB/s    0:08:33  
    349,306,880  36%    1.17MB/s    0:08:28  
    350,617,600  36%    1.17MB/s    0:08:26  
    351,928,320  36%    1.17MB/s    0:08:25  
    353,239,040  36%    1.18MB/s    0:08:22  
    354,549,760  36%    1.18MB/s    0:08:21  
    355,860,480  37%    1.17MB/s    0:08:22  
    357,171,200  37%    1.17MB/s    0:08:21  
    358,481,920  37%    1.17MB/s    0:08:20  
    359,792,640  37%    1.17MB/s    0:08:19  
    361,103,360  37%    1.18MB/s    0:08:16  
    362,414,080  37%    1.18MB/s    0:08:15  
    363,724,800  37%    1.18MB/s    0:08:14  
    365,035,520  38%    1.17MB/s    0:08:15  
    366,346,240  38%    1.17MB/s    0:08:14  
    367,656,960  38%    1.17MB/s    0:08:14  
    368,967,680  38%    1.17MB/s    0:08:13  
    370,278,400  38%    1.17MB/s    0:08:09  
    371,589,120  38%    1.17MB/s    0:08:08  
    372,899,840  38%    1.17MB/s    0:08:07  
    374,210,560  39%    1.18MB/s    0:08:06  
    375,521,280  39%    1.17MB/s    0:08:05  
    376,832,000  39%    1.17MB/s    0:08:04  
    378,142,720  39%    1.17MB/s    0:08:03  
    379,453,440  39%    1.17MB/s    0:08:02  
    380,764,160  39%    1.18MB/s    0:08:00  
    382,074,880  39%    1.18MB/s    0:07:59  
    383,385,600  39%    1.18MB/s    0:07:58  
    384,696,320  40%    1.18MB/s    0:07:57  
    386,007,040  40%    1.18MB/s    0:07:56  
    387,317,760  40%    1.18MB/s    0:07:54  
    388,628,480  40%    1.18MB/s    0:07:53  
    389,939,200  40%    1.18MB/s    0:07:52  
    391,249,920  40%    1.18MB/s    0:07:51  
    392,560,640  40%    1.17MB/s    0:07:51  
    393,871,360  41%    1.17MB/s    0:07:50  
    395,182,080  41%    1.17MB/s    0:07:49  
    396,492,800  41%    1.17MB/s    0:07:48  
    397,803,520  41%    1.18MB/s    0:07:45  
    399,114,240  41%    1.18MB/s    0:07:45  
    400,424,960  41%    1.18MB/s    0:07:43  
    401,735,680  41%    1.18MB/s    0:07:42  
    403,013,632  42%    1.17MB/s    0:07:44  
    404,324,352  42%    1.17MB/s    0:07:44  
    405,635,072  42%    1.17MB/s    0:07:43  
    406,945,792  42%    1.17MB/s    0:07:42  
    408,256,512  42%    1.17MB/s    0:07:38  
    409,567,232  42%    1.18MB/s    0:07:36  
    410,877,952  42%    1.18MB/s    0:07:34  
    412,188,672  42%    1.18MB/s    0:07:33  
    413,499,392  43%    1.18MB/s    0:07:33  
    414,810,112  43%    1.18MB/s    0:07:32  
    416,120,832  43%    1.17MB/s    0:07:32  
    417,431,552  43%    1.17MB/s    0:07:31  
    418,742,272  43%    1.17MB/s    0:07:32  
    420,052,992  43%    1.17MB/s    0:07:31  
    421,363,712  43%    1.17MB/s    0:07:29  
    422,674,432  44%    1.17MB/s    0:07:27  
    423,985,152  44%    1.18MB/s    0:07:24  
    425,295,872  44%    1.18MB/s    0:07:23  
    426,606,592  44%    1.18MB/s    0:07:22  
    427,917,312  44%    1.17MB/s    0:07:21  
    429,228,032  44%    1.17MB/s    0:07:20  
    430,538,752  44%    1.17MB/s    0:07:19  
    431,849,472  45%    1.17MB/s    0:07:19  
    433,160,192  45%    1.17MB/s    0:07:18  
    434,470,912  45%    1.17MB/s    0:07:19  
    435,781,632  45%    1.17MB/s    0:07:17  
    437,092,352  45%    1.17MB/s    0:07:15  
    438,403,072  45%    1.17MB/s    0:07:13  
    439,713,792  45%    1.18MB/s    0:07:10  
    441,024,512  45%    1.17MB/s    0:07:11  
    442,335,232  46%    1.17MB/s    0:07:10  
    443,645,952  46%    1.17MB/s    0:07:09  
    444,956,672  46%    1.17MB/s    0:07:08  
    446,267,392  46%    1.18MB/s    0:07:05  
    447,578,112  46%    1.17MB/s    0:07:05  
    448,888,832  46%    1.17MB/s    0:07:05  
    450,199,552  46%    1.17MB/s    0:07:03  
    451,510,272  47%    1.17MB/s    0:07:03  
    452,820,992  47%    1.17MB/s    0:07:01  
    454,131,712  47%    1.17MB/s    0:07:00  
    455,442,432  47%    1.17MB/s    0:06:59  
    456,753,152  47%    1.17MB/s    0:06:58  
    458,063,872  47%    1.17MB/s    0:06:57  
    459,374,592  47%    1.17MB/s    0:06:56  
    460,685,312  48%    1.17MB/s    0:06:55  
    461,996,032  48%    1.17MB/s    0:06:54  
    463,306,752  48%    1.17MB/s    0:06:53  
    464,486,400  48%    1.15MB/s    0:06:58  
    465,797,120  48%    1.15MB/s    0:06:57  
    467,107,840  48%    1.15MB/s    0:06:56  
    468,418,560  48%    1.15MB/s    0:06:55  
    469,598,208  48%    1.14MB/s    0:07:01  
    470,908,928  49%    1.13MB/s    0:07:01  
    472,219,648  49%    1.13MB/s    0:07:00  
    473,530,368  49%    1.13MB/s    0:07:00  
    474,710,016  49%    1.12MB/s    0:07:02  
    475,758,592  49%    1.06MB/s    0:07:23  
    476,807,168  49%    1.01MB/s    0:07:48  
    477,724,672  49%  954.11kB/s    0:08:24  
    478,642,176  49%  913.85kB/s    0:08:45  
    479,690,752  50%  902.26kB/s    0:08:51  
    480,608,256  50%  883.60kB/s    0:09:01  
    481,656,832  50%  915.59kB/s    0:08:41  
    482,967,552  50%  985.99kB/s    0:08:03  
    484,278,272  50%    1.03MB/s    0:07:30  
    485,588,992  50%    1.11MB/s    0:06:57  
    486,899,712  50%    1.15MB/s    0:06:39  
    488,210,432  50%    1.17MB/s    0:06:34  
    489,521,152  51%    1.16MB/s    0:06:33  
    490,831,872  51%    1.17MB/s    0:06:31  
    492,142,592  51%    1.17MB/s    0:06:30  
    493,453,312  51%    1.17MB/s    0:06:29  
    494,764,032  51%    1.18MB/s    0:06:25  
    496,074,752  51%    1.17MB/s    0:06:25  
    497,385,472  51%    1.17MB/s    0:06:24  
    498,696,192  51%    1.17MB/s    0:06:23  
    500,006,912  52%    1.18MB/s    0:06:21  
    501,317,632  52%    1.18MB/s    0:06:20  
    502,628,352  52%    1.18MB/s    0:06:19  
    503,939,072  52%    1.18MB/s    0:06:17  
    505,249,792  52%    1.17MB/s    0:06:17  
    506,560,512  52%    1.18MB/s    0:06:16  
    507,871,232  52%    1.17MB/s    0:06:15  
    509,181,952  53%    1.17MB/s    0:06:15  
    510,492,672  53%    1.17MB/s    0:06:13  
    511,803,392  53%    1.17MB/s    0:06:12  
    513,114,112  53%    1.17MB/s    0:06:11  
    514,424,832  53%    1.18MB/s    0:06:09  
    515,735,552  53%    1.17MB/s    0:06:09  
    517,046,272  53%    1.18MB/s    0:06:07  
    518,356,992  54%    1.18MB/s    0:06:06  
    519,667,712  54%    1.18MB/s    0:06:04  
    520,978,432  54%    1.18MB/s    0:06:03  
    522,289,152  54%    1.18MB/s    0:06:02  
    523,599,872  54%    1.18MB/s    0:06:01  
    524,910,592  54%    1.18MB/s    0:06:00  
    526,221,312  54%    1.18MB/s    0:05:59  
    527,532,032  54%    1.18MB/s    0:05:58  
    528,842,752  55%    1.17MB/s    0:05:58  
    530,153,472  55%    1.17MB/s    0:05:57  
    531,464,192  55%    1.17MB/s    0:05:57  
    532,774,912  55%    1.17MB/s    0:05:56  
    534,085,632  55%    1.17MB/s    0:05:55  
    535,396,352  55%    1.17MB/s    0:05:53  
    536,707,072  55%    1.18MB/s    0:05:50  
    537,985,024  56%    1.17MB/s    0:05:52  
    539,295,744  56%    1.17MB/s    0:05:49  
    540,606,464  56%    1.16MB/s    0:05:51  
    541,917,184  56%    1.17MB/s    0:05:48  
    543,227,904  56%    1.18MB/s    0:05:45  
    544,538,624  56%    1.18MB/s    0:05:44  
    545,849,344  56%    1.18MB/s    0:05:41  
    547,160,064  57%    1.18MB/s    0:05:41  
    548,470,784  57%    1.18MB/s    0:05:40  
    549,781,504  57%    1.18MB/s    0:05:39  
    551,092,224  57%    1.17MB/s    0:05:39  
    552,402,944  57%    1.17MB/s    0:05:38  
    553,713,664  57%    1.17MB/s    0:05:37  
    555,024,384  57%    1.17MB/s    0:05:36  
    556,335,104  57%    1.18MB/s    0:05:34  
    557,645,824  58%    1.18MB/s    0:05:33  
    558,956,544  58%    1.18MB/s    0:05:32  
    560,267,264  58%    1.17MB/s    0:05:31  
    561,577,984  58%    1.17MB/s    0:05:30  
    562,888,704  58%    1.17MB/s    0:05:31  
    564,199,424  58%    1.17MB/s    0:05:30  
    565,510,144  58%    1.17MB/s    0:05:29  
    566,820,864  59%    1.17MB/s    0:05:28  
    568,131,584  59%    1.18MB/s    0:05:24  
    569,442,304  59%    1.18MB/s    0:05:23  
    570,753,024  59%    1.18MB/s    0:05:22  
    572,063,744  59%    1.18MB/s    0:05:21  
    573,374,464  59%    1.18MB/s    0:05:20  
    574,685,184  59%    1.17MB/s    0:05:20  
    575,995,904  60%    1.18MB/s    0:05:18  
    577,306,624  60%    1.18MB/s    0:05:16  
    578,617,344  60%    1.18MB/s    0:05:15  
    579,928,064  60%    1.18MB/s    0:05:13  
    581,238,784  60%    1.18MB/s    0:05:13  
    582,549,504  60%    1.18MB/s    0:05:12  
    583,860,224  60%    1.18MB/s    0:05:11  
    585,170,944  61%    1.18MB/s    0:05:10  
    586,481,664  61%    1.17MB/s    0:05:10  
    587,792,384  61%    1.17MB/s    0:05:09  
    589,103,104  61%    1.17MB/s    0:05:08  
    590,413,824  61%    1.17MB/s    0:05:07  
    591,724,544  61%    1.17MB/s    0:05:05  
    593,035,264  61%    1.17MB/s    0:05:04  
    594,345,984  61%    1.18MB/s    0:05:02  
    595,656,704  62%    1.17MB/s    0:05:02  
    596,967,424  62%    1.17MB/s    0:05:01  
    598,278,144  62%    1.17MB/s    0:05:00  
    599,588,864  62%    1.17MB/s    0:05:00  
    600,899,584  62%    1.18MB/s    0:04:57  
    602,210,304  62%    1.17MB/s    0:04:57  
    603,521,024  62%    1.17MB/s    0:04:55  
    604,831,744  63%    1.18MB/s    0:04:53  
    606,142,464  63%    1.18MB/s    0:04:53  
    607,453,184  63%    1.17MB/s    0:04:52  
    608,763,904  63%    1.17MB/s    0:04:51  
    610,074,624  63%    1.17MB/s    0:04:50  
    611,385,344  63%    1.17MB/s    0:04:49  
    612,696,064  63%    1.18MB/s    0:04:47  
    614,006,784  64%    1.18MB/s    0:04:46  
    615,317,504  64%    1.18MB/s    0:04:45  
    616,628,224  64%    1.18MB/s    0:04:44  
    617,938,944  64%    1.18MB/s    0:04:43  
    619,249,664  64%    1.18MB/s    0:04:42  
    620,560,384  64%    1.18MB/s    0:04:41  
    621,871,104  64%    1.18MB/s    0:04:40  
    623,181,824  64%    1.18MB/s    0:04:38  
    624,492,544  65%    1.18MB/s    0:04:38  
    625,803,264  65%    1.18MB/s    0:04:36  
    627,113,984  65%    1.18MB/s    0:04:35  
    628,424,704  65%    1.18MB/s    0:04:34  
    629,735,424  65%    1.18MB/s    0:04:33  
    631,046,144  65%    1.18MB/s    0:04:32  
    632,356,864  65%    1.17MB/s    0:04:33  
    633,667,584  66%    1.17MB/s    0:04:32  
    634,978,304  66%    1.17MB/s    0:04:31  
    636,289,024  66%    1.16MB/s    0:04:30  
    637,599,744  66%    1.17MB/s    0:04:29  
    638,910,464  66%    1.17MB/s    0:04:28  
    640,221,184  66%    1.16MB/s    0:04:27  
    641,531,904  66%    1.17MB/s    0:04:25  
    642,842,624  67%    1.18MB/s    0:04:22  
    644,153,344  67%    1.18MB/s    0:04:21  
    645,464,064  67%    1.18MB/s    0:04:19  
    646,774,784  67%    1.18MB/s    0:04:19  
    647,823,360  67%    1.12MB/s    0:04:32  
    649,134,080  67%    1.12MB/s    0:04:30  
    650,444,800  67%    1.12MB/s    0:04:29  
    651,755,520  67%    1.12MB/s    0:04:27  
    653,066,240  68%    1.18MB/s    0:04:13  
    654,376,960  68%    1.17MB/s    0:04:14  
    655,687,680  68%    1.17MB/s    0:04:12  
    656,998,400  68%    1.17MB/s    0:04:11  
    658,309,120  68%    1.17MB/s    0:04:10  
    659,619,840  68%    1.17MB/s    0:04:09  
    660,930,560  68%    1.18MB/s    0:04:07  
    662,241,280  69%    1.18MB/s    0:04:06  
    663,552,000  69%    1.17MB/s    0:04:06  
    664,862,720  69%    1.17MB/s    0:04:04  
    666,173,440  69%    1.17MB/s    0:04:03  
    667,484,160  69%    1.17MB/s    0:04:02  
    668,794,880  69%    1.18MB/s    0:04:01  
    670,105,600  69%    1.18MB/s    0:03:59  
    671,383,552  69%    1.17MB/s    0:04:00  
    672,694,272  70%    1.17MB/s    0:03:59  
    674,004,992  70%    1.17MB/s    0:03:58  
    675,315,712  70%    1.16MB/s    0:03:58  
    676,626,432  70%    1.17MB/s    0:03:55  
    677,937,152  70%    1.17MB/s    0:03:54  
    679,247,872  70%    1.17MB/s    0:03:53  
    680,558,592  70%    1.17MB/s    0:03:52  
    681,869,312  71%    1.17MB/s    0:03:50  
    683,180,032  71%    1.17MB/s    0:03:49  
    684,490,752  71%    1.17MB/s    0:03:48  
    685,801,472  71%    1.18MB/s    0:03:46  
    687,112,192  71%    1.17MB/s    0:03:46  
    688,422,912  71%    1.17MB/s    0:03:45  
    689,733,632  71%    1.17MB/s    0:03:44  
    691,044,352  72%    1.17MB/s    0:03:43  
    692,355,072  72%    1.17MB/s    0:03:42  
    693,665,792  72%    1.17MB/s    0:03:40  
    694,976,512  72%    1.17MB/s    0:03:39  
    696,287,232  72%    1.17MB/s    0:03:39  
    697,597,952  72%    1.17MB/s    0:03:38  
    698,908,672  72%    1.18MB/s    0:03:36  
    700,219,392  72%    1.18MB/s    0:03:35  
    701,530,112  73%    1.18MB/s    0:03:33  
    702,840,832  73%    1.18MB/s    0:03:31  
    704,151,552  73%    1.18MB/s    0:03:31  
    705,462,272  73%    1.18MB/s    0:03:30  
    706,772,992  73%    1.18MB/s    0:03:29  
    708,083,712  73%    1.17MB/s    0:03:28  
    709,394,432  73%    1.18MB/s    0:03:27  
    710,705,152  74%    1.17MB/s    0:03:27  
    712,015,872  74%    1.17MB/s    0:03:27  
    713,326,592  74%    1.17MB/s    0:03:25  
    714,637,312  74%    1.17MB/s    0:03:24  
    715,948,032  74%    1.17MB/s    0:03:22  
    717,258,752  74%    1.18MB/s    0:03:21  
    718,569,472  74%    1.18MB/s    0:03:19  
    719,880,192  75%    1.18MB/s    0:03:18  
    721,190,912  75%    1.17MB/s    0:03:18  
    722,501,632  75%    1.17MB/s    0:03:16  
    723,812,352  75%    1.18MB/s    0:03:15  
    725,123,072  75%    1.18MB/s    0:03:14  
    726,433,792  75%    1.18MB/s    0:03:12  
    727,744,512  75%    1.17MB/s    0:03:12  
    729,055,232  76%    1.18MB/s    0:03:11  
    730,365,952  76%    1.18MB/s    0:03:10  
    731,676,672  76%    1.18MB/s    0:03:08  
    732,987,392  76%    1.18MB/s    0:03:07  
    734,298,112  76%    1.18MB/s    0:03:06  
    735,608,832  76%    1.18MB/s    0:03:05  
    736,919,552  76%    1.18MB/s    0:03:04  
    738,230,272  76%    1.18MB/s    0:03:03  
    739,540,992  77%    1.18MB/s    0:03:02  
    740,851,712  77%    1.18MB/s    0:03:01  
    742,162,432  77%    1.18MB/s    0:03:00  
    743,473,152  77%    1.18MB/s    0:02:59  
    744,783,872  77%    1.17MB/s    0:02:58  
    746,094,592  77%    1.17MB/s    0:02:57  
    747,405,312  77%    1.17MB/s    0:02:56  
    748,716,032  78%    1.17MB/s    0:02:55  
    750,026,752  78%    1.17MB/s    0:02:54  
    751,337,472  78%    1.18MB/s    0:02:52  
    752,648,192  78%    1.18MB/s    0:02:51  
    753,958,912  78%    1.18MB/s    0:02:50  
    755,269,632  78%    1.18MB/s    0:02:49  
    756,580,352  78%    1.18MB/s    0:02:48  
    757,891,072  79%    1.18MB/s    0:02:47  
    759,201,792  79%    1.18MB/s    0:02:46  
    760,512,512  79%    1.18MB/s    0:02:44  
    761,823,232  79%    1.18MB/s    0:02:43  
    763,133,952  79%    1.18MB/s    0:02:42  
    764,444,672  79%    1.17MB/s    0:02:42  
    765,755,392  79%    1.18MB/s    0:02:40  
    767,066,112  79%    1.17MB/s    0:02:39  
    768,376,832  80%    1.18MB/s    0:02:38  
    769,687,552  80%    1.18MB/s    0:02:37  
    770,998,272  80%    1.18MB/s    0:02:36  
    772,308,992  80%    1.18MB/s    0:02:34  
    773,619,712  80%    1.18MB/s    0:02:34  
    774,930,432  80%    1.18MB/s    0:02:32  
    776,241,152  80%    1.18MB/s    0:02:31  
    777,551,872  81%    1.18MB/s    0:02:30  
    778,862,592  81%    1.17MB/s    0:02:30  
    780,173,312  81%    1.17MB/s    0:02:29  
    781,484,032  81%    1.17MB/s    0:02:28  
    782,794,752  81%    1.17MB/s    0:02:27  
    784,105,472  81%    1.16MB/s    0:02:26  
    785,416,192  81%    1.16MB/s    0:02:25  
    786,726,912  82%    1.16MB/s    0:02:24  
    788,037,632  82%    1.16MB/s    0:02:23  
    789,348,352  82%    1.18MB/s    0:02:21  
    790,659,072  82%    1.18MB/s    0:02:20  
    791,969,792  82%    1.18MB/s    0:02:18  
    793,280,512  82%    1.17MB/s    0:02:18  
    794,591,232  82%    1.18MB/s    0:02:16  
    795,901,952  82%    1.18MB/s    0:02:15  
    797,212,672  83%    1.18MB/s    0:02:14  
    798,523,392  83%    1.18MB/s    0:02:13  
    799,834,112  83%    1.17MB/s    0:02:12  
    801,144,832  83%    1.17MB/s    0:02:11  
    802,455,552  83%    1.17MB/s    0:02:10  
    803,766,272  83%    1.17MB/s    0:02:09  
    805,076,992  83%    1.17MB/s    0:02:08  
    806,354,944  84%    1.17MB/s    0:02:07  
    807,665,664  84%    1.17MB/s    0:02:06  
    808,976,384  84%    1.17MB/s    0:02:05  
    810,287,104  84%    1.17MB/s    0:02:04  
    811,597,824  84%    1.17MB/s    0:02:02  
    812,908,544  84%    1.18MB/s    0:02:01  
    814,219,264  84%    1.17MB/s    0:02:00  
    815,529,984  85%    1.17MB/s    0:01:59  
    816,840,704  85%    1.17MB/s    0:01:59  
    818,151,424  85%    1.17MB/s    0:01:58  
    819,462,144  85%    1.16MB/s    0:01:57  
    820,772,864  85%    1.15MB/s    0:01:57  
    822,083,584  85%    1.16MB/s    0:01:55  
    823,394,304  85%    1.16MB/s    0:01:54  
    824,705,024  85%    1.17MB/s    0:01:52  
    826,015,744  86%    1.18MB/s    0:01:50  
    827,326,464  86%    1.18MB/s    0:01:49  
    828,637,184  86%    1.18MB/s    0:01:48  
    829,947,904  86%    1.18MB/s    0:01:47  
    831,258,624  86%    1.17MB/s    0:01:46  
    832,569,344  86%    1.17MB/s    0:01:45  
    833,880,064  86%    1.17MB/s    0:01:44  
    835,190,784  87%    1.17MB/s    0:01:43  
    836,501,504  87%    1.18MB/s    0:01:41  
    837,812,224  87%    1.17MB/s    0:01:41  
    839,122,944  87%    1.17MB/s    0:01:40  
    840,433,664  87%    1.17MB/s    0:01:39  
    841,744,384  87%    1.17MB/s    0:01:37  
    843,055,104  87%    1.18MB/s    0:01:36  
    844,365,824  88%    1.18MB/s    0:01:35  
    845,676,544  88%    1.18MB/s    0:01:34  
    846,987,264  88%    1.18MB/s    0:01:33  
    848,297,984  88%    1.18MB/s    0:01:32  
    849,608,704  88%    1.18MB/s    0:01:31  
    850,919,424  88%    1.17MB/s    0:01:30  
    852,230,144  88%    1.17MB/s    0:01:28  
    853,540,864  88%    1.17MB/s    0:01:27  
    854,851,584  89%    1.17MB/s    0:01:26  
    856,031,232  89%    1.16MB/s    0:01:27  
    857,341,952  89%    1.15MB/s    0:01:26  
    858,652,672  89%    1.15MB/s    0:01:25  
    859,963,392  89%    1.15MB/s    0:01:24  
    861,274,112  89%    1.17MB/s    0:01:21  
    862,584,832  89%    1.17MB/s    0:01:20  
    863,895,552  90%    1.17MB/s    0:01:19  
    865,206,272  90%    1.18MB/s    0:01:18  
    866,516,992  90%    1.17MB/s    0:01:17  
    867,827,712  90%    1.17MB/s    0:01:16  
    869,138,432  90%    1.18MB/s    0:01:14  
    870,449,152  90%    1.18MB/s    0:01:13  
    871,759,872  90%    1.18MB/s    0:01:12  
    873,070,592  91%    1.17MB/s    0:01:11  
    874,381,312  91%    1.17MB/s    0:01:10  
    875,692,032  91%    1.17MB/s    0:01:09  
    877,002,752  91%    1.17MB/s    0:01:08  
    878,313,472  91%    1.17MB/s    0:01:07  
    879,624,192  91%    1.17MB/s    0:01:06  
    880,934,912  91%    1.17MB/s    0:01:05  
    882,245,632  91%    1.18MB/s    0:01:03  
    883,556,352  92%    1.18MB/s    0:01:02  
    884,867,072  92%    1.18MB/s    0:01:01  
    886,177,792  92%    1.18MB/s    0:01:00  
    887,488,512  92%    1.18MB/s    0:00:59  
    888,799,232  92%    1.18MB/s    0:00:58  
    890,109,952  92%    1.17MB/s    0:00:57  
    891,420,672  92%    1.17MB/s    0:00:56  
    892,731,392  93%    1.17MB/s    0:00:55  
    894,042,112  93%    1.17MB/s    0:00:54  
    895,352,832  93%    1.18MB/s    0:00:53  
    896,663,552  93%    1.18MB/s    0:00:51  
    897,974,272  93%    1.18MB/s    0:00:50  
    899,284,992  93%    1.18MB/s    0:00:49  
    900,595,712  93%    1.18MB/s    0:00:48  
    901,906,432  94%    1.18MB/s    0:00:47  
    903,217,152  94%    1.18MB/s    0:00:46  
    904,527,872  94%    1.18MB/s    0:00:45  
    905,838,592  94%    1.18MB/s    0:00:44  
    907,149,312  94%    1.18MB/s    0:00:43  
    908,460,032  94%    1.18MB/s    0:00:42  
    909,770,752  94%    1.18MB/s    0:00:41  
    911,081,472  94%    1.18MB/s    0:00:39  
    912,392,192  95%    1.18MB/s    0:00:38  
    913,702,912  95%    1.17MB/s    0:00:37  
    915,013,632  95%    1.18MB/s    0:00:36  
    916,324,352  95%    1.18MB/s    0:00:35  
    917,635,072  95%    1.18MB/s    0:00:34  
    918,945,792  95%    1.18MB/s    0:00:33  
    920,256,512  95%    1.17MB/s    0:00:32  
    921,567,232  96%    1.17MB/s    0:00:31  
    922,877,952  96%    1.17MB/s    0:00:30  
    924,188,672  96%    1.17MB/s    0:00:29  
    925,499,392  96%    1.17MB/s    0:00:28  
    926,810,112  96%    1.17MB/s    0:00:27  
    928,120,832  96%    1.17MB/s    0:00:25  
    929,431,552  96%    1.17MB/s    0:00:24  
    930,742,272  97%    1.18MB/s    0:00:23  
    932,052,992  97%    1.17MB/s    0:00:22  
    933,363,712  97%    1.17MB/s    0:00:21  
    934,674,432  97%    1.17MB/s    0:00:20  
    935,985,152  97%    1.16MB/s    0:00:19  
    937,295,872  97%    1.18MB/s    0:00:18  
    938,606,592  97%    1.18MB/s    0:00:17  
    939,884,544  97%    1.17MB/s    0:00:16  
    941,195,264  98%    1.18MB/s    0:00:14  
    942,505,984  98%    1.17MB/s    0:00:13  
    943,816,704  98%    1.17MB/s    0:00:12  
    945,127,424  98%    1.18MB/s    0:00:11  
    946,438,144  98%    1.18MB/s    0:00:10  
    947,748,864  98%    1.18MB/s    0:00:09  
    949,059,584  98%    1.18MB/s    0:00:08  
    950,370,304  99%    1.18MB/s    0:00:07  
    951,681,024  99%    1.18MB/s    0:00:06  
    952,991,744  99%    1.18MB/s    0:00:05  
    954,302,464  99%    1.17MB/s    0:00:04  
    955,613,184  99%    1.18MB/s    0:00:03  
    956,923,904  99%    1.18MB/s    0:00:01  
    958,234,624  99%    1.17MB/s    0:00:00  
    959,256,368 100%    1.17MB/s    0:13:00 (xfr#1, to-chk=5/7)
images/pmos-plasma-mobile-nightly-20221226-pine64-pinephone.img.xz.sha256

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

         32,768   0%   37.65kB/s    6:44:37  
        294,912   0%  271.70kB/s    0:56:03  
      1,605,632   0%  737.88kB/s    0:20:36  
      2,916,352   0%  892.79kB/s    0:17:00  
      4,227,072   0%  970.84kB/s    0:15:37  
      5,537,792   0%    1.18MB/s    0:12:34  
      6,848,512   0%    1.18MB/s    0:12:33  
      8,159,232   0%    1.18MB/s    0:12:32  
      9,469,952   1%    1.17MB/s    0:12:32  
     10,780,672   1%    1.17MB/s    0:12:31  
     12,091,392   1%    1.17MB/s    0:12:31  
     13,402,112   1%    1.17MB/s    0:12:31  
     14,712,832   1%    1.17MB/s    0:12:28  
     16,023,552   1%    1.17MB/s    0:12:27  
     17,334,272   1%    1.17MB/s    0:12:25  
     18,644,992   2%    1.18MB/s    0:12:23  
     19,955,712   2%    1.18MB/s    0:12:22  
     21,266,432   2%    1.18MB/s    0:12:21  
     22,577,152   2%    1.18MB/s    0:12:20  
     23,887,872   2%    1.18MB/s    0:12:19  
     25,198,592   2%    1.18MB/s    0:12:17  
     26,509,312   2%    1.18MB/s    0:12:17  
     27,820,032   3%    1.17MB/s    0:12:18  
     29,130,752   3%    1.17MB/s    0:12:19  
     30,441,472   3%    1.17MB/s    0:12:18  
     31,752,192   3%    1.17MB/s    0:12:15  
     33,062,912   3%    1.17MB/s    0:12:12  
     34,373,632   3%    1.18MB/s    0:12:10  
     35,684,352   3%    1.18MB/s    0:12:08  
     36,995,072   4%    1.18MB/s    0:12:08  
     38,305,792   4%    1.18MB/s    0:12:07  
     39,616,512   4%    1.18MB/s    0:12:05  
     40,927,232   4%    1.18MB/s    0:12:04  
     42,237,952   4%    1.17MB/s    0:12:05  
     43,548,672   4%    1.17MB/s    0:12:05  
     44,859,392   4%    1.17MB/s    0:12:04  
     46,170,112   5%    1.16MB/s    0:12:08  
     47,480,832   5%    1.17MB/s    0:12:05  
     48,791,552   5%    1.17MB/s    0:12:02  
     50,102,272   5%    1.17MB/s    0:12:02  
     51,412,992   5%    1.18MB/s    0:11:56  
     52,723,712   5%    1.18MB/s    0:11:55  
     54,034,432   5%    1.18MB/s    0:11:54  
     55,345,152   6%    1.18MB/s    0:11:51  
     56,655,872   6%    1.18MB/s    0:11:51  
     57,966,592   6%    1.18MB/s    0:11:50  
     59,277,312   6%    1.17MB/s    0:11:51  
     60,588,032   6%    1.18MB/s    0:11:48  
     61,898,752   6%    1.18MB/s    0:11:46  
     63,209,472   6%    1.18MB/s    0:11:46  
     64,520,192   7%    1.18MB/s    0:11:42  
     65,830,912   7%    1.18MB/s    0:11:43  
     67,141,632   7%    1.17MB/s    0:11:44  
     68,452,352   7%    1.17MB/s    0:11:44  
     69,763,072   7%    1.17MB/s    0:11:46  
     71,073,792   7%    1.17MB/s    0:11:42  
     72,384,512   7%    1.17MB/s    0:11:39  
     73,695,232   8%    1.18MB/s    0:11:38  
     75,005,952   8%    1.18MB/s    0:11:33  
     76,316,672   8%    1.17MB/s    0:11:38  
     77,627,392   8%    1.17MB/s    0:11:37  
     78,938,112   8%    1.17MB/s    0:11:36  
     80,248,832   8%    1.17MB/s    0:11:34  
     81,559,552   8%    1.18MB/s    0:11:31  
     82,870,272   9%    1.18MB/s    0:11:29  
     84,180,992   9%    1.18MB/s    0:11:28  
     85,491,712   9%    1.18MB/s    0:11:28  
     86,802,432   9%    1.18MB/s    0:11:26  
     88,113,152   9%    1.18MB/s    0:11:25  
     89,391,104   9%    1.17MB/s    0:11:28  
     90,701,824   9%    1.17MB/s    0:11:28  
     92,012,544  10%    1.17MB/s    0:11:27  
     93,323,264  10%    1.17MB/s    0:11:26  
     94,633,984  10%    1.17MB/s    0:11:21  
     95,944,704  10%    1.18MB/s    0:11:19  
     97,255,424  10%    1.18MB/s    0:11:18  
     98,566,144  10%    1.18MB/s    0:11:17  
     99,876,864  10%    1.18MB/s    0:11:16  
    101,187,584  11%    1.17MB/s    0:11:16  
    102,498,304  11%    1.17MB/s    0:11:16  
    103,809,024  11%    1.17MB/s    0:11:17  
    105,119,744  11%    1.17MB/s    0:11:14  
    106,430,464  11%    1.17MB/s    0:11:13  
    107,741,184  11%    1.17MB/s    0:11:10  
    109,051,904  11%    1.18MB/s    0:11:06  
    110,362,624  12%    1.18MB/s    0:11:07  
    111,673,344  12%    1.17MB/s    0:11:08  
    112,984,064  12%    1.17MB/s    0:11:08  
    114,294,784  12%    1.18MB/s    0:11:04  
    115,343,360  12%    1.13MB/s    0:11:32  
    116,785,152  12%    1.16MB/s    0:11:09  
    118,095,872  12%    1.16MB/s    0:11:07  
    119,406,592  13%    1.16MB/s    0:11:09  
    120,586,240  13%    1.19MB/s    0:10:50  
    121,896,960  13%    1.17MB/s    0:11:02  
    123,207,680  13%    1.17MB/s    0:11:02  
    124,518,400  13%    1.17MB/s    0:11:00  
    125,829,120  13%    1.18MB/s    0:10:52  
    127,139,840  13%    1.17MB/s    0:10:54  
    128,450,560  14%    1.17MB/s    0:10:53  
    129,761,280  14%    1.17MB/s    0:10:52  
    131,072,000  14%    1.18MB/s    0:10:49  
    132,382,720  14%    1.18MB/s    0:10:48  
    133,693,440  14%    1.18MB/s    0:10:47  
    135,004,160  14%    1.18MB/s    0:10:46  
    136,314,880  14%    1.18MB/s    0:10:45  
    137,625,600  15%    1.18MB/s    0:10:44  
    138,936,320  15%    1.18MB/s    0:10:42  
    140,247,040  15%    1.17MB/s    0:10:43  
    141,557,760  15%    1.17MB/s    0:10:44  
    142,868,480  15%    1.18MB/s    0:10:39  
    144,179,200  15%    1.17MB/s    0:10:40  
    145,489,920  15%    1.18MB/s    0:10:38  
    146,800,640  16%    1.18MB/s    0:10:35  
    148,111,360  16%    1.17MB/s    0:10:37  
    149,422,080  16%    1.18MB/s    0:10:35  
    150,732,800  16%    1.17MB/s    0:10:35  
    152,043,520  16%    1.17MB/s    0:10:36  
    153,354,240  16%    1.17MB/s    0:10:35  
    154,664,960  16%    1.17MB/s    0:10:34  
    155,975,680  17%    1.17MB/s    0:10:31  
    157,286,400  17%    1.18MB/s    0:10:28  
    158,597,120  17%    1.17MB/s    0:10:28  
    159,907,840  17%    1.17MB/s    0:10:27  
    161,218,560  17%    1.17MB/s    0:10:26  
    162,529,280  17%    1.17MB/s    0:10:25  
    163,840,000  17%    1.18MB/s    0:10:23  
    165,150,720  18%    1.18MB/s    0:10:21  
    166,461,440  18%    1.18MB/s    0:10:20  
    167,772,160  18%    1.17MB/s    0:10:20  
    169,082,880  18%    1.17MB/s    0:10:22  
    170,393,600  18%    1.17MB/s    0:10:21  
    171,704,320  18%    1.17MB/s    0:10:20  
    173,015,040  18%    1.17MB/s    0:10:16  
    174,325,760  19%    1.18MB/s    0:10:14  
    175,636,480  19%    1.18MB/s    0:10:12  
    176,947,200  19%    1.18MB/s    0:10:11  
    178,257,920  19%    1.18MB/s    0:10:11  
    179,568,640  19%    1.17MB/s    0:10:11  
    180,879,360  19%    1.17MB/s    0:10:10  
    182,190,080  19%    1.17MB/s    0:10:11  
    183,500,800  20%    1.17MB/s    0:10:10  
    184,811,520  20%    1.17MB/s    0:10:07  
    186,122,240  20%    1.17MB/s    0:10:07  
    187,432,960  20%    1.17MB/s    0:10:04  
    188,743,680  20%    1.17MB/s    0:10:03  
    190,054,400  20%    1.17MB/s    0:10:02  
    191,365,120  20%    1.17MB/s    0:10:00  
    192,675,840  21%    1.17MB/s    0:10:00  
    193,986,560  21%    1.17MB/s    0:10:02  
    195,297,280  21%    1.17MB/s    0:10:01  
    196,608,000  21%    1.17MB/s    0:09:59  
    197,918,720  21%    1.17MB/s    0:10:00  
    199,229,440  21%    1.18MB/s    0:09:53  
    200,540,160  21%    1.18MB/s    0:09:52  
    201,850,880  22%    1.18MB/s    0:09:51  
    203,161,600  22%    1.18MB/s    0:09:49  
    204,472,320  22%    1.18MB/s    0:09:48  
    205,783,040  22%    1.18MB/s    0:09:47  
    207,093,760  22%    1.18MB/s    0:09:46  
    208,404,480  22%    1.18MB/s    0:09:45  
    209,715,200  22%    1.18MB/s    0:09:44  
    211,025,920  23%    1.18MB/s    0:09:43  
    212,336,640  23%    1.18MB/s    0:09:42  
    213,647,360  23%    1.18MB/s    0:09:41  
    214,958,080  23%    1.17MB/s    0:09:43  
    216,268,800  23%    1.17MB/s    0:09:42  
    217,579,520  23%    1.17MB/s    0:09:42  
    218,890,240  23%    1.16MB/s    0:09:42  
    220,200,960  24%    1.17MB/s    0:09:39  
    221,511,680  24%    1.17MB/s    0:09:37  
    222,822,400  24%    1.17MB/s    0:09:35  
    224,100,352  24%    1.17MB/s    0:09:36  
    225,411,072  24%    1.17MB/s    0:09:34  
    226,721,792  24%    1.17MB/s    0:09:33  
    228,032,512  24%    1.17MB/s    0:09:33  
    229,343,232  25%    1.18MB/s    0:09:28  
    230,653,952  25%    1.18MB/s    0:09:27  
    231,964,672  25%    1.18MB/s    0:09:26  
    233,275,392  25%    1.17MB/s    0:09:27  
    234,586,112  25%    1.18MB/s    0:09:23  
    235,896,832  25%    1.17MB/s    0:09:24  
    237,207,552  25%    1.18MB/s    0:09:21  
    238,518,272  26%    1.18MB/s    0:09:19  
    239,828,992  26%    1.17MB/s    0:09:22  
    241,139,712  26%    1.18MB/s    0:09:16  
    242,450,432  26%    1.18MB/s    0:09:17  
    243,761,152  26%    1.18MB/s    0:09:15  
    245,071,872  26%    1.18MB/s    0:09:12  
    246,382,592  26%    1.18MB/s    0:09:14  
    247,693,312  27%    1.18MB/s    0:09:13  
    249,004,032  27%    1.18MB/s    0:09:12  
    250,314,752  27%    1.18MB/s    0:09:10  
    251,625,472  27%    1.18MB/s    0:09:09  
    252,936,192  27%    1.18MB/s    0:09:08  
    254,246,912  27%    1.18MB/s    0:09:07  
    255,557,632  27%    1.18MB/s    0:09:06  
    256,868,352  28%    1.18MB/s    0:09:05  
    258,179,072  28%    1.18MB/s    0:09:04  
    259,489,792  28%    1.18MB/s    0:09:03  
    260,800,512  28%    1.17MB/s    0:09:04  
    262,111,232  28%    1.17MB/s    0:09:02  
    263,421,952  28%    1.17MB/s    0:09:02  
    264,732,672  28%    1.17MB/s    0:09:01  
    266,043,392  29%    1.17MB/s    0:08:59  
    267,354,112  29%    1.17MB/s    0:09:01  
    268,664,832  29%    1.16MB/s    0:09:01  
    269,975,552  29%    1.16MB/s    0:09:04  
    271,286,272  29%    1.16MB/s    0:09:02  
    272,596,992  29%    1.16MB/s    0:08:58  
    273,907,712  29%    1.17MB/s    0:08:56  
    275,218,432  30%    1.17MB/s    0:08:51  
    276,529,152  30%    1.17MB/s    0:08:50  
    277,839,872  30%    1.17MB/s    0:08:49  
    279,150,592  30%    1.18MB/s    0:08:46  
    280,461,312  30%    1.18MB/s    0:08:45  
    281,772,032  30%    1.18MB/s    0:08:44  
    283,082,752  30%    1.18MB/s    0:08:43  
    284,393,472  31%    1.17MB/s    0:08:45  
    285,704,192  31%    1.17MB/s    0:08:44  
    287,014,912  31%    1.17MB/s    0:08:43  
    288,325,632  31%    1.17MB/s    0:08:42  
    289,636,352  31%    1.17MB/s    0:08:39  
    290,947,072  31%    1.17MB/s    0:08:38  
    292,257,792  31%    1.17MB/s    0:08:37  
    293,568,512  32%    1.17MB/s    0:08:36  
    294,879,232  32%    1.18MB/s    0:08:34  
    296,189,952  32%    1.18MB/s    0:08:33  
    297,500,672  32%    1.18MB/s    0:08:32  
    298,811,392  32%    1.17MB/s    0:08:33  
    300,122,112  32%    1.16MB/s    0:08:35  
    301,432,832  32%    1.17MB/s    0:08:31  
    302,743,552  33%    1.16MB/s    0:08:33  
    304,054,272  33%    1.17MB/s    0:08:28  
    305,364,992  33%    1.18MB/s    0:08:25  
    306,675,712  33%    1.17MB/s    0:08:27  
    307,986,432  33%    1.17MB/s    0:08:25  
    309,297,152  33%    1.17MB/s    0:08:24  
    310,607,872  33%    1.17MB/s    0:08:22  
    311,918,592  34%    1.17MB/s    0:08:22  
    313,229,312  34%    1.17MB/s    0:08:21  
    314,540,032  34%    1.17MB/s    0:08:20  
    315,850,752  34%    1.17MB/s    0:08:19  
    317,161,472  34%    1.17MB/s    0:08:18  
    318,472,192  34%    1.18MB/s    0:08:14  
    319,782,912  34%    1.18MB/s    0:08:13  
    321,093,632  35%    1.18MB/s    0:08:12  
    322,404,352  35%    1.17MB/s    0:08:14  
    323,715,072  35%    1.17MB/s    0:08:11  
    325,025,792  35%    1.16MB/s    0:08:13  
    326,336,512  35%    1.17MB/s    0:08:11  
    327,647,232  35%    1.18MB/s    0:08:06  
    328,957,952  35%    1.17MB/s    0:08:07  
    330,268,672  36%    1.18MB/s    0:08:03  
    331,579,392  36%    1.18MB/s    0:08:03  
    332,890,112  36%    1.18MB/s    0:08:02  
    334,200,832  36%    1.18MB/s    0:08:01  
    335,511,552  36%    1.18MB/s    0:08:00  
    336,822,272  36%    1.17MB/s    0:07:59  
    338,132,992  36%    1.17MB/s    0:07:59  
    339,443,712  37%    1.17MB/s    0:07:58  
    340,754,432  37%    1.17MB/s    0:07:56  
    342,065,152  37%    1.17MB/s    0:07:57  
    343,375,872  37%    1.17MB/s    0:07:56  
    344,686,592  37%    1.17MB/s    0:07:55  
    345,997,312  37%    1.17MB/s    0:07:55  
    347,308,032  37%    1.18MB/s    0:07:50  
    348,618,752  38%    1.17MB/s    0:07:50  
    349,929,472  38%    1.17MB/s    0:07:49  
    351,240,192  38%    1.17MB/s    0:07:48  
    352,550,912  38%    1.17MB/s    0:07:47  
    353,861,632  38%    1.18MB/s    0:07:45  
    355,172,352  38%    1.18MB/s    0:07:44  
    356,483,072  39%    1.18MB/s    0:07:43  
    357,761,024  39%    1.17MB/s    0:07:44  
    359,071,744  39%    1.17MB/s    0:07:44  
    360,382,464  39%    1.17MB/s    0:07:43  
    361,693,184  39%    1.17MB/s    0:07:42  
    363,003,904  39%    1.17MB/s    0:07:38  
    364,314,624  39%    1.17MB/s    0:07:36  
    365,625,344  40%    1.18MB/s    0:07:35  
    366,936,064  40%    1.17MB/s    0:07:34  
    368,246,784  40%    1.17MB/s    0:07:34  
    369,557,504  40%    1.18MB/s    0:07:32  
    370,868,224  40%    1.18MB/s    0:07:31  
    372,178,944  40%    1.17MB/s    0:07:31  
    373,489,664  40%    1.17MB/s    0:07:30  
    374,800,384  41%    1.17MB/s    0:07:29  
    376,111,104  41%    1.17MB/s    0:07:27  
    377,421,824  41%    1.17MB/s    0:07:26  
    378,732,544  41%    1.17MB/s    0:07:26  
    380,043,264  41%    1.17MB/s    0:07:26  
    381,353,984  41%    1.16MB/s    0:07:27  
    382,664,704  41%    1.17MB/s    0:07:25  
    383,975,424  42%    1.16MB/s    0:07:24  
    385,286,144  42%    1.17MB/s    0:07:21  
    386,596,864  42%    1.17MB/s    0:07:18  
    387,907,584  42%    1.17MB/s    0:07:17  
    389,218,304  42%    1.17MB/s    0:07:17  
    390,529,024  42%    1.17MB/s    0:07:17  
    391,839,744  42%    1.17MB/s    0:07:16  
    393,150,464  43%    1.17MB/s    0:07:14  
    394,461,184  43%    1.17MB/s    0:07:11  
    395,771,904  43%    1.18MB/s    0:07:10  
    397,082,624  43%    1.18MB/s    0:07:09  
    398,393,344  43%    1.17MB/s    0:07:09  
    399,704,064  43%    1.18MB/s    0:07:06  
    401,014,784  43%    1.18MB/s    0:07:05  
    402,325,504  44%    1.18MB/s    0:07:04  
    403,636,224  44%    1.18MB/s    0:07:02  
    404,946,944  44%    1.18MB/s    0:07:02  
    406,257,664  44%    1.18MB/s    0:07:01  
    407,568,384  44%    1.18MB/s    0:07:00  
    408,879,104  44%    1.17MB/s    0:07:00  
    410,189,824  44%    1.18MB/s    0:06:58  
    411,500,544  45%    1.18MB/s    0:06:57  
    412,811,264  45%    1.18MB/s    0:06:55  
    414,121,984  45%    1.18MB/s    0:06:53  
    415,432,704  45%    1.17MB/s    0:06:56  
    416,743,424  45%    1.17MB/s    0:06:55  
    418,054,144  45%    1.17MB/s    0:06:54  
    419,364,864  45%    1.17MB/s    0:06:54  
    420,675,584  46%    1.17MB/s    0:06:51  
    421,986,304  46%    1.17MB/s    0:06:50  
    423,297,024  46%    1.17MB/s    0:06:48  
    424,607,744  46%    1.17MB/s    0:06:47  
    425,918,464  46%    1.18MB/s    0:06:45  
    427,229,184  46%    1.17MB/s    0:06:45  
    428,539,904  46%    1.18MB/s    0:06:42  
    429,850,624  47%    1.18MB/s    0:06:41  
    431,161,344  47%    1.18MB/s    0:06:40  
    432,472,064  47%    1.18MB/s    0:06:38  
    433,782,784  47%    1.18MB/s    0:06:38  
    435,093,504  47%    1.17MB/s    0:06:38  
    436,404,224  47%    1.17MB/s    0:06:37  
    437,714,944  47%    1.17MB/s    0:06:36  
    439,025,664  48%    1.17MB/s    0:06:37  
    440,336,384  48%    1.17MB/s    0:06:36  
    441,647,104  48%    1.16MB/s    0:06:38  
    442,957,824  48%    1.15MB/s    0:06:38  
    444,268,544  48%    1.16MB/s    0:06:35  
    445,579,264  48%    1.16MB/s    0:06:34  
    446,889,984  48%    1.17MB/s    0:06:29  
    448,200,704  49%    1.17MB/s    0:06:28  
    449,511,424  49%    1.17MB/s    0:06:26  
    450,822,144  49%    1.17MB/s    0:06:25  
    452,132,864  49%    1.17MB/s    0:06:25  
    453,443,584  49%    1.17MB/s    0:06:23  
    454,754,304  49%    1.17MB/s    0:06:22  
    456,065,024  49%    1.17MB/s    0:06:21  
    457,375,744  50%    1.18MB/s    0:06:19  
    458,686,464  50%    1.17MB/s    0:06:18  
    459,997,184  50%    1.18MB/s    0:06:16  
    461,307,904  50%    1.18MB/s    0:06:15  
    462,618,624  50%    1.17MB/s    0:06:15  
    463,929,344  50%    1.18MB/s    0:06:13  
    465,240,064  50%    1.17MB/s    0:06:13  
    466,550,784  51%    1.17MB/s    0:06:12  
    467,861,504  51%    1.18MB/s    0:06:10  
    469,172,224  51%    1.18MB/s    0:06:09  
    470,482,944  51%    1.18MB/s    0:06:08  
    471,793,664  51%    1.18MB/s    0:06:07  
    473,104,384  51%    1.18MB/s    0:06:06  
    474,415,104  51%    1.17MB/s    0:06:05  
    475,725,824  52%    1.17MB/s    0:06:06  
    477,036,544  52%    1.17MB/s    0:06:04  
    478,347,264  52%    1.17MB/s    0:06:03  
    479,657,984  52%    1.17MB/s    0:06:02  
    480,968,704  52%    1.18MB/s    0:05:59  
    482,279,424  52%    1.17MB/s    0:05:59  
    483,590,144  52%    1.18MB/s    0:05:57  
    484,900,864  53%    1.18MB/s    0:05:55  
    486,211,584  53%    1.17MB/s    0:05:55  
    487,522,304  53%    1.18MB/s    0:05:53  
    488,833,024  53%    1.17MB/s    0:05:55  
    490,143,744  53%    1.17MB/s    0:05:54  
    491,454,464  53%    1.17MB/s    0:05:52  
    492,732,416  53%    1.16MB/s    0:05:54  
    494,043,136  54%    1.17MB/s    0:05:50  
    495,353,856  54%    1.17MB/s    0:05:49  
    496,664,576  54%    1.17MB/s    0:05:48  
    497,975,296  54%    1.18MB/s    0:05:45  
    499,286,016  54%    1.17MB/s    0:05:44  
    500,596,736  54%    1.17MB/s    0:05:43  
    501,907,456  54%    1.17MB/s    0:05:42  
    503,218,176  55%    1.17MB/s    0:05:41  
    504,528,896  55%    1.18MB/s    0:05:39  
    505,839,616  55%    1.18MB/s    0:05:38  
    507,150,336  55%    1.18MB/s    0:05:37  
    508,461,056  55%    1.18MB/s    0:05:36  
    509,771,776  55%    1.18MB/s    0:05:35  
    511,082,496  55%    1.18MB/s    0:05:34  
    512,393,216  56%    1.18MB/s    0:05:33  
    513,703,936  56%    1.18MB/s    0:05:32  
    515,014,656  56%    1.18MB/s    0:05:31  
    516,325,376  56%    1.18MB/s    0:05:30  
    517,636,096  56%    1.17MB/s    0:05:29  
    518,946,816  56%    1.17MB/s    0:05:28  
    520,257,536  56%    1.17MB/s    0:05:27  
    521,568,256  57%    1.17MB/s    0:05:26  
    522,878,976  57%    1.17MB/s    0:05:25  
    524,189,696  57%    1.17MB/s    0:05:24  
    525,500,416  57%    1.17MB/s    0:05:23  
    526,811,136  57%    1.18MB/s    0:05:21  
    528,121,856  57%    1.18MB/s    0:05:20  
    529,432,576  57%    1.17MB/s    0:05:19  
    530,743,296  58%    1.17MB/s    0:05:18  
    532,054,016  58%    1.17MB/s    0:05:17  
    533,364,736  58%    1.17MB/s    0:05:17  
    534,675,456  58%    1.17MB/s    0:05:16  
    535,986,176  58%    1.17MB/s    0:05:15  
    537,296,896  58%    1.17MB/s    0:05:14  
    538,607,616  58%    1.17MB/s    0:05:12  
    539,918,336  59%    1.17MB/s    0:05:11  
    541,229,056  59%    1.18MB/s    0:05:09  
    542,539,776  59%    1.18MB/s    0:05:08  
    543,850,496  59%    1.18MB/s    0:05:07  
    545,161,216  59%    1.18MB/s    0:05:04  
    546,471,936  59%    1.18MB/s    0:05:05  
    547,782,656  59%    1.18MB/s    0:05:04  
    549,093,376  60%    1.18MB/s    0:05:03  
    550,404,096  60%    1.18MB/s    0:05:02  
    551,714,816  60%    1.18MB/s    0:05:01  
    553,025,536  60%    1.18MB/s    0:04:59  
    554,336,256  60%    1.18MB/s    0:04:58  
    555,646,976  60%    1.18MB/s    0:04:57  
    556,957,696  60%    1.18MB/s    0:04:56  
    558,268,416  61%    1.17MB/s    0:04:55  
    559,579,136  61%    1.17MB/s    0:04:55  
    560,889,856  61%    1.17MB/s    0:04:53  
    562,200,576  61%    1.17MB/s    0:04:53  
    563,511,296  61%    1.16MB/s    0:04:54  
    564,822,016  61%    1.16MB/s    0:04:52  
    566,132,736  61%    1.16MB/s    0:04:51  
    567,443,456  62%    1.17MB/s    0:04:50  
    568,754,176  62%    1.18MB/s    0:04:46  
    570,064,896  62%    1.18MB/s    0:04:45  
    571,375,616  62%    1.18MB/s    0:04:44  
    572,686,336  62%    1.18MB/s    0:04:43  
    573,997,056  62%    1.18MB/s    0:04:42  
    575,307,776  62%    1.17MB/s    0:04:41  
    576,618,496  63%    1.17MB/s    0:04:40  
    577,929,216  63%    1.17MB/s    0:04:39  
    579,239,936  63%    1.17MB/s    0:04:38  
    580,550,656  63%    1.17MB/s    0:04:37  
    581,861,376  63%    1.17MB/s    0:04:36  
    583,172,096  63%    1.17MB/s    0:04:35  
    584,482,816  63%    1.17MB/s    0:04:34  
    585,793,536  64%    1.18MB/s    0:04:32  
    587,104,256  64%    1.18MB/s    0:04:31  
    588,414,976  64%    1.18MB/s    0:04:30  
    589,725,696  64%    1.18MB/s    0:04:29  
    591,036,416  64%    1.18MB/s    0:04:27  
    592,347,136  64%    1.18MB/s    0:04:27  
    593,657,856  64%    1.17MB/s    0:04:26  
    594,968,576  65%    1.18MB/s    0:04:24  
    596,279,296  65%    1.18MB/s    0:04:23  
    597,590,016  65%    1.18MB/s    0:04:22  
    598,900,736  65%    1.18MB/s    0:04:21  
    600,211,456  65%    1.18MB/s    0:04:20  
    601,522,176  65%    1.18MB/s    0:04:19  
    602,832,896  65%    1.18MB/s    0:04:18  
    604,143,616  66%    1.18MB/s    0:04:17  
    605,454,336  66%    1.18MB/s    0:04:16  
    606,765,056  66%    1.18MB/s    0:04:14  
    608,075,776  66%    1.18MB/s    0:04:14  
    609,386,496  66%    1.18MB/s    0:04:12  
    610,697,216  66%    1.18MB/s    0:04:11  
    612,007,936  66%    1.18MB/s    0:04:10  
    613,318,656  67%    1.17MB/s    0:04:09  
    614,629,376  67%    1.17MB/s    0:04:08  
    615,940,096  67%    1.18MB/s    0:04:07  
    617,250,816  67%    1.17MB/s    0:04:06  
    618,561,536  67%    1.18MB/s    0:04:05  
    619,872,256  67%    1.18MB/s    0:04:04  
    621,182,976  67%    1.17MB/s    0:04:04  
    622,493,696  68%    1.17MB/s    0:04:03  
    623,804,416  68%    1.17MB/s    0:04:02  
    625,115,136  68%    1.17MB/s    0:04:01  
    626,393,088  68%    1.16MB/s    0:04:01  
    627,703,808  68%    1.17MB/s    0:03:59  
    629,014,528  68%    1.17MB/s    0:03:58  
    630,325,248  68%    1.17MB/s    0:03:57  
    631,635,968  69%    1.18MB/s    0:03:54  
    632,946,688  69%    1.18MB/s    0:03:53  
    634,257,408  69%    1.18MB/s    0:03:52  
    635,568,128  69%    1.18MB/s    0:03:51  
    636,747,776  69%    1.16MB/s    0:03:52  
    638,058,496  69%    1.17MB/s    0:03:50  
    639,369,216  69%    1.17MB/s    0:03:49  
    640,679,936  70%    1.17MB/s    0:03:48  
    641,990,656  70%    1.18MB/s    0:03:45  
    643,301,376  70%    1.17MB/s    0:03:46  
    644,612,096  70%    1.18MB/s    0:03:43  
    645,922,816  70%    1.18MB/s    0:03:42  
    647,233,536  70%    1.18MB/s    0:03:41  
    648,544,256  70%    1.18MB/s    0:03:39  
    649,854,976  71%    1.18MB/s    0:03:39  
    651,165,696  71%    1.17MB/s    0:03:38  
    652,476,416  71%    1.17MB/s    0:03:37  
    653,787,136  71%    1.17MB/s    0:03:36  
    655,097,856  71%    1.17MB/s    0:03:35  
    656,408,576  71%    1.18MB/s    0:03:33  
    657,719,296  71%    1.18MB/s    0:03:32  
    659,030,016  72%    1.18MB/s    0:03:31  
    660,340,736  72%    1.18MB/s    0:03:30  
    661,651,456  72%    1.18MB/s    0:03:29  
    662,962,176  72%    1.17MB/s    0:03:29  
    664,272,896  72%    1.17MB/s    0:03:28  
    665,583,616  72%    1.17MB/s    0:03:27  
    666,894,336  72%    1.17MB/s    0:03:26  
    668,205,056  73%    1.17MB/s    0:03:24  
    669,515,776  73%    1.17MB/s    0:03:23  
    670,826,496  73%    1.17MB/s    0:03:22  
    672,137,216  73%    1.17MB/s    0:03:21  
    673,447,936  73%    1.17MB/s    0:03:20  
    674,758,656  73%    1.18MB/s    0:03:18  
    676,069,376  73%    1.18MB/s    0:03:17  
    677,380,096  74%    1.17MB/s    0:03:16  
    678,690,816  74%    1.17MB/s    0:03:15  
    680,001,536  74%    1.17MB/s    0:03:14  
    681,312,256  74%    1.17MB/s    0:03:13  
    682,622,976  74%    1.18MB/s    0:03:12  
    683,933,696  74%    1.18MB/s    0:03:11  
    685,244,416  74%    1.18MB/s    0:03:10  
    686,555,136  75%    1.18MB/s    0:03:08  
    687,865,856  75%    1.17MB/s    0:03:08  
    689,176,576  75%    1.17MB/s    0:03:07  
    690,487,296  75%    1.17MB/s    0:03:06  
    691,798,016  75%    1.17MB/s    0:03:05  
    693,108,736  75%    1.17MB/s    0:03:04  
    694,419,456  75%    1.17MB/s    0:03:02  
    695,730,176  76%    1.17MB/s    0:03:01  
    697,040,896  76%    1.17MB/s    0:03:01  
    698,351,616  76%    1.17MB/s    0:02:59  
    699,662,336  76%    1.17MB/s    0:02:58  
    700,973,056  76%    1.17MB/s    0:02:57  
    702,283,776  76%    1.18MB/s    0:02:55  
    703,594,496  76%    1.17MB/s    0:02:55  
    704,905,216  77%    1.17MB/s    0:02:54  
    706,215,936  77%    1.17MB/s    0:02:53  
    707,526,656  77%    1.17MB/s    0:02:51  
    708,837,376  77%    1.18MB/s    0:02:50  
    710,148,096  77%    1.17MB/s    0:02:50  
    711,458,816  77%    1.17MB/s    0:02:48  
    712,769,536  77%    1.17MB/s    0:02:48  
    714,080,256  78%    1.17MB/s    0:02:47  
    715,390,976  78%    1.17MB/s    0:02:45  
    716,701,696  78%    1.18MB/s    0:02:43  
    718,012,416  78%    1.18MB/s    0:02:42  
    719,323,136  78%    1.18MB/s    0:02:41  
    720,633,856  78%    1.17MB/s    0:02:41  
    721,944,576  78%    1.17MB/s    0:02:40  
    723,255,296  79%    1.17MB/s    0:02:39  
    724,566,016  79%    1.17MB/s    0:02:38  
    725,876,736  79%    1.18MB/s    0:02:35  
    727,187,456  79%    1.18MB/s    0:02:34  
    728,498,176  79%    1.18MB/s    0:02:33  
    729,808,896  79%    1.18MB/s    0:02:32  
    731,119,616  79%    1.18MB/s    0:02:31  
    732,430,336  80%    1.18MB/s    0:02:30  
    733,741,056  80%    1.18MB/s    0:02:29  
    735,051,776  80%    1.18MB/s    0:02:28  
    736,362,496  80%    1.17MB/s    0:02:27  
    737,673,216  80%    1.17MB/s    0:02:26  
    738,983,936  80%    1.17MB/s    0:02:25  
    740,294,656  80%    1.17MB/s    0:02:24  
    741,605,376  81%    1.17MB/s    0:02:23  
    742,916,096  81%    1.17MB/s    0:02:22  
    744,226,816  81%    1.17MB/s    0:02:21  
    745,537,536  81%    1.17MB/s    0:02:20  
    746,848,256  81%    1.18MB/s    0:02:18  
    748,158,976  81%    1.18MB/s    0:02:17  
    749,469,696  81%    1.18MB/s    0:02:16  
    750,780,416  82%    1.18MB/s    0:02:15  
    752,091,136  82%    1.18MB/s    0:02:14  
    753,401,856  82%    1.18MB/s    0:02:13  
    754,712,576  82%    1.18MB/s    0:02:12  
    756,023,296  82%    1.18MB/s    0:02:11  
    757,334,016  82%    1.18MB/s    0:02:10  
    758,644,736  83%    1.18MB/s    0:02:08  
    759,955,456  83%    1.18MB/s    0:02:07  
    761,233,408  83%    1.17MB/s    0:02:07  
    762,544,128  83%    1.17MB/s    0:02:06  
    763,854,848  83%    1.16MB/s    0:02:06  
    765,165,568  83%    1.16MB/s    0:02:05  
    766,476,288  83%    1.17MB/s    0:02:03  
    767,787,008  84%    1.17MB/s    0:02:01  
    769,097,728  84%    1.18MB/s    0:02:00  
    770,408,448  84%    1.18MB/s    0:01:59  
    771,719,168  84%    1.18MB/s    0:01:58  
    773,029,888  84%    1.18MB/s    0:01:57  
    774,340,608  84%    1.18MB/s    0:01:56  
    775,651,328  84%    1.18MB/s    0:01:54  
    776,962,048  85%    1.18MB/s    0:01:53  
    778,272,768  85%    1.18MB/s    0:01:52  
    779,583,488  85%    1.18MB/s    0:01:51  
    780,894,208  85%    1.17MB/s    0:01:50  
    782,204,928  85%    1.17MB/s    0:01:49  
    783,515,648  85%    1.17MB/s    0:01:48  
    784,826,368  85%    1.16MB/s    0:01:48  
    786,137,088  86%    1.17MB/s    0:01:47  
    787,447,808  86%    1.17MB/s    0:01:45  
    788,758,528  86%    1.17MB/s    0:01:44  
    790,069,248  86%    1.18MB/s    0:01:42  
    791,379,968  86%    1.18MB/s    0:01:41  
    792,690,688  86%    1.18MB/s    0:01:40  
    794,001,408  86%    1.17MB/s    0:01:39  
    795,312,128  87%    1.17MB/s    0:01:38  
    796,622,848  87%    1.17MB/s    0:01:37  
    797,933,568  87%    1.17MB/s    0:01:36  
    799,244,288  87%    1.17MB/s    0:01:35  
    800,555,008  87%    1.17MB/s    0:01:34  
    801,865,728  87%    1.17MB/s    0:01:33  
    803,176,448  87%    1.17MB/s    0:01:32  
    804,487,168  88%    1.18MB/s    0:01:30  
    805,797,888  88%    1.18MB/s    0:01:29  
    807,108,608  88%    1.18MB/s    0:01:28  
    808,419,328  88%    1.18MB/s    0:01:27  
    809,730,048  88%    1.17MB/s    0:01:26  
    811,040,768  88%    1.17MB/s    0:01:25  
    812,351,488  88%    1.17MB/s    0:01:24  
    813,662,208  89%    1.18MB/s    0:01:23  
    814,972,928  89%    1.18MB/s    0:01:21  
    816,283,648  89%    1.18MB/s    0:01:21  
    817,594,368  89%    1.18MB/s    0:01:20  
    818,905,088  89%    1.18MB/s    0:01:19  
    820,215,808  89%    1.18MB/s    0:01:17  
    821,526,528  89%    1.18MB/s    0:01:16  
    822,837,248  90%    1.18MB/s    0:01:15  
    824,147,968  90%    1.18MB/s    0:01:14  
    825,458,688  90%    1.18MB/s    0:01:13  
    826,769,408  90%    1.18MB/s    0:01:12  
    828,080,128  90%    1.17MB/s    0:01:11  
    829,390,848  90%    1.18MB/s    0:01:10  
    830,701,568  90%    1.18MB/s    0:01:09  
    832,012,288  91%    1.17MB/s    0:01:08  
    833,323,008  91%    1.18MB/s    0:01:06  
    834,633,728  91%    1.17MB/s    0:01:05  
    835,944,448  91%    1.18MB/s    0:01:04  
    837,255,168  91%    1.17MB/s    0:01:04  
    838,565,888  91%    1.18MB/s    0:01:02  
    839,876,608  91%    1.17MB/s    0:01:01  
    841,187,328  92%    1.17MB/s    0:01:00  
    842,498,048  92%    1.18MB/s    0:00:59  
    843,808,768  92%    1.17MB/s    0:00:58  
    845,119,488  92%    1.17MB/s    0:00:57  
    846,430,208  92%    1.17MB/s    0:00:56  
    847,740,928  92%    1.17MB/s    0:00:55  
    849,051,648  92%    1.17MB/s    0:00:54  
    850,362,368  93%    1.17MB/s    0:00:53  
    851,673,088  93%    1.18MB/s    0:00:51  
    852,983,808  93%    1.17MB/s    0:00:50  
    854,294,528  93%    1.17MB/s    0:00:49  
    855,605,248  93%    1.17MB/s    0:00:48  
    856,915,968  93%    1.17MB/s    0:00:47  
    858,226,688  93%    1.16MB/s    0:00:47  
    859,537,408  94%    1.16MB/s    0:00:46  
    860,848,128  94%    1.16MB/s    0:00:44  
    862,158,848  94%    1.16MB/s    0:00:43  
    863,469,568  94%    1.17MB/s    0:00:42  
    864,780,288  94%    1.17MB/s    0:00:40  
    866,091,008  94%    1.18MB/s    0:00:39  
    867,401,728  94%    1.18MB/s    0:00:38  
    868,712,448  95%    1.18MB/s    0:00:37  
    870,023,168  95%    1.18MB/s    0:00:36  
    871,333,888  95%    1.18MB/s    0:00:35  
    872,644,608  95%    1.17MB/s    0:00:34  
    873,955,328  95%    1.17MB/s    0:00:33  
    875,266,048  95%    1.18MB/s    0:00:32  
    876,576,768  95%    1.18MB/s    0:00:31  
    877,887,488  96%    1.18MB/s    0:00:29  
    879,198,208  96%    1.18MB/s    0:00:28  
    880,508,928  96%    1.17MB/s    0:00:27  
    881,819,648  96%    1.17MB/s    0:00:26  
    883,130,368  96%    1.18MB/s    0:00:25  
    884,441,088  96%    1.18MB/s    0:00:24  
    885,751,808  96%    1.18MB/s    0:00:23  
    887,062,528  97%    1.18MB/s    0:00:22  
    888,373,248  97%    1.18MB/s    0:00:21  
    889,683,968  97%    1.18MB/s    0:00:20  
    890,994,688  97%    1.18MB/s    0:00:19  
    892,305,408  97%    1.18MB/s    0:00:18  
    893,616,128  97%    1.18MB/s    0:00:16  
    894,894,080  97%    1.17MB/s    0:00:15  
    896,204,800  98%    1.17MB/s    0:00:14  
    897,515,520  98%    1.17MB/s    0:00:13  
    898,826,240  98%    1.16MB/s    0:00:12  
    900,136,960  98%    1.17MB/s    0:00:11  
    901,447,680  98%    1.17MB/s    0:00:10  
    902,758,400  98%    1.17MB/s    0:00:09  
    904,069,120  98%    1.18MB/s    0:00:08  
    905,379,840  99%    1.17MB/s    0:00:07  
    906,690,560  99%    1.17MB/s    0:00:06  
    908,001,280  99%    1.18MB/s    0:00:04  
    909,312,000  99%    1.17MB/s    0:00:03  
    910,622,720  99%    1.18MB/s    0:00:02  
    911,933,440  99%    1.17MB/s    0:00:01  
    913,244,160  99%    1.17MB/s    0:00:00  
    914,021,276 100%    1.17MB/s    0:12:23 (xfr#3, to-chk=3/7)
images/pmos-plasma-mobile-nightly-20221226-pine64-pinephonepro.img.xz.sha256

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

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

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

sent 3,219,168,381 bytes  received 577 bytes  1,225,649.71 bytes/sec
total size is 3,218,382,032  speedup is 1.00
All done!
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@51ad7343[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