Buckets:

download
raw
377 kB
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"gpuType": "T4"
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "QryTQ3xSWXjP",
"outputId": "cc6024d2-955e-4085-bb1c-bce96de91dab"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"\u001b[33mhint: Using 'master' as the name for the initial branch. This default branch name\u001b[m\n",
"\u001b[33mhint: is subject to change. To configure the initial branch name to use in all\u001b[m\n",
"\u001b[33mhint: of your new repositories, which will suppress this warning, call:\u001b[m\n",
"\u001b[33mhint: \u001b[m\n",
"\u001b[33mhint: \tgit config --global init.defaultBranch <name>\u001b[m\n",
"\u001b[33mhint: \u001b[m\n",
"\u001b[33mhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and\u001b[m\n",
"\u001b[33mhint: 'development'. The just-created branch can be renamed via this command:\u001b[m\n",
"\u001b[33mhint: \u001b[m\n",
"\u001b[33mhint: \tgit branch -m <name>\u001b[m\n",
"Initialized empty Git repository in /content/.git/\n",
"remote: Enumerating objects: 191, done.\u001b[K\n",
"remote: Counting objects: 100% (191/191), done.\u001b[K\n",
"remote: Compressing objects: 100% (140/140), done.\u001b[K\n",
"remote: Total 191 (delta 77), reused 154 (delta 46), pack-reused 0 (from 0)\u001b[K\n",
"Receiving objects: 100% (191/191), 26.73 MiB | 21.95 MiB/s, done.\n",
"Resolving deltas: 100% (77/77), done.\n",
"From https://github.com/BorgwardtLab/NeuralWalker\n",
" * [new branch] main -> origin/main\n",
"Branch 'main' set up to track remote branch 'main' from 'origin'.\n",
"Switched to a new branch 'main'\n"
]
}
],
"source": [
"!git init\n",
"!git remote add origin https://github.com/BorgwardtLab/NeuralWalker.git\n",
"!git fetch origin\n",
"!git checkout main"
]
},
{
"cell_type": "code",
"source": [
" !mkdir -p ~/micromamba\n",
" !wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C ~/micromamba bin/micromamba\n",
" !export PATH=~/micromamba/bin:$PATH"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "5-2k4n3SYRSJ",
"outputId": "442f103e-34bb-48e0-910f-4d758755626c"
},
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"bin/micromamba\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"!~/micromamba/bin/micromamba shell init ~/micromamba"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "wLDdiXHUYhcr",
"outputId": "18314dc1-4cd1-4902-b106-2b9b1464f626"
},
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Your parent process name is Name:\tpython3.\n",
"If your shell is xonsh, please use \"-s xonsh\".\n",
"Running `shell init`, which:\n",
" - modifies RC file: \"/root/.bashrc\"\n",
" - generates config for root prefix: \u001b[1m\"/root/micromamba\"\u001b[0m\n",
" - sets mamba executable to: \u001b[1m\"/root/micromamba/bin/micromamba\"\u001b[0m\n",
"The following has been added in your \"/root/.bashrc\" file\n",
"\u001b[32m\n",
"# >>> mamba initialize >>>\n",
"# !! Contents within this block are managed by 'micromamba shell init' !!\n",
"export MAMBA_EXE='/root/micromamba/bin/micromamba';\n",
"export MAMBA_ROOT_PREFIX='/root/micromamba';\n",
"__mamba_setup=\"$(\"$MAMBA_EXE\" shell hook --shell bash --root-prefix \"$MAMBA_ROOT_PREFIX\" 2> /dev/null)\"\n",
"if [ $? -eq 0 ]; then\n",
" eval \"$__mamba_setup\"\n",
"else\n",
" alias micromamba=\"$MAMBA_EXE\" # Fallback on help from micromamba activate\n",
"fi\n",
"unset __mamba_setup\n",
"# <<< mamba initialize <<<\n",
"\u001b[0m\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"!~/micromamba/bin/micromamba env create -f environment.yaml"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "Z-5gvOIuZoIp",
"outputId": "c23d768e-acdf-4367-df68-78ba42f0a15c"
},
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"\u001b[1;30;43mStreaming output truncated to the last 5000 lines.\u001b[0m\n",
"nvidia/linux-64 ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpytorch/noarch \n",
"nvidia/linux-64 \n",
"[+] 0.2s\n",
"pyg/linux-64 ⣾ \n",
"pyg/noarch ⣾ \n",
"pytorch/linux-64 15%\n",
"nvidia/noarch ⣾ \n",
"conda-forge/linux-64 ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpytorch/linux-64 \n",
"nvidia/noarch \n",
"pyg/noarch \n",
"[+] 0.3s\n",
"pyg/linux-64 ⣾ \n",
"conda-forge/linux-64 4%\n",
"conda-forge/noarch ⣾ \n",
"pkgs/main/linux-64 ⣾ \n",
"pkgs/main/noarch ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.4s\n",
"pyg/linux-64 48%\n",
"conda-forge/linux-64 12%\n",
"conda-forge/noarch 15%\n",
"pkgs/main/linux-64 2%\n",
"pkgs/main/noarch ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpyg/linux-64 \n",
"[+] 0.5s\n",
"conda-forge/linux-64 18%\n",
"conda-forge/noarch 30%\n",
"pkgs/main/linux-64 27%\n",
"pkgs/main/noarch 24%\n",
"pkgs/r/linux-64 ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpkgs/main/noarch \n",
"[+] 0.6s\n",
"conda-forge/linux-64 20%\n",
"conda-forge/noarch 38%\n",
"pkgs/main/linux-64 47%\n",
"pkgs/r/linux-64 9%\n",
"pkgs/r/noarch 9%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.7s\n",
"conda-forge/linux-64 23%\n",
"conda-forge/noarch 44%\n",
"pkgs/main/linux-64 64%\n",
"pkgs/r/linux-64 26%\n",
"pkgs/r/noarch 70%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpkgs/r/linux-64 \n",
"pkgs/r/noarch \n",
"[+] 0.8s\n",
"conda-forge/linux-64 27%\n",
"conda-forge/noarch 47%\n",
"pkgs/main/linux-64 86%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpkgs/main/linux-64 \n",
"[+] 0.9s\n",
"conda-forge/linux-64 33%\n",
"conda-forge/noarch 56%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.0s\n",
"conda-forge/linux-64 41%\n",
"conda-forge/noarch 72%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.1s\n",
"conda-forge/linux-64 41%\n",
"conda-forge/noarch 83%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.2s\n",
"conda-forge/linux-64 41%\n",
"conda-forge/noarch 83%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.3s\n",
"conda-forge/linux-64 47%\n",
"conda-forge/noarch 93%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gconda-forge/noarch \n",
"[+] 1.4s\n",
"conda-forge/linux-64 55%\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.5s\n",
"conda-forge/linux-64 66%\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.6s\n",
"conda-forge/linux-64 71%\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.7s\n",
"conda-forge/linux-64 80%\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.8s\n",
"conda-forge/linux-64 88%\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.9s\n",
"conda-forge/linux-64 90%\u001b[2K\u001b[1A\u001b[2K\u001b[0Gconda-forge/linux-64 \n",
"\u001b[?25h\n",
"\n",
"Transaction\n",
"\n",
" Prefix: /root/.local/share/mamba/envs/neuralwalker\n",
"\n",
" Updating specs:\n",
"\n",
" - python=3.9\n",
" - pip\n",
" - numpy\n",
" - scipy\n",
" - pytorch=2.0\n",
" - pytorch-cuda=11.8\n",
" - pyg=2.3\n",
" - cython=3.0.9\n",
" - pandas\n",
" - einops\n",
" - lightning\n",
" - scikit-learn\n",
" - cuda-nvcc=11.8\n",
" - mkl=2022.2.1\n",
" - setuptools=67\n",
"\n",
"\n",
" Package Version Build Channel Size\n",
"──────────────────────────────────────────────────────────────────────────────────────────\n",
" Install:\n",
"──────────────────────────────────────────────────────────────────────────────────────────\n",
"\n",
" \u001b[32m+ _openmp_mutex \u001b[0m 4.5 3_kmp_llvm conda-forge 8kB\n",
" \u001b[32m+ blas \u001b[0m 1.0 mkl conda-forge 1kB\n",
" \u001b[32m+ brotli-python \u001b[0m 1.1.0 py39hf88036b_3 conda-forge 350kB\n",
" \u001b[32m+ bzip2 \u001b[0m 1.0.8 h4bc722e_7 conda-forge 253kB\n",
" \u001b[32m+ ca-certificates \u001b[0m 2025.8.3 hbd8a1cb_0 conda-forge 154kB\n",
" \u001b[32m+ certifi \u001b[0m 2025.8.3 pyhd8ed1ab_0 conda-forge 159kB\n",
" \u001b[32m+ cffi \u001b[0m 1.17.1 py39h15c3d72_0 conda-forge 242kB\n",
" \u001b[32m+ charset-normalizer \u001b[0m 3.4.3 pyhd8ed1ab_0 conda-forge 51kB\n",
" \u001b[32m+ colorama \u001b[0m 0.4.6 pyhd8ed1ab_1 conda-forge 27kB\n",
" \u001b[32m+ cpython \u001b[0m 3.9.23 py39hd8ed1ab_0 conda-forge 49kB\n",
" \u001b[32m+ cuda-cudart \u001b[0m 11.8.89 0 nvidia 202kB\n",
" \u001b[32m+ cuda-cupti \u001b[0m 11.8.87 0 nvidia 27MB\n",
" \u001b[32m+ cuda-libraries \u001b[0m 11.8.0 0 nvidia 2kB\n",
" \u001b[32m+ cuda-nvcc \u001b[0m 11.8.89 0 nvidia 53MB\n",
" \u001b[32m+ cuda-nvrtc \u001b[0m 11.8.89 0 nvidia 20MB\n",
" \u001b[32m+ cuda-nvtx \u001b[0m 11.8.86 0 nvidia 58kB\n",
" \u001b[32m+ cuda-runtime \u001b[0m 11.8.0 0 nvidia 1kB\n",
" \u001b[32m+ cuda-version \u001b[0m 12.9 3 nvidia 17kB\n",
" \u001b[32m+ cython \u001b[0m 3.0.9 py39h3d6467e_0 conda-forge 3MB\n",
" \u001b[32m+ einops \u001b[0m 0.8.1 pyhd8ed1ab_0 conda-forge 56kB\n",
" \u001b[32m+ filelock \u001b[0m 3.19.1 pyhd8ed1ab_0 conda-forge 18kB\n",
" \u001b[32m+ fsspec \u001b[0m 2025.7.0 pyhd8ed1ab_0 conda-forge 145kB\n",
" \u001b[32m+ gmp \u001b[0m 6.3.0 hac33072_2 conda-forge 460kB\n",
" \u001b[32m+ gmpy2 \u001b[0m 2.2.1 py39h7196dd7_0 conda-forge 204kB\n",
" \u001b[32m+ h2 \u001b[0m 4.2.0 pyhd8ed1ab_0 conda-forge 54kB\n",
" \u001b[32m+ hpack \u001b[0m 4.1.0 pyhd8ed1ab_0 conda-forge 31kB\n",
" \u001b[32m+ hyperframe \u001b[0m 6.1.0 pyhd8ed1ab_0 conda-forge 17kB\n",
" \u001b[32m+ idna \u001b[0m 3.10 pyhd8ed1ab_1 conda-forge 50kB\n",
" \u001b[32m+ jinja2 \u001b[0m 3.1.6 pyhd8ed1ab_0 conda-forge 113kB\n",
" \u001b[32m+ joblib \u001b[0m 1.5.1 pyhd8ed1ab_0 conda-forge 224kB\n",
" \u001b[32m+ ld_impl_linux-64 \u001b[0m 2.44 h1423503_1 conda-forge 676kB\n",
" \u001b[32m+ libblas \u001b[0m 3.9.0 16_linux64_mkl conda-forge 13kB\n",
" \u001b[32m+ libcblas \u001b[0m 3.9.0 16_linux64_mkl conda-forge 13kB\n",
" \u001b[32m+ libcublas \u001b[0m 11.11.3.6 0 nvidia 382MB\n",
" \u001b[32m+ libcufft \u001b[0m 10.9.0.58 0 nvidia 150MB\n",
" \u001b[32m+ libcufile \u001b[0m 1.14.1.1 4 nvidia 969kB\n",
" \u001b[32m+ libcurand \u001b[0m 10.3.10.19 0 nvidia 46MB\n",
" \u001b[32m+ libcusolver \u001b[0m 11.4.1.48 0 nvidia 101MB\n",
" \u001b[32m+ libcusparse \u001b[0m 11.7.5.86 0 nvidia 185MB\n",
" \u001b[32m+ libexpat \u001b[0m 2.7.1 hecca717_0 conda-forge 75kB\n",
" \u001b[32m+ libffi \u001b[0m 3.4.6 h2dba641_1 conda-forge 57kB\n",
" \u001b[32m+ libgcc \u001b[0m 15.1.0 h767d61c_4 conda-forge 824kB\n",
" \u001b[32m+ libgcc-ng \u001b[0m 15.1.0 h69a702a_4 conda-forge 29kB\n",
" \u001b[32m+ libgfortran \u001b[0m 15.1.0 h69a702a_4 conda-forge 29kB\n",
" \u001b[32m+ libgfortran-ng \u001b[0m 15.1.0 h69a702a_4 conda-forge 29kB\n",
" \u001b[32m+ libgfortran5 \u001b[0m 15.1.0 hcea5267_4 conda-forge 2MB\n",
" \u001b[32m+ libhwloc \u001b[0m 2.12.1 default_h3d81e11_1000 conda-forge 2MB\n",
" \u001b[32m+ libiconv \u001b[0m 1.18 h3b78370_2 conda-forge 790kB\n",
" \u001b[32m+ liblapack \u001b[0m 3.9.0 16_linux64_mkl conda-forge 13kB\n",
" \u001b[32m+ liblzma \u001b[0m 5.8.1 hb9d3cd8_2 conda-forge 113kB\n",
" \u001b[32m+ libnpp \u001b[0m 11.8.0.86 0 nvidia 155MB\n",
" \u001b[32m+ libnsl \u001b[0m 2.0.1 hb9d3cd8_1 conda-forge 34kB\n",
" \u001b[32m+ libnvjpeg \u001b[0m 11.9.0.86 0 nvidia 3MB\n",
" \u001b[32m+ libsqlite \u001b[0m 3.50.4 h0c1763c_0 conda-forge 933kB\n",
" \u001b[32m+ libstdcxx \u001b[0m 15.1.0 h8f9b012_4 conda-forge 4MB\n",
" \u001b[32m+ libstdcxx-ng \u001b[0m 15.1.0 h4852527_4 conda-forge 29kB\n",
" \u001b[32m+ libuuid \u001b[0m 2.38.1 h0b41bf4_0 conda-forge 34kB\n",
" \u001b[32m+ libxcrypt \u001b[0m 4.4.36 hd590300_1 conda-forge 100kB\n",
" \u001b[32m+ libxml2 \u001b[0m 2.13.8 h2cb61b6_1 conda-forge 697kB\n",
" \u001b[32m+ libzlib \u001b[0m 1.3.1 hb9d3cd8_2 conda-forge 61kB\n",
" \u001b[32m+ lightning \u001b[0m 2.3.3 pyhd8ed1ab_0 conda-forge 444kB\n",
" \u001b[32m+ lightning-utilities\u001b[0m 0.15.2 pyhd8ed1ab_0 conda-forge 30kB\n",
" \u001b[32m+ llvm-openmp \u001b[0m 20.1.8 h4922eb0_1 conda-forge 3MB\n",
" \u001b[32m+ markupsafe \u001b[0m 3.0.2 py39h9399b63_1 conda-forge 23kB\n",
" \u001b[32m+ mkl \u001b[0m 2022.2.1 h6508926_16999 conda-forge 211MB\n",
" \u001b[32m+ mpc \u001b[0m 1.3.1 h24ddda3_1 conda-forge 117kB\n",
" \u001b[32m+ mpfr \u001b[0m 4.2.1 h90cbb55_3 conda-forge 635kB\n",
" \u001b[32m+ mpmath \u001b[0m 1.3.0 pyhd8ed1ab_1 conda-forge 440kB\n",
" \u001b[32m+ ncurses \u001b[0m 6.5 h2d0b736_3 conda-forge 892kB\n",
" \u001b[32m+ networkx \u001b[0m 3.2.1 pyhd8ed1ab_0 conda-forge 1MB\n",
" \u001b[32m+ numpy \u001b[0m 2.0.2 py39h9cb892a_1 conda-forge 8MB\n",
" \u001b[32m+ openssl \u001b[0m 3.5.2 h26f9b46_0 conda-forge 3MB\n",
" \u001b[32m+ packaging \u001b[0m 24.2 pyhd8ed1ab_2 conda-forge 60kB\n",
" \u001b[32m+ pandas \u001b[0m 2.3.1 py39h1b6b32d_0 conda-forge 12MB\n",
" \u001b[32m+ pip \u001b[0m 25.2 pyh8b19718_0 conda-forge 1MB\n",
" \u001b[32m+ psutil \u001b[0m 7.0.0 py39h8cd3c5a_0 conda-forge 349kB\n",
" \u001b[32m+ pycparser \u001b[0m 2.22 pyh29332c3_1 conda-forge 110kB\n",
" \u001b[32m+ pyg \u001b[0m 2.3.1 py39_torch_2.0.0_cu118 pyg 1MB\n",
" \u001b[32m+ pyparsing \u001b[0m 3.2.3 pyhe01879c_2 conda-forge 102kB\n",
" \u001b[32m+ pysocks \u001b[0m 1.7.1 pyha55dd90_7 conda-forge 21kB\n",
" \u001b[32m+ python \u001b[0m 3.9.23 hc30ae73_0_cpython conda-forge 24MB\n",
" \u001b[32m+ python-dateutil \u001b[0m 2.9.0.post0 pyhe01879c_2 conda-forge 233kB\n",
" \u001b[32m+ python-tzdata \u001b[0m 2025.2 pyhd8ed1ab_0 conda-forge 144kB\n",
" \u001b[32m+ python_abi \u001b[0m 3.9 8_cp39 conda-forge 7kB\n",
" \u001b[32m+ pytorch \u001b[0m 2.0.1 py3.9_cuda11.8_cudnn8.7.0_0 pytorch 2GB\n",
" \u001b[32m+ pytorch-cuda \u001b[0m 11.8 h7e8668a_6 pytorch 7kB\n",
" \u001b[32m+ pytorch-lightning \u001b[0m 2.3.3 pyhd8ed1ab_0 conda-forge 442kB\n",
" \u001b[32m+ pytorch-mutex \u001b[0m 1.0 cuda pytorch 3kB\n",
" \u001b[32m+ pytz \u001b[0m 2025.2 pyhd8ed1ab_0 conda-forge 189kB\n",
" \u001b[32m+ pyyaml \u001b[0m 6.0.2 py39h9399b63_2 conda-forge 182kB\n",
" \u001b[32m+ readline \u001b[0m 8.2 h8c095d6_2 conda-forge 282kB\n",
" \u001b[32m+ requests \u001b[0m 2.32.4 pyhd8ed1ab_0 conda-forge 59kB\n",
" \u001b[32m+ scikit-learn \u001b[0m 1.6.1 py39h4b7350c_0 conda-forge 9MB\n",
" \u001b[32m+ scipy \u001b[0m 1.13.1 py39haf93ffa_0 conda-forge 17MB\n",
" \u001b[32m+ setuptools \u001b[0m 67.7.2 pyhd8ed1ab_0 conda-forge 583kB\n",
" \u001b[32m+ six \u001b[0m 1.17.0 pyhe01879c_1 conda-forge 18kB\n",
" \u001b[32m+ sympy \u001b[0m 1.14.0 pyh2585a3b_105 conda-forge 5MB\n",
" \u001b[32m+ tbb \u001b[0m 2021.13.0 hb60516a_2 conda-forge 177kB\n",
" \u001b[32m+ threadpoolctl \u001b[0m 3.6.0 pyhecae5ae_0 conda-forge 24kB\n",
" \u001b[32m+ tk \u001b[0m 8.6.13 noxft_hd72426e_102 conda-forge 3MB\n",
" \u001b[32m+ torchmetrics \u001b[0m 1.8.1 pyhd8ed1ab_0 conda-forge 397kB\n",
" \u001b[32m+ torchtriton \u001b[0m 2.0.0 py39 pytorch 66MB\n",
" \u001b[32m+ tqdm \u001b[0m 4.67.1 pyhd8ed1ab_1 conda-forge 89kB\n",
" \u001b[32m+ typing-extensions \u001b[0m 4.14.1 h4440ef1_0 conda-forge 90kB\n",
" \u001b[32m+ typing_extensions \u001b[0m 4.14.1 pyhe01879c_0 conda-forge 51kB\n",
" \u001b[32m+ tzdata \u001b[0m 2025b h78e105d_0 conda-forge 123kB\n",
" \u001b[32m+ urllib3 \u001b[0m 2.5.0 pyhd8ed1ab_0 conda-forge 102kB\n",
" \u001b[32m+ wheel \u001b[0m 0.45.1 pyhd8ed1ab_1 conda-forge 63kB\n",
" \u001b[32m+ yaml \u001b[0m 0.2.5 h280c20c_3 conda-forge 85kB\n",
" \u001b[32m+ zstandard \u001b[0m 0.23.0 py39h8cd3c5a_2 conda-forge 721kB\n",
"\n",
" Summary:\n",
"\n",
" Install: 110 packages\n",
"\n",
" Total download: 3GB\n",
"\n",
"──────────────────────────────────────────────────────────────────────────────────────────\n",
"\n",
"\n",
"Confirm changes: [Y/n] y\n",
"\n",
"Transaction starting\n",
"\u001b[?25l\u001b[2K\u001b[0G[+] 0.0s\n",
"Downloading 5%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.1s\n",
"Downloading (5) 0%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.2s\n",
"Downloading (5) 1%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.3s\n",
"Downloading (5) 1%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.4s\n",
"Downloading (5) 3%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.5s\n",
"Downloading (5) 4%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.6s\n",
"Downloading (5) 5%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.7s\n",
"Downloading (5) 6%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.8s\n",
"Downloading (5) 8%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 0.9s\n",
"Downloading (5) 9%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.0s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.1s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.2s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.3s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.4s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.5s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.6s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.7s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.8s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1.9s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.0s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.1s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.2s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.3s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.4s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.5s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.6s\n",
"Downloading (5) 10%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.7s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.8s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2.9s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.0s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.1s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.2s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.3s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.4s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.5s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.6s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.7s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.8s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3.9s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.0s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.1s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.2s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.3s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.4s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.5s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.6s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.7s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.8s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 4.9s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.0s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.1s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.2s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.3s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.4s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.5s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.6s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.7s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.8s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 5.9s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.0s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.1s\n",
"Downloading (5) 11%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.2s\n",
"Downloading (5) 12%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.3s\n",
"Downloading (5) 13%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.4s\n",
"Downloading (5) 15%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.5s\n",
"Downloading (5) 16%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.6s\n",
"Downloading (5) 18%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.7s\n",
"Downloading (5) 18%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.8s\n",
"Downloading (5) 19%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 6.9s\n",
"Downloading (5) 20%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.0s\n",
"Downloading (5) 20%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.1s\n",
"Downloading (5) 21%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.2s\n",
"Downloading (5) 22%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.3s\n",
"Downloading (5) 22%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.4s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.5s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.6s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.7s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.8s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 7.9s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.0s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.1s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.2s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.3s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.4s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.5s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.6s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.7s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.8s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 8.9s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.0s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.1s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.2s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.3s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.4s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.5s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.6s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.7s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.8s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 9.9s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.0s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.1s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.2s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.3s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.4s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.5s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.6s\n",
"Downloading (5) 23%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.7s\n",
"Downloading (5) 24%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.8s\n",
"Downloading (5) 24%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 10.9s\n",
"Downloading (5) 25%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.0s\n",
"Downloading (5) 25%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.1s\n",
"Downloading (5) 26%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.2s\n",
"Downloading (5) 26%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.3s\n",
"Downloading (5) 27%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.4s\n",
"Downloading (5) 27%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.5s\n",
"Downloading (5) 29%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.6s\n",
"Downloading (5) 30%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 11.7s\n",
"Downloading (5) 31%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibcusparse 184.9MB @ 15.6MB/s 11.7s\n",
"[+] 11.8s\n",
"Downloading (5) 30%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibnpp 155.0MB @ 13.0MB/s 11.8s\n",
"[+] 11.9s\n",
"Downloading (5) 30%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.0s\n",
"Downloading (5) 31%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.1s\n",
"Downloading (5) 32%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.2s\n",
"Downloading (5) 33%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.3s\n",
"Downloading (5) 34%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.4s\n",
"Downloading (5) 35%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.5s\n",
"Downloading (5) 36%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.6s\n",
"Downloading (5) 37%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.7s\n",
"Downloading (5) 37%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.8s\n",
"Downloading (5) 38%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 12.9s\n",
"Downloading (5) 39%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.0s\n",
"Downloading (5) 40%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.1s\n",
"Downloading (5) 41%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.2s\n",
"Downloading (5) 41%\n",
"Extracting 0%\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.3s\n",
"Downloading (5) 42%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.4s\n",
"Downloading (5) 43%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.5s\n",
"Downloading (5) 44%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gmkl 211.2MB @ 15.6MB/s 13.5s\n",
"[+] 13.6s\n",
"Downloading (5) 43%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.7s\n",
"Downloading (5) 44%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.8s\n",
"Downloading (5) 44%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 13.9s\n",
"Downloading (5) 45%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.0s\n",
"Downloading (5) 46%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.1s\n",
"Downloading (5) 46%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.2s\n",
"Downloading (5) 47%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibcusolver 101.1MB @ 42.1MB/s 2.4s\n",
"[+] 14.3s\n",
"Downloading (4) 48%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.4s\n",
"Downloading (5) 48%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibcublas 381.6MB @ 26.5MB/s 14.4s\n",
"[+] 14.5s\n",
"Downloading (5) 48%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.6s\n",
"Downloading (5) 48%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.7s\n",
"Downloading (5) 49%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.8s\n",
"Downloading (5) 49%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 14.9s\n",
"Downloading (5) 49%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.0s\n",
"Downloading (5) 50%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.1s\n",
"Downloading (5) 50%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.2s\n",
"Downloading (5) 51%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.3s\n",
"Downloading (5) 51%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.4s\n",
"Downloading (5) 52%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.5s\n",
"Downloading (5) 52%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.6s\n",
"Downloading (5) 52%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.7s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 15.8s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gtorchtriton 65.6MB @ 28.1MB/s 2.4s\n",
"[+] 15.9s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.0s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.1s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.2s\n",
"Downloading (5) 53%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.3s\n",
"Downloading (5) 54%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.4s\n",
"Downloading (5) 54%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.5s\n",
"Downloading (5) 54%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.6s\n",
"Downloading (5) 54%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.7s\n",
"Downloading (5) 55%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibcurand 46.1MB @ 19.5MB/s 2.4s\n",
"[+] 16.8s\n",
"Downloading (5) 54%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 16.9s\n",
"Downloading (5) 55%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.0s\n",
"Downloading (5) 55%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.1s\n",
"Downloading (5) 55%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.2s\n",
"Downloading (5) 55%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.3s\n",
"Downloading (5) 56%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.4s\n",
"Downloading (5) 56%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gcuda-nvcc 53.3MB @ 16.9MB/s 3.2s\n",
"[+] 17.5s\n",
"Downloading (5) 56%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.6s\n",
"Downloading (5) 56%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.7s\n",
"Downloading (5) 56%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gcuda-cupti 26.5MB @ 13.9MB/s 1.9s\n",
"[+] 17.8s\n",
"Downloading (5) 56%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 17.9s\n",
"Downloading (5) 56%\n",
"Extracting (5) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.0s\n",
"Downloading (5) 57%\n",
"Extracting (5) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.1s\n",
"Downloading (5) 57%\n",
"Extracting (5) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.2s\n",
"Downloading (5) 57%\n",
"Extracting (6) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.3s\n",
"Downloading (5) 57%\n",
"Extracting (6) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibcufft 149.7MB @ 22.7MB/s 6.6s\n",
"[+] 18.4s\n",
"Downloading (5) 57%\n",
"Extracting (6) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpython 23.7MB @ 14.4MB/s 1.6s\n",
"[+] 18.5s\n",
"Downloading (5) 57%\n",
"Extracting (6) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.6s\n",
"Downloading (5) 58%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.7s\n",
"Downloading (5) 58%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 18.8s\n",
"Downloading (5) 58%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gcuda-nvrtc 20.1MB @ 14.8MB/s 1.3s\n",
"scipy 16.5MB @ 14.9MB/s 1.1s\n",
"[+] 18.9s\n",
"Downloading (5) 59%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gscikit-learn 9.4MB @ 18.7MB/s 0.5s\n",
"[+] 19.0s\n",
"Downloading (5) 59%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpandas 12.5MB @ 18.7MB/s 0.7s\n",
"[+] 19.1s\n",
"Downloading (5) 59%\n",
"Extracting (9) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.2s\n",
"Downloading (5) 59%\n",
"Extracting (9) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gsympy 4.6MB @ 12.6MB/s 0.4s\n",
"libstdcxx 3.9MB @ 12.8MB/s 0.3s\n",
"tk 3.3MB @ 13.2MB/s 0.2s\n",
"[+] 19.3s\n",
"Downloading (5) 59%\n",
"Extracting (10) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gnumpy 7.9MB @ 16.3MB/s 0.5s\n",
"llvm-openmp 3.2MB @ 19.3MB/s 0.1s\n",
"[+] 19.4s\n",
"Downloading (5) 59%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.5s\n",
"Downloading (5) 59%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.6s\n",
"Downloading (5) 59%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.7s\n",
"Downloading (5) 59%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.8s\n",
"Downloading (5) 59%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 19.9s\n",
"Downloading (5) 59%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 20.0s\n",
"Downloading (5) 59%\n",
"Extracting (19) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 20.1s\n",
"Downloading (5) 60%\n",
"Extracting (19) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gopenssl 3.1MB @ 2.4MB/s 0.9s\n",
"libnvjpeg 2.5MB @ 1.6MB/s 0.9s\n",
"libhwloc 2.5MB @ 1.8MB/s 0.8s\n",
"cython 3.2MB @ 1.3MB/s 1.0s\n",
"[+] 20.2s\n",
"Downloading (5) 60%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gnetworkx 1.1MB @ ??.?MB/s 0.1s\n",
"libgfortran5 1.6MB @ 13.4MB/s 0.1s\n",
"[+] 20.3s\n",
"Downloading (5) 60%\n",
"Extracting (24) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpip 1.2MB @ 8.1MB/s 0.1s\n",
"libcufile 969.0kB @ 2.8MB/s 0.1s\n",
"libsqlite 932.6kB @ 2.0MB/s 0.1s\n",
"ncurses 891.6kB @ ??.?MB/s 0.1s\n",
"[+] 20.4s\n",
"Downloading (5) 60%\n",
"Extracting (29) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibgcc 824.2kB @ 4.0MB/s 0.1s\n",
"zstandard 720.8kB @ ??.?MB/s 0.1s\n",
"libiconv 790.2kB @ 3.4MB/s 0.1s\n",
"libxml2 697.0kB @ 1.2MB/s 0.1s\n",
"[+] 20.5s\n",
"Downloading (4) 61%\n",
"Extracting (32) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gld_impl_linux-64 676.0kB @ 5.0MB/s 0.1s\n",
"mpfr 634.8kB @ ??.?MB/s 0.1s\n",
"[+] 20.6s\n",
"Downloading (5) 61%\n",
"Extracting (36) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gsetuptools 582.7kB @ 4.9MB/s 0.1s\n",
"gmp 460.1kB @ ??.?MB/s 0.1s\n",
"lightning 443.6kB @ ??.?MB/s 0.1s\n",
"pytorch-lightning 442.3kB @ ??.?MB/s 0.1s\n",
"[+] 20.7s\n",
"Downloading (4) 61%\n",
"Extracting (39) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gtorchmetrics 396.6kB @ ??.?MB/s 0.1s\n",
"mpmath 439.7kB @ ??.?MB/s 0.1s\n",
"brotli-python 350.1kB @ ??.?MB/s 0.1s\n",
"[+] 20.8s\n",
"Downloading (5) 61%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpsutil 349.1kB @ ??.?MB/s 0.1s\n",
"readline 282.5kB @ ??.?MB/s 0.1s\n",
"bzip2 252.8kB @ ??.?MB/s 0.1s\n",
"cffi 241.6kB @ ??.?MB/s 0.1s\n",
"[+] 20.9s\n",
"Downloading (5) 62%\n",
"Extracting (47) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gjoblib 224.4kB @ ??.?MB/s 0.0s\n",
"python-dateutil 233.3kB @ ??.?MB/s 0.1s\n",
"gmpy2 204.1kB @ ??.?MB/s 0.1s\n",
"cuda-cudart 202.0kB @ ??.?MB/s 0.1s\n",
"[+] 21.0s\n",
"Downloading (5) 62%\n",
"Extracting (51) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpytz 189.0kB @ ??.?MB/s 0.1s\n",
"pyyaml 181.8kB @ ??.?MB/s 0.1s\n",
"tbb 177.4kB @ ??.?MB/s 0.1s\n",
"pyg 1.1MB @ 934.6kB/s 0.9s\n",
"certifi 158.7kB @ ??.?MB/s 0.1s\n",
"ca-certificates 154.4kB @ ??.?MB/s 0.0s\n",
"[+] 21.1s\n",
"Downloading (5) 62%\n",
"Extracting (55) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gfsspec 145.4kB @ ??.?MB/s 0.1s\n",
"python-tzdata 144.2kB @ ??.?MB/s 0.1s\n",
"tzdata 123.0kB @ ??.?MB/s 0.0s\n",
"mpc 116.8kB @ ??.?MB/s 0.1s\n",
"liblzma 112.9kB @ ??.?MB/s 0.1s\n",
"jinja2 112.7kB @ ??.?MB/s 0.1s\n",
"pycparser 110.1kB @ ??.?MB/s 0.0s\n",
"[+] 21.2s\n",
"Downloading (5) 62%\n",
"Extracting (64) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gurllib3 101.7kB @ ??.?MB/s 0.1s\n",
"typing-extensions 90.5kB @ ??.?MB/s 0.1s\n",
"pyparsing 102.3kB @ ??.?MB/s 0.1s\n",
"libxcrypt 100.4kB @ ??.?MB/s 0.1s\n",
"tqdm 89.5kB @ ??.?MB/s 0.0s\n",
"[+] 21.3s\n",
"Downloading (5) 63%\n",
"Extracting (69) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gyaml 85.2kB @ ??.?MB/s 0.1s\n",
"wheel 62.9kB @ ??.?MB/s 0.1s\n",
"libzlib 61.0kB @ 1.2MB/s 0.1s\n",
"libexpat 74.8kB @ ??.?MB/s 0.1s\n",
"packaging 60.2kB @ ??.?MB/s 0.1s\n",
"cuda-nvtx 58.4kB @ 1.1MB/s 0.1s\n",
"libffi 57.4kB @ ??.?MB/s 0.1s\n",
"[+] 21.4s\n",
"Downloading (5) 63%\n",
"Extracting (76) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Grequests 59.4kB @ ??.?MB/s 0.1s\n",
"einops 56.4kB @ ??.?MB/s 0.1s\n",
"h2 53.9kB @ 1.0MB/s 0.1s\n",
"typing_extensions 51.1kB @ ??.?MB/s 0.1s\n",
"charset-normalizer 51.0kB @ ??.?MB/s 0.1s\n",
"idna 49.8kB @ ??.?MB/s 0.0s\n",
"cpython 49.2kB @ ??.?MB/s 0.1s\n",
"[+] 21.5s\n",
"Downloading (5) 63%\n",
"Extracting (82) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibnsl 33.7kB @ 569.5kB/s 0.1s\n",
"libuuid 33.6kB @ ??.?MB/s 0.1s\n",
"lightning-utilities 29.9kB @ ??.?MB/s 0.0s\n",
"hpack 30.7kB @ ??.?MB/s 0.1s\n",
"libstdcxx-ng 29.3kB @ ??.?MB/s 0.1s\n",
"libgfortran-ng 29.3kB @ ??.?MB/s 0.0s\n",
"libgcc-ng 29.2kB @ ??.?MB/s 0.1s\n",
"[+] 21.6s\n",
"Downloading (5) 63%\n",
"Extracting (88) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Glibgfortran 29.2kB @ ??.?MB/s 0.1s\n",
"threadpoolctl 23.9kB @ 376.5kB/s 0.1s\n",
"colorama 27.0kB @ ??.?MB/s 0.1s\n",
"markupsafe 22.9kB @ ??.?MB/s 0.1s\n",
"pysocks 21.1kB @ ??.?MB/s 0.1s\n",
"six 18.5kB @ ??.?MB/s 0.1s\n",
"[+] 21.7s\n",
"Downloading (5) 63%\n",
"Extracting (95) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gfilelock 18.0kB @ ??.?MB/s 0.1s\n",
"hyperframe 17.4kB @ ??.?MB/s 0.1s\n",
"cuda-version 17.2kB @ ??.?MB/s 0.1s\n",
"libblas 13.1kB @ ??.?MB/s 0.0s\n",
"libcblas 12.8kB @ ??.?MB/s 0.1s\n",
"_openmp_mutex 7.6kB @ ??.?MB/s 0.0s\n",
"pytorch-cuda 7.2kB @ ??.?MB/s 0.0s\n",
"[+] 21.8s\n",
"Downloading (5) 63%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gliblapack 12.8kB @ ??.?MB/s 0.1s\n",
"pytorch-mutex 2.9kB @ ??.?MB/s 0.0s\n",
"cuda-libraries 1.5kB @ ??.?MB/s 0.1s\n",
"python_abi 7.0kB @ ??.?MB/s 0.1s\n",
"cuda-runtime 1.4kB @ ??.?MB/s 0.1s\n",
"blas 1.4kB @ ??.?MB/s 0.0s\n",
"[+] 21.9s\n",
"Downloading (1) 64%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.0s\n",
"Downloading (1) 64%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.1s\n",
"Downloading (1) 64%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.2s\n",
"Downloading (1) 64%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.3s\n",
"Downloading (1) 65%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.4s\n",
"Downloading (1) 65%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.5s\n",
"Downloading (1) 66%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.6s\n",
"Downloading (1) 66%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.7s\n",
"Downloading (1) 66%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.8s\n",
"Downloading (1) 66%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 22.9s\n",
"Downloading (1) 67%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.0s\n",
"Downloading (1) 67%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.1s\n",
"Downloading (1) 67%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.2s\n",
"Downloading (1) 67%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.3s\n",
"Downloading (1) 68%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.4s\n",
"Downloading (1) 68%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.5s\n",
"Downloading (1) 68%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.6s\n",
"Downloading (1) 69%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.7s\n",
"Downloading (1) 69%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.8s\n",
"Downloading (1) 69%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 23.9s\n",
"Downloading (1) 69%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.0s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.1s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.2s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.3s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.4s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.5s\n",
"Downloading (1) 70%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.6s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.7s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.8s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 24.9s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.0s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.1s\n",
"Downloading (1) 71%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.2s\n",
"Downloading (1) 72%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.3s\n",
"Downloading (1) 72%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.4s\n",
"Downloading (1) 72%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.5s\n",
"Downloading (1) 73%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.6s\n",
"Downloading (1) 73%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.7s\n",
"Downloading (1) 73%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.8s\n",
"Downloading (1) 73%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 25.9s\n",
"Downloading (1) 74%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.0s\n",
"Downloading (1) 74%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.1s\n",
"Downloading (1) 74%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.2s\n",
"Downloading (1) 74%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.3s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.4s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.5s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.6s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.7s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.8s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 26.9s\n",
"Downloading (1) 75%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.0s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.1s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.2s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.3s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.4s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.5s\n",
"Downloading (1) 76%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.6s\n",
"Downloading (1) 77%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.7s\n",
"Downloading (1) 77%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.8s\n",
"Downloading (1) 77%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 27.9s\n",
"Downloading (1) 78%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.0s\n",
"Downloading (1) 78%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.1s\n",
"Downloading (1) 79%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.2s\n",
"Downloading (1) 79%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.3s\n",
"Downloading (1) 79%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.4s\n",
"Downloading (1) 79%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.5s\n",
"Downloading (1) 80%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.6s\n",
"Downloading (1) 80%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.7s\n",
"Downloading (1) 80%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.8s\n",
"Downloading (1) 81%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 28.9s\n",
"Downloading (1) 81%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.0s\n",
"Downloading (1) 81%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.1s\n",
"Downloading (1) 82%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.2s\n",
"Downloading (1) 82%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.3s\n",
"Downloading (1) 82%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.4s\n",
"Downloading (1) 82%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.5s\n",
"Downloading (1) 83%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.6s\n",
"Downloading (1) 83%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.7s\n",
"Downloading (1) 83%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.8s\n",
"Downloading (1) 83%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 29.9s\n",
"Downloading (1) 84%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.0s\n",
"Downloading (1) 84%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.1s\n",
"Downloading (1) 84%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.2s\n",
"Downloading (1) 85%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.3s\n",
"Downloading (1) 85%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.4s\n",
"Downloading (1) 85%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.5s\n",
"Downloading (1) 86%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.6s\n",
"Downloading (1) 86%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.7s\n",
"Downloading (1) 86%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.8s\n",
"Downloading (1) 86%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 30.9s\n",
"Downloading (1) 86%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.0s\n",
"Downloading (1) 87%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.1s\n",
"Downloading (1) 87%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.2s\n",
"Downloading (1) 87%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.3s\n",
"Downloading (1) 87%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.4s\n",
"Downloading (1) 88%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.5s\n",
"Downloading (1) 88%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.6s\n",
"Downloading (1) 88%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.7s\n",
"Downloading (1) 88%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.8s\n",
"Downloading (1) 88%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 31.9s\n",
"Downloading (1) 89%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.0s\n",
"Downloading (1) 89%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.1s\n",
"Downloading (1) 89%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.2s\n",
"Downloading (1) 89%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.3s\n",
"Downloading (1) 90%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.4s\n",
"Downloading (1) 90%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.5s\n",
"Downloading (1) 90%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.6s\n",
"Downloading (1) 90%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.7s\n",
"Downloading (1) 90%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.8s\n",
"Downloading (1) 91%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 32.9s\n",
"Downloading (1) 91%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.0s\n",
"Downloading (1) 92%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.1s\n",
"Downloading (1) 92%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.2s\n",
"Downloading (1) 92%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.3s\n",
"Downloading (1) 93%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.4s\n",
"Downloading (1) 93%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.5s\n",
"Downloading (1) 93%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.6s\n",
"Downloading (1) 93%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.7s\n",
"Downloading (1) 94%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.8s\n",
"Downloading (1) 94%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 33.9s\n",
"Downloading (1) 94%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.0s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.1s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.2s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.3s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.4s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.5s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.6s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.7s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.8s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 34.9s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.0s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.1s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.2s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.3s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.4s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.5s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.6s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.7s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.8s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 35.9s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.0s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.1s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.2s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.3s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.4s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.5s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.6s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.7s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.8s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 36.9s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.0s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.1s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.2s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.3s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.4s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.5s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.6s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.7s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.8s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 37.9s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.0s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.1s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.2s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.3s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.4s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.5s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.6s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.7s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.8s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 38.9s\n",
"Downloading (1) 95%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.0s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.1s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.2s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.3s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.4s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.5s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.6s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.7s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.8s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 39.9s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.0s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.1s\n",
"Downloading (1) 96%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.2s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.3s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.4s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.5s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.6s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.7s\n",
"Downloading (1) 97%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.8s\n",
"Downloading (1) 98%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 40.9s\n",
"Downloading (1) 98%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.0s\n",
"Downloading (1) 98%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.1s\n",
"Downloading (1) 98%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.2s\n",
"Downloading (1) 99%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.3s\n",
"Downloading (1) 99%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.4s\n",
"Downloading (1) 99%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.5s\n",
"Downloading (1) 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.6s\n",
"Downloading (1) 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.7s\n",
"Downloading (1) 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0Gpytorch 1.5GB @ 36.1MB/s 41.7s\n",
"[+] 41.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 41.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 42.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 43.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 44.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 45.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 46.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 47.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 48.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 49.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 50.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 51.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 52.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 53.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.0s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.1s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.2s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.3s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.4s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.5s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.6s\n",
"Downloading 100%\n",
"Extracting (110) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 54.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 55.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 56.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 57.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 58.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.7s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.8s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 59.9s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.0s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.1s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.2s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.3s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.4s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.5s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.6s\n",
"Downloading 100%\n",
"Extracting (109) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:0.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:1.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:2.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:3.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:4.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:5.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:6.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:7.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:8.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.0s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.1s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.2s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.3s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.4s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.5s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.6s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.7s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.8s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:9.9s\n",
"Downloading 100%\n",
"Extracting (108) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:10.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:11.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:12.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:13.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:14.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:15.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:16.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:17.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:18.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:19.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:20.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:21.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:22.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:23.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:24.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:25.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:26.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:27.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:28.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:29.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:30.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:31.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.7s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.8s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:32.9s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.0s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.1s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.2s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.3s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.4s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.5s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.6s\n",
"Downloading 100%\n",
"Extracting (107) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.7s\n",
"Downloading 100%\n",
"Extracting (105) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.8s\n",
"Downloading 100%\n",
"Extracting (105) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:33.9s\n",
"Downloading 100%\n",
"Extracting (104) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:34.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:35.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:36.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:37.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:38.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.8s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:39.9s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.0s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.1s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.2s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.3s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.4s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.5s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.6s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.7s\n",
"Downloading 100%\n",
"Extracting (103) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.8s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:40.9s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.0s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.1s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.2s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.3s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.4s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.5s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.6s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.7s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.8s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:41.9s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.0s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.1s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.2s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.3s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.4s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.5s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.6s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.7s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.8s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:42.9s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.0s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.1s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.2s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.3s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.4s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.5s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.6s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.7s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.8s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:43.9s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.0s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.1s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.2s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.3s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.4s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.5s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.6s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.7s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.8s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:44.9s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.0s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.1s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.2s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.3s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.4s\n",
"Downloading 100%\n",
"Extracting (102) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.5s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.6s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.7s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.8s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:45.9s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.0s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.1s\n",
"Downloading 100%\n",
"Extracting (100) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.2s\n",
"Downloading 100%\n",
"Extracting (99) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.3s\n",
"Downloading 100%\n",
"Extracting (98) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.4s\n",
"Downloading 100%\n",
"Extracting (97) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.5s\n",
"Downloading 100%\n",
"Extracting (96) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.6s\n",
"Downloading 100%\n",
"Extracting (95) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.7s\n",
"Downloading 100%\n",
"Extracting (93) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.8s\n",
"Downloading 100%\n",
"Extracting (92) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:46.9s\n",
"Downloading 100%\n",
"Extracting (92) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.0s\n",
"Downloading 100%\n",
"Extracting (92) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.1s\n",
"Downloading 100%\n",
"Extracting (92) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.2s\n",
"Downloading 100%\n",
"Extracting (91) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.3s\n",
"Downloading 100%\n",
"Extracting (90) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.4s\n",
"Downloading 100%\n",
"Extracting (88) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.5s\n",
"Downloading 100%\n",
"Extracting (88) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.6s\n",
"Downloading 100%\n",
"Extracting (87) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.7s\n",
"Downloading 100%\n",
"Extracting (85) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.8s\n",
"Downloading 100%\n",
"Extracting (84) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:47.9s\n",
"Downloading 100%\n",
"Extracting (81) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.0s\n",
"Downloading 100%\n",
"Extracting (80) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.1s\n",
"Downloading 100%\n",
"Extracting (78) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.2s\n",
"Downloading 100%\n",
"Extracting (77) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.3s\n",
"Downloading 100%\n",
"Extracting (76) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.4s\n",
"Downloading 100%\n",
"Extracting (76) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.5s\n",
"Downloading 100%\n",
"Extracting (75) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.6s\n",
"Downloading 100%\n",
"Extracting (74) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.7s\n",
"Downloading 100%\n",
"Extracting (72) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.8s\n",
"Downloading 100%\n",
"Extracting (72) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:48.9s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.0s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.1s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.2s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.3s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.4s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.5s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.6s\n",
"Downloading 100%\n",
"Extracting (71) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.7s\n",
"Downloading 100%\n",
"Extracting (70) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.8s\n",
"Downloading 100%\n",
"Extracting (69) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:49.9s\n",
"Downloading 100%\n",
"Extracting (68) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.0s\n",
"Downloading 100%\n",
"Extracting (67) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.1s\n",
"Downloading 100%\n",
"Extracting (67) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.2s\n",
"Downloading 100%\n",
"Extracting (66) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.3s\n",
"Downloading 100%\n",
"Extracting (66) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.4s\n",
"Downloading 100%\n",
"Extracting (65) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.5s\n",
"Downloading 100%\n",
"Extracting (64) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.6s\n",
"Downloading 100%\n",
"Extracting (63) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.7s\n",
"Downloading 100%\n",
"Extracting (63) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.8s\n",
"Downloading 100%\n",
"Extracting (62) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:50.9s\n",
"Downloading 100%\n",
"Extracting (61) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.0s\n",
"Downloading 100%\n",
"Extracting (61) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.1s\n",
"Downloading 100%\n",
"Extracting (60) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.2s\n",
"Downloading 100%\n",
"Extracting (59) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.3s\n",
"Downloading 100%\n",
"Extracting (58) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.4s\n",
"Downloading 100%\n",
"Extracting (57) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.5s\n",
"Downloading 100%\n",
"Extracting (55) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.6s\n",
"Downloading 100%\n",
"Extracting (54) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.7s\n",
"Downloading 100%\n",
"Extracting (53) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.8s\n",
"Downloading 100%\n",
"Extracting (52) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:51.9s\n",
"Downloading 100%\n",
"Extracting (51) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.0s\n",
"Downloading 100%\n",
"Extracting (50) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.1s\n",
"Downloading 100%\n",
"Extracting (48) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.2s\n",
"Downloading 100%\n",
"Extracting (47) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.3s\n",
"Downloading 100%\n",
"Extracting (45) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.4s\n",
"Downloading 100%\n",
"Extracting (44) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:52.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:53.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:54.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:55.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:56.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:57.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:58.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 1m:59.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:0.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:1.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:2.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:3.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:4.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:5.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:6.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:7.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:8.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:9.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:10.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:11.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:12.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:13.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:14.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:15.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:16.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:17.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:18.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:19.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:20.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:21.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:22.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:23.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:24.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:25.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:26.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:27.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:28.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:29.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:30.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:31.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:32.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:33.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:34.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:35.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:36.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:37.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:38.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:39.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:40.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:41.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:42.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:43.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:44.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:45.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:46.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:47.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.8s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:48.9s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.0s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.1s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.2s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.3s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.4s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.5s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.6s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.7s\n",
"Downloading 100%\n",
"Extracting (43) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.8s\n",
"Downloading 100%\n",
"Extracting (42) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:49.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:50.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:51.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:52.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:53.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:54.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:55.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:56.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:57.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:58.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 2m:59.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:0.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:1.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:2.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:3.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:4.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:5.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:6.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:7.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:8.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:9.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:10.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:11.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:12.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:13.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.4s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.5s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.6s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.7s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.8s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:14.9s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.0s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.1s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.2s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.3s\n",
"Downloading 100%\n",
"Extracting (40) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.4s\n",
"Downloading 100%\n",
"Extracting (39) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.5s\n",
"Downloading 100%\n",
"Extracting (39) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.6s\n",
"Downloading 100%\n",
"Extracting (38) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.7s\n",
"Downloading 100%\n",
"Extracting (37) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.8s\n",
"Downloading 100%\n",
"Extracting (36) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:15.9s\n",
"Downloading 100%\n",
"Extracting (34) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.0s\n",
"Downloading 100%\n",
"Extracting (32) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.1s\n",
"Downloading 100%\n",
"Extracting (31) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.2s\n",
"Downloading 100%\n",
"Extracting (30) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.3s\n",
"Downloading 100%\n",
"Extracting (30) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.4s\n",
"Downloading 100%\n",
"Extracting (28) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.5s\n",
"Downloading 100%\n",
"Extracting (27) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.6s\n",
"Downloading 100%\n",
"Extracting (26) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.7s\n",
"Downloading 100%\n",
"Extracting (25) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.8s\n",
"Downloading 100%\n",
"Extracting (23) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:16.9s\n",
"Downloading 100%\n",
"Extracting (22) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.0s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.1s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.2s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.3s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.4s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.5s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.6s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.7s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.8s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:17.9s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.0s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.1s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.2s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.3s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.4s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.5s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.6s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.7s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.8s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:18.9s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.0s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.1s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.2s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.3s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.4s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.5s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.6s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.7s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.8s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:19.9s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.0s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.1s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.2s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.3s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.4s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.5s\n",
"Downloading 100%\n",
"Extracting (21) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.6s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.7s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.8s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:20.9s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.0s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.1s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.2s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.3s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.4s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.5s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.6s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.7s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.8s\n",
"Downloading 100%\n",
"Extracting (20) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:21.9s\n",
"Downloading 100%\n",
"Extracting (19) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.0s\n",
"Downloading 100%\n",
"Extracting (19) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.1s\n",
"Downloading 100%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.2s\n",
"Downloading 100%\n",
"Extracting (18) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.3s\n",
"Downloading 100%\n",
"Extracting (17) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.4s\n",
"Downloading 100%\n",
"Extracting (17) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.5s\n",
"Downloading 100%\n",
"Extracting (17) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.6s\n",
"Downloading 100%\n",
"Extracting (17) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.7s\n",
"Downloading 100%\n",
"Extracting (17) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.8s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:22.9s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.0s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.1s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.2s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.3s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.4s\n",
"Downloading 100%\n",
"Extracting (16) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.5s\n",
"Downloading 100%\n",
"Extracting (15) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.6s\n",
"Downloading 100%\n",
"Extracting (14) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.7s\n",
"Downloading 100%\n",
"Extracting (13) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.8s\n",
"Downloading 100%\n",
"Extracting (13) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:23.9s\n",
"Downloading 100%\n",
"Extracting (13) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.0s\n",
"Downloading 100%\n",
"Extracting (13) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.1s\n",
"Downloading 100%\n",
"Extracting (12) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.2s\n",
"Downloading 100%\n",
"Extracting (11) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.3s\n",
"Downloading 100%\n",
"Extracting (11) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.4s\n",
"Downloading 100%\n",
"Extracting (11) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.5s\n",
"Downloading 100%\n",
"Extracting (11) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.6s\n",
"Downloading 100%\n",
"Extracting (11) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.7s\n",
"Downloading 100%\n",
"Extracting (9) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.8s\n",
"Downloading 100%\n",
"Extracting (9) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:24.9s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.0s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.1s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.2s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.3s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.4s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.5s\n",
"Downloading 100%\n",
"Extracting (8) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.6s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.7s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.8s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:25.9s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.0s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.1s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.2s\n",
"Downloading 100%\n",
"Extracting (7) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.3s\n",
"Downloading 100%\n",
"Extracting (6) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.4s\n",
"Downloading 100%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.5s\n",
"Downloading 100%\n",
"Extracting (4) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.6s\n",
"Downloading 100%\n",
"Extracting (3) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.7s\n",
"Downloading 100%\n",
"Extracting (2) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:26.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:27.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:28.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:29.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:30.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:31.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:32.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:33.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:34.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:35.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:36.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:37.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:38.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:39.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:40.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:41.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:42.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:43.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:44.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:45.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:46.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:47.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:48.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:49.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:50.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:51.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.7s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.8s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:52.9s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.0s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.1s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.2s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.3s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.4s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.5s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ \u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[0G[+] 3m:53.6s\n",
"Downloading 100%\n",
"Extracting (1) ⣾ "
]
}
]
},
{
"cell_type": "code",
"source": [
"!micromamba activate neuralwalker\n"
],
"metadata": {
"id": "NJnpKJasZlwd"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"!pip install -e .\n"
],
"metadata": {
"id": "In1CNx13Y7sm"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"!python train.py experiment=zinc"
],
"metadata": {
"id": "z3eFyoEYY7ok"
},
"execution_count": null,
"outputs": []
}
]
}

Xet Storage Details

Size:
377 kB
·
Xet hash:
77626962cbd0e5cba0f009874674e5ecd02be49ce1bbfd345e1bab027f9e4b0c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.